This article possibly contains original research .(July 2019) |
Column address strobe latency, also called CAS latency or CL, is the delay in clock cycles between the READ command and the moment data is available. [1] [2] In asynchronous DRAM, the interval is specified in nanoseconds (absolute time). [3] 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.
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 [4] 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 bank 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 13-bit column address.[ citation needed ]
This section needs additional citations for verification .(September 2020) |
With asynchronous DRAM, memory was accessed by a memory controller on the memory bus based on a set timing rather than a clock, and was separate from the system bus. [3] 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.[ citation needed ]
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 less time if the clock is faster. Likewise, a memory module which is underclocked could have its CAS latency cycle count reduced to preserve the same CAS latency time.[ citation needed ]
Double data rate (DDR) RAM performs two transfers per clock cycle, and it is usually described by this transfer rate. Because the CAS latency is specified in clock cycles, and not transfers (which occur on both the rising and falling edges of the clock), it is important to ensure it is the clock rate (half of the transfer rate) which is being used to compute CAS latency times.[ citation needed ]
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.
Generation | Type | Data rate | Transfer time [lower-alpha 1] | Command rate [lower-alpha 2] | Cycle time [lower-alpha 3] | CAS latency | First word [lower-alpha 4] | Fourth word [lower-alpha 4] | Eighth word [lower-alpha 4] |
---|---|---|---|---|---|---|---|---|---|
SDRAM | PC100 | 100 MT/s | 10.000 ns | 100 MHz | 10.000 ns | 2 | 20.00 ns | 50.00 ns | 90.00 ns |
PC133 | 133 MT/s | 7.500 ns | 133 MHz | 7.500 ns | 3 | 22.50 ns | 45.00 ns | 75.00 ns | |
DDR SDRAM | DDR-333 | 333 MT/s | 3.000 ns | 166 MHz | 6.000 ns | 2.5 | 15.00 ns | 24.00 ns | 36.00 ns |
DDR-400 | 400 MT/s | 2.500 ns | 200 MHz | 5.000 ns | 3 | 15.00 ns | 22.50 ns | 32.50 ns | |
2.5 | 12.50 ns | 20.00 ns | 30.00 ns | ||||||
2 | 10.00 ns | 17.50 ns | 27.50 ns | ||||||
DDR2 SDRAM | DDR2-400 | 400 MT/s | 2.500 ns | 200 MHz | 5.000 ns | 4 | 20.00 ns | 27.50 ns | 37.50 ns |
3 | 15.00 ns | 22.50 ns | 32.50 ns | ||||||
DDR2-533 | 533 MT/s | 1.875 ns | 266 MHz | 3.750 ns | 4 | 15.00 ns | 20.63 ns | 28.13 ns | |
3 | 11.25 ns | 16.88 ns | 24.38 ns | ||||||
DDR2-667 | 667 MT/s | 1.500 ns | 333 MHz | 3.000 ns | 5 | 15.00 ns | 19.50 ns | 25.50 ns | |
4 | 12.00 ns | 16.50 ns | 22.50 ns | ||||||
DDR2-800 | 800 MT/s | 1.250 ns | 400 MHz | 2.500 ns | 6 | 15.00 ns | 18.75 ns | 23.75 ns | |
5 | 12.50 ns | 16.25 ns | 21.25 ns | ||||||
4.5 | 11.25 ns | 15.00 ns | 20.00 ns | ||||||
4 | 10.00 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.00 ns | ||||||
4 | 7.50 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 | |
8 | 12.00 ns | 14.25 ns | 17.25 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.071 ns | 10 | 10.71 ns | 12.32 ns | 14.46 ns | |
9 | 9.64 ns | 11.25 ns | 13.39 ns | ||||||
8 | 8.57 ns | 10.18 ns | 12.32 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.25 ns | 12.66 ns | 14.53 ns | |
11 | 10.31 ns | 11.72 ns | 13.59 ns | ||||||
10 | 9.38 ns | 10.78 ns | 12.66 ns | ||||||
9 | 8.44 ns | 9.84 ns | 11.72 ns | ||||||
8 | 7.50 ns | 8.91 ns | 10.78 ns | ||||||
7 | 6.56 ns | 7.97 ns | 9.84 ns | ||||||
DDR3-2200 | 2200 MT/s | 0.455 ns | 1100 MHz | 0.909 ns | 7 | 6.36 ns | 7.73 ns | 9.55 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.58 ns | 11.25 ns | ||||||
9 | 7.50 ns | 8.75 ns | 10.42 ns | ||||||
DDR3-2600 | 2600 MT/s | 0.385 ns | 1300 MHz | 0.769 ns | 11 | 8.46 ns | 9.62 ns | 11.15 ns | |
DDR3-2666 | 2666 MT/s | 0.375 ns | 1333 MHz | 0.750 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 | ||||||
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 | ||||||
11 | 7.86 ns | 8.93 ns | 10.36 ns | ||||||
DDR3-2933 | 2933 MT/s | 0.341 ns | 1466 MHz | 0.682 ns | 12 | 8.18 ns | 9.20 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.74 ns | 8.71 ns | 10.00 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 | 15.00 ns | 16.88 ns | 19.38 ns | |
11 | 13.75 ns | 15.63 ns | 18.13 ns | ||||||
10 | 12.50 ns | 14.38 ns | 16.88 ns | ||||||
DDR4-1866 | 1866 MT/s | 0.536 ns | 933 MHz | 1.071 ns | 14 | 15.00 ns | 16.61 ns | 18.75 ns | |
13 | 13.93 ns | 15.54 ns | 17.68 ns | ||||||
12 | 12.86 ns | 14.46 ns | 16.61 ns | ||||||
DDR4-2133 | 2133 MT/s | 0.469 ns | 1066 MHz | 0.938 ns | 16 | 15.00 ns | 16.41 ns | 18.28 ns | |
15 | 14.06 ns | 15.47 ns | 17.34 ns | ||||||
14 | 13.13 ns | 14.53 ns | 16.41 ns | ||||||
DDR4-2400 | 2400 MT/s | 0.417 ns | 1200 MHz | 0.833 ns | 17 | 14.17 ns | 15.42 ns | 17.08 ns | |
16 | 13.33 ns | 14.58 ns | 16.25 ns | ||||||
15 | 12.50 ns | 13.75 ns | 15.42 ns | ||||||
DDR4-2666 | 2666 MT/s | 0.375 ns | 1333 MHz | 0.750 ns | 19 | 14.25 ns | 15.38 ns | 16.88 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 | ||||||
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 | |
14 | 8.24 ns | 9.12 ns | 10.29 ns | ||||||
DDR4-3466 | 3466 MT/s | 0.288 ns | 1733 MHz | 0.577 ns | 18 | 10.38 ns | 11.25 ns | 12.40 ns | |
17 | 9.81 ns | 10.67 ns | 11.83 ns | ||||||
16 | 9.23 ns | 10.10 ns | 11.25 ns | ||||||
DDR4-3533 | 3533 MT/s | 0.283 ns | 1766 MHz | 0.566 ns | 16 | 9.06 ns | 9.91 ns | 11.04 ns | |
15 | 8.49 ns | 9.34 ns | 10.47 ns | ||||||
DDR4-3600 | 3600 MT/s | 0.278 ns | 1800 MHz | 0.556 ns | 19 | 10.56 ns | 11.39 ns | 12.50 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 | ||||||
14 | 7.78 ns | 8.61 ns | 9.72 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 | |
18 | 9.00 ns | 9.75 ns | 10.75 ns | ||||||
17 | 8.50 ns | 9.25 ns | 10.25 ns | ||||||
16 | 8.00 ns | 8.75 ns | 9.75 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 | |
18 | 8.44 ns | 9.14 ns | 10.08 ns | ||||||
17 | 7.97 ns | 8.67 ns | 9.61 ns | ||||||
16 | 7.50 ns | 8.20 ns | 9.14 ns | ||||||
DDR4-4400 | 4400 MT/s | 0.227 ns | 2200 MHz | 0.454 ns | 19 | 8.64 ns | 9.32 ns | 10.23 ns | |
18 | 8.18 ns | 8.86 ns | 9.77 ns | ||||||
17 | 7.73 ns | 8.41 ns | 9.32 ns | ||||||
DDR4-4600 | 4600 MT/s | 0.217 ns | 2300 MHz | 0.435 ns | 19 | 8.26 ns | 8.91 ns | 9.78 ns | |
18 | 7.82 ns | 8.48 ns | 9.35 ns | ||||||
DDR4-4800 | 4800 MT/s | 0.208 ns | 2400 MHz | 0.417 ns | 20 | 8.33 ns | 8.96 ns | 9.79 ns | |
19 | 7.92 ns | 8.54 ns | 9.38 ns | ||||||
DDR5 SDRAM | |||||||||
DDR5-4800 | 4800 MT/s | 0.208 ns | 2400 MHz | 0.417 ns | 40 | 16.67 ns | 17.29 ns | 18.13 ns | |
38 | 15.83 ns | 16.46 ns | 17.29 ns | ||||||
36 | 15.00 ns | 15.63 ns | 16.46 ns | ||||||
34 | 14.17 ns | 14.79 ns | 15.63 ns | ||||||
DDR5-5200 | 5200 MT/s | 0.192 ns | 2600 MHz | 0.385 ns | 40 | 15.38 ns | 15.96 ns | 16.73 ns | |
38 | 14.62 ns | 15.19 ns | 15.96 ns | ||||||
36 | 13.85 ns | 14.42 ns | 15.19 ns | ||||||
34 | 13.08 ns | 13.65 ns | 14.42 ns | ||||||
DDR5-5600 | 5600 MT/s | 0.179 ns | 2800 MHz | 0.357 ns | 40 | 14.29 ns | 14.82 ns | 15.54 ns | |
38 | 13.57 ns | 14.11 ns | 14.82 ns | ||||||
36 | 12.86 ns | 13.39 ns | 14.11 ns | ||||||
34 | 12.14 ns | 12.68 ns | 13.39 ns | ||||||
30 | 10.71 ns | 11.25 ns | 11.96 ns | ||||||
DDR5-6000 | 6000 MT/s | 0.167 ns | 3000 MHz | 0.333 ns | 40 | 13.33 ns | 13.83 ns | 14.50 ns | |
38 | 12.67 ns | 13.17 ns | 13.83 ns | ||||||
36 | 12.00 ns | 12.50 ns | 13.17 ns | ||||||
32 | 10.67 ns | 11.17 ns | 11.83 ns | ||||||
30 | 10.00 ns | 10.50 ns | 11.17 ns | ||||||
DDR5-6200 | 6200 MT/s | 0.161 ns | 3100 MHz | 0.323 ns | 40 | 12.90 ns | 13.39 ns | 14.03 ns | |
38 | 12.26 ns | 12.74 ns | 13.39 ns | ||||||
36 | 11.61 ns | 12.10 ns | 12.74 ns | ||||||
DDR5-6400 | 6400 MT/s | 0.156 ns | 3200 MHz | 0.313 ns | 40 | 12.50 ns | 12.97 ns | 13.59 ns | |
38 | 11.88 ns | 12.34 ns | 12.97 ns | ||||||
36 | 11.25 ns | 11.72 ns | 12.34 ns | ||||||
34 | 10.63 ns | 11.09 ns | 11.72 ns | ||||||
32 | 10.00 ns | 10.47 ns | 11.09 ns | ||||||
DDR5-6600 | 6600 MT/s | 0.152 ns | 3300 MHz | 0.303 ns | 34 | 10.30 ns | 10.76 ns | 11.36 ns | |
Generation | Type | Data rate | Transfer time | Command rate | Cycle time | CAS latency | First word | Fourth word | Eighth word |
Double Data Rate Synchronous Dynamic Random-Access Memory is a double data rate (DDR) synchronous dynamic random-access memory (SDRAM) class of memory integrated circuits used in computers. DDR SDRAM, also retroactively called DDR1 SDRAM, has been superseded by DDR2 SDRAM, DDR3 SDRAM, DDR4 SDRAM and DDR5 SDRAM. None of its successors are forward or backward compatible with DDR1 SDRAM, meaning DDR2, DDR3, DDR4 and DDR5 memory modules will not work on DDR1-equipped motherboards, and vice versa.
Static random-access memory is a type of random-access memory (RAM) that uses latching circuitry (flip-flop) to store each bit. SRAM is volatile memory; data is lost when power is removed.
Dynamic random-access memory is a type of random-access semiconductor memory that stores each bit of data in a memory cell, usually consisting of a tiny capacitor and a transistor, both typically based on metal–oxide–semiconductor (MOS) technology. While most DRAM memory cell designs use a capacitor and transistor, some only use two transistors. In the designs where a capacitor is used, the capacitor can either be charged or discharged; these two states are taken to represent the two values of a bit, conventionally called 0 and 1. The electric charge on the capacitors gradually leaks away; without intervention the data on the capacitor would soon be lost. To prevent this, DRAM requires an external memory refresh circuit which periodically rewrites the data in the capacitors, restoring them to their original charge. This refresh process is the defining characteristic of dynamic random-access memory, in contrast to static random-access memory (SRAM) which does not require data to be refreshed. Unlike flash memory, DRAM is volatile memory, since it loses its data quickly when power is removed. However, DRAM does exhibit limited data remanence.
Synchronous dynamic random-access memory is any DRAM where the operation of its external pin interface is coordinated by an externally supplied clock signal.
A DIMM, or Dual In-Line Memory Module, is a popular type of memory module used in computers. It is a printed circuit board with one or both sides holding DRAM chips and pins. The vast majority of DIMMs are standardized through JEDEC standards, although there are proprietary DIMMs. DIMMs come in a variety of speeds and sizes, but generally are one of two lengths - PC which are 133.35 mm (5.25 in) and laptop (SO-DIMM) which are about half the size at 67.60 mm (2.66 in).
Rambus DRAM (RDRAM), and its successors Concurrent Rambus DRAM (CRDRAM) and Direct Rambus DRAM (DRDRAM), are types of synchronous dynamic random-access memory (SDRAM) developed by Rambus from the 1990s through to the early 2000s. The third-generation of Rambus DRAM, DRDRAM was replaced by XDR DRAM. Rambus DRAM was developed for high-bandwidth applications and was positioned by Rambus as replacement for various types of contemporary memories, such as SDRAM.
Double Data Rate 2 Synchronous Dynamic Random-Access Memory is a double data rate (DDR) synchronous dynamic random-access memory (SDRAM) interface. It is a JEDEC standard (JESD79-2); first published in September 2003. DDR2 succeeded the original DDR SDRAM specification, and was itself succeeded by DDR3 SDRAM in 2007. DDR2 DIMMs are neither forward compatible with DDR3 nor backward compatible with DDR.
In computing, double data rate (DDR) describes a computer bus that transfers data on both the rising and falling edges of the clock signal and hence doubles the memory bandwidth by transferring data twice per clock cycle. This is also known as double pumped, dual-pumped, and double transition. The term toggle mode is used in the context of NAND flash memory.
Semiconductor memory is a digital electronic semiconductor device used for digital data storage, such as computer memory. It typically refers to devices in which data is stored within metal–oxide–semiconductor (MOS) memory cells on a silicon integrated circuit memory chip. There are numerous different types using different semiconductor technologies. The two main types of random-access memory (RAM) are static RAM (SRAM), which uses several transistors per memory cell, and dynamic RAM (DRAM), which uses a transistor and a MOS capacitor per cell. Non-volatile memory uses floating-gate memory cells, which consist of a single floating-gate transistor per cell.
XDR DRAM is a high-performance dynamic random-access memory interface. It is based on and succeeds RDRAM. Competing technologies include DDR2 and GDDR4.
In computing, serial presence detect (SPD) is a standardized way to automatically access information about a memory module. Earlier 72-pin SIMMs included five pins that provided five bits of parallel presence detect (PPD) data, but the 168-pin DIMM standard changed to a serial presence detect to encode more information.
Double Data Rate 3 Synchronous Dynamic Random-Access Memory is a type of synchronous dynamic random-access memory (SDRAM) with a high bandwidth interface, and has been in use since 2007. It is the higher-speed successor to DDR and DDR2 and predecessor to DDR4 synchronous dynamic random-access memory (SDRAM) chips. DDR3 SDRAM is neither forward nor backward compatible with any earlier type of random-access memory (RAM) because of different signaling voltages, timings, and other factors.
Memory refresh is a process of periodically reading information from an area of computer memory and immediately rewriting the read information to the same area without modification, for the purpose of preserving the information. Memory refresh is a background maintenance process required during the operation of semiconductor dynamic random-access memory (DRAM), the most widely used type of computer memory, and in fact is the defining characteristic of this class of memory.
Memory bandwidth is the rate at which data can be read from or stored into a semiconductor memory by a processor. Memory bandwidth is usually expressed in units of bytes/second, though this can vary for systems with natural data sizes that are not a multiple of the commonly used 8-bit bytes.
GDDR4 SDRAM, an abbreviation for Graphics Double Data Rate 4 Synchronous Dynamic Random-Access Memory, is a type of graphics card memory (SGRAM) specified by the JEDEC Semiconductor Memory Standard. It is a rival medium to Rambus's XDR DRAM. GDDR4 is based on DDR3 SDRAM technology and was intended to replace the DDR2-based GDDR3, but it ended up being replaced by GDDR5 within a year.
Memory timings or RAM timings describe the timing information of a memory module or the onboard LPDDRx. Due to the inherent qualities of VLSI and microelectronics, memory chips require time to fully execute commands. Executing commands too quickly will result in data corruption and results in system instability. With appropriate time between commands, memory modules/chips can be given the opportunity to fully switch transistors, charge capacitors and correctly signal back information to the memory controller. Because system performance depends on how fast memory can be used, this timing directly affects the performance of the system.
Double Data Rate 4 Synchronous Dynamic Random-Access Memory is a type of synchronous dynamic random-access memory with a high bandwidth interface.
Random-access memory is a form of electronic computer memory that can be read and changed in any order, typically used to store working data and machine code. A random-access memory device allows data items to be read or written in almost the same amount of time irrespective of the physical location of data inside the memory, in contrast with other direct-access data storage media, where the time required to read and write data items varies significantly depending on their physical locations on the recording medium, due to mechanical limitations such as media rotation speeds and arm movement.
Changes were made on 05/25/2024 to the data bus width section, re-checking is required.
Double Data Rate 5 Synchronous Dynamic Random-Access Memory is a type of synchronous dynamic random-access memory. Compared to its predecessor DDR4 SDRAM, DDR5 was planned to reduce power consumption, while doubling bandwidth. The standard, originally targeted for 2018, was released on July 14, 2020.