From e8fc980f48b1e253c0af613b45ed9168e2385154 Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Fri, 13 Jun 2014 10:00:26 +0000 Subject: [PATCH] Use eth_layers_pkg from common_network_layers_pkg.vhd in common_lib. Use tse packages from tech_tse_lib. --- libraries/io/eth/hdllib.cfg | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/libraries/io/eth/hdllib.cfg b/libraries/io/eth/hdllib.cfg index 2c2d0d2e75..830e15adae 100644 --- a/libraries/io/eth/hdllib.cfg +++ b/libraries/io/eth/hdllib.cfg @@ -8,18 +8,18 @@ build_synth_dir = synth_files = src/vhdl/eth_pkg.vhd $UNB/Firmware/modules/tse/src/vhdl/eth_checksum.vhd - eth_hdr_store.vhd - eth_hdr_status.vhd - eth_hdr_ctrl.vhd - $UNB/Firmware/modules/tse/src/vhdl/eth_hdr.vhd + src/vhdl/eth_hdr_store.vhd + src/vhdl/eth_hdr_status.vhd + src/vhdl/eth_hdr_ctrl.vhd + src/vhdl/eth_hdr.vhd $UNB/Firmware/modules/tse/src/vhdl/eth_crc_ctrl.vhd $UNB/Firmware/modules/tse/src/vhdl/eth_crc_word.vhd $UNB/Firmware/modules/tse/src/vhdl/eth_mm_registers.vhd - eth_mm_reg_frame.vhd + src/vhdl/eth_mm_reg_frame.vhd $UNB/Firmware/modules/tse/src/vhdl/eth_udp_channel.vhd $UNB/Firmware/modules/tse/src/vhdl/eth_buffer.vhd - eth_control.vhd - eth_ihl_to_20.vhd + src/vhdl/eth_control.vhd + src/vhdl/eth_ihl_to_20.vhd src/vhdl/eth.vhd src/vhdl/avs_eth.vhd @@ -33,3 +33,4 @@ test_bench_files = tb/vhdl/tb_tb_eth.vhd tb/vhdl/tb_eth_udp_offload.vhd tb/vhdl/tb_eth_ihl_to_20.vhd + tb/vhdl/tb_tb_tb_eth_regression.vhd -- GitLab