Skip to content
Snippets Groups Projects
Commit 095e6abb authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Added g_link_status_check enable bits

parent 1e99536f
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,7 @@ ENTITY tech_eth_10g IS ...@@ -51,6 +51,7 @@ ENTITY tech_eth_10g IS
g_technology : NATURAL := c_tech_select_default; g_technology : NATURAL := c_tech_select_default;
g_sim : BOOLEAN := FALSE; g_sim : BOOLEAN := FALSE;
g_nof_channels : NATURAL := 1; g_nof_channels : NATURAL := 1;
g_link_status_check : STD_LOGIC_VECTOR(c_tech_mac_10g_link_status_w-1 DOWNTO 0) := "11";
g_pre_header_padding : BOOLEAN := FALSE g_pre_header_padding : BOOLEAN := FALSE
); );
PORT ( PORT (
...@@ -99,6 +100,7 @@ BEGIN ...@@ -99,6 +100,7 @@ BEGIN
GENERIC MAP ( GENERIC MAP (
g_sim => g_sim, g_sim => g_sim,
g_nof_channels => g_nof_channels, g_nof_channels => g_nof_channels,
g_link_status_check => g_link_status_check,
g_pre_header_padding => g_pre_header_padding g_pre_header_padding => g_pre_header_padding
) )
PORT MAP ( PORT MAP (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment