Internal coverage: Fix some test runs having conflicting sources.

This commit is contained in:
Wilson Snyder 2021-10-05 20:22:29 -04:00
parent 02aa639425
commit 66d70c8b37
2 changed files with 0 additions and 2 deletions

View File

@ -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 {

View File

@ -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);