Run a L2 Example - Run a L2 Example - 2025.2 English

Vitis Libraries

Release Date
2026-02-09
Version
2025.2 English
#!/bin/bash
cd L2/tests/apodization # apodization is an example case. Please change directory to any other cases in L2/test if interested.
make run TARGET=x86sim  # run the x86sim
make run TARGET=aiesim  # run the aiesim
make run TARGET=hw_emu  # run hw_emu. Build host and run hardware emulation, this step would lauch petalinux
make all TARGET=hw      # build hw