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

Corrected unique labels for generate.

parent b417e071
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment