diff --git a/libraries/technology/10gbase_r/tech_10gbase_r.vhd b/libraries/technology/10gbase_r/tech_10gbase_r.vhd index 7fab2bd939e8399d333e4ae174be3edaf404488d..aa0600af4a5e57143958d10d8e3b6a7e54f7dacf 100644 --- a/libraries/technology/10gbase_r/tech_10gbase_r.vhd +++ b/libraries/technology/10gbase_r/tech_10gbase_r.vhd @@ -71,6 +71,15 @@ BEGIN tx_serial_arr, rx_serial_arr); END GENERATE; + gen_ip_arria10_e3sge3 : IF c_use_technology=TRUE AND g_technology=c_tech_arria10_e3sge3 GENERATE + u0 : ENTITY work.tech_10gbase_r_arria10_e3sge3 + GENERIC MAP (g_sim, g_nof_channels) + PORT MAP (tr_ref_clk_644, + clk_156, rst_156, + xgmii_tx_ready_arr, xgmii_rx_ready_arr, xgmii_tx_dc_arr, xgmii_rx_dc_arr, + tx_serial_arr, rx_serial_arr); + END GENERATE; + gem_sim_10gbase_r : IF c_use_sim_model=TRUE GENERATE u0 : ENTITY work.sim_10gbase_r GENERIC MAP (g_sim, g_nof_channels)