diff options
author | Matt Ettus <matt@ettus.com> | 2011-03-27 22:04:27 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-05-26 17:31:21 -0700 |
commit | a2764a787e47db7d4e1216366475c06646e57438 (patch) | |
tree | 15109d6d50891398bed924f2c3139a3a6a38371e /usrp2 | |
parent | 8c8f38b06719ec47b210ae9003b65438858404ae (diff) | |
download | uhd-a2764a787e47db7d4e1216366475c06646e57438.tar.gz uhd-a2764a787e47db7d4e1216366475c06646e57438.tar.bz2 uhd-a2764a787e47db7d4e1216366475c06646e57438.zip |
u1p: modify dsp_framer36 to allow it to skip the udp prot eng headers.
This way it works with u1e, u1p, as well as u2/u2p
Diffstat (limited to 'usrp2')
-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 aa9b289e6..44b9381e2 100644 --- a/usrp2/top/u1plus/u1plus_core.v +++ b/usrp2/top/u1plus/u1plus_core.v @@ -124,7 +124,7 @@ module u1plus_core .sample(sample_rx), .run(run_rx), .strobe(strobe_rx), .debug(debug_rx_dsp) ); - vita_rx_chain #(.BASE(SR_RX_CTRL), .UNIT(0), .FIFOSIZE(9)) vita_rx_chain + vita_rx_chain #(.BASE(SR_RX_CTRL), .UNIT(0), .FIFOSIZE(9), .PROT_ENG_FLAGS(0)) vita_rx_chain (.clk(wb_clk),.reset(wb_rst),.clear(clear_rx), .set_stb(set_stb),.set_addr(set_addr),.set_data(set_data), .vita_time(vita_time), .overrun(rx_overrun_dsp), |