Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 573 Bytes

alveo-workflow.md

File metadata and controls

39 lines (29 loc) · 573 Bytes

Alveo Workflow

Host and FPGA binaries building

Software defined development with Vitis (Makefile based)

Preparation:

source <VITIS_INSTALL_PATH>/settings64.sh

Software Emulation:

make clean
make check TARGET=sw_emu

Hardware Emulation:

make clean
make check TARGET=hw_emu

Build the binaries:

make clean
make TARGET=hw

Software defined development with Vitis (GUI based)

Hardware Execution

source /opt/xilinx/xrt/setup.sh
./<HOSTBIN> <FPGABIN>.xclbin