aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp2/sdr_lib/tx_frontend.v
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-08-29 16:55:05 -0700
committerJosh Blum <josh@joshknows.com>2011-08-29 16:55:05 -0700
commit357fbcd2f984b9620379259fe8cfb7ef593c21ff (patch)
tree3f9bbe0169471d57b74c647df121a950bf8b5466 /fpga/usrp2/sdr_lib/tx_frontend.v
parent78e95562617d084d6bd83227a676f62bb552b26d (diff)
parentb0bdf3e6cc42554a4df30df971fe1db66818a347 (diff)
downloaduhd-357fbcd2f984b9620379259fe8cfb7ef593c21ff.tar.gz
uhd-357fbcd2f984b9620379259fe8cfb7ef593c21ff.tar.bz2
uhd-357fbcd2f984b9620379259fe8cfb7ef593c21ff.zip
Merge branch 'fpga_patch_release' into patch_release
Diffstat (limited to 'fpga/usrp2/sdr_lib/tx_frontend.v')
-rw-r--r--fpga/usrp2/sdr_lib/tx_frontend.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/usrp2/sdr_lib/tx_frontend.v b/fpga/usrp2/sdr_lib/tx_frontend.v
index 1e7f0bf31..17a6e35e0 100644
--- a/fpga/usrp2/sdr_lib/tx_frontend.v
+++ b/fpga/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,