summaryrefslogtreecommitdiffstatshomepage
path: root/nl_examples
diff options
context:
space:
mode:
author couriersud <couriersud@arcor.de>2016-12-27 18:38:30 +0100
committer couriersud <couriersud@arcor.de>2016-12-27 19:36:04 +0100
commit4ee3f42d36d275552275df61487e213ef851e13a (patch)
tree1691757ef7e2bad499f1382899ded187618f44d2 /nl_examples
parent455f2d943cf2c3133577eeb1d99f24ab2d797f60 (diff)
Fix bug in 74123. (nw)
Diffstat (limited to 'nl_examples')
-rw-r--r--nl_examples/74123_mstable.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nl_examples/74123_mstable.c b/nl_examples/74123_mstable.c
index fd2bfd85871..aa21f4fe215 100644
--- a/nl_examples/74123_mstable.c
+++ b/nl_examples/74123_mstable.c
@@ -40,8 +40,8 @@ NETLIST_START(74123_mstable)
NET_C(mf.B, V5)
NET_C(mf.A, clk.Q)
- LOG(logC, C.2)
- LOG(logQ, mf.Q)
- LOG(logX, clk.Q)
+ LOG(log_C, C.2)
+ LOG(log_Q, mf.Q)
+ LOG(log_X, clk.Q)
NETLIST_END()