Skip to content

Commit

Permalink
Add missing assign to frame_min_count_reg in axis_xgmii_tx_32 module
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Forencich <[email protected]>
  • Loading branch information
alexforencich committed Jan 15, 2024
1 parent b22db1d commit f400372
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rtl/axis_xgmii_tx_32.v
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,8 @@ end
always @(posedge clk) begin
state_reg <= state_next;

frame_min_count_reg <= frame_min_count_next;

ifg_count_reg <= ifg_count_next;
deficit_idle_count_reg <= deficit_idle_count_next;

Expand Down

0 comments on commit f400372

Please sign in to comment.