This repository contains a fully portable Vitis 2023.1 project for the Zybo Z7-20.
The project is recreated entirely from:
- system_wrapper.xsa
- Application source code
- A TCL recreate script
No Vitis workspace files are committed.
- Vitis 2023.1 installed
- Vivado 2023.1 installed
- xsct available in system PATH
If xsct is not available, add:
C:\Xilinx\Vitis\2023.1\bin
to your Windows PATH environment variable.
Verify installation:
xsct -version
-
Open Command Prompt
-
Navigate to repository root:
cd C:\path\to\SPARC_PS
- Run the recreate script:
xsct scripts/create_vitis_project.tcl
This will automatically:
- Create a local workspace folder
- Create the platform from xsa/system_wrapper.xsa
- Build the platform
- Create the SPARC application
- Import source files
- Build the ELF
After completion you will see:
workspace/ SPARC_platform/ SPARC/
-
Open Vitis 2023.1
-
Select "Open Workspace"
-
Browse to:
/workspace
- Click Open
You will now see:
- SPARC_platform
- SPARC
Build and program as normal.