店铺
参考
一家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
你在这里::
数字参考
学
软件
软件教程
如何从Digilent的GitHub存储库(旧版)中生成项目
此页面仅读取。您可以查看源,但不能更改它。询问您的管理员是否认为这是错误的。
=====如何从Digilent的GitHub存储库(遗产)===================================================================================================本教程将教您如何使用GitHub上提供的相应的TCL脚本下载和打开Digilent的演示项目之一。----- ======================***无需** ===硬件===**= * ** Vivado Design Suite ** * //一些微型布拉兹项目需要特定版本的Vivado,但会这样说,但是大多数项目不应// ----- ==================github- [[https://github.com/digilent| git repo]] ----- ===================== 1。下载项目====将项目放在您的PC上> 1.1)转到GitHub存储库,找到您正在使用的板。对于本指南,我们将使用Basys3。通过单击**下载zip **按钮下载存储库。>>> {{: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}}