From 92cfc96504a3bdfda229224841d31e29bc3dc29c Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Thu, 12 Jun 2014 07:19:50 +0000 Subject: [PATCH] Corrected instance of ip_stratixiv_gx_reconfig as component intead of as entity. --- libraries/technology/tse/tech_tse_stratixiv.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/technology/tse/tech_tse_stratixiv.vhd b/libraries/technology/tse/tech_tse_stratixiv.vhd index ab0780a796..4451d6637f 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, -- GitLab