mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fixed the garbled output in embench transcript.
This commit is contained in:
parent
441ffc6d41
commit
74ccabdf69
@ -326,10 +326,6 @@ module testbench;
|
|||||||
else outputfile = {pathname, tests[test], ".sim.output"};
|
else outputfile = {pathname, tests[test], ".sim.output"};
|
||||||
outputFilePointer = $fopen(outputfile, "w");
|
outputFilePointer = $fopen(outputfile, "w");
|
||||||
i = 0;
|
i = 0;
|
||||||
while ($unsigned(i) < $unsigned(5'd5)) begin
|
|
||||||
$fdisplay("%x %s", outputFilePointer, DCacheFlushFSM.ShadowRAM[testadr+i]);
|
|
||||||
i = i + 1;
|
|
||||||
end
|
|
||||||
$fclose(outputFilePointer);
|
$fclose(outputFilePointer);
|
||||||
$display("Embench Benchmark: created output file: %s", outputfile);
|
$display("Embench Benchmark: created output file: %s", outputfile);
|
||||||
end else if (TEST == "coverage64gc") begin
|
end else if (TEST == "coverage64gc") begin
|
||||||
|
Loading…
Reference in New Issue
Block a user