- From the Vivado IDE Getting Started page,
select Create New Project to create an
empty Vivado project.
A new or existing project is required to creating and packaging a custom IP. The project information populates certain fields in the Package IP window.
- In the New Project wizard, click Next.
- As
shown in the following figure, set the following options:
- Project name
-
project_lab3 - Project location
- <Extract_Dir>/lab_3
- Check the Create Project subdirectory box.
- Click Next.
- Select RTL Project for Project Type and Do not specify sources at this time.
- Click Next.
- On the Default Part
page, select the xc7k70tfbg484-2 part,
and click Next.
The following figure shows the Default Part page of the New Project wizard.
You selected a Kintex®-7 device. This device family is used for the initial compatibility of the custom IP.
- In the New Project Summary page,
which opens, click Finish to create the
project.
The Vivado IDE opens project_lab3, with the default layout.