diff options
author | Matt Ettus <matt@ettus.com> | 2010-07-14 17:01:25 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-07-14 17:01:25 -0700 |
commit | 886606f55da066b66d214e512a2226b19a1073df (patch) | |
tree | 7a55c10091023632f83833a782549ab57cd8cb7e /usrp2/extramfifo/fifo_extram36_tb.v | |
parent | bd455159a0b60eb2c496322d0f80c3ca77d838f6 (diff) | |
download | uhd-886606f55da066b66d214e512a2226b19a1073df.tar.gz uhd-886606f55da066b66d214e512a2226b19a1073df.tar.bz2 uhd-886606f55da066b66d214e512a2226b19a1073df.zip |
get it to build
Diffstat (limited to 'usrp2/extramfifo/fifo_extram36_tb.v')
-rw-r--r-- | usrp2/extramfifo/fifo_extram36_tb.v | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usrp2/extramfifo/fifo_extram36_tb.v b/usrp2/extramfifo/fifo_extram36_tb.v index f28c35e4f..e5f8cef4c 100644 --- a/usrp2/extramfifo/fifo_extram36_tb.v +++ b/usrp2/extramfifo/fifo_extram36_tb.v @@ -296,8 +296,8 @@ module fifo_extram36_tb(); end src_rdy_f36i = 0; f36_data = 32'bX; -//* if (put_index > 19'h3ff00) -//* Verbose = 1'b1; +// if (put_index > 19'h3ff00) +// Verbose = 1'b1; end endtask // task_WriteFIFO36 @@ -385,7 +385,7 @@ module fifo_extram36_tb(); $finish; end - */ + initial begin |