From 2edca948d0a43159138b3754c49a26e0dae562a1 Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Thu, 12 May 2011 16:29:41 -0700 Subject: dsp: do proper rounding at the end of dsp chain --- usrp2/sdr_lib/dsp_core_rx.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usrp2/sdr_lib') diff --git a/usrp2/sdr_lib/dsp_core_rx.v b/usrp2/sdr_lib/dsp_core_rx.v index 1b04c4f36..cd3e7cc22 100644 --- a/usrp2/sdr_lib/dsp_core_rx.v +++ b/usrp2/sdr_lib/dsp_core_rx.v @@ -152,7 +152,7 @@ module dsp_core_rx round_sd #(.WIDTH_IN(18),.WIDTH_OUT(16)) round_qout (.clk(clk), .in(q_hb2), .strobe_in(strobe_hb2), .out(q_out), .strobe_out()); - assign sample = {i_hb2,q_hb2}; + assign sample = {i_out,q_out}; assign debug = {enable_hb1, enable_hb2, run, strobe, strobe_cic, strobe_cic_d1, strobe_hb1, strobe_hb2}; endmodule // dsp_core_rx -- cgit v1.2.3