diff options
author | Josh Blum <josh@joshknows.com> | 2011-08-29 16:55:05 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-08-29 16:55:05 -0700 |
commit | 357fbcd2f984b9620379259fe8cfb7ef593c21ff (patch) | |
tree | 3f9bbe0169471d57b74c647df121a950bf8b5466 /fpga/usrp2/sdr_lib/tx_frontend.v | |
parent | 78e95562617d084d6bd83227a676f62bb552b26d (diff) | |
parent | b0bdf3e6cc42554a4df30df971fe1db66818a347 (diff) | |
download | uhd-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.v | 2 |
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, |