diff options
author | Matt Ettus <matt@ettus.com> | 2010-07-15 16:34:23 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-07-15 16:34:23 -0700 |
commit | 0c263c4df739dc9720286f9dae85484a1559184a (patch) | |
tree | 08411d5d15eaa9563c0d4861c6e9ba35748d3991 /usrp2/vrt/vita_rx.build | |
parent | 458e0da01b8c169204ecdce8972f7e36aa59fdf2 (diff) | |
parent | 4f79676f7d51a2718c13f79151f2ed852c7447b6 (diff) | |
download | uhd-0c263c4df739dc9720286f9dae85484a1559184a.tar.gz uhd-0c263c4df739dc9720286f9dae85484a1559184a.tar.bz2 uhd-0c263c4df739dc9720286f9dae85484a1559184a.zip |
Merge branch 'reload' into ise12
* reload:
fix to stop endless error packets
updated tests to match new features
error packets are now valid Extension Context packets error packets don't have a trailer any more streamid is now optional on data packets, set by header register trailer now has a bit to indicate successful End-of-burst hard-coded some header bits to correct values to ensure valid packets
reload bit for vita rx ctrl
Diffstat (limited to 'usrp2/vrt/vita_rx.build')
-rwxr-xr-x | usrp2/vrt/vita_rx.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/vrt/vita_rx.build b/usrp2/vrt/vita_rx.build index f6d2d75a3..010d1be6e 100755 --- a/usrp2/vrt/vita_rx.build +++ b/usrp2/vrt/vita_rx.build @@ -1 +1 @@ -iverilog -Wimplict -Wportbind -y ../models -y . -y ../control_lib/ -y ../control_lib/newfifo -y ../coregen -y /opt/Xilinx/10.1/ISE/verilog/src/XilinxCoreLib -y /opt/Xilinx/10.1/ISE/verilog/src/unisims/ -y ../timing -o vita_rx_tb vita_rx_tb.v +iverilog -Wimplict -Wportbind -y ../models -y . -y ../control_lib/ -y ../fifo -y ../coregen -y /opt/Xilinx/10.1/ISE/verilog/src/XilinxCoreLib -y /opt/Xilinx/10.1/ISE/verilog/src/unisims/ -y ../timing -o vita_rx_tb vita_rx_tb.v |