DEVEL: Fix testbench (tolerate additional IRQs on stream2)

This commit is contained in:
Oliver Bruendler
2019-11-15 13:57:05 +01:00
parent 8b2211d07a
commit 141d54dd4f

View File

@ -378,7 +378,7 @@ begin
-- *** Check end state ***
assert Str0WinCheck >= 4 report "###ERROR###: Stream 0 checks not completed" severity error;
assert Str1WinCheck = 1 report "###ERROR###: Stream 1 checks not completed" severity error;
assert Str2WinCheck = 2 report "###ERROR###: Stream 2 checks not completed" severity error;
assert Str2WinCheck >= 2 report "###ERROR###: Stream 2 checks not completed" severity error;
assert Str3WinCheck = 2 report "###ERROR###: Stream 3 checks not completed" severity error;
wait;
end process;