完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
你好,
我是Vivado程序的新手,我在Vivado创建新项目时应该选择哪个板块。 在创建新项目时,我可以选择xc7z020clg484-1或xc7z045ffg900-2,但在Digilent网站上它将我的电路板描述为XC7Z2010-1CLG400C。 我是否需要通过不同的方式找到我的电路板,或者我能够选择前面描述的两个数字中的一个? 先谢谢你。 以上来自于谷歌翻译 以下为原文 Hello, I am brand new to the Vivado program and I am a little uncertain which board I should be selecting when creating a new project in Vivado. When creating a new project I am able to either select xc7z020clg484-1 or xc7z045ffg900-2, but on the Digilent website it describes my board as XC7Z2010-1CLG400C. Do I need to find my board through different means or am I able to select one of the two numbers I described earlier? Thank you in advance. |
|
相关推荐
6个回答
|
|
嗨,
Webpack确实支持您要定位的设备。 您可以尝试在tcl控制台中运行以下命令吗? create_project project_3 C:/Xilinx/Vivado/2014.2/examples/Vivado_Tutorial/Projects/project_3 -part xc7z010clg400-1 这将帮助您设置您正在使用的部件。 顺便问一下你使用哪个版本的Vivado? 通常会有电路板支持文件,这些文件必须来源才能获得Zybo板的电路板支持。 --Hem -------------------------------------------------- --------------------------------------------请注意 - 请注明 如果提供的信息有用,请回答“接受为解决方案”。给予您认为有用并回复导向的帖子。感谢K-- -------------------------------------------------- --------------------- 在原帖中查看解决方案 以上来自于谷歌翻译 以下为原文 Hi, Webpack does support the device that you are targeting. Can you try to run the following command in a tcl console? create_project project_3 C:/Xilinx/Vivado/2014.2/examples/Vivado_Tutorial/Projects/project_3 -part xc7z010clg400-1 This will help you set the part that you are using. by the way which version of Vivado are you using? Usually there will be board support files that have to be sourced to get the board support for Zybo board. --Hem ---------------------------------------------------------------------------------------------- Kindly note- Please mark the Answer as "Accept as solution" if information provided is helpful. Give Kudos to a post which you think is helpful and reply oriented. ----------------------------------------------------------------------------------------------View solution in original post |
|
|
|
在Vivado有任何digilent zynq板支持吗?
如果是,您应该能够为项目选择板而不是设备。 如果不是,您应该能够在设备列表中找到确切的部分。 您确定在安装过程中选择了完整的zynq吗? 你没有看到任何xc7z2010部件,这很奇怪。 - 如果提供的信息有用,请将答案标记为“接受为解决方案”。给予您认为有用且回复的帖子。 以上来自于谷歌翻译 以下为原文 Is there any digilent zynq board support in Vivado ? If yes, you should be able to select boards for your project as opposed to devices. If no, you should be able to find the exact part in device list. Are you sure you did a full zynq selection during install? It's weird that you don't see any xc7z2010 parts.- Please mark the Answer as "Accept as solution" if information provided is helpful. Give Kudos to a post which you think is helpful and reply oriented. |
|
|
|
嗨,
Webpack确实支持您要定位的设备。 您可以尝试在tcl控制台中运行以下命令吗? create_project project_3 C:/Xilinx/Vivado/2014.2/examples/Vivado_Tutorial/Projects/project_3 -part xc7z010clg400-1 这将帮助您设置您正在使用的部件。 顺便问一下你使用哪个版本的Vivado? 通常会有电路板支持文件,这些文件必须来源才能获得Zybo板的电路板支持。 --Hem -------------------------------------------------- --------------------------------------------请注意 - 请注明 如果提供的信息有用,请回答“接受为解决方案”。给予您认为有用并回复导向的帖子。感谢K-- -------------------------------------------------- --------------------- 以上来自于谷歌翻译 以下为原文 Hi, Webpack does support the device that you are targeting. Can you try to run the following command in a tcl console? create_project project_3 C:/Xilinx/Vivado/2014.2/examples/Vivado_Tutorial/Projects/project_3 -part xc7z010clg400-1 This will help you set the part that you are using. by the way which version of Vivado are you using? Usually there will be board support files that have to be sourced to get the board support for Zybo board. --Hem ---------------------------------------------------------------------------------------------- Kindly note- Please mark the Answer as "Accept as solution" if information provided is helpful. Give Kudos to a post which you think is helpful and reply oriented. ---------------------------------------------------------------------------------------------- |
|
|
|
嗨,
要在Vivado GUI中查看电路板,您需要一个xml文件和一个tcl文件。 在Vivado_Install / data / boards / board_parts / zynq上有一些预定义的Xilinx开发板。 您需要获取这些文件才能在Vivado GUI中查看Zybo板。 请参阅快照 --Hem -------------------------------------------------- --------------------------------------------请注意 - 请注明 如果提供的信息有用,请回答“接受为解决方案”。给予您认为有用并回复导向的帖子。感谢K-- -------------------------------------------------- --------------------- 以上来自于谷歌翻译 以下为原文 Hi, To see a board in the Vivado GUI, you would need a xml file and a tcl file. There are some predefined Xilinx Development boards at Vivado_Install/data/boards/board_parts/zynq. You need to get these files to see the Zybo board in the Vivado GUI. Refer to the snapshot --Hem ---------------------------------------------------------------------------------------------- Kindly note- Please mark the Answer as "Accept as solution" if information provided is helpful. Give Kudos to a post which you think is helpful and reply oriented. ---------------------------------------------------------------------------------------------- |
|
|
|
嗨,
您无需在Vivado GUI中找到确切的电路板。 您只需搜索digilent板上的设备并在Vivado GUI中进行搜索即可。 如果Vivado GUI中没有该设备,请告诉我。 您使用的是哪个版本的vivado? 尝试使用最新版本的Vivado获取设备上的最新更新。 可能您正在使用的vivado版本没有您正在寻找的此设备。 谢谢,AnirudhPS:请将此标记作为答案,以防它有助于解决您的问题。如果帖子引导您找到解决方案,请给予赞誉。 以上来自于谷歌翻译 以下为原文 Hi, It is not necessary you find the exact board in the Vivado GUI. You can just search for the device which is on the digilent board and search it in the Vivado GUI. Let me know if that device is not there in the Vivado GUI. Which version of vivado are you using? Try using the latest version of Vivado for the latest updates on the devices. probably the version of the vivado which you are using does not have this device which you are looking for. Thanks, Anirudh PS: Please MARK this as an answer in case it helped resolve your query.Give kudos in case the post guided you to a solution. |
|
|
|
这似乎与使用适当的电路板创建项目有关,但每次创建新项目时,是否必须不断地将此命令输入到tcl命令窗口?
我目前正在使用Vivado 2014.4。 我也在浏览Xilinx网站以获取更多文件,但我能找到的只有BSDL,IBIS和热模型。 不确定这些是否是合适的文件,以便在创建新项目时能够选择我的板。 我对所有入门问题表示歉意。 我大学的教授或技术人员都没有使用过Vivado,所以我几乎从头开始。 最后,我希望将一些Matlab建模同步到电路板中,对噪声信号进行一些滤波和时间延迟。 谢谢。 以上来自于谷歌翻译 以下为原文 That seemed to work in creating a project with the proper board, but do I have to continually input this command into the tcl command window every time I create a new project? I am currently using Vivado 2014.4. I was also browsing the Xilinx website for additional files, but all I could find were BSDL, IBIS, and thermal models. Not sure if these are the appropriate files in order to be able to select my board when creating a new project. My apologies for all the starter questions. None of the professors or technicians at my University have used Vivado so I'm pretty much starting from scratch. Eventually I hope in syncing some Matlab modeling into the board to do some filtering and time delays for noise signals. Thank you. |
|
|
|
只有小组成员才能发言,加入小组>>
2379 浏览 7 评论
2794 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2261 浏览 9 评论
3335 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2427 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
755浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
543浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
364浏览 1评论
1960浏览 0评论
681浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 08:30 , Processed in 1.448884 second(s), Total 89, Slave 72 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号