To open the Vitis IDE, enter
vitis
in the command line.Select ./mixing-c-rtl-kernels/workspace as the workspace directory, and click Launch.
From the
Welcome
screen select Create Application Project to open theNew Project
wizard.The first page displays a summary of the process. Click Next to proceed.
From the
Platform
page select the xilinx_u200_gen3x16_xdma_2_202110_1 platform and click Next.From the
Application Project Details
page, name your projectrtl_project
and click Next.Under SW Acceleration Templates, select Empty Application, and click Finish. This creates a Vitis IDE project.
Next, generate an RTL-based kernel from within the Vitis IDE.
Select the menu command Xilinx > Launch RTL Kernel Wizard > rtl_project_kernels. This opens the RTL Kernel Wizard Welcome page.
The first page is a summary of the process. Review it and click Next.
In the General Settings dialog box, keep all the default settings, and click Next.
In the Scalars dialog box, set the number of scalar arguments to
0
, and click Next.In the Global Memory dialog box, keep all the default settings, and click Next.
In the Streaming Interfaces dialog box, keep all the default settings, and click Next.
The Summary dialog box is displayed and provides a summary of the RTL kernel settings and includes a function prototype which conveys what a kernel call would look like as a C function.Click OK.
The RTL Kernel source files have now been created.