mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Added extra $display to print the test name during coverage.
This commit is contained in:
parent
6ad27a436c
commit
083e583877
@ -412,7 +412,7 @@ module testbench;
|
||||
$fclose(outputFilePointer);
|
||||
$display("Embench Benchmark: created output file: %s", outputfile);
|
||||
end else if (TEST == "coverage64gc") begin
|
||||
$display("Coverage tests don't get checked");
|
||||
$display("%s ran. Coverage tests don't get checked", tests[test]);
|
||||
end else if (ElfFile != "none") begin
|
||||
$display("Single Elf file tests are not signatured verified.");
|
||||
`ifdef QUESTA
|
||||
|
Loading…
Reference in New Issue
Block a user