mirror of
https://github.com/verilator/verilator.git
synced 2025-01-22 14:24:18 +00:00
Tests: Fix runflag test stability.
This commit is contained in:
parent
e4a79d643d
commit
95da5f90c7
@ -15,11 +15,7 @@ compile(
|
|||||||
execute(
|
execute(
|
||||||
all_run_flags => ["+verilator+debug +verilator+debugi+9 +verilator+rand+reset+1"],
|
all_run_flags => ["+verilator+debug +verilator+debugi+9 +verilator+rand+reset+1"],
|
||||||
check_finished => 1,
|
check_finished => 1,
|
||||||
expect => (
|
expect => (q{.*Verilated::debug is on.*}),
|
||||||
q{-V{t0,1}- Verilated::debug is on. Message prefix indicates {<thread>,<sequence_number>}.
|
|
||||||
-V{t0,2}- Verilated::debug is on. Message prefix indicates {<thread>,<sequence_number>}.
|
|
||||||
*-* All Finished *-*
|
|
||||||
}),
|
|
||||||
);
|
);
|
||||||
|
|
||||||
execute(
|
execute(
|
||||||
|
Loading…
Reference in New Issue
Block a user