From d5cbb77380d8f408469735b6ed6d4e10763d63b2 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 18 Aug 2011 16:42:26 -0700 Subject: usrp2: reconnect frontend calibration, timing meets --- usrp2/sdr_lib/tx_frontend.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usrp2/sdr_lib/tx_frontend.v') diff --git a/usrp2/sdr_lib/tx_frontend.v b/usrp2/sdr_lib/tx_frontend.v index 1e7f0bf31..17a6e35e0 100644 --- a/usrp2/sdr_lib/tx_frontend.v +++ b/usrp2/sdr_lib/tx_frontend.v @@ -2,7 +2,7 @@ module tx_frontend #(parameter BASE=0, parameter WIDTH_OUT=16, - parameter IQCOMP_EN=0) + parameter IQCOMP_EN=1) (input clk, input rst, input set_stb, input [7:0] set_addr, input [31:0] set_data, input [23:0] tx_i, input [23:0] tx_q, input run, -- cgit v1.2.3