早教吧作业答案频道 -->其他-->
FPGA内部dcm输出的100MHZ时钟输出到dsp368的一个时钟引脚上,为什么会出错呢?怎眼才能解决?ERROR:Place:1136-Thisdesigncontainsaglobalbufferinstance,,drivingthenet,,thatisdrivingthefollowing(first30)non-clocklo
题目详情
FPGA内部dcm输出的100MHZ时钟输出到dsp368的一个时钟引脚上,为什么会出错呢?怎眼才能解决?
ERROR:Place:1136 - This design contains a global buffer instance,
,driving the net,,that is driving the
following (first 30) non-clock load pins.
< PIN:i_VPORT/clock_o.D; >
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 "dcm_u/clkout1_buf.O" CLOCK_DEDICATED_ROUTE = FALSE; >
我按照这个提示在UCF中增加了这个约束后,虽然不报错了,但是测量时钟引脚的频率不对.怎么做约束才能让这个引脚从FPGA输出100Mhz的时钟信号?
ERROR:Place:1136 - This design contains a global buffer instance,
,driving the net,,that is driving the
following (first 30) non-clock load pins.
< PIN:i_VPORT/clock_o.D; >
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 "dcm_u/clkout1_buf.O" CLOCK_DEDICATED_ROUTE = FALSE; >
我按照这个提示在UCF中增加了这个约束后,虽然不报错了,但是测量时钟引脚的频率不对.怎么做约束才能让这个引脚从FPGA输出100Mhz的时钟信号?
▼优质解答
答案和解析
加了这个约束只是不报这个问题,但并没有解决.你将时钟输出的pin映射到clk管脚输出吧,FPGA中有专门的时钟输出输入管脚,这些和内部时钟网络相连接,具有较小的skew和delay.
看了FPGA内部dcm输出的100...的网友还看了以下:
设f''(x)在R上连续,且f(0)=0,g(x)=f(x)/x(x不为0时),g(x)=f'(0 2020-05-14 …
matlab解符号方程的一个问题syms g m1 m2 m3 m4 m5 A=[g m2 0 0 2020-05-16 …
设f(x)=[g(x)-e^(-x)]/x(x不等于0)0(x=0),其中g(x)是有二阶连续函数 2020-05-17 …
设f(x),g(x)在[0,1],上的导数连续,且f(0)=0,f'(x),g'(x)>=0.证明 2020-06-11 …
如图所示,一物体自尸点以初速度10m/s做平抛运动,恰好垂直打到倾角为45°的斜面上的0点(g=1 2020-07-08 …
证明,高数,导数设f(x),g(x)都为可导函数,且f'(x)=g(x),g'(x)=-f(x), 2020-07-16 …
法国人劳伦斯费舍尔在澳大利亚伯斯冒险世界进行了超高空特技跳水表演,他从30m高的塔上跳下,准确地落 2020-07-16 …
x的三次方为什么就两侧异号?书上说,g(x)=x^4,g′(x)=4x^3,g〃(x)=12x^2 2020-07-30 …
已知f(x),g(x)都是奇函数f(x)>0的x∈(a,b),g(x)>0的解集是x∈(a/2,b 2020-07-30 …
设函数f(x)和g(x)在区间[a,b]上连续,在区间(a,b)内可导,且f(a)=g(b)=0, 2020-08-02 …