diff --git a/libraries/technology/tse/tb_tech_tse_pkg.vhd b/libraries/technology/tse/tb_tech_tse_pkg.vhd
index e7f2133cb884e45b18f405194a302a5aa5bfdcec..c982b27dd234745688fd25f2d2b0704f2902ac5c 100644
--- a/libraries/technology/tse/tb_tech_tse_pkg.vhd
+++ b/libraries/technology/tse/tb_tech_tse_pkg.vhd
@@ -29,10 +29,10 @@ USE common_lib.tb_common_mem_pkg.ALL;
 USE dp_lib.dp_stream_pkg.ALL;
 USE dp_lib.tb_dp_pkg.ALL;
 USE common_lib.eth_layers_pkg.ALL;
-USE WORK.tse_pkg.ALL;
+USE WORK.tech_tse_pkg.ALL;
 
 
-PACKAGE tb_tse_pkg IS
+PACKAGE tb_tech_tse_pkg IS
 
   -- Test bench supported packet data types
   CONSTANT c_tb_tse_data_type_symbols : NATURAL := 0;
@@ -71,10 +71,10 @@ PACKAGE tb_tse_pkg IS
                                SIGNAL   ff_snk_in    : IN  t_dp_sosi;
                                SIGNAL   ff_snk_out   : OUT t_dp_siso);
 
-END tb_tse_pkg;
+END tb_tech_tse_pkg;
 
 
-PACKAGE BODY tb_tse_pkg IS
+PACKAGE BODY tb_tech_tse_pkg IS
 
   -- LOCAL ITEMS ---------------------------------------------------------------
   CONSTANT c_nof_eth_beats  : NATURAL := c_eth_nof_words;               -- nof words in eth part of the header
@@ -436,4 +436,4 @@ PACKAGE BODY tb_tse_pkg IS
     -- No verify on CRC32 word
   END proc_tse_rx_packet;
 
-END tb_tse_pkg;
+END tb_tech_tse_pkg;