image index-map
Simics Reference Manual  /  5 Classes  / 

image-shared-memory-setter

Description

The image-shared-memory-setter class creates a shared memory region and directs the connected image to use it as memory source.

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.

Attributes

image
Required attribute; read/write access; type: o
Image to use the shared memory region.
size
Required attribute; read/write access; type: i
Size in bytes, must match image size configuration.
shared_memory_name
Required attribute; read/write access; type: s
Name of the shared memory object.

Provided By

image-shared-mem-setter
image index-map