From 87a84c3d258fd0963c9085f0ba206197f2b3f900 Mon Sep 17 00:00:00 2001 From: Leon Hiemstra <hiemstra@astron.nl> Date: Wed, 1 Oct 2014 14:08:33 +0000 Subject: [PATCH] fix tech_transceiver_arria10_48 --- libraries/technology/transceiver/hdllib.cfg | 1 + .../technology/transceiver/tech_transceiver_arria10_48.vhd | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/technology/transceiver/hdllib.cfg b/libraries/technology/transceiver/hdllib.cfg index 10033a9ea5..fbdaa657a5 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 d68cc81f1c..6feb428eb4 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; -- GitLab