sysproj - 2024.2 English - UG1400

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

Document ID
UG1400
Release Date
2025-01-20
Version
2024.2 English
System project management
Table 1. setws- Set Vitis workspace
XSDB methods Corresponding Python API Arguments
build sys_proj.build

Optional Arguments:

target = <target name>

One of the supported targets (sw_emu/hw_emu/hw).

sw_emu (Default)

comp_name = <comp_name>**

Component to be built. Complete system project (default)

build_comps = <bool>

Build the dependent components if they're not built already.

True (Default).

clean sys_proj.clean

Optional Arguments:

target = <target name> - One of the supported targets

(sw_emu/hw_emu/hw).

comp_name=<comp_name>**

Component to be built. Complete system project (default)

list client.list_sys_projects  
remove client.remove_sys_proj Required Arguments:

name = <proj_name> The system project to be deleted. (string)

report sys_proj.report