arinc429_bus attr-meter
Simics Reference Manual  /  5 Classes  / 

async-bridge

Description

The async-bridge class is used to decouple an executor from the Simics scheduler and allow it to run until synchronous requests have been completed.

Detailed description of async-bridge usage can be found in README.md located in src/extensions/async-bridge.

Interfaces Implemented

conf_object, log_object, execute, event_delta, frequency, synchronous_mode, concurrency_group, concurrency_mode, execute_control, cycle

Notifiers

cell-change
Notifier that is triggered after the object's cell was changed.
frequency-change
Notifier that is triggered when frequency changes. New frequency can be read via the frequency interface of the object.
object-delete
Notifier that is triggered just before Simics object is deleted.
queue-change
Notifier that is triggered after the object's clock was changed. New clock can be obtained with the SIM_object_clock function.

Port Objects

vtime
vtime – event handler
vtime.cycles
cycle-counter – cycle queue
vtime.ps
ps-clock – event queue (ps)

Commands for this class

Commands for interface cycle

Attributes

do_not_schedule
Optional attribute; read/write access; type: b
Set to TRUE to prevent this object from being scheduled by the cell.
catch_up_cycles
Optional attribute; read/write access; type: i
Number of cycles to execute to be in sync.
executor
Pseudo attribute; read-only access; type: o
Execute object driven by async-bridge
cell
Optional attribute; read/write access; type: o|n
Cell

Provided By

async-bridge
arinc429_bus attr-meter