SystemC instrumentation filter, used together with instrumentation tools. Connections are enabled/disabled based on their connected object's kind.
conf_object, log_object, instrumentation_filter_master
- 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.
-
delete
– remove the filter
-
info
– print information about the object
-
status
– print status of the object
-
kind
-
Optional attribute;
read/write access; type:
s
The kind of SystemC object to pass through the filter. The valid values are: event, process, signal and socket.
systemc-tools