From 15edfa0f85492d491c5bc78c530fbce0b229a06d Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Sat, 16 May 2015 22:32:02 -0700 Subject: [PATCH] Add missing initialize --- rtl/eth_mac_10g_tx.v | 1 + 1 file changed, 1 insertion(+) diff --git a/rtl/eth_mac_10g_tx.v b/rtl/eth_mac_10g_tx.v index 3d416d05..6abf04fc 100644 --- a/rtl/eth_mac_10g_tx.v +++ b/rtl/eth_mac_10g_tx.v @@ -303,6 +303,7 @@ always @* begin frame_ptr_next = frame_ptr_reg; ifg_count_next = ifg_count_reg; + deficit_idle_count_next = deficit_idle_count_reg; last_cycle_txd_next = last_cycle_txd_reg; last_cycle_txc_next = last_cycle_txc_reg;