From 4df95b43f5d66b49566403718e3a672ee0df0cad Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Thu, 2 Oct 2014 13:17:30 +0000 Subject: [PATCH] No need for tech_tse_component_pkg, because the IP instantiation is done in tech_tse_stratixiv.vhd --- libraries/technology/tse/tech_tse.vhd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/technology/tse/tech_tse.vhd b/libraries/technology/tse/tech_tse.vhd index dc647c7dae..7297e72c4b 100644 --- a/libraries/technology/tse/tech_tse.vhd +++ b/libraries/technology/tse/tech_tse.vhd @@ -22,12 +22,11 @@ LIBRARY IEEE, technology_lib, common_lib, dp_lib; USE IEEE.std_logic_1164.ALL; -USE work.tech_tse_component_pkg.ALL; -USE work.tech_tse_pkg.ALL; USE technology_lib.technology_pkg.ALL; USE technology_lib.technology_select_pkg.ALL; USE common_lib.common_mem_pkg.ALL; USE dp_lib.dp_stream_pkg.ALL; +USE work.tech_tse_pkg.ALL; ENTITY tech_tse IS -- GitLab