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

-Set default severity to ERROR instead of FAILURE as FAILURE is not detected

 in regression test.
parent ecff5d43
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ END dp_statistics; ...@@ -58,7 +58,7 @@ END dp_statistics;
ARCHITECTURE str OF dp_statistics IS ARCHITECTURE str OF dp_statistics IS
CONSTANT c_severity_level : SEVERITY_LEVEL := sel_a_b(g_disable_failures, WARNING, FAILURE); CONSTANT c_severity_level : SEVERITY_LEVEL := sel_a_b(g_disable_failures, WARNING, ERROR);
SIGNAL packet_count : NATURAL := 0; SIGNAL packet_count : NATURAL := 0;
SIGNAL valid_count : NATURAL := 0; SIGNAL valid_count : NATURAL := 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment