async-bridge bank_coverage_tool
Simics Reference Manual  /  5 Classes  / 

attr-meter

Description

Attribute meter

Interfaces Implemented

conf_object, log_object

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.

Port Objects

port.derivative
attr-meter.derivative – Attribute delta
port.value
attr-meter.value – Attribute value

Commands for this class

Attributes

realtime_period
Required attribute; read/write access; type: f|n
Sample period (real time), in seconds, or nil to disable sampling
simtime_period
Required attribute; read/write access; type: f|n
Sample period (simulated time), in seconds, or nil to disable sampling

Provided By

attr-meter

attr-meter.derivative

Description

Attribute delta

Interfaces Implemented

conf_object, log_object, scalar_time

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.

attr-meter.value

Description

Attribute value

Interfaces Implemented

conf_object, log_object, scalar_time

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.
async-bridge bank_coverage_tool