summaryrefslogtreecommitdiffstatshomepage
path: root/nl_examples/opamp.c
diff options
context:
space:
mode:
author Couriersud <couriersud@users.noreply.github.com>2014-02-23 14:57:24 +0000
committer Couriersud <couriersud@users.noreply.github.com>2014-02-23 14:57:24 +0000
commitaa0b321b0516aaf57465bd1a5ba611524eb7f36f (patch)
tree0ceb323be240ed6c20c7f904ed468a7396df37b1 /nl_examples/opamp.c
parent4a4501a474459f375b8930a442e43730f13b1d60 (diff)
Fixed netlist examples.
Diffstat (limited to 'nl_examples/opamp.c')
-rw-r--r--nl_examples/opamp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nl_examples/opamp.c b/nl_examples/opamp.c
index 07d7df47135..550ac2e7708 100644
--- a/nl_examples/opamp.c
+++ b/nl_examples/opamp.c
@@ -41,7 +41,7 @@ NETLIST_START(main)
NET_C(RL.2, GND)
NET_C(RL.1, op1.OUT)
- //LOG(logX, op1.OUT)
+ LOG(logX, op1.OUT)
//LOG(logY, clk)
NETLIST_END()