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

[复制链接]
 楼主| waterlaotou 发表于 2012-10-18 21:21 | 显示全部楼层 |阅读模式
我就想通过FPGA的外部50M晶振,使用xilinx中的时钟IP核产生一个19.2M的时钟,我不能只有一个输入和一个输出吗?顶层模块文件就是模块的调用程序,一个输入和一个输出,怎么就编译通不过呢?求解
lxAPP 发表于 2012-10-18 21:24 | 显示全部楼层
 楼主| waterlaotou 发表于 2012-10-18 21:25 | 显示全部楼层
S6 2# lxAPP
GoldSunMonkey 发表于 2012-10-18 21:46 | 显示全部楼层
报什么错误
kkzz 发表于 2012-10-19 13:02 | 显示全部楼层
你可以使用多个输出管脚,使用一个就行了
 楼主| 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.
GoldSunMonkey 发表于 2012-10-19 16:56 | 显示全部楼层
不能直接使用,在低端器件中,需要例化一个ODDR
请使用如下的电路图,生成你的参考

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
 楼主| waterlaotou 发表于 2012-10-22 11:10 | 显示全部楼层
谢谢大侠,指了一条明路,虽然还不懂ODDR,不过知道怎么回事了,我去查一下
 楼主| waterlaotou 发表于 2012-10-22 11:11 | 显示全部楼层
7# GoldSunMonkey 谢谢大侠,指了一条明路,虽然还不懂ODDR,不过知道怎么回事了,我去查一下
smolfy 发表于 2012-10-22 13:33 | 显示全部楼层
在UCF文件中加入 PIN "instance_name/clkout1_buf.O" CLOCK_DEDICATED_ROUTE = FALSE;即可~!!
GoldSunMonkey 发表于 2012-10-22 16:54 | 显示全部楼层
在UCF文件中加入 PIN "instance_name/clkout1_buf.O" CLOCK_DEDICATED_ROUTE = FALSE;即可~!!
smolfy 发表于 2012-10-22 13:33
那只是不报错而已,不代表没有错误。
suzixiang0 发表于 2013-9-24 10:13 | 显示全部楼层
谢谢大神~~~~~我出现问题已经解决
您需要登录后才可以回帖 登录 | 注册

本版积分规则

2

主题

200

帖子

1

粉丝
快速回复 在线客服 返回列表 返回顶部

2

主题

200

帖子

1

粉丝
快速回复 在线客服 返回列表 返回顶部