The new Vitis IDE can create, configure,
and build a System project from the command-line using the
vitis
python library. Launch the Vitis tool in interactive mode using the following command:
vitis -new -i
Use the following commands while in the interactive mode to get help
for the vitis
library:
Vitis [1]: help(vitis)
Vitis [2]: help(vitis.create_client())