zoukankan      html  css  js  c++  java
  • [转]DDR3基本概念5

    ERROR: Memory overflow. Write to Address 7000fe with data xxxxxxxxxxxxxxxx4634899aabe03499 will be lost        You must increase the MEM_BITS parameter of define MAX_MEM.
    出现该问题的原因分析:
        ddr3_parameters.vh文件中的MEM_BITS用于对已写入的数据个数进行计数的memory_used寄存器(在所生成的DDR memory行为级模型ddr_p_eval/models/mem/ddr3.v中,对于Lattice的环境,该文件是美光提供的DDR3仿真模型)的位宽进行设置。默认值为10,则最多仅可写入2^10=1024个数据。
        在ddr3_parameters.vh文件中, 根据需要扩充MEM_BITS参数,比如修改至19。
    ————————————————

    转自:https://blog.csdn.net/tbzj_2000/article/details/88251751

  • 相关阅读:
    排序算法之归并
    RequestAndResponse
    Jsp相关
    会话技术
    MVC设计思想
    FileRecv VNCViewer 使用方法
    Go语言string包详解
    Go语言字符串
    Go语言fmt包详解
    编写第一个Go程序
  • 原文地址:https://www.cnblogs.com/jason20/p/12875601.html
Copyright © 2011-2022 走看看