Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

System bus

From Wikipedia, the free encyclopedia
Single computer bus that connects the major components of a computer system
Example of a single systemcomputer bus

Asystem bus is a singlecomputer bus that connects the major components of a computer system,combining the functions of adata bus to carry information, anaddress bus to determine where it should be sent or read from, and acontrol bus to determine its operation. The technique was developed to reduce costs and improve modularity, and although popular in the 1970s and 1980s, more modern computers use a variety of separate buses adapted to more specific needs.

Thesystem level bus (as distinct from a CPU's internaldatapath busses) connects the CPU to memory and I/O devices.[1]Typically a system level bus is designed for use as abackplane.[2]

Background scenario

[edit]

Many of the computers were based on theFirst Draft of a Report on the EDVAC report published in 1945. In what became known as theVon Neumann architecture, a central control unit andarithmetic logic unit (ALU, which he called the central arithmetic part) were combined withcomputer memory andinput and output functions to form astored program computer.[3] TheReport presented a general organization and theoretical model of the computer, however, not the implementation of that model.[4]Soon designs integrated the control unit and ALU into what became known as thecentral processing unit (CPU).

Computers in the 1950s and 1960s were generally constructed in an ad-hoc fashion.For example, the CPU, memory, and input/output units were each one or more cabinets connected by cables. Engineers used the common techniques of standardized bundles of wires and extended the concept asbackplanes were used to holdprinted circuit boards in these early machines. The name "bus" was already used for "bus bars" that carried electrical power to the various parts of electric machines, including early mechanical calculators.[5]The advent ofintegrated circuits vastly reduced the size of each computer unit, and buses became more standardized.[6]Standard modules could be interconnected in more uniform ways and were easier to develop and maintain.

Description

[edit]

To provide even more modularity with reduced cost,memory andI/O buses (and the requiredcontrol andpower buses) were sometimes combined into a single unified system bus.[7]Modularity and cost became important as computers became small enough to fit in a single cabinet (and customers expected similar price reductions).Digital Equipment Corporation (DEC) further reduced cost for mass-producedminicomputers, andmemory-mapped I/O into the memory bus, so that the devices appeared to be memory locations. This was implemented in theUnibus of thePDP-11 around 1969, eliminating the need for a separate I/O bus.[8]Even computers such as thePDP-8 without memory-mapped I/O were soon implemented with a system bus, which allowed modules to be plugged into any slot.[9]Some authors called this a new streamlined "model" of computer architecture.[10]

Many early microcomputers (with a CPU generally on a singleintegrated circuit) were built with a single system bus, starting with theS-100 bus in theAltair 8800 computer system in about 1975.[11]TheIBM PC used theIndustry Standard Architecture (ISA) bus as its system bus in 1981. The passive backplanes of early models were replaced with the standard of putting the CPU and RAM on amotherboard, with only optionaldaughterboards orexpansion cards in system bus slots.

Simplesymmetric multiprocessing using a system bus

TheMultibus became a standard of theInstitute of Electrical and Electronics Engineers as IEEE standard 796 in 1983.[12]Sun Microsystems developed theSBus in 1989 to support smaller expansion cards.[13]The easiest way to implementsymmetric multiprocessing was to plug in more than one CPU into the shared system bus, which was used through the 1980s.However, the shared bus quickly became the bottleneck and more sophisticated connection techniques were explored.[14]

Even in very simple systems, at various times the data bus is driven by the program memory, by RAM, and by I/O devices.To preventbus contention on the data bus, at any one instant only one device drives the data bus.In very simple systems, only the data bus is required to be a bidirectional bus.In very simple systems, thememory address register always drives the address bus, thecontrol unit always drives the control bus,and anaddress decoder selects which particular device is allowed to drive the data bus during this bus cycle.In very simple systems, everyinstruction cycle starts with a READ memory cycle where program memory drives the instruction onto the data bus while theinstruction register latches that instruction from the data bus.Some instructions continue with a WRITE memory cycle where thememory data register drives data onto the data bus into the chosen RAM or I/O device.Other instructions continue with another READ memory cycle where the chosen RAM, program memory, or I/O device drives data onto the data bus while the memory data register latches that data from the data bus.

More complex systems have amulti-master bus—not only do they have many devices that each drive the data bus, but also have manybus masters that each drive the address bus.The address bus as well as the data bus inbus snooping systems is required to be a bidirectional bus, often implemented as athree-state bus.To prevent bus contention on the address bus, abus arbiter selects which particular bus master is allowed to drive the address bus during this bus cycle.

Dual Independent Bus

[edit]

Intel has used the termDual Independent Bus (DIB) for two different purposes. The first one came when Intel changed from a singlelocal bus to the DIB, using the externalfront-side bus to the main systemmemory and I/O devices, and the internalback-side bus to the L2CPU cache. This was introduced in thePentium Pro in 1995.[15][16][17]

In 2005 and 2006 Intel introduced the 8500 and 5000 chipsets, where DIB referred to the twofront-side buses on a chipset, which doubles the system bandwidth compared to having just one FSB shared by all the CPUs. However, the information needed to guarantee thecache coherence of shared data located in different caches have to be sent in broadcast (snooped) to check the other FSB's CPUs' cache state, reducing the available bandwidth. To reduce the coherency traffic, asnoop filter was included in the higher-end chipsets, in order to have cache state information available on-chipset. In 2007 Intel extended the idea of multiple buses in the 7300 chipset with four independent FSBs, calling itdedicated high-speed interconnects (DHSI).[18]

The system bus approach is obsolete in the modern personal and server computers, which instead use higher-performance interconnection technologies such asHyperTransport andIntel QuickPath Interconnect, while the system bus architecture continued to be used on simpler embedded microprocessors.The systems bus can even be internal to a single integrated circuit, producing asystem-on-a-chip. Examples of on-chip bus includeAMBA,CoreConnect,Wishbone, and modified versions ofPCI orPCIe.[19]

Examples

[edit]

Intel Direct Media Interface

[edit]
This sectiondoes notcite anysources. Please helpimprove this section byadding citations to reliable sources. Unsourced material may be challenged andremoved.(June 2023) (Learn how and when to remove this message)

Direct Media Interface is an example of a system bus (besides directly accessedPCIE lanes) implemented by Intel and known since at least 2004. It's primarily used to accessmemory-mapped I/O devices and communicate CPU to thechipset.

See also

[edit]

References

[edit]
  1. ^Edward Bosworth."Chapter 10 – Overview of Busses".
  2. ^Hui Wu."Computer Buses and Parallel Input/Output".2006.
  3. ^John von Neumann (June 30, 1945)."First Draft of a Report on the EDVAC"(PDF). Archived fromthe original(PDF) on March 14, 2013. RetrievedMay 27, 2011. Introduction and editing by Michael D. Godfrey, Stanford University, November 1992.
  4. ^Michael D. Godfrey; D. F. Hendry (1993)."The Computer as von Neumann Planned It"(PDF).IEEE Annals of the History of Computing.15 (1):11–21.doi:10.1109/85.194088.S2CID 569933. Archived fromthe original(PDF) on 2011-08-25.
  5. ^U.S. patent 3,470,421 "Continuous Bus Bar for Connector Plate Back Panel Machine Wiring" Donald L. Shore et al., Filed August 30, 1967, issued September 30, 1969.
  6. ^U.S. patent 3,462,742 "Computer System Adapted to be Constructed of Large Integrated Circuit Arrays" Henry S. Miller et al., Filed December 21, 1966, issued August 19, 1969.
  7. ^Linda Null; Julia Lobur (2010).The essentials of computer organization and architecture (3rd ed.). Jones & Bartlett Learning. pp. 36,199–203.ISBN 978-1-4496-0006-8.
  8. ^C. Gordon Bell; R. Cady; H. McFarland; B. Delagi; J. O'Laughlin; R. Noonan; W. Wulf (1970)."A New Architecture for Mini-Computers—The DEC PDP-11"(PDF).Spring Joint Computer Conference:657–675.
  9. ^Small Computer Handbook(PDF). Digital Equipment Corporation. 1973. pp. 2–9.
  10. ^Miles J. Murdocca; Vincent P. Heuring (2007).Computer architecture and organization: an integrated approach. John Wiley & Sons. p. 11.ISBN 978-0-471-73388-1.
  11. ^Herbert R. Johnson."Origins of S-100 computers".
  12. ^"796-1983 — IEEE Standard Microcomputer System Bus".Institute of Electrical and Electronics Engineers. 1983. RetrievedMay 25, 2011.
  13. ^Frank, E.H. (1990). "The SBus: Sun's high performance system bus for RISC workstations".Digest of Papers Compcon Spring '90. Thirty-Fifth IEEE Computer Society International Conference on Intellectual Leverage. pp. 189–194.doi:10.1109/CMPCON.1990.63672.ISBN 0-8186-2028-5.S2CID 25815415.
  14. ^Donald Charles Winsor (1989).Bus and Cache Memory Organization for Multiprocessors(PDF). University of Michigan Electrical Engineering department. Archived fromthe original(PDF) on 2012-01-28. Retrieved2011-05-29. Ph.D. dissertation.
  15. ^Intel's CEO Reveals New Bus Architecture To Be Implemented In Upcoming Pentium® II Microprocessor
  16. ^Todd Langley and Rob Kowalczyk (January 2009)."Introduction to Intel Architecture: The Basics"(PDF).White paper. Intel Corporation. Archived fromthe original(PDF) on June 7, 2011. RetrievedMay 25, 2011.
  17. ^"Accelerated Graphics Port".Next Generation. No. 37.Imagine Media. January 1998. pp. 94–96.
  18. ^An Introduction to the Intel® QuickPath Interconnect, Figures 4 and 5.
  19. ^Rudolf Usselmann (January 9, 2001)."OpenCores SoC Bus Review"(PDF). RetrievedMay 30, 2011.
General
Standards
Storage
Peripheral
Audio
Portable
Embedded
Interfaces are listed by their speed in the (roughly) ascending order, so the interface at the end of each section should be the fastest.
Category
Retrieved from "https://en.wikipedia.org/w/index.php?title=System_bus&oldid=1280066800"
Category:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp