店铺
参考
倪公司
切换导航
内部工具
页面工具
展示页面
旧修订
反向链接
网站工具
近期变动
网站地图
媒体经理
用户工具
登录
狗万man05 .com
FPGA / SoC开发板
ARTY A7
arty s7
arty z7
Basys 3.
CMOD A7
CMOD S7
科拉Z7
Eclypse Z7
Genesys 2
Genesys zu.
nexys a7
Nexys视频
USB104 A7
usrp b205mini-i
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
Analog Discovery Pro(ADP5250)
Analog Discovery Pro(ADP3450 / ADP3250)
模拟发现演播室
数字发现
看到所有
适配器和帆布
音频适配器
BNC适配器
面包板突破
面包板适配器
阻抗分析仪适配器
空白的画布
面包板帆布
软件
Digilent软件
娴熟2
波形
波形SDK.
看到所有
|
博客
论坛
项目
Digilent GitHub.
你在这里::
Digilent参考
学习
软件
软件教程
如何生成来自DigiL的GitHub存储库(遗留)的项目
此页面仅是读取的。您可以查看源,但不会更改它。如果您认为这是错误的话,请询问您的管理员。
======如何生成来自DigIlent的GitHub存储库(遗留)======= {{:Vivado:fkwcgvxidfso70p.large_1_.jpg?500 |}} =====概述=====本教程将教您如何使用GitHub上提供的相应TCL脚本下载和打开DigIlent的演示项目之一。----- =====先决条件===== ===技能=== * **无需** ===硬件=== * **无需** ===软件=== ** vivado设计套件** * //一些微卷大项目需要一个特定的Vivado版本,并会这样做,但大多数项目不应该// ----- =====下载===== Digilentgithub - [[https://github.com/digilent |git repo]] ----- =====教程===== ==== 1。下载Project ====将项目放在PC> 1.1上)转到GitHub存储库,找到您正在使用的电路板。对于本指南,我们将使用Basys3。单击**下载zip **按钮下载repo。>>> {{:vivado:git1.jpg?500 |}}> 1.2)所有必要的文件都包含在每个项目文件夹中,建立相关文件路径,因此只要文件在文件夹中移动,您可以从任何位置移动并运行项目。如果从Wiki下载了.zip文件,请在继续之前解压缩文件夹。 ----- ====2. Find the Tcl file location==== Here we'll find and copy the location of the tcl file. >2.1) Within the project folder there will be two subfolders named "proj" and "src". As illustrated in the images below: > >{{:vivado:fmhl8htidfsnqnk.large_1_.jpg?500|}} >2.2) Go into the proj folder and right click the "create_project" file and select "Properties". > >{{:vivado:fvuqbi6idfsnqnl.large_1_.jpg?500|}} >2.3) Highlight and copy the file's location. > >{{:vivado:fl014h7idfsnqno.large_1_.jpg?500|}} ----- ====3. Executing the tcl script==== Here we will execute the tcl script, thus generating the Vivado project. >3.1) Open Vivado and find the Tcl Console on the bottom of the window. Enter the letters '**cd**' (change directory) followed by the file path you copied earlier. > >{{:vivado:f9mofzbidfsnqnq.large_1_.jpg?500|}} >3.2) As in the image above, once you have copied there may be a pop-up with a suggested 'proj/'. If you click on this the Tcl Console will automatically flip the slashes in the address from back slashed ( / ) to forward slashes ( \ ). This is a bit mundane **but is important** since the console will not recognize the address with the backslashes. If it does not automatically correct them, just go in manually and replace each back slash with a forward slash. Execute this first command >3.3) As illustrated below, type in "source ./" and select the auto-fill suggestion 'create_project.tcl'. If there are different versions of your board, select the create_project.tcl that yours corresponds with. Press enter to execute the tcl script. > >{{:vivado:f960rjgidfsnqnt.large_1_.jpg?500|}} The tcl script will create a new project with the source files, constraints, and any supplementary files included. ----- {{tag>learn programmable-logic software tutorial legacy vivado}}