打印

询问Xilinx中时钟IP核使用方法

[复制链接]
6770|11
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
沙发
lxAPP| | 2012-10-18 21:24 | 只看该作者
S3?

使用特权

评论回复
板凳
waterlaotou|  楼主 | 2012-10-18 21:25 | 只看该作者
S6 2# lxAPP

使用特权

评论回复
地板
GoldSunMonkey| | 2012-10-18 21:46 | 只看该作者
报什么错误

使用特权

评论回复
5
kkzz| | 2012-10-19 13:02 | 只看该作者
你可以使用多个输出管脚,使用一个就行了

使用特权

评论回复
6
waterlaotou|  楼主 | 2012-10-19 15:06 | 只看该作者
3# waterlaotou ERROR:Place:1206 - This design contains a global buffer instance,   <instance_name/clkout1_buf>, driving the net, <clk_out_OBUF>, that is driving
   the following (first 30) non-clock source pins off chip.
   < PIN: clk_out.O; >
   This design practice, in Spartan-6, can lead to an unroutable situation due
   to limitations in the global routing. If the design does route there may be
   excessive delay or skew on this net. It is recommended to use a Clock
   Forwarding technique to create a reliable and repeatable low skew solution:
   instantiate an ODDR2 component; tie the .D0 pin to Logic1; tie the .D1 pin to
   Logic0; tie the clock net to be forwarded to .C0; tie the inverted clock to
   .C1. If you wish to override this recommendation, you may use the
   CLOCK_DEDICATED_ROUTE constraint (given below) in the .ucf file to demote
   this message to a WARNING and allow your design to continue. Although the net
   may still not route, you will be able to analyze the failure in FPGA_Editor.
   < PIN "instance_name/clkout1_buf.O" CLOCK_DEDICATED_ROUTE = FALSE; >
ERROR:Place:1136 - This design contains a global buffer instance,
   <instance_name/clkout1_buf>, driving the net, <clk_out_OBUF>, that is driving
   the following (first 30) non-clock source pins.
   < PIN: clk_out.O; >
   This is not a recommended design practice in Spartan-6 due to limitations in
   the global routing that may cause excessive delay, skew or unroutable
   situations.  It is recommended to only use a BUFG resource to drive clock
   loads. If you wish to override this recommendation, you may use the
   CLOCK_DEDICATED_ROUTE constraint (given below) in the .ucf file to demote
   this message to a WARNING and allow your design to continue.
   < PIN "instance_name/clkout1_buf.O" CLOCK_DEDICATED_ROUTE = FALSE; >
ERROR:Pack:1654 - The timing-driven placement phase encountered an error.

使用特权

评论回复
7
GoldSunMonkey| | 2012-10-19 16:56 | 只看该作者
不能直接使用,在低端器件中,需要例化一个ODDR
请使用如下的电路图,生成你的参考

使用特权

评论回复
8
waterlaotou|  楼主 | 2012-10-22 11:10 | 只看该作者
谢谢大侠,指了一条明路,虽然还不懂ODDR,不过知道怎么回事了,我去查一下

使用特权

评论回复
9
waterlaotou|  楼主 | 2012-10-22 11:11 | 只看该作者
7# GoldSunMonkey 谢谢大侠,指了一条明路,虽然还不懂ODDR,不过知道怎么回事了,我去查一下

使用特权

评论回复
10
smolfy| | 2012-10-22 13:33 | 只看该作者
在UCF文件中加入 PIN "instance_name/clkout1_buf.O" CLOCK_DEDICATED_ROUTE = FALSE;即可~!!

使用特权

评论回复
11
GoldSunMonkey| | 2012-10-22 16:54 | 只看该作者
在UCF文件中加入 PIN "instance_name/clkout1_buf.O" CLOCK_DEDICATED_ROUTE = FALSE;即可~!!
smolfy 发表于 2012-10-22 13:33
那只是不报错而已,不代表没有错误。

使用特权

评论回复
12
suzixiang0| | 2013-9-24 10:13 | 只看该作者
谢谢大神~~~~~我出现问题已经解决

使用特权

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

本版积分规则

2

主题

200

帖子

1

粉丝