The interrupt_to_signal class converts an interrupt received via the simple_interrupt interface to a signal (the signal interface).
conf_object, log_object, simple_interrupt
- 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
-
signal_targets
-
Optional attribute;
read/write access; type:
[[i,o,s|n,i]*]
Simple interrupt to target object/port mappings. The first parameter is the simple interrupt ID, the second the object, the third the port name (or null if no port), and the fourth the current signal level.
interrupt-to-signal