zoukankan      html  css  js  c++  java
  • Arria10调试问题集之——480转成270中DDR4 IP重新生成的问题

    在把FPGA器件从480修改成270时DDR4报错:

    Error (16383): Silicon revision parameter for the following EMIF/PHYLite atoms do not match the silicon revision of the currently selected device (20nm2). Regenerate the IP cores using the current device (10AX027H4F34E3SG).

    应该是480与270内的DDR4结构上有所不同,应该要重新生成。

    下面是官方给出的原因和解决方法。但我想知道的是从Qsys中必须要重再例化一个DDR呢,还是直接点击Generate就可以。一般别的IP在更新之后都不需要再重新生成。
     
    CAUSE:
    Device selected during EMIF/PHYLite IP generation is different than the current device .
    ACTION:
    Regenerate the EMIF/PHYLite IP cores for the current device.
     
    目前证明只要重新生成就可以了,点击Generate(^.~.^)

  • 相关阅读:
    printf()参数的处理
    const关键字作用
    static的作用
    程序调试的方法
    引用与指针的区别
    内存对齐
    Android UI开发详解之ActionBar
    Android ActionBar使用方法
    android的系统学习
    Activity 切换动画
  • 原文地址:https://www.cnblogs.com/zhongguo135/p/8477678.html
Copyright © 2011-2022 走看看