#!/bin/bash cd L3/tests/SSSP # SSSP is an example case. Please change directory to any other cases in L3/test if interested. make help # show available make command make host # build the binary running on host make xclbin # build the binary running on Alveo make run # run the entire program make cleanall
For more explanation on L3 cases please have a read on L3 API.