1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

Add missing assign to frame_min_count_reg in axis_baser_tx_64 module

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich 2023-09-24 13:35:29 -07:00
parent 90e6dfc638
commit 5ff1e17a29

View File

@ -662,6 +662,8 @@ always @(posedge clk) begin
swap_lanes_reg <= swap_lanes_next;
frame_min_count_reg <= frame_min_count_next;
ifg_count_reg <= ifg_count_next;
deficit_idle_count_reg <= deficit_idle_count_next;