diff options
author | matt <matt@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-03-20 02:13:06 +0000 |
---|---|---|
committer | matt <matt@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-03-20 02:13:06 +0000 |
commit | 2d3721456fb3a428136ec6054d3bf09c0645bbb5 (patch) | |
tree | 5f17b0674b1697afc2011b65d16f33fd9694868a /toplevel/usrp_std | |
parent | 25d5b9c9f72f34c0bf9205c74847660ac90d3349 (diff) | |
download | uhd-2d3721456fb3a428136ec6054d3bf09c0645bbb5.tar.gz uhd-2d3721456fb3a428136ec6054d3bf09c0645bbb5.tar.bz2 uhd-2d3721456fb3a428136ec6054d3bf09c0645bbb5.zip |
proper shifting for the cic decim now keeps signals roughly leveled
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4784 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'toplevel/usrp_std')
-rw-r--r-- | toplevel/usrp_std/usrp_std.qsf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toplevel/usrp_std/usrp_std.qsf b/toplevel/usrp_std/usrp_std.qsf index e43d39ba3..ad98b1165 100644 --- a/toplevel/usrp_std/usrp_std.qsf +++ b/toplevel/usrp_std/usrp_std.qsf @@ -368,6 +368,7 @@ set_instance_assignment -name CLOCK_SETTINGS master_clk -to master_clk # end ENTITY(usrp_std) # -------------------- +set_global_assignment -name VERILOG_FILE ../../sdr_lib/cic_dec_shifter.v set_global_assignment -name VERILOG_FILE ../../sdr_lib/rssi.v set_global_assignment -name VERILOG_FILE ../../sdr_lib/ram16.v set_global_assignment -name VERILOG_FILE ../../megacells/fifo_4k.v |