From bf6fe6b50c59da24b789600ffd16261bff253272 Mon Sep 17 00:00:00 2001 From: Daniel van der Schuur <schuur@astron.nl> Date: Thu, 13 Oct 2016 07:33:38 +0000 Subject: [PATCH] -Added arts_unb1_sc1_bg_1GbE to regression test; -Fixed bug in checking stage of eth_statistics. --- applications/arts/designs/arts_unb1_sc1_bg_1GbE/hdllib.cfg | 4 ++++ libraries/io/eth/src/vhdl/eth_statistics.vhd | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/applications/arts/designs/arts_unb1_sc1_bg_1GbE/hdllib.cfg b/applications/arts/designs/arts_unb1_sc1_bg_1GbE/hdllib.cfg index 26a2236291..b49c174858 100644 --- a/applications/arts/designs/arts_unb1_sc1_bg_1GbE/hdllib.cfg +++ b/applications/arts/designs/arts_unb1_sc1_bg_1GbE/hdllib.cfg @@ -11,6 +11,8 @@ synth_files = test_bench_files = tb/vhdl/tb_arts_unb1_sc1_bg_1GbE.vhd +regression_test_vhdl = + tb/vhdl/tb_arts_unb1_sc1_bg_1GbE.vhd [modelsim_project_file] modelsim_copy_files = @@ -35,3 +37,5 @@ quartus_qip_files = quartus_tcl_files = $RADIOHDL/applications/arts/designs/arts_unb1_sc1_bg_1GbE/quartus/pinning/arts_unb1_sc1_bg_1GbE_pins.tcl + + diff --git a/libraries/io/eth/src/vhdl/eth_statistics.vhd b/libraries/io/eth/src/vhdl/eth_statistics.vhd index 1e350b7cd3..be3d079632 100644 --- a/libraries/io/eth/src/vhdl/eth_statistics.vhd +++ b/libraries/io/eth/src/vhdl/eth_statistics.vhd @@ -149,7 +149,7 @@ BEGIN ------------------------------------------------------------------------------ -- On tb_end; do the checks defined in the generics ------------------------------------------------------------------------------ - p_tb_end_check: PROCESS(nxt_tb_end, timeout) + p_tb_end_check: PROCESS(eth_clk) BEGIN IF timeout='1' AND nxt_tb_end='0' THEN REPORT "[eth_statistics] Timeout occured!" SEVERITY FAILURE; -- GitLab