Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1039735
  • 博文数量: 277
  • 博客积分: 8313
  • 博客等级: 中将
  • 技术积分: 2976
  • 用 户 组: 普通用户
  • 注册时间: 2010-04-22 11:25
文章分类

全部博文(277)

文章存档

2013年(17)

2012年(66)

2011年(104)

2010年(90)

我的朋友

分类: LINUX

2012-01-10 11:02:54

From Wikipedia, the free encyclopedia

SDRAM latency refers to delays in transmitting data between the CPU and SDRAM. SDRAM latency is often measured in memory bus clock cycles. However, the CPU operates faster than the memory, so it must wait while the proper segment of memory is located and read, before the data can be sent back. This also adds to the total SDRAM latency.

Contents  [hide
[edit]SDRAM access

SDRAM is notationally organized into a grid like pattern, with "rows" and "columns". The data stored in SDRAM comes in blocks, defined by the coordinates of the row and column of the specific information. The steps for the memory controller to access data in SDRAM follow in order:

  1. First, the SDRAM is in an idle state.
  2. The controller issues the "active" command. It activates a certain row, as indicated by the address lines, in the SDRAM chip for accessing. This command typically takes a few clock cycles.
  3. After the delay, column address and either "read" or "write" command is issued. Typically the read or write command can be repeated every clock cycle for different column addresses (or a burst mode read can be performed). The read data isn't however available until a few clock cycles later, because the memory ispipelined.
  4. When an access is requested to another row, the current row has to be deactivated by issuing the "precharge" command. The precharge command takes a few clock cycles before a new "active" command can be issued.

SDRAM access has four main measurements (quantified in FSB clock cycles) important in defining the SDRAM latency in a given computer (the 't' prefixes are for 'time'):

tCASThe number of clock cycles needed to access a certain column of data in SDRAM. CAS latency, or simply CAS, is known as Column Address Strobe time, sometimes referred to as tCL.tRCD (RAS to CAS Delay)The number of clock cycles needed between a row address strobe (RAS) and a CAS. It is the time required between the computer defining the row and column of the given memory block and the actual read or write to that location. tRCD stands for Row address to Column address Delay time.tRP (RAS Precharge)The number of clock cycles needed to terminate access to an open row of memory, and open access to the next row. It stands for Row Precharge time.tRAS (Row Active Time)The minimum number of clock cycles needed to access a certain row of data in RAM between the data request and the precharge command. It's known as active to precharge delay. According to Mushkin.com, in practice for DDR SDRAM, this should be set to at least tRCD + tCAS + 2 to allow enough time for data to be streamed out. [1]. It stands for Row Address Strobe time.

Pictorially the timings operate as follows:

SDRAM access timing
Row accessColumn accessesPrecharge
tRCD = 3tCAS (R) = 3tRP = 3
tWR (Write) = 5
tCAS (R)
tCAS (R)
tRAS = 9

Initially, the row address is sent to the DRAM. After tRCD, the row is open and may be accessed. Because this is an SDRAM, multiple column access can be in progress at once. Each read takes time tCAS. When we are done accessing the column, we precharge the SDRAM, which returns us to the starting state after time tRP.

Two other time limits that must also be maintained are tRAS, the time for the refresh of the row to complete before it may be closed again, and tWR, the time that must elapse after the last write before the row may be closed.

[edit]Measurements

Lower latency results in better performance, although the difference will not be significant. RAM speeds are given by the four numbers above, commonly in the format "tCAS-tRCD-tRP-tRAS". For example, latency values given as 2.5-3-3-8 would indicate tCAS=2.5, tRCD=3, tRP=3, tRAS=8. (Note that 0.5 values of latency (such as 2.5) are only possible in double data rate (DDR) RAM, where two parts of each clock cycle are used)[citation needed]

Computer users don't need to worry about setting the SDRAM latency because the computer will auto-adjust the RAM timing based on the Serial Presence Detect (SPD) ROMinside the RAM packaging that defines the four timing values, decided by the RAM manufacturer. Although the SDRAM latency timing can often be adjusted manually, using lower latency settings than the module's rating (overclocking) may cause a computer to crash, due to memory read/write errors, or fail to boot.

Regardless of the said risk, power users typically perform overclocking because no manufacturer attempts to set the best settings in the SPD ROM due to economies of scale incurring from(among others) fabrication process variations - extra binning require extended testing and validation. Due to the loose settings of manufacturers, an SDRAM with SPD 6-6-6-18 and a command rate of 2T being able to support 5-5-4-14 timings with a command rate of 1T and function without instability, with all other settings being the same. The manufacturer may also only need to sell a specific, slower specification for compatibility purposes and may program higher grade modules with lower clock SPD timings due to being cheaper for them(and/or slower chips not being available anymore). Computer power users edit the bios, or use programs such as Memset, to reduce the default latencies or increase clock to the least that the modules can practically function[1], although they may then not work well up to the module's temperature rating[2] or may require extra voltage to do so.

阅读(1159) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~