完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,
我希望这是正确的论坛。 在尝试将一些子模块IP导入到我的Block设计时,我收到以下错误: >错误:[BD 41-1273]运行post_config_ip时出错TCL程序:错误:[通用17-55]'set_property'需要至少一个对象。:: xilinx.com_ip_blk_mem_gen_8.3 ::post_config_ip第14行 我清楚地看到一个行号,但不是它所引用的文件。 这个:: xilinx.com_ip_blk_mem_gen_8.3 :: post_config_ip是什么意思? tiA 尼科斯 以上来自于谷歌翻译 以下为原文 Hi, I hope this is the right forum for this. In trying to import some submodule IPs to my Block design, I get the following error: > ERROR: [BD 41-1273] Error running post_config_ip TCL procedure: ERROR: [Common 17-55] 'set_property' expects at least one object.::xilinx.com_ip_blk_mem_gen_8.3::post_config_ip Line 14 I clearly see a line number, but not the file it refers to. What does this ::xilinx.com_ip_blk_mem_gen_8.3::post_config_ip means? TIA Nikos |
|
相关推荐
9个回答
|
|
嗨@nibal
这是指安装区域内的bd.tcl。 C:赛灵思 Vivado 2015.4 DATA IP 赛灵思 blk_mem_gen_v8_3 BD 在bd文件中检查BRAM实例的这些行。 set_property CONFIG.MASTER_TYPE“OTHER”$ busif if {$ tdp ==“True_Dual_Port_RAM”} {set_property CONFIG.MASTER_TYPE“OTHER”$ busifb 希望这可以帮助。 问候 Sikta 在原帖中查看解决方案 以上来自于谷歌翻译 以下为原文 Hi @nibal This is referring to the bd.tcl inside the install area. C:XilinxVivado2015.4dataipxilinxblk_mem_gen_v8_3bd Check these lines for your BRAM instance in your bd file. set_property CONFIG.MASTER_TYPE "OTHER" $busif if { $tdp == "True_Dual_Port_RAM" } { set_property CONFIG.MASTER_TYPE "OTHER" $busifb Hope this helps. Regards Sikta View solution in original post |
|
|
|
你好@ nibal
在此错误消息之前,您是否看到任何其他错误? 你能在这里附上vivado.log文件吗? 谢谢,迪皮卡.---------------------------------------------- ---------------------------------------------- Google之前的问题 张贴。 如果某人的帖子回答了您的问题,请将帖子标记为“接受为解决方案”。 如果你看到一个特别好的和信息丰富的帖子,考虑给它Kudos(左边的明星) 以上来自于谷歌翻译 以下为原文 Hi @nibal Do you see any other errors before this error message? Can you attach the vivado.log file here? Thanks, Deepika. -------------------------------------------------------------------------------------------- Google your question before posting. If someone's post answers your question, mark the post as answer with "Accept as solution". If you see a particularly good and informative post, consider giving it Kudos (the star on the left) |
|
|
|
嗨@ vemulad,
谢谢你的快速回复。 是的我之前确实看到过相同的错误,但没有参考其来源。 我的问题与错误格式及其文件来源有关。 Plz见附件日志。 BR, 尼科斯 vivado.log 4 KB 以上来自于谷歌翻译 以下为原文 Hi @vemulad, Thank you for your fast reply. Yes I do see the same error just before, but without reference to its origin. My question had to do about the error formatting and its file origin. Plz see attached log. BR, Nikos vivado.log 4 KB |
|
|
|
嗨@vemulad,
任何新闻? 几乎一周前,我提供了你要求的日志。 BR, 尼科斯 以上来自于谷歌翻译 以下为原文 Hi @vemulad, Any news? I supplied the logs you asked for, almost a week ago. BR, Nikos |
|
|
|
嗨@nibal
这是指安装区域内的bd.tcl。 C:赛灵思 Vivado 2015.4 DATA IP 赛灵思 blk_mem_gen_v8_3 BD 在bd文件中检查BRAM实例的这些行。 set_property CONFIG.MASTER_TYPE“OTHER”$ busif if {$ tdp ==“True_Dual_Port_RAM”} {set_property CONFIG.MASTER_TYPE“OTHER”$ busifb 希望这可以帮助。 问候 Sikta 以上来自于谷歌翻译 以下为原文 Hi @nibal This is referring to the bd.tcl inside the install area. C:XilinxVivado2015.4dataipxilinxblk_mem_gen_v8_3bd Check these lines for your BRAM instance in your bd file. set_property CONFIG.MASTER_TYPE "OTHER" $busif if { $tdp == "True_Dual_Port_RAM" } { set_property CONFIG.MASTER_TYPE "OTHER" $busifb Hope this helps. Regards Sikta |
|
|
|
@siktap,
谢谢。 我已经放弃了Vivado,并卸载了Vivado 2015.4 :( 但是你的帖子让我再试一次。 将不得不再次安装和测试您的解决方案, 但是如果你能向我解释你是如何从这个错误到达该文件的: :: xilinx.com_ip_blk_mem_gen_8.3 :: post_config_ip第14行 TIA 尼科斯 以上来自于谷歌翻译 以下为原文 @siktap, Thanks. I've given up on Vivado since, and uninstalled Vivado 2015.4 :( But your post makes me give it another try. Will have to install and test again your solution, but if you could explain to me how do you arrive to that file from this error: ::xilinx.com_ip_blk_mem_gen_8.3::post_config_ip Line 14 TIA Nikos |
|
|
|
@siktap
“我的bd文件中的我的BRAM实例”究竟是什么意思? 您要引用的文件是Vivado安装文件:(我们应该更改这些文件吗? TIA 尼科斯 以上来自于谷歌翻译 以下为原文 @siktap What exactly do you mean by "my BRAM instance in my bd file"? The file you are refering to is the Vivado installation file:( Should we change those? TIA Nikos |
|
|
|
@nibalThats在bd文件中调用任何IP的公共文件。
它是IPI中所有IP的结构。 您必须在bd文件中检查您的BRAM实例。 您不应该在安装区域中更改任何内容。 检查无法设置接口类型的原因。 以上来自于谷歌翻译 以下为原文 @nibal Thats the common file thats called for any IP in the bd file. Its a structure for all IPs in IPI. You have to check your BRAM instance in your bd file. You shouldnt be changing anything in Install area. Check why its unable to set your interfaces type. |
|
|
|
|
|
|
|
只有小组成员才能发言,加入小组>>
2427 浏览 7 评论
2828 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2295 浏览 9 评论
3377 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2467 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
1264浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
591浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
455浏览 1评论
2009浏览 0评论
735浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-26 05:20 , Processed in 1.560903 second(s), Total 64, Slave 57 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号