forked from Github_Repos/cvw
		
	fix AttemptedInstructionCount from ground zero
This commit is contained in:
		
							parent
							
								
									0932d4df46
								
							
						
					
					
						commit
						f2b6842edb
					
				@ -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