diff --git a/libraries/technology/tse/tech_tse_stratixiv.vhd b/libraries/technology/tse/tech_tse_stratixiv.vhd index ab0780a7968dbf75ccd9de9c968ccf80f3517e6f..4451d6637f4f1e180bd82d132c4d26663d981917 100644 --- a/libraries/technology/tse/tech_tse_stratixiv.vhd +++ b/libraries/technology/tse/tech_tse_stratixiv.vhd @@ -249,12 +249,12 @@ BEGIN rxp => eth_rxp ); - u_gx_reconfig : ENTITY ip_stratixiv_gx_reconfig + u_gx_reconfig : ip_stratixiv_gx_reconfig GENERIC MAP ( g_nof_gx => c_nof_gx, g_fromgxb_bus_w => reconfig_fromgxb'LENGTH, g_togxb_bus_w => reconfig_togxb'LENGTH - ); + ) PORT MAP ( reconfig_clk => cal_rec_clk, reconfig_fromgxb => reconfig_fromgxb,