summaryrefslogtreecommitdiffstatshomepage
path: root/nl_examples/opamp.c
diff options
context:
space:
mode:
Diffstat (limited to 'nl_examples/opamp.c')
-rw-r--r--nl_examples/opamp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nl_examples/opamp.c b/nl_examples/opamp.c
index d3dc80f76a9..b13d92dab67 100644
--- a/nl_examples/opamp.c
+++ b/nl_examples/opamp.c
@@ -50,8 +50,8 @@ NETLIST_START(main)
NET_C(RL.2, GND)
NET_C(RL.1, op1.OUT)
- LOG(logX, op1.OUT)
- LOG(logY, clk)
+ LOG(log_X, op1.OUT)
+ LOG(log_Y, clk)
NETLIST_END()
NETLIST_START(opamp)