sysproj - 2025.2 简体中文 - UG1400

Vitis 统一软件平台文档 嵌入式软件开发 (UG1400)

Document ID
UG1400
Release Date
2025-11-20
Version
2025.2 简体中文
系统工程管理。
表 1. setws - 设置 Vitis 工作空间
XSDB 方法 对应 Python API 实参
build sys_proj.build

可选实参:

target = <target name>

受支持的目标之一 (sw_emu/hw_emu/hw)。

sw_emu(默认值)

comp_name = <comp_name>**

要构建的组件。完整的系统工程(默认)

build_comps = <bool>

如果尚未构建从属组件,则构建这些组件。

True(默认值)。

clean sys_proj.clean

可选实参:

target = <target name> - 受支持的目标之一

(sw_emu/hw_emu/hw)。

comp_name=<comp_name>**

要构建的组件。完整的系统工程(默认)

list client.list_sys_projects  
remove client.remove_sys_proj 必需实参:

name = <proj_name> 表示要删除的系统工程。(字符串)

report sys_proj.report