System for synchronizing with external processes.
conf_object, log_object, leader, leader_message
- 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.
-
info
– print information about the object
-
status
– print status of the object
-
port
-
Optional attribute;
read/write access; type:
i
TCP port to listen for a follower connection on. If set to zero, an available port will be used, and that number can be read out in this attribute.
-
use_arbitrary_port
-
Optional attribute;
read/write access; type:
b
Whether an arbitrary port number will be used instead of the one specified in the port attribute.
-
clock
-
Required attribute;
read/write access; type:
o
Proxy clock for the follower.
-
agent
-
Required attribute;
read/write access; type:
o
Object handling messages to/from the follower.
Simics Core