From 61bb343fba5a98105ab349826e25ae296d7f2e09 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Wed, 11 Jun 2014 12:53:20 +0000
Subject: [PATCH] Corrected width of reconfig_fromgxb.

---
 libraries/technology/ip_stratixiv/ip_stratixiv_gx_reconfig.vhd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/technology/ip_stratixiv/ip_stratixiv_gx_reconfig.vhd b/libraries/technology/ip_stratixiv/ip_stratixiv_gx_reconfig.vhd
index 4a993b77f9..b840b4f14c 100644
--- a/libraries/technology/ip_stratixiv/ip_stratixiv_gx_reconfig.vhd
+++ b/libraries/technology/ip_stratixiv/ip_stratixiv_gx_reconfig.vhd
@@ -35,7 +35,7 @@ ENTITY ip_stratixiv_gx_reconfig IS
   );
   PORT (
     reconfig_clk     : IN STD_LOGIC;
-    reconfig_fromgxb : IN STD_LOGIC_VECTOR(tech_ceil_div(g_nof_gx*g_fromgxb_bus_w, 4)-1 DOWNTO 0);
+    reconfig_fromgxb : IN STD_LOGIC_VECTOR(tech_ceil_div(g_nof_gx, 4)*g_fromgxb_bus_w-1 DOWNTO 0);
     busy             : OUT STD_LOGIC;
     reconfig_togxb   : OUT STD_LOGIC_VECTOR(g_togxb_bus_w-1 DOWNTO 0)
   );
-- 
GitLab