Skip to content
Snippets Groups Projects
Commit bf6fe6b5 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Added arts_unb1_sc1_bg_1GbE to regression test;

-Fixed bug in checking stage of eth_statistics.
parent 324d2edb
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,8 @@ synth_files = ...@@ -11,6 +11,8 @@ synth_files =
test_bench_files = test_bench_files =
tb/vhdl/tb_arts_unb1_sc1_bg_1GbE.vhd 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_project_file]
modelsim_copy_files = modelsim_copy_files =
...@@ -35,3 +37,5 @@ quartus_qip_files = ...@@ -35,3 +37,5 @@ quartus_qip_files =
quartus_tcl_files = quartus_tcl_files =
$RADIOHDL/applications/arts/designs/arts_unb1_sc1_bg_1GbE/quartus/pinning/arts_unb1_sc1_bg_1GbE_pins.tcl $RADIOHDL/applications/arts/designs/arts_unb1_sc1_bg_1GbE/quartus/pinning/arts_unb1_sc1_bg_1GbE_pins.tcl
...@@ -149,7 +149,7 @@ BEGIN ...@@ -149,7 +149,7 @@ BEGIN
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
-- On tb_end; do the checks defined in the generics -- 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 BEGIN
IF timeout='1' AND nxt_tb_end='0' THEN IF timeout='1' AND nxt_tb_end='0' THEN
REPORT "[eth_statistics] Timeout occured!" SEVERITY FAILURE; REPORT "[eth_statistics] Timeout occured!" SEVERITY FAILURE;
......
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