aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-08-22 15:50:38 -0700
committerEddie Hung <eddie@fpgeh.com>2019-08-22 16:05:12 -0700
commit43e7c4917ad42b01d34b496c35798416a050aa61 (patch)
tree5bd05e47233e6edfe4eb32d9b32ff0a64707c6a0
parent65e6c23abd9add59b95a024c91d4fff6d15ba135 (diff)
downloadyosys-43e7c4917ad42b01d34b496c35798416a050aa61.tar.gz
yosys-43e7c4917ad42b01d34b496c35798416a050aa61.tar.bz2
yosys-43e7c4917ad42b01d34b496c35798416a050aa61.zip
Do not print OKAY
-rw-r--r--tests/ice40/latches_tb.v2
-rw-r--r--tests/ice40/memory_tb.v2
2 files changed, 0 insertions, 4 deletions
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