Run a L3 Example - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English
#!/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.