diff options
author | Josh Blum <josh@joshknows.com> | 2012-01-26 19:00:07 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-01-26 19:00:07 -0800 |
commit | cbea8a3b14412b513b54167b745307a102f2fe68 (patch) | |
tree | 8f869f6fbc9ccf1a86fda6e651da50ebd1fd0d8f /usrp2/sdr_lib/Makefile.srcs | |
parent | a5a18788a7dbf230f2df396c8706d06d17c9be8b (diff) | |
download | uhd-cbea8a3b14412b513b54167b745307a102f2fe68.tar.gz uhd-cbea8a3b14412b513b54167b745307a102f2fe68.tar.bz2 uhd-cbea8a3b14412b513b54167b745307a102f2fe68.zip |
dsp rework: u2_core test implementation
Diffstat (limited to 'usrp2/sdr_lib/Makefile.srcs')
-rw-r--r-- | usrp2/sdr_lib/Makefile.srcs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usrp2/sdr_lib/Makefile.srcs b/usrp2/sdr_lib/Makefile.srcs index 629b92cc8..0f1958991 100644 --- a/usrp2/sdr_lib/Makefile.srcs +++ b/usrp2/sdr_lib/Makefile.srcs @@ -23,8 +23,8 @@ clip_reg.v \ cordic.v \ cordic_z24.v \ cordic_stage.v \ -dsp_core_rx.v \ -dsp_core_tx.v \ +ddc_chain.v \ +duc_chain.v \ dspengine_16to8.v \ hb_dec.v \ hb_interp.v \ |