diff --git a/libraries/technology/transceiver/hdllib.cfg b/libraries/technology/transceiver/hdllib.cfg index 10033a9ea52cd7e431da91d0135446335bc63023..fbdaa657a5e4563c5a13fd8b46549c84a93fcfc5 100644 --- a/libraries/technology/transceiver/hdllib.cfg +++ b/libraries/technology/transceiver/hdllib.cfg @@ -15,5 +15,6 @@ synth_files = tech_transceiver_tx_rst.vhd tech_transceiver_gx_stratixiv.vhd tech_transceiver_gx.vhd + tech_transceiver_arria10_48.vhd test_bench_files = diff --git a/libraries/technology/transceiver/tech_transceiver_arria10_48.vhd b/libraries/technology/transceiver/tech_transceiver_arria10_48.vhd index d68cc81f1c83104266aa13755fc93366bbf81a4f..6feb428eb49769516dacc0dfe193415347543af8 100644 --- a/libraries/technology/transceiver/tech_transceiver_arria10_48.vhd +++ b/libraries/technology/transceiver/tech_transceiver_arria10_48.vhd @@ -20,8 +20,7 @@ -- ------------------------------------------------------------------------------- -LIBRARY IEEE, unb_common_lib; -use unb_common_lib.unb_common_pkg.all; +LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all;