sample_signal_device_impl
sata
Simics Reference Manual
/
5 Classes
/
sample_timer_device
Description
This is the
sample_timer_device
class, an example of how timer devices can be written in Simics.
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.
state-change
Notifier on potential DML state change
Port Objects
bank.regs
sample_timer_device.regs
Commands for this class
info
– print information about the object
status
– print status of the object
Attributes
irq_dev
Optional
attribute;
read/write
access; type:
o|[os]|n
Device an interrupt should be forwarded to (interrupt controller)
Required interfaces:
signal
.
Provided By
sample-timer-device
sample_timer_device.regs
Interfaces Implemented
conf_object, log_object, bank_instrumentation_subscribe, instrumentation_order, register_view, register_view_catalog, register_view_read_only, transaction
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.
Commands for interface bank_instrumentation_subscribe
bp-break-bank
– set device access break
bp-run-until-bank
– run until specified device access occurs
bp-trace-bank
– enable tracing of device accesses
bp-wait-for-bank
– wait for specified device access
Commands for interface instrumentation_order
instrumentation-move
– reorder instrumentation connections
instrumentation-order
– list instrumentation order for object
Commands for interface transaction
wait-for-get
– issue an inquiry read transaction and wait for it to complete
wait-for-read
– issue a read transaction and wait for it to complete
wait-for-set
– issue an inquiry write transaction and wait for it to complete
wait-for-write
– issue a write transaction and wait for it to complete
sample_signal_device_impl
sata