Accessing the Tutorial Reference Files - 2025.1 English - XD261

Vitis Tutorials: Vitis HLS (XD261)

Document ID
XD261
Release Date
2025-06-17
Version
2025.1 English
  1. To access the reference files, type the following into a terminal: $ git clone https://github.com/Xilinx/Vitis-Tutorials

  2. Navigate to ./Vitis-Tutorials/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files directory.

  3. You need an Vitis Unified IDE workspace. If you don’t have one yet, you can create a new one, for example $ mkdir ~/myworkspace; that’s the name we’re going to use in this tutorial: change to match your preference.

  4. Copy the 2 components into your Vitis Unified IDE workspace. $ cp -r tutorial_example/ tutorial_example_final/ ~/myworkspace

  5. You are now ready. We will start the Vitis Unified IDE in the next section.