Accessing the Tutorial Reference Files - 2024.2 English - XD098

Vitis Tutorials: Getting Started (XD098)

Document ID
XD098
Release Date
2024-12-13
Version
2024.2 English
  1. To access the reference files, type the following into a terminal: git clone https://github.com/Xilinx/Vitis-Tutorials.

  2. Navigate to the Getting_Started/Vitis_HLS directory, and then access the reference-files directory.

  3. You may open the HLS project by the following command if you’ve already sourced the settings script to setup Vitis. But we strongly recommend that you read each step in Next Steps carefully to clearly understand how to create a project from scratch and perform simulation, synthesis and optimization.

vitis -w workspace
  1. The Makefile is provided as a reference if you’d like to explore the CLI flow.