Skip to content

Commit 5ff1e17

Browse files
committed
Add missing assign to frame_min_count_reg in axis_baser_tx_64 module
Signed-off-by: Alex Forencich <[email protected]>
1 parent 90e6dfc commit 5ff1e17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rtl/axis_baser_tx_64.v

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,8 @@ always @(posedge clk) begin
662662

663663
swap_lanes_reg <= swap_lanes_next;
664664

665+
frame_min_count_reg <= frame_min_count_next;
666+
665667
ifg_count_reg <= ifg_count_next;
666668
deficit_idle_count_reg <= deficit_idle_count_next;
667669

0 commit comments

Comments
 (0)