Make Utility to run all the flows - 2023.2 English

Vitis Tutorials: AI Engine (XD100)

Document ID
XD100
Release Date
2024-03-05
Version
2023.2 English
  1. To compile and run the x86simulation with external traffic generators –> make run_x86sim TARGET=x86sim EXTIO=true TRAFFIC_GEN=<PYTHON/CPP/MATLAB>

  2. To compile and run the x86simulation without external traffic generators –> make run_x86sim TARGET=x86sim EXTIO=false

  3. To compile and run the aiesimulation with external traffic generators –> make run_aiesim TARGET=hw EXTIO=true TRAFFIC_GEN=<PYTHON/CPP/MATLAB>

  4. To compile and run the aiesimulation without external traffic generators –> make run_aiesim TARGET=hw EXTIO=false