| 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 |
System project management.