diff options
author | Matt Ettus <matt@ettus.com> | 2011-10-12 15:24:49 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-10-26 15:57:22 -0700 |
commit | dd54bf0909025396986db2c045b0f1da2c4df657 (patch) | |
tree | 48498711a922cdbb717d620479588e136763d577 /usrp2 | |
parent | 406345b14c745c0c3e7ac7c47ce6e893c61e357e (diff) | |
download | uhd-dd54bf0909025396986db2c045b0f1da2c4df657.tar.gz uhd-dd54bf0909025396986db2c045b0f1da2c4df657.tar.bz2 uhd-dd54bf0909025396986db2c045b0f1da2c4df657.zip |
dsp_engine: trailer change to fit standard
Diffstat (limited to 'usrp2')
-rw-r--r-- | usrp2/sdr_lib/dspengine_16to8.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usrp2/sdr_lib/dspengine_16to8.v b/usrp2/sdr_lib/dspengine_16to8.v index 8f1b939a9..5f2a5e1a3 100644 --- a/usrp2/sdr_lib/dspengine_16to8.v +++ b/usrp2/sdr_lib/dspengine_16to8.v @@ -122,9 +122,9 @@ module dspengine_16to8 begin dsp_state <= DSP_CONVERT_DRAIN_PIPE; if(~even) - trailer_mask <= 32'h00010001; + trailer_mask <= 32'h00400400; else - trailer_mask <= 32'h00010000; + trailer_mask <= 32'h00400000; end end end |