Skip to content
Snippets Groups Projects
Commit b26b377a authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Removed not used tr_nonbonded_lib and package.

parent b2f9784f
No related branches found
No related tags found
No related merge requests found
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 =
......
......@@ -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
......
......@@ -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(
......
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment