Run a L2 Example - 2025.1 English

Vitis Libraries

Release Date
2025-06-04
Version
2025.1 English

For PCIe devices:

Compiling:
$ make all TARGET=< hw_emu | hw >             # Command to build xclbin application
or
$ make host xclbin TARGET=< hw_emu | hw >     # Command to build host and xclbin application sperate

Executing:
$ make run TARGET=< hw_emu | hw >             # Command to run application in emulation

$ make cleanall                               # Delete generated files

For embedded devices:

Compiling:
$ make all TARGET=< hw_emu | hw >             # Command to build host and sd_card application
or
$ make host sd_card TARGET=< hw_emu | hw >    # Command to build host and sd_card application sperate

Executing:
$ make run TARGET=< hw_emu | hw >             # Command to run application

$ make cleanall                               # Delete generated files