diff options
author | Josh Blum <josh@joshknows.com> | 2012-01-30 15:09:47 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-01-30 15:09:47 -0800 |
commit | 05644d7d4fe2df455b01833cc0fc8aa1b4b6e1f3 (patch) | |
tree | 49f2ce0d9eda6652099acf6d1bea24a58448006e /usrp2/sdr_lib/Makefile.srcs | |
parent | ac35b413a595617c1fa57766758c06ccfe3f320e (diff) | |
download | uhd-05644d7d4fe2df455b01833cc0fc8aa1b4b6e1f3.tar.gz uhd-05644d7d4fe2df455b01833cc0fc8aa1b4b6e1f3.tar.bz2 uhd-05644d7d4fe2df455b01833cc0fc8aa1b4b6e1f3.zip |
dsp rework: integrated dspengine_8to16, some tweaks
Diffstat (limited to 'usrp2/sdr_lib/Makefile.srcs')
-rw-r--r-- | usrp2/sdr_lib/Makefile.srcs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usrp2/sdr_lib/Makefile.srcs b/usrp2/sdr_lib/Makefile.srcs index 0f1958991..840627e6d 100644 --- a/usrp2/sdr_lib/Makefile.srcs +++ b/usrp2/sdr_lib/Makefile.srcs @@ -1,5 +1,5 @@ # -# Copyright 2010 Ettus Research LLC +# Copyright 2010-2012 Ettus Research LLC # ################################################## @@ -26,6 +26,7 @@ cordic_stage.v \ ddc_chain.v \ duc_chain.v \ dspengine_16to8.v \ +dspengine_8to16.v \ hb_dec.v \ hb_interp.v \ pipectrl.v \ |