From 39351f76bdfb72f2e902eb7b20731e2ee2b7128c Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Thu, 25 Sep 2014 10:31:15 +0000
Subject: [PATCH] Renamed gx_reconfig into gxb_reconfig_v91 (used in
 tech_transceiver_component_pkg.vhd by tr_nonbonded). Renamed gxb_reconfig
 into gxb_reconfig_v101 (used in tech_tse_component_pkg.vhd by tse_sgmii_gx).

---
 .../tech_transceiver_component_pkg.vhd           | 16 +++++++++++++++-
 .../technology/tse/tech_tse_component_pkg.vhd    |  2 +-
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/libraries/technology/transceiver/tech_transceiver_component_pkg.vhd b/libraries/technology/transceiver/tech_transceiver_component_pkg.vhd
index 038f41b11c..84db270e52 100644
--- a/libraries/technology/transceiver/tech_transceiver_component_pkg.vhd
+++ b/libraries/technology/transceiver/tech_transceiver_component_pkg.vhd
@@ -176,7 +176,21 @@ PACKAGE tech_transceiver_component_pkg IS
   );
   END COMPONENT;  
 
-  COMPONENT ip_stratixiv_gxb_reconfig IS
+  COMPONENT ip_stratixiv_gxb_reconfig_v91 IS
+  GENERIC (
+    g_nof_gx        : NATURAL;
+    g_fromgxb_bus_w : NATURAL := 17;
+    g_togxb_bus_w   : NATURAL := 4
+  );
+  PORT (
+    reconfig_clk     : IN STD_LOGIC;
+    reconfig_fromgxb : IN STD_LOGIC_VECTOR(g_nof_gx*g_fromgxb_bus_w-1 DOWNTO 0);
+    busy             : OUT STD_LOGIC;
+    reconfig_togxb   : OUT STD_LOGIC_VECTOR(g_togxb_bus_w-1 DOWNTO 0)
+  );
+  END COMPONENT;
+  
+  COMPONENT ip_stratixiv_gxb_reconfig_v111 IS
   GENERIC (
     g_nof_gx        : NATURAL;
     g_fromgxb_bus_w : NATURAL := 17;
diff --git a/libraries/technology/tse/tech_tse_component_pkg.vhd b/libraries/technology/tse/tech_tse_component_pkg.vhd
index 0d02dba631..c4428b5899 100644
--- a/libraries/technology/tse/tech_tse_component_pkg.vhd
+++ b/libraries/technology/tse/tech_tse_component_pkg.vhd
@@ -127,7 +127,7 @@ PACKAGE tech_tse_component_pkg IS
    ); 
   END COMPONENT;
 
-  COMPONENT ip_stratixiv_gx_reconfig IS
+  COMPONENT ip_stratixiv_gx_reconfig_v101 IS
   GENERIC (
     g_nof_gx        : NATURAL;
     g_fromgxb_bus_w : NATURAL := 17;
-- 
GitLab