diff options
Diffstat (limited to 'control_lib/fifo_tb.v')
-rw-r--r-- | control_lib/fifo_tb.v | 2 |
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); |