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

Added technology_lib. Select gxb_reconfig for soft XAUI using g_nof_gx=16.

parent b7a7a59e
Branches
No related tags found
No related merge requests found
......@@ -21,8 +21,9 @@
-- Purpose: IP components declarations for various devices that get wrapped by the tech components
LIBRARY IEEE;
LIBRARY IEEE, technology_lib;
USE IEEE.STD_LOGIC_1164.ALL;
USE technology_lib.technology_pkg.ALL;
PACKAGE tech_xaui_component_pkg IS
......@@ -219,7 +220,6 @@ PACKAGE tech_xaui_component_pkg IS
COMPONENT ip_stratixiv_gxb_reconfig_v111 IS
GENERIC (
g_soft : BOOLEAN := FALSE;
g_nof_gx : NATURAL;
g_fromgxb_bus_w : NATURAL := 17;
g_togxb_bus_w : NATURAL := 4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment