Internal coverage: Fix some test runs having conflicting sources.
This commit is contained in:
parent
02aa639425
commit
66d70c8b37
|
|
@ -1362,7 +1362,6 @@ sub execute {
|
|||
%param,
|
||||
expect=>$param{expect}, # backward compatible name
|
||||
expect_filename=>$param{expect_filename}, # backward compatible name
|
||||
verilator_run => 1,
|
||||
);
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@ run(cmd => ["$ENV{VERILATOR_ROOT}/bin/verilator_gantt",
|
|||
"$Self->{obj_dir}/profile_threads.dat",
|
||||
"--vcd $Self->{obj_dir}/profile_threads.vcd",
|
||||
"| tee $Self->{obj_dir}/gantt.log"],
|
||||
verilator_run => 1,
|
||||
);
|
||||
|
||||
file_grep("$Self->{obj_dir}/gantt.log", qr/Total threads += 2/i);
|
||||
|
|
|
|||
Loading…
Reference in New Issue