diff --git a/libraries/technology/transceiver/hdllib.cfg b/libraries/technology/transceiver/hdllib.cfg
index 9ab90cf36949f9211e9b2a3453b0f0df298b704f..01da0ada8e2bcaa0b080c7fca35c1b86dcd569f3 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 357476ca0ce091cf313a49d708cac3f1977a1ef1..292c5ccd54868c9c3c62301bd32e1c7dca75602f 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 c26c78cafab4592025421f1cf9e114add2a2a6c5..e1327d625a4cdd179228585e6a2b59b1ff5fae08 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 662fdd72cc6ea4a5bd5f4170b49e9daebcdac490..5d91d25870c71d9e6c6aeee4a24001cfa9c78c8c 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(