Vitis Export Flow Guidelines and Limitations - 2025.2 English - UG1701

Embedded Design Development Using Vitis User Guide (UG1701)

Document ID
UG1701
Release Date
2025-11-20
Version
2025.2 English

The v++ compiler operates on a Vivado project that has been encapsulated in an extensible XSA built in Vivado. Conversely, the block design of the VMA is imported into a project as a design source that the user can continue to modify in Vivado.

In general, any modification to the Vivado project after vitis::import_archive that does not invalidate the contract between the imported design and the .xclbin metadata contained within the VMA is supported. The following table enumerates supported and prohibited operations.

Supported Vivado modifications after importing a VMA:

  • Adding, removing, and reconfiguring IPs and RTL modules outside of and unconnected to the Vitis region hierarchy within the dynamic region block design.
  • Add, removing, or changing connections unconnected to the Vitis region hierarchy within the dynamic region block design.
  • Changing clock frequencies on clock wizard instances outside of the Vitis region hierarchy within the dynamic region block design.
  • Changing QoS settings on axi_noc instances in the dynamic region block design.
  • Adding .xdc constraints associated with any part of the design, including within the Vitis region hierarchy within the dynamic region block design.

Vivado modifications that require removing VMA hierarchy, updating Vitis kernels, connectivity and relink VMA export, and then reimport the VMA:

  • Adding or deleting any IP instances or connections within the Vitis region hierarchy within the dynamic region block design.
  • Adding or deleting connections between the dynamic region and the Vitis region hierarchy.
  • Changes to the address map that modifies any address APERTURES or IP addressing in the Vitis region hierarchy within the dynamic region block design.

Current limitations of the Vitis Export flow include the following:

  • Supported for Versal platforms only
  • Project changes that modify the netlist path to the Vitis region hierarchy within the dynamic region block design.