From e60420c16ff1311aaec755be92c6b5aeb51883a0 Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 31 Jan 2009 23:44:25 +0000 Subject: work in progress git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10359 221aa14e-8319-0410-a670-987f0aec2ac5 --- control_lib/fifo_tb.v | 2 ++ 1 file changed, 2 insertions(+) (limited to 'control_lib') 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); -- cgit v1.2.3