diff options
author | Matt Ettus <matt@ettus.com> | 2010-08-24 12:08:22 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-08-24 12:08:22 -0700 |
commit | 743ea16da4eef07cf9956f4098fc4b959e689c00 (patch) | |
tree | 4337273f0beba96f15dac6560fcc72f396f1fdef /usrp2 | |
parent | 87a64f5979e712fd0fa30cf0676f3c395599ff69 (diff) | |
download | uhd-743ea16da4eef07cf9956f4098fc4b959e689c00.tar.gz uhd-743ea16da4eef07cf9956f4098fc4b959e689c00.tar.bz2 uhd-743ea16da4eef07cf9956f4098fc4b959e689c00.zip |
no need for protocol headers since we're not doing ethernet
Diffstat (limited to 'usrp2')
-rw-r--r-- | usrp2/top/u1e/u1e_core.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/u1e/u1e_core.v b/usrp2/top/u1e/u1e_core.v index eda4e463d..d7c4ff509 100644 --- a/usrp2/top/u1e/u1e_core.v +++ b/usrp2/top/u1e/u1e_core.v @@ -194,7 +194,7 @@ module u1e_core wire run_tx; vita_tx_chain #(.BASE_CTRL(SR_TX_CTRL), .BASE_DSP(SR_TX_DSP), - .REPORT_ERROR(1), .PROT_ENG_FLAGS(1)) + .REPORT_ERROR(1), .PROT_ENG_FLAGS(0)) vita_tx_chain (.clk(wb_clk), .reset(wb_rst), .set_stb(set_stb),.set_addr(set_addr),.set_data(set_data), |