Ddr Sdram Article Index for
Ddr
Website Links For
Ddr
 

Information About

Ddr Sdram




DDR SDRAM or ''' Double-data-rate Synchronous Dynamic Random Access Memory ''' is a class of memory Integrated Circuit used in Computer s. It achieves greater Bandwidth than the preceding Single-data-rate SDRAM by transferring data on the rising and falling edges of the Clock Signal ( Double Pumped ). Effectively, it nearly doubles the Transfer Rate without increasing the frequency of the Front Side Bus .

Thus, a system with a 100  MHz front side bus has an effective Clock Rate of 200 MHz when DDR SDRAM memory is installed. The same system using SDR (single data rate) SDRAM, will not have its front side bus rate doubled and be limited to a 100 MHz front side bus speed.

With data being transferred 64 / S .

JEDEC has set standards for speeds of DDR SDRAM, divided into two parts: The first specification is for memory chips and the second is for memory modules.

As DDR is superseded by the newer DDR2 , the older version is often now referred to as DDR1.


Chips and modules


Note: All above listed are specified by JEDEC as JESD79. All RAM speeds in-between or above these listed specifications are not standardized by JEDEC — most often they are simply manufacturer optimizations using higher-tolerance or overvolted chips.

The package sizes in which DDR SDRAM is manufactured are also standardised by JEDEC.

There is no architectural difference between DDR SDRAM designed for different clock frequencies, e.g. PC-1600 (designed to run at 100 MHz) and PC-2100 (designed to run at 133 MHz). The number simply designates the speed that the chip is guaranteed to run at. Hence DDR SDRAM can be run at lower clock speeds than it was made for ( Underclocking ) or higher clock speeds than it was made for ( Overclocking ).

DDR SDRAM DIMM s have 184 pins (as opposed to 168 pins on SDRAM, or, 240 pins on DDR2 SDRAM), and can be differentiated from SDRAM DIMMs by the number of notches (DDR SDRAM has one, SDRAM has two). DDR SDRAM operates at a voltage of 2.5  V , compared to 3.3 V for SDRAM. This can significantly reduce power usage. Note: some DIMMs have nominal voltage of 2.6 V {Link without Title} .

Many new chipsets use these memory types in Dual-channel configurations, which doubles or quadruples the effective bandwidth.


Chip characteristics

  • DRAM density. Size of the chip in mebibits. Example: 256 Mibit — 32 MiB chip.

  • DRAM organization. Written in the form of 64M x 4, where 64M is a number of storage units (64 million), x4 (pronounced «by 4») — number of bits per chip, which equals the number of bits per storage unit. There are x4, x8, and x16 DDR chips. The x4 chips allows the use of advanced error correction features like Chipkill , memory scrubbing and Intel SDDC , while the x8 and x16 chips are somewhat more expensive.



Module characteristics

  • Size.

  • # of DRAM Devices. The number of chips is a multiple of 8 for non- ECC modules and a multiple of 9 for ECC modules. Chips can occupy one side (Single Sided) or both sides (Dual Sided) of the module. The maximum amount of chips per DDR module is 36 (9x4).

  • # of DRAM rows (ranks). Any given module can have 1, 2 or 4 rows, but only 1 row of a module can be active at any moment of time. When a module has 2 or more rows, the memory controller must periodically switch between them by performing close and open operations.

  • Timings: CAS Latency (CL), Clock Cycle Time (tCK), Row Cycle Time (tRC), Refresh Row Cycle Time (tRFC), Row Active Time (tRAS).

  • Buffering: Registered vs. unbuffered


Module and chip characteristics are inherently linked.

Total module size is a product of one chip size by number of chips. ECC modules multiply it by 8/9 because they use one bit per every byte for error correction. A module of any particular size can therefore be assembled either from 36 small chips, or 18 or 9 bigger ones.

DDR memory bus width per channel is 64 bits (72 for ECC memory). Total module bit width is a product of bits per chip by number of chips. It also equals number of ranks (rows) multiplied by DDR memory bus width. Consequently a module with greater amount of chips or using x8 chips instead of x4 will have more ranks.

This example compares different real-world server memory modules with a common size of 1 GiB. One should definitely be careful buying 1 GiB memory module, because all these variations can be sold under one price position without stating whether they are x4 or x8, single or dual ranked.

There is a common belief that number of module rows or ranks equals number of sides. As above data shows, this is not true. One can find (2-side, 1-rank) or (2-side, 4-rank) modules. One can even think of 1-side, 2-rank memory module having 16(18) chips on single side x8 each, but it's unlikely such a module was ever produced.


ALTERNATIVES

DDR (DDR1) has been superseded by DDR2 SDRAM , which has some modifications to allow higher clock frequency, but operates on the same principle as DDR. Competing with DDR2 are Rambus XDR DRAM . DDR2 has become the standard, as XDR is lacking support. DDR3 SDRAM is a new standard that offers even faster performance and new features.

DDR's prefetch buffer depth is 2 bits; DDR2 uses 4 bits. Although the effective clock speeds of DDR2 are higher than for DDR, the overall performance was no greater in the early implementations, primarily due to the high latencies of the first DDR2 modules. DDR2 started to be effective by the end of 2004, as modules with lower latencies became
available. {Link without Title}

Memory manufacturers have stated that it is impractical to mass-produce DDR1 memory with effective clock rates in excess of 400 MHz. DDR2 picks up where DDR1 leaves off, and is available at clock rates of 400 MHz and higher.

RDRAM is a particularly expensive alternative to DDR SDRAM, and most manufacturers have dropped its support from their chipsets.


MDDR

MDDR is an acronym that some enterprises use for Mobile DDR SDRAM, a type of memory used in some portable electronic devices, like Mobile Phone s, Handhelds , and Digital Audio Players . While standard DDR SDRAM operates at a Voltage of 2.5V, MDDR operates at voltage of 1.8V, which allows a reduced power consumption.


SEE ALSO



EXTERNAL LINKS