From 10d489c3aee1b09dec3171f70251c95e744c5afc Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Thu, 16 Jun 2011 11:31:27 -0700 Subject: u1p/u1e: cleanup some warnings, connect the correct clocks --- usrp2/sdr_lib/tx_frontend.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usrp2/sdr_lib') diff --git a/usrp2/sdr_lib/tx_frontend.v b/usrp2/sdr_lib/tx_frontend.v index 283ed451e..d8525dd25 100644 --- a/usrp2/sdr_lib/tx_frontend.v +++ b/usrp2/sdr_lib/tx_frontend.v @@ -11,7 +11,7 @@ module tx_frontend // IQ balance --> DC offset --> rounding --> mux wire [23:0] i_dco, q_dco, i_ofs, q_ofs; - wire [15:0] i_final, q_final; + wire [WIDTH_OUT-1:0] i_final, q_final; wire [7:0] mux_ctrl; wire [35:0] corr_i, corr_q; wire [23:0] i_bal, q_bal; -- cgit v1.2.3