From b26b377ad0b4b3b4067cad2bf506086178e2138a Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Tue, 3 Jun 2014 10:11:53 +0000
Subject: [PATCH] Removed not used tr_nonbonded_lib and package.

---
 libraries/technology/transceiver/hdllib.cfg                    | 2 +-
 libraries/technology/transceiver/tech_transceiver_gx.vhd       | 1 -
 libraries/technology/transceiver/tech_transceiver_rx_align.vhd | 1 -
 libraries/technology/transceiver/tech_transceiver_tx_align.vhd | 1 -
 4 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/libraries/technology/transceiver/hdllib.cfg b/libraries/technology/transceiver/hdllib.cfg
index 9ab90cf369..01da0ada8e 100644
--- a/libraries/technology/transceiver/hdllib.cfg
+++ b/libraries/technology/transceiver/hdllib.cfg
@@ -1,6 +1,6 @@
 hdl_lib_name = tech_transceiver
 hdl_library_clause_name = tech_transceiver_lib
-hdl_lib_uses = technology ip_altera_mf ip_stratixiv_hssi
+hdl_lib_uses = technology ip_altera_mf ip_stratixiv_hssi common dp
 
 build_sim_dir = $HDL_BUILD_DIR
 build_synth_dir = 
diff --git a/libraries/technology/transceiver/tech_transceiver_gx.vhd b/libraries/technology/transceiver/tech_transceiver_gx.vhd
index 357476ca0c..292c5ccd54 100644
--- a/libraries/technology/transceiver/tech_transceiver_gx.vhd
+++ b/libraries/technology/transceiver/tech_transceiver_gx.vhd
@@ -27,7 +27,6 @@ USE work.tech_transceiver_component_pkg.ALL;
 USE technology_lib.technology_pkg.ALL;
 USE technology_lib.technology_select_pkg.ALL;
 USE common_lib.common_pkg.ALL;
-USE work.tr_nonbonded_pkg.ALL;
 USE dp_lib.dp_stream_pkg.ALL;
 
 ENTITY tech_transceiver_gx IS 
diff --git a/libraries/technology/transceiver/tech_transceiver_rx_align.vhd b/libraries/technology/transceiver/tech_transceiver_rx_align.vhd
index c26c78cafa..e1327d625a 100644
--- a/libraries/technology/transceiver/tech_transceiver_rx_align.vhd
+++ b/libraries/technology/transceiver/tech_transceiver_rx_align.vhd
@@ -24,7 +24,6 @@ LIBRARY IEEE, common_lib;
 USE IEEE.STD_LOGIC_1164.ALL;
 USE IEEE.NUMERIC_STD.ALL;
 USE common_lib.common_pkg.ALL;
-USE work.tr_nonbonded_pkg.ALL;
 
 ENTITY tech_transceiver_rx_align IS
   GENERIC(
diff --git a/libraries/technology/transceiver/tech_transceiver_tx_align.vhd b/libraries/technology/transceiver/tech_transceiver_tx_align.vhd
index 662fdd72cc..5d91d25870 100644
--- a/libraries/technology/transceiver/tech_transceiver_tx_align.vhd
+++ b/libraries/technology/transceiver/tech_transceiver_tx_align.vhd
@@ -24,7 +24,6 @@ LIBRARY IEEE, common_lib;
 USE IEEE.STD_LOGIC_1164.ALL;
 USE IEEE.NUMERIC_STD.ALL;
 USE common_lib.common_pkg.ALL;
-USE work.tr_nonbonded_pkg.ALL;
 
 ENTITY tech_transceiver_tx_align IS
   GENERIC(
-- 
GitLab