liping09003的个人空间 https://blog.eetop.cn/liping [收藏] [复制] [分享] [RSS]

空间首页 动态 记录 日志 相册 主题 分享 留言板 个人资料

日志

使用Xilinx的FPGA开发板中DCM的问题的解决方法

已有 1235 次阅读| 2015-2-6 11:45 |个人分类:软件程序类

在使用

Xilinx

FPGA

开发板时,在设计时内部需要使用不同的时钟频率,

可能会需要一个甚至多个

DCM

把所需要的时钟频率倍频或者是分频出来,

在编

译、综合、映射、布局布线的过程中会出现下列问题(

ERROR

):

 

ERROR:Place:1012 - A clock IOB / DCM component pair have been found that are 

not placed at an optimal clock IOB / DCM 

 

 

 

site 

pair. 

 

The 

clock 

component 

<u1/u0/DCM_SP_INST> 

is 

placed 

at 

site 

<DCM_X0Y1>. 

 

The clock IO/DCM site can be 

 

 

 

paired if they are placed/locked in the same quadrant. 

 

The IO component <clk> 

is placed at site <P32>. 

 

This will 

 

 

 

not allow the use of the fast path between the IO and the Clock buffer. If this sub 

optimal condition is acceptable 

 

 

 

for 

this 

design, 

you 

may 

use 

the 

CLOCK_DEDICATED_ROUTE 

constraint 

in 

the .ucf file to demote this message to a 

 

 

 

WARNING and allow your design to continue. However, the use of this override 

is highly discouraged as it may lead to 

 

 

 

very poor timing results. It is recommended that this error condition be corrected 

in the design. A list of all the 

 

 

 

COMP.PINs used in this clock placement rule is listed below. These examples can 

be used directly in the .ucf file to 

 

 

 

override this clock rule. 

 

 

 

< NET "clk" CLOCK_DEDICATED_ROUTE = FALSE; > 

 

 

 

PIN 

"u1/u0/DCM_SP_INST.CLKIN" 

CLOCK_DEDICATED_ROUTE 

FALSE; > 

 

UCF

里加入上面两句的话,

clk

clkin

走的不是全局时钟线:

 

< NET "clk" CLOCK_DEDICATED_ROUTE = FALSE; > 

PIN 

"u1/u0/DCM_SP_INST.CLKIN" 

CLOCK_DEDICATED_ROUTE 

FALSE; >


点赞

评论 (0 个评论)

facelist

您需要登录后才可以评论 登录 | 注册

  • 关注TA
  • 加好友
  • 联系TA
  • 0

    周排名
  • 0

    月排名
  • 0

    总排名
  • 0

    关注
  • 1

    粉丝
  • 0

    好友
  • 0

    获赞
  • 0

    评论
  • 330

    访问数
关闭

站长推荐 上一条 /2 下一条


小黑屋| 手机版| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-11-22 07:19 , Processed in 0.024205 second(s), 14 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
返回顶部