signal_link_endpoint signal_to_interrupt
Simics Reference Manual  /  5 Classes  / 

signal_link_impl

Description

A link that propagates simple signals.

Interfaces Implemented

conf_object, log_object, link

Notifiers

cell-change
Notifier that is triggered after the object's cell was changed.
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.

Commands for this class

Attributes

endpoints
Pseudo attribute; read-only access; type: [o*]
The connected devices.
goal_latency
Required attribute; read/write access; type: f
The desired latency for this link.
effective_latency
Pseudo attribute; read-only access; type: f
The effective latency for this link.
immediate_delivery
Optional attribute; read/write access; type: b
Immediate delivery instead of using the specified latency; implies nondeterminism.
global_id
Optional attribute; read/write access; type: s|n
The global identifier for a link. Used in distributed simulation to identify links that are connected together. The global ID cannot be changed once the link has been created.
stats
Pseudo attribute; read-only access; type: [iiii]
Statistics in an internal format
outside_cell
Optional attribute; read/write access; type: b
Always True; link objects do not belong to a particular cell

Provided By

signal-link
signal_link_endpoint signal_to_interrupt