forked from github/verilator
Tests: Fix instability (#3717)
This commit is contained in:
parent
54c4351c39
commit
ee26378394
@ -17,7 +17,8 @@ else {
|
|||||||
top_filename("t/t_timing_fork_join.v"); # Contains all relevant constructs
|
top_filename("t/t_timing_fork_join.v"); # Contains all relevant constructs
|
||||||
|
|
||||||
compile(
|
compile(
|
||||||
verilator_flags2 => ["--exe --main --timing --protect-ids"],
|
verilator_flags2 => ["--exe --main --timing --protect-ids",
|
||||||
|
"--protect-key SECRET_KEY"],
|
||||||
make_main => 0,
|
make_main => 0,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user