店铺
参考
一家NI公司
切换导航
内部工具
页工具
显示页面
旧修订
反向链接
站点工具
近期变动
站点地图
媒体经理
用户工具
登录
狗万man05 .com
FPGA/SOC开发委员会
Arty A7
Arty S7
Arty Z7
Basys 3
CMOD A7
CMOD S7
Cora Z7
eclypse Z7
Genesys 2
Genesys Zu
Nexys A7
Nexys视频
USB104 A7
Zedboard Zynq-7000开发委员会
Zybo Z7
看到所有
程序员
看到所有
扩展模块
zmods
ZMOD范围1410
ZMOD AWG 1411
看到所有
PMODS
看到所有
PCAMS
FMC PCAM适配器
PCAM 5C
MCU董事会
Basys MX3
max32
UC32
WF32
Wi-fire
看到所有
狗万电脑平台
USB范围,分析仪和信号发电机
模拟发现2
模拟发现Pro(ADP5250)
模拟发现Pro(ADP3450/ADP3250)
模拟发现工作室
数字发现
看到所有
软件
波形
波形活
适配器和画布
音频适配器
BNC适配器
面包板突破
面包板适配器
阻抗分析仪适配器
晶体管测试仪适配器
空白的画布
面包板画布
插座画布
软件
Digilent软件
熟练2
波形
波形SDK
看到所有
|
博客
论坛
项目
Digilent Github
你在这里::
数字参考
可编程逻辑
Xilinx工具的指南
建立一个Vivado项目
此页面仅读取。您可以查看源,但不能更改它。询问您的管理员是否认为这是错误的。
~~ TechArticle ~~ ========构建Vivado项目===========
此时,Vivado Project可以通过合成和实现来构建Vivado项目,最后生成一个botstream。单击//程序中的**生成bitstream **按钮,并在窗口左侧的// flow navigator // flow navigator // debug //。
{{:学习:可编程逻辑:教程:2020.1:生成bitstream:generate-bitstream:generate-bitStream-1.png?600 |}}}}
--------------------------------------
将弹出一个对话框,其中包含多个选项,用于如何运行合成和实现。大多数应作为默认值留下。尤其重要的是//工作数//下拉列表,用于指定计算机的资源应专用于构建的多少。大量的工作将专用更多资源,这将使构建得以更快地完成。建议选择最高的可用号码。**注意:** //有关如何安全地忽略其他IP中包含的IP的关键警告。与某些Zynq板上看到的负CK-to-DQS延迟有关的警告也是如此。///取决于设计的复杂性,所使用的板和计算机的强度,构建项目的过程可以采取 between 5 and 60 minutes.
{{ :learn:programmable-logic:tutorials:2020.1:generate-bitstream:generate-bitstream-2.png?600 |}}
----
When complete, a dialog will pop up that presents several options for what to do next: * //Open Implemented Design// can be used to view the actual hardware design that has been implemented and will be placed onto the chip. * //View Reports// can be used to view additional information about the design, including how much of the resources of the FPGA will be used by the design. * //Open Hardware Manager// can be used to go directly to Vivado's Hardware Manager, which can be used to program a hardware design onto a board. This is typically used for designs that do not involve a software component. * //Generate Memory Configuration File// can be used to create a file for programming an FPGA-only design into flash memory. If none of these options are desired, click **Cancel** to continue.
{{ :learn:programmable-logic:tutorials:2020.1:generate-bitstream:generate-bitstream-3.png?600 |}}
----