From 26aacea6efe835547e803147ed42af1c5eb3748a Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Wed, 28 Oct 2015 12:40:23 -0700 Subject: [PATCH] Remove unused code --- rtl/eth_mac_10g_tx.v | 2 -- 1 file changed, 2 deletions(-) diff --git a/rtl/eth_mac_10g_tx.v b/rtl/eth_mac_10g_tx.v index fbf77787..94f049c7 100644 --- a/rtl/eth_mac_10g_tx.v +++ b/rtl/eth_mac_10g_tx.v @@ -104,8 +104,6 @@ reg [7:0] frame_ptr_reg = 0, frame_ptr_next; reg [7:0] ifg_count_reg = 0, ifg_count_next; reg [1:0] deficit_idle_count_reg = 0, deficit_idle_count_next; -reg busy_reg = 0; - reg input_axis_tready_reg = 0, input_axis_tready_next; reg [31:0] crc_state = 32'hFFFFFFFF;