make run TARGET=hw_emu
The above command will test and verify forward kernel via Vitis hardware-emulation.
Once the emulations are pased, one can use the following command to build FPGA bitstream
and launch the kernel on Alveo U280 FPGA or Alveo U50 FPGA.
make build TARGET=hw
make run TARGET=hw