diff options
author | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-01-17 22:44:13 +0000 |
---|---|---|
committer | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-01-17 22:44:13 +0000 |
commit | 706545cb6c084d8595e9ffe53fd623b8dfc49c12 (patch) | |
tree | 49935fc1093e7b31b3fbb84e87b289c262c9bea8 /toplevel | |
parent | 0e54e0523398c4b607a853bb502fc9073fdaf7b4 (diff) | |
download | uhd-706545cb6c084d8595e9ffe53fd623b8dfc49c12.tar.gz uhd-706545cb6c084d8595e9ffe53fd623b8dfc49c12.tar.bz2 uhd-706545cb6c084d8595e9ffe53fd623b8dfc49c12.zip |
Applied patch from Brett Trotter that stuffs zeros into the head of the tx signal processing pipeline when the Tx FIFO is empty.
This results in the DACs outputing zeros when there's no data, unless
the tx pipeline is disabled on the host.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4287 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'toplevel')
-rw-r--r-- | toplevel/usrp_std/usrp_std.qsf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/usrp_std/usrp_std.qsf b/toplevel/usrp_std/usrp_std.qsf index 1503c8cc6..8297f0f7b 100644 --- a/toplevel/usrp_std/usrp_std.qsf +++ b/toplevel/usrp_std/usrp_std.qsf @@ -27,7 +27,7 @@ # ======================== set_global_assignment -name ORIGINAL_QUARTUS_VERSION 3.0 set_global_assignment -name PROJECT_CREATION_TIME_DATE "00:14:04 JULY 13, 2003" -set_global_assignment -name LAST_QUARTUS_VERSION "6.0 SP1" +set_global_assignment -name LAST_QUARTUS_VERSION 6.1 # Pin & Location Assignments # ========================== |