阅读:2218回复:6
xilinx 高分紧急求救
我在设计中用了XILINX里面的一个CLKDLL的东西,结果编译老通不过。错误提示是:
CLKIN pin of CLKDLL symbol "xlxi_533" is driven by pin O of IBUFG symbol "xlxi_540" (output signal=xlxn_208). Proper phase relationship to the original clock cannot be guaranteed if the driver is not an IBUFG or BUFG. Timing analysis results may not be valid. If BUFG is used, it must also be driven by the same DLL. To by-pass this check, set environment variable XIL_MAP_ALLOW_ANY_DLL_INPUT. ERROR:LIT - CLKFB pin of CLKDLL symbol "xlxi_533" is driven by pin CLK270 of CLKDLL symbol "xlxi_533". Proper phase relationship to the original clock cannot be guaranteed if the driver is not an IBUFG or BUFG. Timing analysis results may not be valid. If BUFG is used, it must also be driven by the same DLL. To by-pass this check, set environment variable XIL_MAP_ALLOW_ANY_DLL_INPUT. 如果按照提示应该设置环境变量XIL_MAP_ALLOW_ANY_DLL_INPUT 可是设置值是多少?在哪设置?还是别的问题? 盼高人指点 [编辑 - 12/17/04 by yxbupt] |
|
沙发#
发布于:2004-12-17 17:35
太简单还是太难?难道真的没人知道么?
|
|
板凳#
发布于:2004-12-23 11:35
直接调用就可以了吧。何必自己画 。麻烦了。
|
|
地板#
发布于:2004-12-28 13:36
找个例子看一下
|
|
地下室#
发布于:2004-12-28 17:40
问问题前还是先说用的哪个型号啊
clkdll这个东西在某些型号的fpga中是个模块,还要使用到bufg等一些特定的io模块,看看那个datasheet吧 你只要当作一个元件来使用就可以了 |
|
5楼#
发布于:2005-01-06 15:35
DLL在原理图里面:
输入应该是IBUG或者是BUFG的输出,而反馈应该是0度输出通过BUFG反馈回来,而不是270度的那个。 |
|
|
6楼#
发布于:2005-03-05 10:33
DLL在原理图里面: 非常正确 |
|