From: Eddie Hung Date: Thu, 22 Aug 2019 22:50:38 +0000 (-0700) Subject: Do not print OKAY X-Git-Tag: working-ls180~1084^2~21^2~2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=43e7c4917ad42b01d34b496c35798416a050aa61;p=yosys.git Do not print OKAY --- diff --git a/tests/ice40/latches_tb.v b/tests/ice40/latches_tb.v index 47ae8670c..b0585264b 100644 --- a/tests/ice40/latches_tb.v +++ b/tests/ice40/latches_tb.v @@ -10,8 +10,6 @@ module testbench; #5 clk = 1; #5 clk = 0; end - - $display("OKAY"); end diff --git a/tests/ice40/memory_tb.v b/tests/ice40/memory_tb.v index 5905f3ddd..be69374eb 100644 --- a/tests/ice40/memory_tb.v +++ b/tests/ice40/memory_tb.v @@ -10,8 +10,6 @@ module testbench; #5 clk = 1; #5 clk = 0; end - - $display("OKAY"); end