To access the reference files, type the following into a terminal:
$ git clone https://github.com/Xilinx/Vitis-Tutorials
Navigate to
./Vitis-Tutorials/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files
directory.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.Copy the 2 components into your Vitis Unified IDE workspace.
$ cp -r tutorial_example/ tutorial_example_final/ ~/myworkspace
You are now ready. We will start the Vitis Unified IDE in the next section.