An instance of the vtime class functions as a driver for connected cycle counters. The vtime instance itself is driven by an object implementing the event_delta interface. Connected cycles counters can be configured to use frequencies which are different than the one used by the vtime object.
conf_object, log_object, event_handler, temporal_state, frequency
- 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.
-
frequency
-
Optional attribute;
read/write access; type:
i|f|o|[of]
frequency
-
advancer
-
Optional attribute;
read/write access; type:
o|n
Object implementing the event_delta interface or NIL.
Simics Core