checkvalidrmxsa - 2022.1 English

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

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

Check if rm xsa is suitable for static xsa

Syntax

checkvalidrmxsa -hw <static hw spec file> -rm-hw <rm hw spec file>

To check if the rm xsa is suitable to work with the static hw xsa.

Options

None

Returns

If successful, returns true if rm hw xsa is a fit for the static hw xsa. returns false if not. Otherwise it returns an error.

Example(s)

checkvalidrmxsa -hw static.xsa -rm-hw rm.xsa

Returns true if rm.xsa can be used along with the static xsa.