service-node-device signal-bus
Simics Reference Manual  /  5 Classes  / 

set-memory

Description

The set-memory device is a device used to represent memory that is all set to a specific value. For example unmapped bios area in a PC that should return -1 (all ones).

Interfaces Implemented

conf_object, log_object, io_memory, transaction

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

Commands for interface transaction

Attributes

value
Optional attribute; read/write access; type: i
The byte value returned when the memory is accessed.

Provided By

set-memory
service-node-device signal-bus