lscript def-mem - 2022.1 English

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2022-04-26
Version
2022.1 English

Returns the default memory region for the section type

Syntax

lscript def-mem <memory-type>

Return the default memory-region of the section type.

Options

Option Description
-code Return default code memory.
-data Return default data memory.
-stack Return default stack & heap memory.

Returns

Return the default memory-region of the section type.

Example(s)

lscript def-mem -stack

Return default stack & heap memory-region.