Run a L2 graph_scanline case - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English
#!/bin/bash
cd L2/tests/graph_scanline # scanline is an example case. Please change directory to any other cases in L2/test if interested.
make run TARGET=x86sim  # run the x86sim
make run TARGET=aiesim  # run the aiesim