#!/bin/bash cd L2/tests/shortest_path_float_pred # shortest_path_float_pred is an example case. Please change directory to any other cases in L2/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 L2 cases please have a read on L2 API.