sample_device_cxx_bank_by_code sample_device_cxx_class_with_init_class
Simics Reference Manual  /  5 Classes  / 

sample_device_cxx_bank_by_data

Description

Sample C++ device with a bank by data

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_cxx_bank_by_data.b – sample bank array of size 2

Commands for this class

Provided By

sample-device-c++

sample_device_cxx_bank_by_data.b

Description

sample bank array of size 2

Interfaces Implemented

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

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 bank_instrumentation_subscribe

Commands for interface instrumentation_order

Commands for interface transaction

sample_device_cxx_bank_by_code sample_device_cxx_class_with_init_class