From 0ecd354d7ff19c93a865879aa9b2ab4403fa0147 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Sun, 7 Jun 2015 22:07:04 -0700 Subject: [PATCH] Fix instance name --- rtl/eth_mac_10g_fifo.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/eth_mac_10g_fifo.v b/rtl/eth_mac_10g_fifo.v index 302971168..0090daee8 100644 --- a/rtl/eth_mac_10g_fifo.v +++ b/rtl/eth_mac_10g_fifo.v @@ -143,7 +143,7 @@ eth_mac_10g #( .ENABLE_DIC(ENABLE_DIC), .MIN_FRAME_LENGTH(MIN_FRAME_LENGTH) ) -eth_mac_1g_inst ( +eth_mac_10g_inst ( .tx_clk(tx_clk), .tx_rst(tx_rst), .rx_clk(rx_clk),