Module simics::api::simulator::control

source ยท
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 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ยง