From 77904bf9969f092762fc2c5f404e8279b005ff26 Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Tue, 11 Apr 2017 07:41:11 +0000 Subject: [PATCH] Moved eth_statistics to test bench section, so synthesis tools will not see it. --- libraries/io/eth/hdllib.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/io/eth/hdllib.cfg b/libraries/io/eth/hdllib.cfg index 3c998bbbdd..7f3ddcef91 100644 --- a/libraries/io/eth/hdllib.cfg +++ b/libraries/io/eth/hdllib.cfg @@ -21,9 +21,9 @@ synth_files = src/vhdl/eth_control.vhd src/vhdl/eth_ihl_to_20.vhd src/vhdl/eth.vhd - src/vhdl/eth_statistics.vhd test_bench_files = + src/vhdl/eth_statistics.vhd tb/vhdl/tb_eth_checksum.vhd tb/vhdl/tb_eth_crc_ctrl.vhd tb/vhdl/tb_eth_hdr.vhd -- GitLab