sample_802_15_4_transceiver sample_device_cpp_with_register_as_data
Simics Reference Manual  /  5 Classes  / 

sample_device_cpp

Description

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

Interfaces Implemented

conf_object, log_object, signal, sample

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.SampleBank – sample bank
port.sample[0..1]
sample_device_cpp.port – sample_device_cpp port

Commands for this class

Attributes

value
Optional attribute; read/write access; type: i
A value
hidden
Optional attribute; read/write access; type: i
A hidden value
X_v
Optional attribute; read/write access; type: i
The current value of X
Y_v
Optional attribute; read/write access; type: i
The current value of Y
other
Optional attribute; read/write access; type: o|n
Another object
implementation_status
Pseudo attribute; read-only access; type: s
A description
mode
Optional attribute; read/write access; type: s
The current mode
flags
Optional attribute; read/write access; type: [bb]
The flags
name0
Optional attribute; read/write access; type: s
The first name
name1
Optional attribute; read/write access; type: s
The first name
blob
Optional attribute; read/write access; type: d
Some data

Provided By

sample-device-c++

sample_device_cpp.SampleBank

Description

sample bank

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.port

Description

sample_device_cpp port

Interfaces Implemented

conf_object, log_object, signal, ethernet_common

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

sample_802_15_4_transceiver sample_device_cpp_with_register_as_data