summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2010-10-12 23:02:30 -0700
committerMatt Ettus <matt@ettus.com>2010-11-11 18:07:08 -0800
commit4bac44e009329f6019bb2aec0e181293e049b781 (patch)
tree3b4989c59fb6f682724dd11fce117f19742e5efb
parent1304ca07e855843f98e6efda71fde402a3c43d49 (diff)
downloaduhd-4bac44e009329f6019bb2aec0e181293e049b781.tar.gz
uhd-4bac44e009329f6019bb2aec0e181293e049b781.tar.bz2
uhd-4bac44e009329f6019bb2aec0e181293e049b781.zip
don't flag an error on eob ack
-rw-r--r--usrp2/vrt/vita_tx_chain.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/vrt/vita_tx_chain.v b/usrp2/vrt/vita_tx_chain.v
index 6cfbdf763..00da4c6e1 100644
--- a/usrp2/vrt/vita_tx_chain.v
+++ b/usrp2/vrt/vita_tx_chain.v
@@ -31,7 +31,7 @@ module vita_tx_chain
wire clear_seqnum;
wire [31:0] current_seqnum;
- assign underrun = error;
+ assign underrun = error & ~(error_code == 1);
assign message = error_code;
setting_reg #(.my_addr(BASE_CTRL+2), .at_reset(0)) sr_streamid