Expand description
Control of the base simulator
Functionsยง
- _break_
cycle ๐Insert a breakpoint event at cycles clock cycles from now, causing simulation to stop when reached by obj. - _break_
message ๐Set the message whhen SIMICs next breaks execution - _break_
simulation ๐Stop the simulation with a message - _break_
step ๐Sets a step breakpoint on a processor. - _continue_
simulation ๐Continue the simulation. - _quit ๐Quit simics and exit with a code
- _shutdown ๐Shutdown simics gracefully without exiting the process.
- _simics_
is_ ๐running Check whether SIMICS is currently running - Insert a breakpoint event at cycles clock cycles from now, causing simulation to stop when reached by obj.
- Set the message whhen SIMICs next breaks execution
- Stop the simulation with a message
- Sets a step breakpoint on a processor.
- Continue the simulation.
- Quit simics and exit with a code
- Shutdown simics gracefully without exiting the process.
- Check whether SIMICS is currently running
Type Aliasesยง
- Alias for
pc_step_t