Function simics::api::simulator::control::break_cycle

source ·
pub fn break_cycle(obj: *mut ConfObject, cycles: i64) -> Result<()>
Expand description

Insert a breakpoint event at cycles clock cycles from now, causing simulation to stop when reached by obj.

§Arguments

  • obj - The object whose cycles will be monitored to break on
  • cycles - The number of cycles until the break occurs

§Context

Cell Context