<memory-space>.info <memory-space>.status
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

<memory-space>.map

Synopsis

<memory-space>.map

Description

Prints the memory map of the memory space object.

One line per entry in the map attribute of the memory space is printed. The base column is the starting address of the map. The object column contains the object mapped at that address. The fn is the function number (deprecated - should be zero in all new devices). The offset is the offset for the object and the length is the number of bytes mapped. If the line is a translator, space-to-space, or bridge mapping, the target is the destination object of the mapping. The prio is the optional value of precedence. The align is the optional align-size value. The swap is the optional byte-swap value which can be "bus", "bus-trans" or "trans". "Bus" swaps data based on the align-size setting, while "trans" swaps data based on access size, and "bus-trans" is a combination of the two. See Model Builder User's Guide for more information.

If a default target has been set it is displayed at the final line.

Provided By

Simics Core

See Also

<memory-space>.add-map, <memory-space>.del-map, memory-map
<memory-space>.info <memory-space>.status