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

Added g_sim_level for tech_10gbase_r.

parent 33412d10
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,7 @@ USE tech_mac_10g_lib.tech_mac_10g_component_pkg.ALL;
ENTITY tech_eth_10g_arria10 IS
GENERIC (
g_sim : BOOLEAN := FALSE;
g_sim_level : NATURAL := 0; -- 0 = use IP; 1 = use fast serdes model
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
......@@ -174,6 +175,7 @@ BEGIN
GENERIC MAP (
g_technology => c_tech_arria10,
g_sim => g_sim,
g_sim_level => g_sim_level,
g_nof_channels => g_nof_channels
)
PORT MAP (
......
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