From b7a7a59eaedd53c9673654dac59f0bd35248450e Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Wed, 1 Oct 2014 07:41:34 +0000
Subject: [PATCH] Added technology_lib.

---
 .../technology/transceiver/tech_transceiver_component_pkg.vhd  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libraries/technology/transceiver/tech_transceiver_component_pkg.vhd b/libraries/technology/transceiver/tech_transceiver_component_pkg.vhd
index b7eaa4e8df..9999fcf438 100644
--- a/libraries/technology/transceiver/tech_transceiver_component_pkg.vhd
+++ b/libraries/technology/transceiver/tech_transceiver_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_transceiver_component_pkg IS
 
-- 
GitLab