From 1cd0f76fc27063d325af7f60bfcc2a7b744b7dc9 Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Wed, 19 Nov 2014 13:51:48 +0000 Subject: [PATCH] Moved tech_mac_10g_pkg to tech_mac_10g_component_pkg. --- libraries/io/tr_10GbE/tb/vhdl/tb_tr_10GbE.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/io/tr_10GbE/tb/vhdl/tb_tr_10GbE.vhd b/libraries/io/tr_10GbE/tb/vhdl/tb_tr_10GbE.vhd index 5952762232..537df317a2 100644 --- a/libraries/io/tr_10GbE/tb/vhdl/tb_tr_10GbE.vhd +++ b/libraries/io/tr_10GbE/tb/vhdl/tb_tr_10GbE.vhd @@ -39,7 +39,7 @@ USE common_lib.common_network_total_header_pkg.ALL; USE common_lib.tb_common_pkg.ALL; USE dp_lib.dp_stream_pkg.ALL; USE technology_lib.technology_pkg.ALL; -USE tech_mac_10g_lib.tech_mac_10g_pkg.ALL; +USE tech_mac_10g_lib.tech_mac_10g_component_pkg.ALL; USE tech_mac_10g_lib.tb_tech_mac_10g_pkg.ALL; -- GitLab