Skip to content

Commit f400372

Browse files
committed
Add missing assign to frame_min_count_reg in axis_xgmii_tx_32 module
Signed-off-by: Alex Forencich <alex@alexforencich.com>
1 parent b22db1d commit f400372

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rtl/axis_xgmii_tx_32.v

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,8 @@ end
523523
always @(posedge clk) begin
524524
state_reg <= state_next;
525525

526+
frame_min_count_reg <= frame_min_count_next;
527+
526528
ifg_count_reg <= ifg_count_next;
527529
deficit_idle_count_reg <= deficit_idle_count_next;
528530

0 commit comments

Comments
 (0)