fix AttemptedInstructionCount from ground zero

This commit is contained in:
Skylar Litz 2022-04-27 10:45:40 -07:00
parent 68d9c99fba
commit 594db170de

View File

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