Skip to content
Snippets Groups Projects
Commit 87a84c3d authored by Kenneth Hiemstra's avatar Kenneth Hiemstra
Browse files

fix tech_transceiver_arria10_48

parent 47f0f4f0
No related branches found
No related tags found
No related merge requests found
...@@ -15,5 +15,6 @@ synth_files = ...@@ -15,5 +15,6 @@ synth_files =
tech_transceiver_tx_rst.vhd tech_transceiver_tx_rst.vhd
tech_transceiver_gx_stratixiv.vhd tech_transceiver_gx_stratixiv.vhd
tech_transceiver_gx.vhd tech_transceiver_gx.vhd
tech_transceiver_arria10_48.vhd
test_bench_files = test_bench_files =
...@@ -20,8 +20,7 @@ ...@@ -20,8 +20,7 @@
-- --
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
LIBRARY IEEE, unb_common_lib; LIBRARY IEEE;
use unb_common_lib.unb_common_pkg.all;
USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_1164.ALL;
use ieee.std_logic_arith.all; use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all; use ieee.std_logic_unsigned.all;
......
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