diff options
author | Matt Ettus <matt@ettus.com> | 2011-03-28 12:20:42 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-05-26 17:31:22 -0700 |
commit | dcabd7f30c60283533d28376fcf5cd38725fd437 (patch) | |
tree | 094307f3f9d6e4f3a14079b7ad0befc96d0424e8 | |
parent | a2764a787e47db7d4e1216366475c06646e57438 (diff) | |
download | uhd-dcabd7f30c60283533d28376fcf5cd38725fd437.tar.gz uhd-dcabd7f30c60283533d28376fcf5cd38725fd437.tar.bz2 uhd-dcabd7f30c60283533d28376fcf5cd38725fd437.zip |
u1p: should fix underrun reporting
-rw-r--r-- | usrp2/top/u1plus/u1plus_core.v | 2 |
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), |