summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usrp2/sdr_lib/hb_dec.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/sdr_lib/hb_dec.v b/usrp2/sdr_lib/hb_dec.v
index eba79b938..f4e09091f 100644
--- a/usrp2/sdr_lib/hb_dec.v
+++ b/usrp2/sdr_lib/hb_dec.v
@@ -172,7 +172,7 @@ module hb_dec
round_sd #(.WIDTH_IN(ACCWIDTH-4),.WIDTH_OUT(OWIDTH))
final_round (.clk(clk),.reset(rst),
- .in(final_sum_unrounded[ACCWIDTH-5:0]),.strobe_in(stb_out_pre[9]),
+ .in(final_sum_unrounded[ACCWIDTH-5:0]),.strobe_in(stb_out_pre[8]),
.out(final_sum), .strobe_out(stb_final));
round_sd #(.WIDTH_IN(IWIDTH),.WIDTH_OUT(OWIDTH))