From e27ebde3a12cf5f9d36c5887dcd16e2355f0d9e4 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Thu, 12 Jun 2014 08:02:55 +0000
Subject: [PATCH] Corrected package name.

---
 libraries/technology/tse/tb_tech_tse_pkg.vhd | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/libraries/technology/tse/tb_tech_tse_pkg.vhd b/libraries/technology/tse/tb_tech_tse_pkg.vhd
index e7f2133cb8..c982b27dd2 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;
-- 
GitLab