summaryrefslogtreecommitdiffstats
path: root/control_lib
diff options
context:
space:
mode:
Diffstat (limited to 'control_lib')
-rw-r--r--control_lib/fifo_tb.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/control_lib/fifo_tb.v b/control_lib/fifo_tb.v
index 136ed011e..98fd63f8d 100644
--- a/control_lib/fifo_tb.v
+++ b/control_lib/fifo_tb.v
@@ -125,6 +125,8 @@ module fifo_tb();
write <= 1;
@(posedge clk);
@(posedge clk);
+ @(posedge clk);
+ @(posedge clk);
read <= 1;
repeat (5)
@(posedge clk);