Using make - 2023.2 English

Vitis Tutorials: Hardware Acceleration (XD099)

Document ID
XD099
Release Date
2023-11-13
Version
2023.2 English
  1. Open a terminal.

  2. Set up Vitis.

  3. Navigate to ./build.

  4. Run make run TARGET=sw_emu (for a functional emulation).

  5. Run make run TARGET=hw_emu (for a more detailed emulation — takes 10 minutes or more).

    • For now, do not run the hw target because it would take over an hour to run.