diff options
author | Matt Ettus <matt@ettus.com> | 2011-05-09 17:31:41 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-06-08 10:52:51 -0700 |
commit | e78a301ed17bbb79d688b21a72fa839eeb98aa9a (patch) | |
tree | 5aa22806e26b66579fc1ce8606040e3136f7f4d3 | |
parent | 2e2de3f8f7e055c9f583a17a513774f307ffbc04 (diff) | |
download | uhd-e78a301ed17bbb79d688b21a72fa839eeb98aa9a.tar.gz uhd-e78a301ed17bbb79d688b21a72fa839eeb98aa9a.tar.bz2 uhd-e78a301ed17bbb79d688b21a72fa839eeb98aa9a.zip |
dsp: new files in dsp directory
-rw-r--r-- | usrp2/sdr_lib/Makefile.srcs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usrp2/sdr_lib/Makefile.srcs b/usrp2/sdr_lib/Makefile.srcs index 4a85726a9..6dab1db5e 100644 --- a/usrp2/sdr_lib/Makefile.srcs +++ b/usrp2/sdr_lib/Makefile.srcs @@ -8,6 +8,8 @@ SDR_LIB_SRCS = $(abspath $(addprefix $(BASE_DIR)/../sdr_lib/, \ acc.v \ add2.v \ +add2_and_clip.v \ +add2_and_clip_reg.v \ add2_and_round.v \ add2_and_round_reg.v \ add2_reg.v \ @@ -28,6 +30,7 @@ hb_dec.v \ hb_interp.v \ round.v \ round_reg.v \ +round_sd.v \ rx_control.v \ rx_dcoffset.v \ rx_frontend.v \ |