diff options
author | Matt Ettus <matt@ettus.com> | 2011-06-03 16:18:48 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-06-08 10:55:22 -0700 |
commit | d7a3b89d4f7fea444602b0f8ff52029b0efa835f (patch) | |
tree | a5346e4d573fd9791bbf672aec84f62342cb2214 /usrp2/sdr_lib/Makefile.srcs | |
parent | 8217bfcafbba769677ccf299c35fd4112dcb07a7 (diff) | |
download | uhd-d7a3b89d4f7fea444602b0f8ff52029b0efa835f.tar.gz uhd-d7a3b89d4f7fea444602b0f8ff52029b0efa835f.tar.bz2 uhd-d7a3b89d4f7fea444602b0f8ff52029b0efa835f.zip |
dsp: added tx_frontend, instantiated in u2/u2p
Diffstat (limited to 'usrp2/sdr_lib/Makefile.srcs')
-rw-r--r-- | usrp2/sdr_lib/Makefile.srcs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usrp2/sdr_lib/Makefile.srcs b/usrp2/sdr_lib/Makefile.srcs index 6dab1db5e..defbced17 100644 --- a/usrp2/sdr_lib/Makefile.srcs +++ b/usrp2/sdr_lib/Makefile.srcs @@ -24,18 +24,16 @@ cordic.v \ cordic_z24.v \ cordic_stage.v \ dsp_core_rx.v \ -dsp_core_rx_old.v \ dsp_core_tx.v \ hb_dec.v \ hb_interp.v \ round.v \ round_reg.v \ round_sd.v \ -rx_control.v \ rx_dcoffset.v \ rx_frontend.v \ sign_extend.v \ small_hb_dec.v \ small_hb_int.v \ -tx_control.v \ +tx_frontend.v \ )) |