Moving blocks from VSS to Vitis - 2025.2 English - XD101

Vitis Tutorials: Platform Creation (XD101)

Document ID
XD101
Release Date
2025-12-11
Version
2025.2 English

Start with a clone of Vitis-Tutorials and change directory to Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow.

Note: To keep track of the changes, it’s recommended to use Git commands when moving files. By committing the changes it is easy to revert and redo changes if needed. This also avoids moving generated output files if the design has already been built.

In this tutorial, there are no conflicting IP names used, so the move can be done directly. The Makefiles in both IP folders are designed to pick up blocks based on folder names and each block folder have their own Makefiles.

Move instructions:

git move vss/ip/aie vitis/ip/aie
git move vss/ip/axis1to2 vitis/ip/axis1to2
git move vss/ip/counter vitis/ip/counter
git move vss/ip/vadd_s vitis/ip/vadd_s