Change directory to the tutorial folder:
cd ./01-rtl_kernel_workflow/reference_files
Create a new workspace folder called
work1
Launch the Vitis IDE, by entering the following command:
vitis -workspace work1
The Vitis IDE opens. Select File > New > Application Project
The New Vitis Application Project window opens.
The New Application Project wizard is displayed, with the overview page showing a brief overview of the process. Click Next.
The Plaform page is displayed. Select
xilinx_u200_gen3x16_xdma_2_202110_1
, and then click Next to proceed.
The Application Project Details page is displayed. Make the following selections:
Enter a project name, such as
kernelTest
.Create New System Project is enabled, and the System project name is generated from the project name. You can edit it if needed.
The Processor is selected automatically from the platform you selected.
Click Next to proceed.
The Templates page opens, showing application templates you can use to start your project. Select the Empty Application (XRT Native API) and click Finish to create your Vitis application project.
The new project wizard closes and opens the Vitis IDE with your new project loaded.