zoukankan      html  css  js  c++  java
  • DRAM几个关键的参数

    1、tRCD

    Active to Read/Write command delay; RCD 为 Row Command Delay的缩写,描述的是一个Row被Active之后,数据从DRAM cell到Sense Amp的时间。

    image

    2、tCAS

    the delay time between the moment a memory controller tells the memory module to access a particular memory column on a memory module, and the moment the data from given array location is available on the module’s output pin.

    注意,SDRAM中,CAS的单位是时钟周期,所以对于同一个SDRAM,时钟速率变化时,CAS的值也可能变化

    image

    3、tRAS

    定义为Active to Precharge Command Period,ACT命令之后,某个Bank在进行Precharge或者Close的操作前,必须保持至少是tRAS的时间是Open。

    tRAS = tRCD + CAS Latency,所以tRAS又可以理解为,ACT之后,第一个data出现的时间。

    image

    4、tRP

    Precharge Command Period

    image

    5、tRC

    Row Cycle Time in the same bank

    详细定义如下:The minimum time interval between successive ACTIVE commands to the same bank is defined by tRC.

    tRC = tRAS + tRP,同一个Bank的两个连续ACT的最小时间间隔。image

    6、tRRD

    ACTIVE bank a to ACTIVE bank b time interval

    不同Bank之间ACT的时间间隔

  • 相关阅读:
    Cannot attach the file *.mdf as database
    frameset frame 实例和用法 转
    remove element
    伸展树--java
    Remove Duplicates from Sorted Array
    merge two sorted lists
    valid parentheses
    Longest Common Prefix
    palindrome number(回文数)
    Two Sum
  • 原文地址:https://www.cnblogs.com/freshair_cnblog/p/2586746.html
Copyright © 2011-2022 走看看