sample-risc-core sample-x86-isa-extension
Simics Reference Manual  /  5 Classes  / 

sample-user-decoder

Description

Sample user decoder showing how to decode an instruction and change its execution.

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.

Class Attributes

user_nop
Pseudo attribute; read/write access; type: [i+]|n
User specified instruction pattern that this sample decoder replaces with a no-op.

Provided By

sample-user-decoder
sample-risc-core sample-x86-isa-extension