Home
last modified time | relevance | path

Searched refs:gotStep (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/
DCoSimulatedCPU.cs59 gotStep = false; in Reset()
133 gotStep = false; in ExecuteInstructions()
135 while(!gotStep) in ExecuteInstructions()
243 gotStep = true; in HandleReceived()
310 private bool gotStep; field in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedCPU