make run TARGET=hw_emu
The above command tests and verifies forward kernel via Vitis hardware-emulation.
Once the emulations are passed, you 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