CAS latency
Column Access Strobe (CAS) latency, or CL, is the delay time between the moment a memory controller tells the memory module to access a particular memory column on a RAM module, and the moment the data from the given array location is available on the module's output pins.
In asynchronous DRAM, the interval is specified in nanoseconds (absolute time). In synchronous DRAM, the interval is specified in clock cycles. Because the latency is dependent upon a number of clock ticks instead of absolute time, the actual time for an SDRAM module to respond to a CAS event might vary between uses of the same module if the clock rate differs.
RAM operation background
Dynamic RAM is arranged in a rectangular array. Each row is selected by a horizontal word line. Sending a logical high signal along a given row enables the MOSFETs present in that row, connecting each storage capacitor to its corresponding vertical bit line. Each bit line is connected to a sense amplifier that amplifies the small voltage change produced by the storage capacitor. This amplified signal is then output from the DRAM chip as well as driven back up the bit line to refresh the row.
When no word line is active, the array is idle and the bit lines are held in a precharged state, with a voltage halfway between high and low. This indeterminate signal is deflected towards high or low by the storage capacitor when a row is made active.
To access memory, a row must first be selected and loaded into the sense amplifiers. This row is then active, and columns may be accessed for read or write.
The CAS latency is the delay between the time at which the column address and the column address strobe signal are presented to the memory module and the time at which the corresponding data is made available by the memory module. The desired row must already be active; if it is not, additional time is required.
As an example, a typical 1 GiB SDRAM memory module might contain eight separate one-gibibit DRAM chips, each offering 128 MiB of storage space. Each chip is divided internally into eight banks of 227=128 Mibits, each of which composes a separate DRAM array. Each array contains 214=16384 rows of 213=8192 bits each. One byte of memory (from each chip; 64 bits total from the whole DIMM) is accessed by supplying a 3-bit bank number, a 14-bit row address, and a 10-bit column address.
Effect on memory access speed
With asynchronous DRAM, the time delay between presenting a column address and receiving the data on the output pins is constant. Synchronous DRAM, however, has a CAS latency that is dependent upon the clock rate. Accordingly, the CAS latency of an SDRAM memory module is specified in clock ticks instead of absolute time.
Because memory modules have multiple internal banks, and data can be output from one during access latency for another, the output pins can be kept 100% busy regardless of the CAS latency through pipelining; the maximum attainable bandwidth is determined solely by the clock speed. Unfortunately, this maximum bandwidth can only be attained if the address of the data to be read is known long enough in advance; if the address of the data being accessed is not predictable, pipeline stalls can occur, resulting in a loss of bandwidth. For a completely unknown memory access (AKA Random access), the relevant latency is the time to close any open row, plus the time to open the desired row, followed by the CAS latency to read data from it. Due to spatial locality, however, it is common to access several words in the same row. In this case, the CAS latency alone determines the elapsed time.
Because modern DRAM modules' CAS latencies are specified in clock ticks instead of time, when comparing latencies at different clock speeds, latencies must be translated into absolute times to make a fair comparison; a higher numerical CAS latency may still be a shorter absolute-time latency if the clock is faster. However, it is important to note that the manufacturer-specified CAS latency typically assumes the specified clock rate, so underclocking a memory module may also allow for a lower CAS latency to be set.
Double data rate RAM operates using two transfers per clock cycle. The transfer rate is typically quoted by manufacturers, instead of the clock rate, which is half of the transfer rate for DDR modules. Because the CAS latency is specified in clock cycles, and not transfer ticks (which occur on both the positive and negative edge of the clock), it is important to ensure it is the clock rate that is being used to compute CAS latency times, and not the doubled transfer rate.
Another complicating factor is the use of burst transfers. A modern microprocessor might have a cache line size of 64 bytes, requiring eight transfers from a 64-bit-wide (eight bytes) memory to fill. The CAS latency can only accurately measure the time to transfer the first word of memory; the time to transfer all eight words depends on the data transfer rate as well. Fortunately, the processor typically does not need to wait for all eight words; the burst is usually sent in critical word first order, and the first critical word can be used by the microprocessor immediately.
In the table below, data rates are given in million transfers—also known as Megatransfers—per second (MT/s), while clock rates are given in MHz, million cycles per second.
Memory timing examples
Generation | Type | Data rate | Bit time[1] | Command rate[2] | Cycle time[3] | CAS latency | First word[4] | Fourth word[5] | Eighth word[6] |
---|---|---|---|---|---|---|---|---|---|
SDRAM | PC100 | 100 MT/s | 10 ns | 100 MHz | 10 ns | 2 | 20 ns | 50 ns | 90 ns |
PC133 | 133 MT/s | 7.5 ns | 133 MHz | 7.5 ns | 3 | 22.5 ns | 45 ns | 75 ns | |
DDR SDRAM | DDR-333 | 333 MT/s | 3 ns | 166 MHz | 6 ns | 2.5 | 15 ns | 24 ns | 36 ns |
DDR-400 | 400 MT/s | 2.5 ns | 200 MHz | 5 ns | 3 | 15 ns | 22.5 ns | 32.5 ns | |
2.5 | 12.5 ns | 20 ns | 30 ns | ||||||
2 | 10 ns | 17.5 ns | 27.5 ns | ||||||
DDR2 SDRAM | DDR2-400 | 400 MT/s | 2.5 ns | 200 MHz | 5 ns | 4 | 20 ns | 27.5 ns | 37.5 ns |
3 | 15 ns | 22.5 ns | 32.5 ns | ||||||
DDR2-533 | 533 MT/s | 1.875 ns | 266 MHz | 3.75 ns | 4 | 15 ns | 20.625 ns | 28.125 ns | |
3 | 11.25 ns | 16.875 ns | 24.375 ns | ||||||
DDR2-667 | 667 MT/s | 1.5 ns | 333 MHz | 3 ns | 5 | 15 ns | 19.5 ns | 25.5 ns | |
4 | 12 ns | 16.5 ns | 22.5 ns | ||||||
DDR2-800 | 800 MT/s | 1.25 ns | 400 MHz | 2.5 ns | 6 | 15 ns | 18.75 ns | 23.75 ns | |
5 | 12.5 ns | 16.25 ns | 21.25 ns | ||||||
4.5 | 11.25 ns | 15 ns | 20 ns | ||||||
4 | 10 ns | 13.75 ns | 18.75 ns | ||||||
DDR2-1066 | 1066 MT/s | 0.938 ns | 533 MHz | 1.875 ns | 7 | 13.13 ns | 15.94 ns | 19.69 ns | |
6 | 11.25 ns | 14.06 ns | 17.81 ns | ||||||
5 | 9.38 ns | 12.19 ns | 15.94 ns | ||||||
4.5 | 8.44 ns | 11.25 ns | 15 ns | ||||||
4 | 7.5 ns | 10.31 ns | 14.06 ns | ||||||
DDR3 SDRAM | DDR3-1066 | 1066 MT/s | 0.938 ns | 533 MHz | 1.875 ns | 7 | 13.13 ns | 15.94 ns | 19.69 ns |
DDR3-1333 | 1333 MT/s | 0.750 ns | 666 MHz | 1.500 ns | 9 | 13.50 ns | 15.75 ns | 18.75 ns | |
7 | 10.50 ns | 12.75 ns | 15.75 ns | ||||||
6 | 9.00 ns | 11.25 ns | 14.25 ns | ||||||
DDR3-1375 | 1375 MT/s | 0.727 ns | 687 MHz | 1.455 ns | 5 | 7.27 ns | 9.45 ns | 12.36 ns | |
DDR3-1600 | 1600 MT/s | 0.625 ns | 800 MHz | 1.250 ns | 11 | 13.75 ns | 15.63 ns | 18.13 ns | |
10 | 12.50 ns | 14.38 ns | 16.88 ns | ||||||
9 | 11.25 ns | 13.13 ns | 15.63 ns | ||||||
8 | 10.00 ns | 11.88 ns | 14.38 ns | ||||||
7 | 8.75 ns | 10.63 ns | 13.13 ns | ||||||
6 | 7.50 ns | 9.38 ns | 11.88 ns | ||||||
DDR3-1866 | 1866 MT/s | 0.536 ns | 933 MHz | 1.072 ns | 10 | 10.72 ns | 12.33 ns | 14.47 ns | |
9 | 9.65 ns | 11.25 ns | 13.40 ns | ||||||
8 | 8.58 ns | 10.18 ns | 12.33 ns | ||||||
DDR3-2000 | 2000 MT/s | 0.500 ns | 1000 MHz | 1.000 ns | 9 | 9.00 ns | 10.50 ns | 12.50 ns | |
DDR3-2133 | 2133 MT/s | 0.469 ns | 1066 MHz | 0.938 ns | 12 | 11.26 ns | 12.66 ns | 14.54 ns | |
11 | 10.38 ns | 11.72 ns | 13.60 ns | ||||||
10 | 9.38 ns | 10.79 ns | 12.66 ns | ||||||
9 | 8.44 ns | 9.85 ns | 11.72 ns | ||||||
8 | 7.51 ns | 8.91 ns | 10.79 ns | ||||||
7 | 6.57 ns | 7.97 ns | 9.85 ns | ||||||
DDR3-2200 | 2200 MT/s | 0.455 ns | 1100 MHz | 0.909 ns | 7 | 6.37 ns | 7.74 ns | 9.56 ns | |
DDR3-2400 | 2400 MT/s | 0.417 ns | 1200 MHz | 0.833 ns | 13 | 10.83 ns | 12.08 ns | 13.75 ns | |
12 | 10.00 ns | 11.25 ns | 12.92 ns | ||||||
11 | 9.17 ns | 10.42 ns | 12.08 ns | ||||||
10 | 8.33 ns | 9.59 ns | 11.26 ns | ||||||
9 | 7.50 ns | 8.75 ns | 10.42 ns | ||||||
DDR3-2666 | 2666 MT/s | 0.375 ns | 1333 MHz | 0.750 ns | 15 | 11.25 ns | 12.38 ns | 13.88 ns | |
12 | 9.00 ns | 10.13 ns | 11.63 ns | ||||||
11 | 8.25 ns | 9.38 ns | 10.88 ns | ||||||
DDR3-2800 | 2800 MT/s | 0.357 ns | 1400 MHz | 0.714 ns | 16 | 11.43 ns | 12.50 ns | 13.93 ns | |
12 | 8.57 ns | 9.64 ns | 11.07 ns | ||||||
DDR3-2933 | 2933 MT/s | 0.341 ns | 1467 MHz | 0.682 ns | 12 | 8.18 ns | 9.21 ns | 10.57 ns | |
DDR3-3000 | 3000 MT/s | 0.333 ns | 1500 MHz | 0.667 ns | 12 | 8.00 ns | 9.00 ns | 10.33 ns | |
DDR3-3100 | 3100 MT/s | 0.323 ns | 1550 MHz | 0.645 ns | 12 | 7.75 ns | 8.72 ns | 10.01 ns | |
DDR3-3200 | 3200 MT/s | 0.313 ns | 1600 MHz | 0.625 ns | 16 | 10.00 ns | 10.94 ns | 12.19 ns | |
DDR3-3300 | 3300 MT/s | 0.303 ns | 1650 MHz | 0.606 ns | 16 | 9.70 ns | 10.61 ns | 11.82 ns | |
DDR4 SDRAM | DDR4-1600 | 1600 MT/s | 0.625 ns | 800 MHz | 1.250 ns | 12.5 | 15.63 ns | 17.50 ns | 20.00 ns |
13.75 | 17.19 ns | 19.06 ns | 21.56 ns | ||||||
15 | 18.75 ns | 20.63 ns | 23.13 ns | ||||||
DDR4-1866 | 1866.67 MT/s | 0.536 ns | 933 MHz | 1.072 ns | 12.857 | 13.78 ns | 15.39 ns | 17.53 ns | |
13.929 | 14.93 ns | 16.54 ns | 18.68 ns | ||||||
15 | 16.08 ns | 17.69 ns | 19.83 ns | ||||||
DDR4-2133 | 2133.33 MT/s | 0.469 ns | 1066 MHz | 0.938 ns | 13.125 | 12.31 ns | 13.72 ns | 15.59 ns | |
14.063 | 13.19 ns | 14.60 ns | 16.47 ns | ||||||
15 | 14.07 ns | 15.48 ns | 17.35 ns | ||||||
DDR4-2400 | 2400 MT/s | 0.417 ns | 1200 MHz | 0.833 ns | 12.5 | 10.43 ns | 11.68 ns | 13.34 ns | |
13.33 | 11.12 ns | 12.37 ns | 14.04 ns | ||||||
15 | 12.51 ns | 13.76 ns | 15.43 ns | ||||||
DDR4-2666 | 2666 MT/s | 0.375 ns | 1333 MHz | 0.750 ns | 17 | 12.75 ns | 13.88 ns | 15.38 ns | |
16 | 12.00 ns | 13.13 ns | 14.63 ns | ||||||
15 | 11.25 ns | 12.38 ns | 13.88 ns | ||||||
13 | 9.75 ns | 10.88 ns | 12.38 ns | ||||||
12 | 9.00 ns | 10.13 ns | 11.63 ns | ||||||
DDR4-2800 | 2800 MT/s | 0.357 ns | 1400 MHz | 0.714 ns | 17 | 12.14 ns | 13.21 ns | 14.64 ns | |
16 | 11.43 ns | 12.50 ns | 13.93 ns | ||||||
15 | 10.71 ns | 11.79 ns | 13.21 ns | ||||||
14 | 10.00 ns | 11.07 ns | 12.50 ns | ||||||
DDR4-3000 | 3000 MT/s | 0.333 ns | 1500 MHz | 0.667 ns | 17 | 11.33 ns | 12.33 ns | 13.67 ns | |
16 | 10.67 ns | 11.67 ns | 13.00 ns | ||||||
15 | 10.00 ns | 11.00 ns | 12.33 ns | ||||||
14 | 9.33 ns | 10.33 ns | 11.67 ns | ||||||
DDR4-3200 | 3200 MT/s | 0.313 ns | 1600 MHz | 0.625 ns | 16 | 10.00 ns | 10.94 ns | 12.19 ns | |
15 | 9.38 ns | 10.31 ns | 11.56 ns | ||||||
14 | 8.75 ns | 9.69 ns | 10.94 ns | ||||||
DDR4-3300 | 3300 MT/s | 0.303 ns | 1650 MHz | 0.606 ns | 16 | 9.70 ns | 10.61 ns | 11.82 ns | |
DDR4-3333 | 3333 MT/s | 0.300 ns | 1666 MHz | 0.600 ns | 16 | 9.60 ns | 10.50 ns | 11.70 ns | |
DDR4-3400 | 3400 MT/s | 0.294 ns | 1700 MHz | 0.588 ns | 16 | 9.41 ns | 10.29 ns | 11.47 ns | |
DDR4-3466 | 3466 MT/s | 0.289 ns | 1733 MHz | 0.577 ns | 18 | 10.39 ns | 11.25 ns | 12.41 ns | |
17 | 9.81 ns | 10.68 ns | 11.83 ns | ||||||
16 | 9.23 ns | 10.10 ns | 11.25 ns | ||||||
DDR4-3600 | 3600 MT/s | 0.278 ns | 1800 MHz | 0.556 ns | 18 | 10.00 ns | 10.83 ns | 11.94 ns | |
17 | 9.44 ns | 10.28 ns | 11.39 ns | ||||||
16 | 8.89 ns | 9.72 ns | 10.83 ns | ||||||
15 | 8.33 ns | 9.17 ns | 10.28 ns | ||||||
DDR4-3733 | 3733 MT/s | 0.268 ns | 1866 MHz | 0.536 ns | 17 | 9.11 ns | 9.91 ns | 10.98 ns | |
DDR4-3866 | 3866 MT/s | 0.259 ns | 1933 MHz | 0.517 ns | 18 | 9.31 ns | 10.09 ns | 11.12 ns | |
DDR4-4000 | 4000 MT/s | 0.250 ns | 2000 MHz | 0.500 ns | 19 | 9.50 ns | 10.25 ns | 11.25 ns | |
DDR4-4133 | 4133 MT/s | 0.242 ns | 2066 MHz | 0.484 ns | 19 | 9.19 ns | 9.92 ns | 10.89 ns | |
DDR4-4200 | 4200 MT/s | 0.238 ns | 2100 MHz | 0.476 ns | 19 | 9.05 ns | 9.76 ns | 10.71 ns | |
DDR4-4266 | 4266 MT/s | 0.234 ns | 2133 MHz | 0.469 ns | 19 | 8.91 ns | 9.61 ns | 10.55 ns | |
Generation | Type | Data rate | Bit time | Command rate | Cycle time | CAS latency | First word | Fourth word | Eighth word |
Formulas used to calculate latencies
See also
External links
- Google Sheet: User-entered Memory Timing Comparisons and Memory timing examples (CAS latency only)
- PCSTATS: Memory Bandwidth vs. Latency Timings
- How Memory Access Works
- Tom's Hardware Guide: Tight Timings vs High Clock Frequencies
- Understanding RAM Timings
- AnandTech: Everything You Always Wanted To Know About SDRAM Memory But Were Afraid To Ask