打印
[matlab]

ISE如何将全局时钟约束到普通管脚上

[复制链接]
11515|5
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
LIU_XF|  楼主 | 2010-11-10 14:04 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
ISE综合后PALCE&ROUTE

ERROR:Place:1018 - A clock IOB / clock component pair have been found that are not placed at an optimal clock IOB /
   clock site pair. The clock component <DEBUG_0_OBUF_BUFG> is placed at site <BUFGMUX_X2Y0>. The IO component <AC97Clk>
   is placed at site <PAD184>.  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 "AC97Clk" CLOCK_DEDICATED_ROUTE = FALSE; >

但板子做好了,不可能将它引到全局时钟脚上

在ucf里加上
NET "AC97Clk" CLOCK_DEDICATED_ROUTE = FALSE;

综合能通过


在ISE工程设计中,如果某个信号(如时钟信号AC97_CLK)是从非专用时钟引脚输入的,但在设计时又是作为时钟使用的,ISE布局布线时
也会自动将该信号作为全局时钟信号来布线,因其不是从全局时钟脚接入,故出现上述错误,无法布线成功。

如果不使用全局网络,这时可在约束文件(.ucf)中加上如下约束:
NET "AC97_CLK" CLOCK_DEDICATED_ROUTE=FLASE;

这样做是强制ISE不分配全局时钟网络给AC97_CLK,布线就能成功了。

那是不是说 非专用时钟引脚输入的信号不能做全局时钟来用?

相关帖子

沙发
SuperX-man| | 2010-11-10 14:32 | 只看该作者
小版印象中,全局时钟有一个严格的标准.符合了才能做为全局时钟使用.专用时钟引脚在芯片内部有做处理的.

使用特权

评论回复
板凳
明空| | 2010-11-10 15:31 | 只看该作者
全局时钟是布线成一个树形网络,这样从时钟管脚到每一个逻辑的延迟可以认为是相同的,非时钟管脚不能布成树形网络,但是还是可以当时钟用的,只是时钟特性要差一些.

使用特权

评论回复
地板
LIU_XF|  楼主 | 2010-11-10 15:54 | 只看该作者
谢谢楼上的回复

我想也是,如果普通IO如果能当时钟的话,那还要专用引脚干嘛

我想的是,如果能通过约束将普通管脚布线到CLOCK BUF上,相当于连接到了树形网络上,那就好了

使用特权

评论回复
5
huangxz| | 2011-4-30 23:28 | 只看该作者
如果是用synplify综合,在fit的时候仍然出错,详见
https://bbs.21ic.com/icview-231985-1-1.html
至今无法解决。

使用特权

评论回复
6
明天我还来| | 2011-6-25 23:22 | 只看该作者
4楼的签名让我很欢乐。:)

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

个人签名:无

68

主题

372

帖子

3

粉丝