diff options
author | matt <matt@221aa14e-8319-0410-a670-987f0aec2ac5> | 2009-01-19 05:08:51 +0000 |
---|---|---|
committer | matt <matt@221aa14e-8319-0410-a670-987f0aec2ac5> | 2009-01-19 05:08:51 +0000 |
commit | 95ccb758928c7771f61a6874dd148a453bf77c0a (patch) | |
tree | e5bd3747dfd1241f12f08b496924db25eb2c9d63 /top | |
parent | ee16ef93fad39cbbd32b9d3b8feb4e2730a7ad6b (diff) | |
download | uhd-95ccb758928c7771f61a6874dd148a453bf77c0a.tar.gz uhd-95ccb758928c7771f61a6874dd148a453bf77c0a.tar.bz2 uhd-95ccb758928c7771f61a6874dd148a453bf77c0a.zip |
new cordic
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10259 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'top')
-rw-r--r-- | top/u2_rev2/Makefile | 1 | ||||
-rw-r--r-- | top/u2_rev3/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/top/u2_rev2/Makefile b/top/u2_rev2/Makefile index 22aaeafe2..275c24b02 100644 --- a/top/u2_rev2/Makefile +++ b/top/u2_rev2/Makefile @@ -154,6 +154,7 @@ sdr_lib/cic_strober.v \ sdr_lib/clip.v \ sdr_lib/clip_reg.v \ sdr_lib/cordic.v \ +sdr_lib/cordic_z24.v \ sdr_lib/cordic_stage.v \ sdr_lib/dsp_core_rx.v \ sdr_lib/dsp_core_tx.v \ diff --git a/top/u2_rev3/Makefile b/top/u2_rev3/Makefile index 9de6b55cc..c41ce7f77 100644 --- a/top/u2_rev3/Makefile +++ b/top/u2_rev3/Makefile @@ -154,6 +154,7 @@ sdr_lib/cic_strober.v \ sdr_lib/clip.v \ sdr_lib/clip_reg.v \ sdr_lib/cordic.v \ +sdr_lib/cordic_z24.v \ sdr_lib/cordic_stage.v \ sdr_lib/dsp_core_rx.v \ sdr_lib/dsp_core_tx.v \ |