Run a L2 Example - 2024.1 English

Vitis Libraries

Release Date
2024-08-06
Version
2024.1 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=sw_emu  # run sw_emu. Build host and run software emulation
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