diff options
Diffstat (limited to 'nl_examples')
-rw-r--r-- | nl_examples/74123_mstable.c | 6 |
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() |