From a2764a787e47db7d4e1216366475c06646e57438 Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Sun, 27 Mar 2011 22:04:27 -0700 Subject: 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 --- usrp2/top/u1plus/u1plus_core.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usrp2/top/u1plus') 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), -- cgit v1.2.3