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

Default use g_verify_link_recovery = TRUE

parent da46d07e
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ ENTITY tb_tech_eth_10g IS
g_technology : NATURAL := c_tech_select_default;
g_tech_pll_clk_644_period : TIME := tech_pll_clk_644_period;
g_data_type : NATURAL := c_tb_tech_mac_10g_data_type_symbols;
g_verify_link_recovery : BOOLEAN := FALSE;--TRUE;
g_verify_link_recovery : BOOLEAN := TRUE;
g_link_status_check : STD_LOGIC_VECTOR(c_tech_mac_10g_link_status_w-1 DOWNTO 0) := "11";
g_use_rx_serial_in : BOOLEAN := FALSE
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment