Change directory to the tutorial folder:
cd ./01-rtl_kernel_workflow
.Launch the Vivado® IDE, enter the
vivado
command in a terminal window.Select Create Project, or File > Project > New.
The New Project wizard opens.
Click Next.
On the Project Name page of the New Project wizard, make the following selections:
Specify a Project name, such as
rtl_kernel
, a Project location.Enable the Create project subdirectory checkbox.
Click Next.
On the Project Type page, make the following selections:
Select RTL Project
Enable the Do not specify sources at this time checkbox.
Click Next.
On the Default Part page select Boards, and enter
U200
in the Search field.Select Alveo U200 Data Center Accelerator Card, and click Next to proceed.
The New Project Summary page is displayed.
Examine it for details of the project, and click Finish to create the project.
The Vivado IDE opens with the new project.