diff --git a/libraries/io/eth/tb/vhdl/tb_tb_eth.vhd b/libraries/io/eth/tb/vhdl/tb_tb_eth.vhd
index b9fb5118b1809dd13de2c8d3c70a37880d63ecb5..55cf0109c770c9b2fd38a9652e788a09ef565f67 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