mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
fix AttemptedInstructionCount from ground zero
This commit is contained in:
parent
68d9c99fba
commit
594db170de
@ -429,7 +429,7 @@ module testbench;
|
||||
interruptFile = $fopen({testvectorDir,"interrupts.txt"}, "r");
|
||||
`SCAN_NEW_INTERRUPT
|
||||
InstrCountW = '0;
|
||||
AttemptedInstructionCount = '0;
|
||||
AttemptedInstructionCount = 1; // offset needed here when running from ground zero
|
||||
// ---------- Checkpoint ----------
|
||||
end else begin
|
||||
//$readmemh({checkpointDir,"ram.txt"}, dut.uncore.ram.ram.memory.RAM);
|
||||
|
Loading…
Reference in New Issue
Block a user