ERROR:PhysDesignRules:2449 - The computed value for the VCO operating frequency of PLL_ADV instance

ERROR:PhysDesignRules:2449 - The computed value for the VCO operating frequency
   of PLL_ADV instance
   cpu_sys_i/clock_generator_0/clock_generator_0/PLL0_INST/Using_PLL_ADV.PLL_ADV
   _inst is calculated to be 1300.000000 MHz. This falls above the operating
   range of the PLL VCO frequency for this device of 400.000000 - 1080.000000
   MHz. Please adjust either the input frequency CLKINx_PERIOD, multiplication
   factor CLKFBOUT_MULT or the division factor DIVCLK_DIVIDE, in order to
   achieve a VCO frequency within the rated operating range for this device.
ERROR:Pack:1642 - Errors in physical DRC.

ISE调用MCB_DDR3模块综合产生ERROR,原因:时钟频率配置错误,频率超出器件工作频率;修改方法:

使用xilinx IP核生成器生成MIG IP核,得到顶层文件,根据器件重新配置如下参数:

时钟分频系数原为:
   constant C3_CLKOUT0_DIVIDE       : integer := 1;
   constant C3_CLKOUT1_DIVIDE       : integer := 1;
   constant C3_CLKOUT2_DIVIDE       : integer := 16 ;
   constant C3_CLKOUT3_DIVIDE       : integer := 8;
   constant C3_CLKFBOUT_MULT        : integer := 2 ;
   constant C3_DIVCLK_DIVIDE        : integer := 1;
   constant C3_INCLK_PERIOD         : integer := ((C3_MEMCLK_PERIOD * C3_CLKFBOUT_MULT) / (C3_DIVCLK_DIVIDE * C3_CLKOUT0_DIVIDE * 2));
更改为如下:
   constant C3_CLKOUT0_DIVIDE       : integer := 1;
   constant C3_CLKOUT1_DIVIDE       : integer := 1;
   constant C3_CLKOUT2_DIVIDE       : integer := 4 ;
   constant C3_CLKOUT3_DIVIDE       : integer := 8;
   constant C3_CLKFBOUT_MULT        : integer := 8 ;
   constant C3_DIVCLK_DIVIDE        : integer := 1;
   constant C3_INCLK_PERIOD         : integer := ((C3_MEMCLK_PERIOD * C3_CLKFBOUT_MULT) / (C3_DIVCLK_DIVIDE * C3_CLKOUT0_DIVIDE * 2));
For a x64 bit User interface:
The user clock should be set at or above (16/64) * 400 MHz = 100 MHz

  • 2
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 3
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值