Creating Projects - 2022.2 English

Vivado Design Suite User Guide: Using the Vivado IDE (UG893)

Document ID
UG893
Release Date
2022-10-27
Version
2022.2 English

You can use the New Project wizard to easily create different types of projects in the Vivado IDE. To open the New Project wizard, select File > Project > New. This wizard enables you to specify a project location and name and create the types of projects shown in the following figure. As you proceed through the wizard, you optionally specify sources, IP, and constraint files, followed by a Xilinx® board or part to complete project creation. For more information, see this link in the Vivado Design Suite User Guide: System-Level Design Entry (UG895).

Figure 1. New Project Wizard—Project Type Page
In the New Project wizard, selecting the Project is an extensible Vitis platform check box designates an RTL or Example design as an extensible platform. In Tcl this is achieved using the following command:
set_property platform.extensible (true|false) [get_project]