- From the Vivado IDE Getting Started page,
select Create Project to create an empty
Vivado project.Note: A new or existing project is required to creating and packaging a custom IP. The project information is used for populating certain fields in the Package IP window.
- Click Next at the New Project wizard dialog box.
- In the Project Name page, as shown
in the following figure, set the following options for the project location:
- Project name
- project_lab4
- Project location
- <Extract_Dir>/lab_4
- Click Next.
- Select RTL Project as the Project Type and select Do not specify sources at this time.
- Click Next.
- In the Default Part page, select the xcku040-ffva1156-2-e part and click Next.
- For this lab, you select an UltraScaleā¢ architecture device. This device family is used for the initial compatibility of the custom IP.
- Click Finish to close the
New Project Summary page, and
create the project.
The Vivado IDE opens project_lab4, with the default layout.