Double data rate: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>ZachPruckowski
No edit summary
 
imported>ZachPruckowski
mNo edit summary
Line 1: Line 1:
In [[computing]], a [[computer bus]] operating with '''double data rate''' transfers data on both the rising and falling edges of the [[clock signal]], effectively nearly doubling the data transmission rate without having to deal with the additional problems of [[timing skew]] that increasing the number of data lines would introduce. This is also known as '''double pumped''', '''dual-pumped''', and '''double transition'''.  
In [[computing]], a [[computer bus]] operating with '''double data rate''' transfers data on both the rising and falling edges of the [[clock signal]], effectively nearly doubling the data transmission rate without having to deal with the additional problems of [[timing skew]] that increasing the number of data lines would introduce. This is also known as '''double pumped''', '''dual-pumped''', and '''double transition'''.  


This technique has been used for the [[Front side bus]], [[SCSI#Ultra-3|Ultra-3 SCSI]], the [[Accelerated Graphics Port|AGP]] bus, [[DDR SDRAM]], and the [[HyperTransport]] bus on [[AMD]]'s [[Athlon 64 X2]] processors.
This technique has been used for the [[Front side bus]], [[SCSI#Ultra-3|Ultra-3 SCSI]], the [[Accelerated Graphics Port|AGP]] bus, [[DDR SDRAM]], and the [[HyperTransport]] version 3.0 bus.


An alternative to double or quad pumping is to make the link [[Self-clocking signal|self-clocking]]. This tactic was chosen by [[InfiniBand]] and [[PCI Express]].
An alternative to double or quad pumping is to make the link [[Self-clocking signal|self-clocking]]. This tactic was chosen by [[InfiniBand]] and [[PCI Express]].

Revision as of 20:20, 30 December 2006

In computing, a computer bus operating with double data rate transfers data on both the rising and falling edges of the clock signal, effectively nearly doubling the data transmission rate without having to deal with the additional problems of timing skew that increasing the number of data lines would introduce. This is also known as double pumped, dual-pumped, and double transition.

This technique has been used for the Front side bus, Ultra-3 SCSI, the AGP bus, DDR SDRAM, and the HyperTransport version 3.0 bus.

An alternative to double or quad pumping is to make the link self-clocking. This tactic was chosen by InfiniBand and PCI Express.

It is often difficult to know how to refer to the speed of a double-pumped bus. Discussing the raw bandwidth of a bus is less ambiguous than comparing clock speed and transfers per second as this also takes into account the width of the bus: thus DDR SDRAM that runs on a clock signal of 100 MHz, with data transfer the same as SDR SDRAM running at about 200 MHz, is called DDR-200 and PC-1600, referring to the peak bandwidth. However, this number does not take into account the bus protocol overhead or latencies, both of which can reduce the effective bandwidth of a bus to a fraction of the raw bandwidth.

While a double-pumped bus can nearly double peak bandwidth, it does nothing for latency, because it takes the same amount of time for the first "word" to arrive from memory. By contrast, actually doubling the speed of the bus reduces latency, because the individual bits of data move across the bus faster. However, doubling the clock speed of a bus is a difficult engineering challenge.

See also

References

"Understanding Bandwidth and Latency" by Jon Stokes