Make Utitlity 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 sw_emu with external traffic generators –> make run TARGET=sw_emu PLATFORM=<vck190> EXTO=true TRAFFIC_GEN=<PYTHON/MATLAB/CPP>

  2. To compile and run sw_emu without external traffic generators –> make run TARGET=sw_emu PLATFORM=<vck190> EXTIO=false

  3. To compile and run hw_emu with external traffic generators –> make run TARGET=hw_emu PLATFORM=<vck190> EXTO=true TRAFFIC_GEN=<PYTHON/MATLAB/CPP>

  4. To compile and run hw_emu without external traffic generators –> make run TARGET=hw_emu PLATFORM=<vck190> EXTO=true TRAFFIC_GEN=<PYTHON/MATLAB/CPP>