summaryrefslogtreecommitdiffstats
path: root/usrp2
diff options
context:
space:
mode:
Diffstat (limited to 'usrp2')
-rw-r--r--usrp2/sdr_lib/dspengine_16to8.v4
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