diff --git a/libraries/technology/transceiver/tech_transceiver_component_pkg.vhd b/libraries/technology/transceiver/tech_transceiver_component_pkg.vhd index 038f41b11c4b2042a9ea6d16d0b98f93b3910fe9..84db270e521fdeeefb11000458f8135fcf268051 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 0d02dba6310c767b5ffc7cf04f29c1db2c38aa45..c4428b5899ab3db54295d807abba9cecf0431268 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;