There are two pre-build L2 FCN kernels, one with 1 FCN CU (Compute Unit) and the other one with 4 FCN CUs. Both of the two kernels can be tested individually. To launch the testing process, navigate to each testcase directory under L2/tests/hw/mlp/.
make run TARGET=sw_emu/hw_emu
The above command tests and verifies the FCN kernel via AMD Vitis™ software-emulation or hardware-emulation. Once the emulations are passed, you can use the following command to build FPGA bitstream and launch the kernel on AMD Alveo™ U250/U50 FPGA card.
make build TARGET=hw make run TARGET=hw