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

2020-02-27 21:12发布

我就想通过FPGA的外部50M晶振,使用xilinx中的时钟IP核产生一个19.2M的时钟,我不能只有一个输入和一个输出吗?顶层模块文件就是模块的调用程序,一个输入和一个输出,怎么就编译通不过呢?求解
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
11条回答
lxAPP
1楼-- · 2020-02-28 00:52
 精彩回答 2  元偷偷看……
waterlaotou
2楼-- · 2020-02-28 05:41
S6 2# lxAPP
GoldSunMonkey
3楼-- · 2020-02-28 05:59
报什么错误
kkzz
4楼-- · 2020-02-28 11:04
你可以使用多个输出管脚,使用一个就行了
waterlaotou
5楼-- · 2020-02-28 12:11
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
6楼-- · 2020-02-28 18:10
 精彩回答 2  元偷偷看……

一周热门 更多>