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).
conf_object, log_object, io_memory, transaction
- 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.
-
info
– print information about the object
-
status
– print status of the object
-
wait-for-get
– issue an inquiry read transaction and wait for it to complete
-
wait-for-read
– issue a read transaction and wait for it to complete
-
wait-for-set
– issue an inquiry write transaction and wait for it to complete
-
wait-for-write
– issue a write transaction and wait for it to complete
-
value
-
Optional attribute;
read/write access; type:
i
The byte value returned when the memory is accessed.
set-memory