rom sample-i3c-target
Simics Reference Manual  /  5 Classes  / 

sample-device-c

Description

The sample-device device is a dummy device that compiles and that can be loaded into Simics. Using it as a starting point when writing own devices for Simics is encouraged. Several device specific functions are included. The source is included in simics/src/devices/sample-device-c.

Interfaces Implemented

conf_object, log_object, sample, 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 this class

Commands for interface transaction

Attributes

value
Optional attribute; read/write access; type: i
The value field.

Provided By

sample-device-c
rom sample-i3c-target