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

Renamed gx_reconfig into gxb_reconfig_v91 (used in...

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).
parent 2080fd54
No related branches found
No related tags found
No related merge requests found
...@@ -176,7 +176,21 @@ PACKAGE tech_transceiver_component_pkg IS ...@@ -176,7 +176,21 @@ PACKAGE tech_transceiver_component_pkg IS
); );
END COMPONENT; 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 ( GENERIC (
g_nof_gx : NATURAL; g_nof_gx : NATURAL;
g_fromgxb_bus_w : NATURAL := 17; g_fromgxb_bus_w : NATURAL := 17;
......
...@@ -127,7 +127,7 @@ PACKAGE tech_tse_component_pkg IS ...@@ -127,7 +127,7 @@ PACKAGE tech_tse_component_pkg IS
); );
END COMPONENT; END COMPONENT;
COMPONENT ip_stratixiv_gx_reconfig IS COMPONENT ip_stratixiv_gx_reconfig_v101 IS
GENERIC ( GENERIC (
g_nof_gx : NATURAL; g_nof_gx : NATURAL;
g_fromgxb_bus_w : NATURAL := 17; g_fromgxb_bus_w : NATURAL := 17;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment