From 43b1bbd6b20443a57b1f70a24dc09fa94db214c8 Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Wed, 1 Oct 2014 07:44:55 +0000 Subject: [PATCH] Moved tech_xaui_pkg.vhd to common_interface_layers_pkg.vhd. --- libraries/technology/xaui/tech_xaui.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/technology/xaui/tech_xaui.vhd b/libraries/technology/xaui/tech_xaui.vhd index 2798395d03..b8e2bb46c1 100644 --- a/libraries/technology/xaui/tech_xaui.vhd +++ b/libraries/technology/xaui/tech_xaui.vhd @@ -26,8 +26,8 @@ USE technology_lib.technology_pkg.ALL; 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; -USE work.tech_xaui_pkg.ALL; ENTITY tech_xaui IS GENERIC ( -- GitLab