diff options
author | 2020-04-30 19:51:05 -0700 | |
---|---|---|
committer | 2020-05-01 10:09:06 +0200 | |
commit | 40a8b9df9536a9fc7979405abc3b3e6b75cb41a7 (patch) | |
tree | db76c58371e7d6f24e1b9763ae03f223097242bb /src/lib/netlist/examples | |
parent | 2b0aaee3ed4b85803e23d2f594728686107122bf (diff) |
Remove explicit logging since it can be done on the command line via nltool.
Diffstat (limited to 'src/lib/netlist/examples')
-rw-r--r-- | src/lib/netlist/examples/nld_74393_test.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/netlist/examples/nld_74393_test.c b/src/lib/netlist/examples/nld_74393_test.c index 5dd33c6fce3..0517150f7a5 100644 --- a/src/lib/netlist/examples/nld_74393_test.c +++ b/src/lib/netlist/examples/nld_74393_test.c @@ -23,10 +23,4 @@ NETLIST_START(perf) NET_C(CLK, TESTCHIP.1, TESTCHIP.13) NET_C(CLK2, TESTCHIP.2, TESTCHIP.12) - LOG(logclk, CLK) - LOG(logQ0, TESTCHIP.3) - LOG(logQ1, TESTCHIP.4) - LOG(logQ2, TESTCHIP.5) - LOG(logQ3, TESTCHIP.6) - NETLIST_END() |