完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我无法使用ISE 11上的Clocking Wizard实现dcm。当使用Verilog实现设计时,它会产生以下错误:
错误:ConstraintSystem:59 - 约束[dcm_10Mhz_arwz.ucf(4)]:未找到INST“DCM_SP_INST”。 请验证:1。指定的设计元素实际存在于原始设计中。 2.指定的对象在约束源文件中拼写正确。 所有错误都属于同一类型。 好吗,拜托? 谢谢! 以上来自于谷歌翻译 以下为原文 I can't instatiate dcm using Clocking Wizard on ISE 11. When implementing design using Verilog, it gives several errors like: ERROR:ConstraintSystem:59 - Constraint [dcm_10Mhz_arwz.ucf(4)]: INST "DCM_SP_INST" 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. All errors are of the same type. Any idea, please? Thank you! |
|
相关推荐
1个回答
|
|
看起来您已经附加了体系结构生成的.ucf文件
向导到你的项目。 实例名称“DCM_SP_INST”来自 实例化的模块。 因此,您需要编辑要包含的.ucf文件 该模块的分层路径。 例如,如果您实例化了 您的顶级模块: dcm_10Mhz foo ( ... ); 然后你需要改变: INST DCM_SP_INST CLK_FEEDBACK = 1X; 至: INST foo / DCM_SP_INST CLK_FEEDBACK = 1X; 或者你可以不像我想的那样包含这个.ucf文件 除了可能的周期限制之外的所有事情 在源文件中。 HTH, 的Gabor - Gabor 以上来自于谷歌翻译 以下为原文 It looks like you have attached the .ucf file generated by the architecture wizard to your project. The instance name "DCM_SP_INST" comes from the instantiated module. So you would need to edit the .ucf file to contain the hierarchical path to that module. For example if you instantiated the module from your top level as: dcm_10Mhz foo ( ... ); Then you need to change: INST DCM_SP_INST CLK_FEEDBACK = 1X; to: INST foo/DCM_SP_INST CLK_FEEDBACK = 1X; Alternately you can just not include this .ucf file as I would think everything except possibly period constraints would already be in the source file. HTH, Gabor -- Gabor |
|
|
|
只有小组成员才能发言,加入小组>>
2361 浏览 7 评论
2780 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2247 浏览 9 评论
3324 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2414 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
730浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
524浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
336浏览 1评论
742浏览 0评论
1935浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-9 04:28 , Processed in 1.193925 second(s), Total 79, Slave 62 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号