sample_device_pkg_prio sample_dma_device
Simics Reference Manual  /  5 Classes  / 

sample_device_python

Description

This device does nothing useful, but can be used as a starting point when writing Simics devices in Python.

The source can be found at [simics]/src/devices/sample-device-python/.

Interfaces Implemented

conf_object, log_object, io_memory

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

Attributes

temperature
Optional attribute; read/write access; type: i
The temperature register.

Provided By

sample-device-python
sample_device_pkg_prio sample_dma_device