From 5b3c3aeae329373238b6f19264a5194516a52850 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Wed, 8 Oct 2014 09:06:46 +0000
Subject: [PATCH] Corrected using tech_tse_lib.tb_tech_tse_pkg.ALL.

---
 libraries/io/eth/tb/vhdl/tb_tb_eth.vhd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/io/eth/tb/vhdl/tb_tb_eth.vhd b/libraries/io/eth/tb/vhdl/tb_tb_eth.vhd
index b9fb5118b1..55cf0109c7 100644
--- a/libraries/io/eth/tb/vhdl/tb_tb_eth.vhd
+++ b/libraries/io/eth/tb/vhdl/tb_tb_eth.vhd
@@ -29,8 +29,8 @@
 
 LIBRARY IEEE, technology_lib, tech_tse_lib;
 USE IEEE.std_logic_1164.ALL;
-USE WORK.eth_pkg.ALL;
 USE technology_lib.technology_pkg.ALL;
+USE tech_tse_lib.tb_tech_tse_pkg.ALL;
 
 
 ENTITY tb_tb_eth IS
-- 
GitLab