Design Flow - 2024.1 English

Vitis Tutorials: Vitis Platform Creation (XD101)

Document ID
XD101
Release Date
2024-06-19
Version
2024.1 English

This tutorial covers two use cases as follows:

Use Case 1: Changes in the hardware design after VMA import not affecting the PLIO interface. In this use case, we are considering no hardware design change in Vivado affects the AIE-PL boundary or AIE/PL kernels. So, developer can do the hardware development in Vivado and generate the fixed xsa.

Use Case 2: Changes in the hardware design after VMA import affects the PLIO interface or changes in vitis sw files. This use case will be helpful to update the Vivado design for following Vitis development:

  1. Changes are required in AIE-PL (PLIO) boundary.

  2. Changes done in HLS kernel.

  3. Changes done in connection and need modifications in Vitis configuration file.

To incorporate Vitis changes in Vivado, following steps are required:

  1. Remove the imported VMA from vivado.

  2. Re export the extensible xsa from vivado (if there are any changes done in vivado after the last extensible xsa export).

  3. Re compile the modified software files with the latest exported extensible xsa.

  4. Re export the VMA with updated software changes.

  5. Import the latest VMA into the design.

Note: Use the make command in the tutorial from the parent folder 03_Vitis_Export_To_Vivado