aboutsummaryrefslogtreecommitdiff
path: root/rtl/modexpng_part_recombinator.v
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/modexpng_part_recombinator.v')
-rw-r--r--rtl/modexpng_part_recombinator.v15
1 files changed, 15 insertions, 0 deletions
diff --git a/rtl/modexpng_part_recombinator.v b/rtl/modexpng_part_recombinator.v
index 567ecd5..957ba8e 100644
--- a/rtl/modexpng_part_recombinator.v
+++ b/rtl/modexpng_part_recombinator.v
@@ -1095,6 +1095,7 @@ module modexpng_part_recombinator
end
//
end
+ //
endcase
//
2'd2: case (rcmb_xy_dout_valid)
@@ -1103,6 +1104,20 @@ module modexpng_part_recombinator
//
endcase
//
+ 2'd3: case (rcmb_xy_dout_valid)
+ //
+ 2'b00: begin
+ //
+ if (recomb_msb_flag_delay_2) begin
+ //
+ rdy_adv <= ~recomb_msb_flag_delay_1;
+ //
+ end
+ //
+ end
+ //
+ endcase
+ //
endcase
//
end