Skip to content
Snippets Groups Projects
Commit e27ebde3 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Corrected package name.

parent b26307c4
No related branches found
No related tags found
No related merge requests found
......@@ -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;
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