diff options
author | Matt Ettus <matt@ettus.com> | 2010-07-14 17:01:25 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-11-11 11:36:09 -0800 |
commit | d0742cf2a5285ed08d49e16948d8227414247f6a (patch) | |
tree | 90b00baeee5abed47cc61d7c34619743584a4f02 /usrp2/extramfifo/fifo_extram36_tb.v | |
parent | f9db9f4eed98a7538d73b5463e762441198526c1 (diff) | |
download | uhd-d0742cf2a5285ed08d49e16948d8227414247f6a.tar.gz uhd-d0742cf2a5285ed08d49e16948d8227414247f6a.tar.bz2 uhd-d0742cf2a5285ed08d49e16948d8227414247f6a.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 |