完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我的UCF文件有问题。
我正在使用Xilinx 10.1 SP3并使用Virtex-5。 我在我的顶级HDL文件中有一些名为add3bit1,doublebit1,pass1,add2bit1的模块。 在我的UCF文件中,我有以下行:INST“doublebit1”AREA_GROUP = AG_doublebit1; AREA_GROUP“AG_doublebit1”RANGE = SLICE_X20Y86:SLICE_X23Y89; AREA_GROUP“AG_doublebit1”GROUP = CLOSED; INST“pass1”AREA_GROUP =“AG_pass1”; AREA_GROUP“AG_pass1”RANGE = SLICE_X20Y82:SLICE_X23Y85; AREA_GROUP“AG_pass1”GROUP =已关闭; INST“add2bit1”AREA_GROUP =“AG_add2bit1”; AREA_GROUP“AG_add2bit1”RANGE = SLICE_X20Y78:SLICE_X23Y81; AREA_GROUP“AG_add2bit1”GROUP = CLOSED; INST“add3bit1”AREA_GROUP =“static”;但是当我执行翻译时,它失败了,给我错误信息:######################### #############错误:ConstraintSystem:59 - 约束AG_doublebit1;> [topmod.ucf(12)]:未找到INST“doublebit1”。 请验证:1。指定的设计元素实际存在于原始设计中。 2.指定对象在约束源文件中拼写正确。警告:ConstraintSystem:56 - 约束SLICE_X20Y86:SLICE_X23Y89;> [topmod.ucf(13)]:无法找到名为“AG_doublebit1”的活动“Area_Group”约束。警告 :ConstraintSystem:56 - 约束CLOSED;> [topmod.ucf(14)]:无法找到名为'AG_doublebit1'的激活'Area_Group'约束.ERROR:ConstraintSystem:59 - 约束[topmod.ucf(16)]:INST“ pass1“未找到。 请验证:1。指定的设计元素实际存在于原始设计中。 2.指定对象在约束源文件中拼写正确。警告:ConstraintSystem:56 - 约束SLICE_X20Y82:SLICE_X23Y85;> [topmod.ucf(17)]:无法找到名为“AG_pass1”的活动“Area_Group”约束。警告 :ConstraintSystem:56 - Constraint [topmod.ucf(18)]:无法找到名为'AG_pass1'的激活'Area_Group'约束.ERROR:ConstraintSystem:59 - 约束“AG_add2bit1”;> [topmod.ucf(20)]: INST“add2bit1”未找到。 请验证:1。指定的设计元素实际存在于原始设计中。 2.指定对象在约束源文件中拼写正确。警告:ConstraintSystem:56 - 约束SLICE_X20Y78:SLICE_X23Y81;> [topmod.ucf(21)]:无法找到名为“AG_add2bit1”的活动“Area_Group”约束。警告 :ConstraintSystem:56 - 约束CLOSED;> [topmod.ucf(22)]:无法找到名为'AG_add2bit1'的激活'Area_Group'约束.ERROR:ConstraintSystem:59 - 约束[topmod.ucf(24)]:INST“ add3bit1“找不到。 请验证:1。指定的设计元素实际存在于原始设计中。 2.指定对象在约束源文件中拼写正确。#################################### ##我检查并仔细检查。 模块名称都是正确的。 除了上面的模块,我甚至实例化了几个总线宏。 但他们没有犯任何错误。 有谁知道可能是什么问题? 以上来自于谷歌翻译 以下为原文 I have a problem with my UCF file. I am using Xilinx 10.1 SP3 and working with Virtex-5. I have some modules called add3bit1, doublebit1, pass1, add2bit1 in my top-level HDL file. In my UCF file, I have the following line: INST "doublebit1" AREA_GROUP = AG_doublebit1 ; AREA_GROUP "AG_doublebit1" RANGE = SLICE_X20Y86:SLICE_X23Y89; AREA_GROUP "AG_doublebit1" GROUP = CLOSED; INST "pass1" AREA_GROUP = "AG_pass1" ; AREA_GROUP "AG_pass1" RANGE = SLICE_X20Y82:SLICE_X23Y85; AREA_GROUP "AG_pass1" GROUP = CLOSED; INST "add2bit1" AREA_GROUP = "AG_add2bit1" ; AREA_GROUP "AG_add2bit1" RANGE = SLICE_X20Y78:SLICE_X23Y81; AREA_GROUP "AG_add2bit1" GROUP = CLOSED; INST "add3bit1" AREA_GROUP = "static" ; But when I do Translate, it fails, giving me the error message: ###################################### ERROR:ConstraintSystem:59 - Constraint verify that: 1. The specified design element actually exists in the original design. 2. The specified object is spelled correctly in the constraint source file. WARNING:ConstraintSystem:56 - Constraint 'Area_Group' constraint named 'AG_doublebit1'. WARNING:ConstraintSystem:56 - Constraint named 'AG_doublebit1'. ERROR:ConstraintSystem:59 - Constraint [topmod.ucf(16)]: INST "pass1" not found. Please verify that: 1. The specified design element actually exists in the original design. 2. The specified object is spelled correctly in the constraint source file. WARNING:ConstraintSystem:56 - Constraint 'Area_Group' constraint named 'AG_pass1'. WARNING:ConstraintSystem:56 - Constraint [topmod.ucf(18)]: Unable to find an active 'Area_Group' constraint named 'AG_pass1'. ERROR:ConstraintSystem:59 - Constraint that: 1. The specified design element actually exists in the original design. 2. The specified object is spelled correctly in the constraint source file. WARNING:ConstraintSystem:56 - Constraint 'Area_Group' constraint named 'AG_add2bit1'. WARNING:ConstraintSystem:56 - Constraint named 'AG_add2bit1'. ERROR:ConstraintSystem:59 - Constraint [topmod.ucf(24)]: INST "add3bit1" not found. Please verify that: 1. The specified design element actually exists in the original design. 2. The specified object is spelled correctly in the constraint source file. ###################################### I checked and double-checked. The module names are all correct. In addition to the above modules, I have even instantiated a couple of bus macros. But they do not turn in any errors. Does anyone know what could be the problem? |
|
相关推荐
1个回答
|
|
请在合成后验证这些模块是否真的在设计中
合成器可以重命名它们。 或者你可以先命令这些约束 使用平面布置器来重新装修它们 以上来自于谷歌翻译 以下为原文 please verify these modules are really in the design after Synthesis synthesiser may rename them. or you can command out these constraints first use floorplaner to reloace them |
|
|
|
只有小组成员才能发言,加入小组>>
2416 浏览 7 评论
2821 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2292 浏览 9 评论
3372 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2459 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
1152浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
583浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
449浏览 1评论
2004浏览 0评论
728浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-22 22:27 , Processed in 1.203778 second(s), Total 76, Slave 59 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号