lscript def-mem - 2023.2 English

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

Document ID
UG1400
Release Date
2023-12-13
Version
2023.2 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
-app <application-name> Name of application from workspace.
-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.

Examples

lscript def-mem -stack

Return default stack and heap memory-region.

lscript def-mem -stack -app <application-name>

Return default stack and heap memory region for app specified.