From 8d8a33b9f9383ae37755c2a488708f8a97de4516 Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Thu, 25 Sep 2014 11:11:56 +0000 Subject: [PATCH] Corrected unique labels for generate. --- .../ip_stratixiv/ip_stratixiv_gxb_reconfig_v111.vhd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/technology/ip_stratixiv/ip_stratixiv_gxb_reconfig_v111.vhd b/libraries/technology/ip_stratixiv/ip_stratixiv_gxb_reconfig_v111.vhd index efdff4c109..704435ed25 100644 --- a/libraries/technology/ip_stratixiv/ip_stratixiv_gxb_reconfig_v111.vhd +++ b/libraries/technology/ip_stratixiv/ip_stratixiv_gxb_reconfig_v111.vhd @@ -46,8 +46,8 @@ END ip_stratixiv_gxb_reconfig_v111; ARCHITECTURE str OF ip_stratixiv_gxb_reconfig_v111 IS BEGIN - gen_gx_reconfig_4 : IF g_nof_gx = 4 AND g_soft = FALSE GENERATE - u_gx_reconfig_4 : ENTITY work.ip_stratixiv_gxb_reconfig_v111_4 + gen_gxb_reconfig_4 : IF g_nof_gx = 4 AND g_soft = FALSE GENERATE + u_gxb_reconfig_4 : ENTITY work.ip_stratixiv_gxb_reconfig_v111_4 PORT MAP ( reconfig_clk => reconfig_clk, reconfig_fromgxb => reconfig_fromgxb, @@ -56,8 +56,8 @@ BEGIN ); END GENERATE; - gen_gx_reconfig_4 : IF g_nof_gx = 4 AND g_soft = TRUE GENERATE - u_gx_reconfig_4 : ENTITY work.ip_stratixiv_gxb_reconfig_v111_soft_4 + gen_gxb_reconfig_soft_4 : IF g_nof_gx = 4 AND g_soft = TRUE GENERATE + u_gxb_reconfig_soft_4 : ENTITY work.ip_stratixiv_gxb_reconfig_v111_soft_4 PORT MAP ( reconfig_clk => reconfig_clk, reconfig_fromgxb => reconfig_fromgxb, -- GitLab