To access the reference files, type the following into a terminal:
git clone https://github.com/Xilinx/Vitis-Tutorials
.Navigate to the
Getting_Started/Vitis_HLS
directory, and then access thereference-files
directory.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
The Makefile is provided as a reference if you’d like to explore the CLI flow.