Skip to content
Snippets Groups Projects
Commit 267040f7 authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

set c_check_link_status and c_check_xgmii_tx_ready to TRUE

parent 0e4d51d0
No related branches found
No related tags found
No related merge requests found
...@@ -139,8 +139,8 @@ END tech_eth_10g_arria10_e1sg; ...@@ -139,8 +139,8 @@ END tech_eth_10g_arria10_e1sg;
ARCHITECTURE str OF tech_eth_10g_arria10_e1sg IS ARCHITECTURE str OF tech_eth_10g_arria10_e1sg IS
-- Enable or disable the conditions that must be ok to release tx_snk_out_arr xon -- Enable or disable the conditions that must be ok to release tx_snk_out_arr xon
CONSTANT c_check_link_status : BOOLEAN := g_direction/="TX_ONLY"; CONSTANT c_check_link_status : BOOLEAN := TRUE; --g_direction/="TX_ONLY";
CONSTANT c_check_xgmii_tx_ready : BOOLEAN := g_direction/="RX_ONLY"; CONSTANT c_check_xgmii_tx_ready : BOOLEAN := TRUE; --g_direction/="RX_ONLY";
SIGNAL i_tx_snk_out_arr : t_dp_siso_arr(g_nof_channels-1 DOWNTO 0); SIGNAL i_tx_snk_out_arr : t_dp_siso_arr(g_nof_channels-1 DOWNTO 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment