Skip to content
Snippets Groups Projects
Commit 3c89179f authored by Kenneth Hiemstra's avatar Kenneth Hiemstra
Browse files

MDIO default disabled

parent 3519269e
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ ENTITY tr_10GbE IS ...@@ -65,7 +65,7 @@ ENTITY tr_10GbE IS
g_sim : BOOLEAN; g_sim : BOOLEAN;
g_sim_level : NATURAL := 1; -- 0 = use IP; 1 = use fast serdes model g_sim_level : NATURAL := 1; -- 0 = use IP; 1 = use fast serdes model
g_nof_macs : NATURAL; g_nof_macs : NATURAL;
g_use_mdio : BOOLEAN; g_use_mdio : BOOLEAN := FALSE;
g_mdio_epcs_dis : BOOLEAN := FALSE; -- TRUE disables EPCS on init; e.g. to target a 10GbE card in PC that does not support it g_mdio_epcs_dis : BOOLEAN := FALSE; -- TRUE disables EPCS on init; e.g. to target a 10GbE card in PC that does not support it
g_tx_fifo_fill : NATURAL := 10; -- Release tx packet only when sufficiently data is available, g_tx_fifo_fill : NATURAL := 10; -- Release tx packet only when sufficiently data is available,
g_tx_fifo_size : NATURAL := 256; -- 2 * 32b * 256 = 2 M9K (DP interface has 64b data, so at least 2 M9K needed) g_tx_fifo_size : NATURAL := 256; -- 2 * 32b * 256 = 2 M9K (DP interface has 64b data, so at least 2 M9K needed)
......
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