From feea0e62c31f072ed59180668ca9d6499b397738 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Thu, 2 Oct 2014 13:18:17 +0000
Subject: [PATCH] No need for tech_xaui_component_pkg, because the IP
 instantiation is done in tech_xaui_stratixiv.vhd

---
 libraries/technology/xaui/tech_xaui.vhd | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libraries/technology/xaui/tech_xaui.vhd b/libraries/technology/xaui/tech_xaui.vhd
index b8e2bb46c1..38eab5416b 100644
--- a/libraries/technology/xaui/tech_xaui.vhd
+++ b/libraries/technology/xaui/tech_xaui.vhd
@@ -27,7 +27,6 @@ USE technology_lib.technology_select_pkg.ALL;
 USE common_lib.common_pkg.ALL;
 USE common_lib.common_mem_pkg.ALL;
 USE common_lib.common_interface_layers_pkg.ALL;
-USE work.tech_xaui_component_pkg.ALL;
 
 ENTITY tech_xaui IS
   GENERIC (
-- 
GitLab