From 5ff1e17a294a5070a325f191f3c8274cdf49c57b Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Sun, 24 Sep 2023 13:35:29 -0700 Subject: [PATCH] Add missing assign to frame_min_count_reg in axis_baser_tx_64 module Signed-off-by: Alex Forencich --- rtl/axis_baser_tx_64.v | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtl/axis_baser_tx_64.v b/rtl/axis_baser_tx_64.v index 234b85dd2..2fc0b634e 100644 --- a/rtl/axis_baser_tx_64.v +++ b/rtl/axis_baser_tx_64.v @@ -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;