summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2011-03-28 12:20:42 -0700
committerMatt Ettus <matt@ettus.com>2011-05-26 17:31:22 -0700
commitdcabd7f30c60283533d28376fcf5cd38725fd437 (patch)
tree094307f3f9d6e4f3a14079b7ad0befc96d0424e8
parenta2764a787e47db7d4e1216366475c06646e57438 (diff)
downloaduhd-dcabd7f30c60283533d28376fcf5cd38725fd437.tar.gz
uhd-dcabd7f30c60283533d28376fcf5cd38725fd437.tar.bz2
uhd-dcabd7f30c60283533d28376fcf5cd38725fd437.zip
u1p: should fix underrun reporting
-rw-r--r--usrp2/top/u1plus/u1plus_core.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/u1plus/u1plus_core.v b/usrp2/top/u1plus/u1plus_core.v
index 44b9381e2..a3755b722 100644
--- a/usrp2/top/u1plus/u1plus_core.v
+++ b/usrp2/top/u1plus/u1plus_core.v
@@ -140,7 +140,7 @@ module u1plus_core
vita_tx_chain #(.BASE_CTRL(SR_TX_CTRL), .BASE_DSP(SR_TX_DSP),
.REPORT_ERROR(1), .DO_FLOW_CONTROL(0),
- .PROT_ENG_FLAGS(1), .USE_TRANS_HEADER(0),
+ .PROT_ENG_FLAGS(0), .USE_TRANS_HEADER(0),
.DSP_NUMBER(0))
vita_tx_chain
(.clk(wb_clk), .reset(wb_rst),