年代hop
Reference
An NI Company
Toggle Navigation
Internal Tools
Page Tools
年代how page
Old revisions
Backlinks
年代ite Tools
Recent Changes
年代itemap
Media Manager
User Tools
Log In
狗万man05 .com
FPGA/SoC Development Boards
Arty A7
Arty S7
Arty Z7
Basys 3
Cora Z7
Cmod A7
Eclypse Z7
Genesys ZU
Genesys 2
Nexys 4
Zedboard
Zybo Z7
More...
Cmod S7
Cora Z7
Eclypse Z7
Genesys 2
Genesys ZU
Nexys A7
Nexys Video
USB104 A7
Zedboard Zynq-7000 Development Board
Zybo Z7
年代ee All
Programmers
年代ee All
Expansion Modules
Zmods
Zmod Scope 1410
Zmod AWG 1411
年代ee All
Pmods
年代ee All
Pcams
FMC Pcam Adapter
Pcam 5C
MCU Boards
Basys MX3
Max32
uC32
WF32
Wi-Fire
年代ee All
狗万电脑平台
USB Scopes, Analyzers and Signal Generators
模拟发现2
Analog Discovery Pro (ADP5250)
Analog Discovery Pro (ADP3450/ADP3250)
Analog Discovery Studio
Digital Discovery
年代ee All
年代oftware
WaveForms
波形生活
Adapters and Canvases
Audio Adapter
BNC Adapter
Breadboard Breakout
Breadboard Adapter
Impedance Analyzer Adapter
Transistor Tester Adapter
Blank Canvas
Breadboard Canvas
Interposer Canvas
年代oftware
Digilent Software
Adept 2
WaveForms
WaveForms SDK
年代ee All
|
Blog
论坛
Projects
Digilent Github
You are here::
Digilent Reference
Programmable Logic
Guides for Xilinx Tools
Create a Vivado Project
这一页是只读的。您可以查看源代码,but not change it. Ask your administrator if you think this is wrong.
~~TechArticle~~ ====== Create a Vivado Project ======
In Vivado's welcome screen, several options are presented: * **Create Project**: Opens a wizard used to begin creating a Vivado project from scratch, which will be used here. * **Open Project**: Can be used to open a Vivado project (defined by an XPR file) that has been previously created or downloaded from the internet. * **Open Hardware Manager**: Can be used to program an FPGA development board with a bitstream, without opening the associated project. **Note:** //Various other options are available, but are not described here.// For the purposes of this guide, click the **Create Project** button.
{{ :learn:programmable-logic:tutorials:2020.1:create-vivado-project:create_project.png?600 |}}
----
The first page of the New Project wizard summarizes the steps involved in creating a project. Click **Next**.
{{ :learn:programmable-logic:tutorials:2020.1:create-vivado-project:new-project-1.png?600 |}}
----
The first step is to set the //name// for the project. Vivado will use this name when generating its folder structure. **Important:** //Do NOT use spaces in the project name or location path. This will cause problems with Vivado. Instead use an underscore, a dash, or [[https://en.wikipedia.org/wiki/CamelCase|CamelCase]].// Pick a memorable //location// in your filesystem to place the project. Checking the **Create project subdirectory** box will create a new folder in the chosen location to store the project's files. This is recommended. Click **Next** to continue.
{{ :learn:programmable-logic:tutorials:2020.1:create-vivado-project:new-project-2.png?600 |}}
----
At the Select Project Type screen, choose **RTL Project** and check the //Do not specify sources at this time// box. Advanced users may want to use the other options on this screen, but they will not be covered here. Click **Next** to continue.
{{ :learn:programmable-logic:tutorials:2020.1:create-vivado-project:new-project-3.png?600 |}}
----
Next, a part or a board must be chosen for the project to target. The project will only be usable with the chosen device (though the selection can later be changed through the project's Settings). Selecting a board over a part is recommended, as the board files provide additional configuration information for a variety of peripherals and components in a design. Click the **Board** button to open the board tab. Search for your board and select it from the list. **Important:** //If your board does not appear in the list, Digilent's board files have not been installed. Review [[programmable-logic:guides:installing-vivado-and-vitis]] for instructions on installation of these files.// Click **Next** to continue.
{{ :learn:programmable-logic:tutorials:2020.1:create-vivado-project:new-project-4.png?600 |}}
----
The last screen of the New Project wizard summarizes what was chosen in the previous screens. Click **Finish** to open your project.
{{ :learn:programmable-logic:tutorials:2020.1:create-vivado-project:new-project-5.png?600 |}}
----