2.3: Export the vma File Using the v++ Linker Using the New Switch --export_archive and Linking the extensible.xsa, libadf.a, XOs, and system.cfg - 2023.2 English - XD101

Vitis Tutorials: Vitis Platform Creation (XD101)

Document ID
XD101
Release Date
2023-12-26
Version
2023.2 English

Command to export the VMA:

v++ -l --platform ../vivado_impl/flat_wa.xsa  ../pl_kernels/*.xo ../aie/libadf.a --save-temps --export_archive --config system.cfg -o vitis_impl/flat_hw.vma

Here, *.xo represents all PL kernel.xo files and path.

OR use the make command to generate the VMA:

make vma

Output: The generated .vma file in vitis_impl.