From 6b20f9d750f17d4359800b3afb22cefe5581ccb2 Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Thu, 20 Nov 2014 12:35:15 +0000 Subject: [PATCH] Removed technology_lib. --- .../technology/10gbase_r/tech_10gbase_r_component_pkg.vhd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/technology/10gbase_r/tech_10gbase_r_component_pkg.vhd b/libraries/technology/10gbase_r/tech_10gbase_r_component_pkg.vhd index abc336e465..886324d7a3 100644 --- a/libraries/technology/10gbase_r/tech_10gbase_r_component_pkg.vhd +++ b/libraries/technology/10gbase_r/tech_10gbase_r_component_pkg.vhd @@ -21,9 +21,8 @@ -- Purpose: IP components declarations for various devices that get wrapped by the tech components -LIBRARY IEEE, technology_lib; +LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; -USE technology_lib.technology_pkg.ALL; PACKAGE tech_10gbase_r_component_pkg IS -- GitLab