From d19abc4d7e130e322be491284130d7203ed5d16a Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Wed, 1 Oct 2014 07:42:57 +0000 Subject: [PATCH] Added technology_lib. Select gxb_reconfig for soft XAUI using g_nof_gx=16. --- libraries/technology/xaui/tech_xaui_component_pkg.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/technology/xaui/tech_xaui_component_pkg.vhd b/libraries/technology/xaui/tech_xaui_component_pkg.vhd index 22a5eb7d0c..bdadd96f5a 100644 --- a/libraries/technology/xaui/tech_xaui_component_pkg.vhd +++ b/libraries/technology/xaui/tech_xaui_component_pkg.vhd @@ -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 -- GitLab