mirror of
https://github.com/verilator/verilator.git
synced 2025-01-19 12:54:02 +00:00
Tests: Fix test instability.
This commit is contained in:
parent
689e4cf1d3
commit
3798b80091
@ -12,7 +12,7 @@ scenarios(vltmt => 1);
|
||||
top_filename("t/t_threads_counter.v");
|
||||
|
||||
compile(
|
||||
verilator_flags2 => ['--cc --threads 2 --debug-nondeterminism'],
|
||||
verilator_flags2 => ['--cc --threads 2 --debug-nondeterminism --no-skip-identical'],
|
||||
);
|
||||
|
||||
execute(
|
||||
|
Loading…
Reference in New Issue
Block a user