next up previous
Next: About this document ...

Cache Coherency Algorithms in X86 SMP Systems
Part II

Matthew Caron

Transferring data between CPU's
Intel uses a Shared Front Side bus in their 850 chipset. This bus services each pair of processors (4 processors = 2 buses, for example). The bus runs 64 bits wide at 400MHz (RAMBUS Speed) for a bandwidth of 3.2GB/sec shared between two processors.

AMD uses the Point-To-Point Front Side bus in their 760MP chipset and each bus is 64 bits wide running at 133MHz double-pumped (uses both rising and falling clock edges; DDR SDRAM speed) for a bandwidth of 2.1GB/sec for each processor.

\resizebox{3in}{!}{\includegraphics{shared.eps}} \resizebox{3in}{!}{\includegraphics{p2p.eps}}

Discussion of bus architecture

References

This was based largely on

http://www.anandtech.com/showdoc.html?i=1483




next up previous
Next: About this document ...
2002-06-15