There is an example unified_workspace.py()
script that users can use as a reference to build a Vitis Unified IDE workspace. The script will create a hello_world application for a target XSA. The script also utilizes the HSI Python API to extract the HW metadata such as the architecture and processors from the XSA. It uses this metadata to control how the workspace is created.
Use the command below to launch the script
cd scripts
vitis -s unified_workspace.py path/to/xsa
Note: This script is to be used as a reference only.
Copyright © 2020–2024 Advanced Micro Devices, Inc