sample_device_cpp sample_device_dml
Simics Reference Manual  /  5 Classes  / 

sample_device_cpp_with_register_as_data

Description

This is a sample Simics device written in C++.

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.

Port Objects

bank.b[0..1]
sample_device_cpp_with_register_as_data.b – sample bank array of size 2

Commands for this class

Provided By

sample-device-c++

sample_device_cpp_with_register_as_data.b

Description

sample bank array of size 2

Interfaces Implemented

conf_object, log_object, transaction, register_view, register_view_read_only, bank_instrumentation_subscribe, instrumentation_order

Notifiers

bank-register-value-change
Notifier that is triggered when bank register value changes.
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 transaction

Commands for interface bank_instrumentation_subscribe

Commands for interface instrumentation_order

sample_device_cpp sample_device_dml