diff options
author | Ian Buckley <ianb@server2.(none)> | 2010-09-01 00:44:39 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-11-11 12:08:00 -0800 |
commit | 0a272630e605b1ba71c0b7c8de9011c047cc578c (patch) | |
tree | b4f9d98745b5afea8a36908d22af9b653132ec26 /usrp2/extramfifo/ext_fifo_tb.sh | |
parent | c81569139be394d514994833644ef710be1c886c (diff) | |
download | uhd-0a272630e605b1ba71c0b7c8de9011c047cc578c.tar.gz uhd-0a272630e605b1ba71c0b7c8de9011c047cc578c.tar.bz2 uhd-0a272630e605b1ba71c0b7c8de9011c047cc578c.zip |
Enhanced test bench to be more like real world application
Diffstat (limited to 'usrp2/extramfifo/ext_fifo_tb.sh')
-rw-r--r-- | usrp2/extramfifo/ext_fifo_tb.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usrp2/extramfifo/ext_fifo_tb.sh b/usrp2/extramfifo/ext_fifo_tb.sh index a56574102..dcfede37a 100644 --- a/usrp2/extramfifo/ext_fifo_tb.sh +++ b/usrp2/extramfifo/ext_fifo_tb.sh @@ -1 +1,2 @@ -fuse -prj ext_fifo_tb.prj -t work.glbl -t work.ext_fifo_tb -L unisims_ver -L xilinxcorelib_ver -o ext_fifo_tb +#fuse -prj ext_fifo_tb.prj -t work.glbl -t work.ext_fifo_tb -L unisims_ver -L xilinxcorelib_ver -o ext_fifo_tb +iverilog -c ext_fifo_tb.cmd -o ext_fifo_tb ext_fifo_tb.v |