Run a L1 Example - 2025.2 English

Vitis Libraries

Release Date
2025-12-17
Version
2025.2 English
#!/bin/bash
cd L2/tests/absV        # absV is an example case. Please change directory to any other cases in L1/test if interested.
make run TARGET=x86sim  # run the x86sim
make run TARGET=aiesim  # run the aiesim