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

Use eth_layers_pkg from common_network_layers_pkg.vhd in common_lib. Use tse...

Use eth_layers_pkg from common_network_layers_pkg.vhd in common_lib. Use tse packages from tech_tse_lib.
parent 692ddc62
No related branches found
No related tags found
No related merge requests found
......@@ -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
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