Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Unibus

From Wikipedia, the free encyclopedia
Computer bus
Unibus
Unibus
Unibus backplane (left) and twoexpansion cards
Year created1969; 56 years ago (1969)
Created byDigital Equipment Corporation
Width in bits18 address, 16 data
StyleParallel
A DECCore Memory Unibus card (16K × 18)

TheUnibus was the earliest of several computerbus andbackplane designs used withPDP-11 and earlyVAX systems manufactured by theDigital Equipment Corporation (DEC) ofMaynard,Massachusetts. The Unibus was developed around 1969 byGordon Bell and student Harold McFarland while atCarnegie Mellon University.[1]

The name refers to the unified nature of the bus; Unibus was used both as asystem bus allowing thecentral processing unit to communicate withmain memory, as well as aperipheral bus, allowing peripherals to send and receive data. Unifying these formerly separate busses allowed external devices to easily performdirect memory access (DMA) and made the construction ofdevice drivers easier as control and data exchange was all handled throughmemory-mapped I/O.[2]

Unibus was physically large, which led to the introduction ofQ-bus, whichmultiplexed some signals to reduce pin count. Higher performance PDP systems used Fastbus, essentially two Unibusses in one. The system was later supplanted byMassbus, a dedicated I/O bus introduced on theVAX and late-model PDP-11s.

Technical specifications

[edit]
A Unibus connector and extension cable

The Unibus consists of 72 signals, usually connected via two 36-wayedge connectors on eachprinted circuit board. When not counting the power and ground lines, it is usually referred to as a 56-line bus. It can exist within abackplane or on a cable. Up to 20 nodes (devices) can be connected to a single Unibus segment; additional segments can be connected via a busrepeater.

The bus is completelyasynchronous, allowing a mixture of fast and slow devices. It allows the overlapping of arbitration (selection of the nextbus master) while the current bus master is still performing data transfers. The 18 address lines allow the addressing of a maximum of 256 KB. Typically, the top 8 KB is reserved for the registers of thememory-mapped I/O devices used in the PDP-11 architecture.

The design deliberately minimizes the amount of redundant logic required in the system. For example, a system always contains more slave devices than master devices so most of the complex logic required to implement asynchronous data transfers is forced into the relatively few master devices. For interrupts, only theinterrupt-fielding processor needs to contain the complex timing logic. The result is that most I/O controllers can be implemented with simple logic, and most of the critical logic is implemented as a customMSI IC.

Pinout

[edit]
NumberNameTypeDescription
18A00-A171Address Lines
16D00-D151Data Lines
4BR4-BR71Bus (Interrupt) Requests at priorities 4 (lowest) through 7 (highest)
4BG4-BG72Bus (Interrupt) Grants at priorities 4 (lowest) through 7 (highest)
1NPR1Non Processor (DMA) Request
1NPG2Non Processor (DMA) Grant
1MSYNC1Master Sync
1SSYNC1Slave Sync
1BBSY1Bus Busy
1SACK1Selection Acknowledge
1INIT1Bus Init
1INTR1Interrupt Request
1PA1Parity control
1PB1Parity control
2C0-C11Control Lines
1ACLO3AC Low
1DCLO3DC Low
2+5v-Power Lines (not counted as part of the 56)
14Gnd-Ground Lines (not counted as part of the 56)
Unibus grant request continuity card

Type 1 lines are a normal multi-senderwired-OR bus withpull-up resistors at each end of the bus, typically on aterminator card.[3]

Type 2 lines are selectively propagated by each card to the next slot – if the card wants to keep the request grant it will assert the SACK line and not propagate the request to the next slot. If a slot is empty, it is necessary to install a "grant continuity card" in the slot to propagate the four type 2 signals to the next card.[3]

Type 3 signals are generated by the power supply and have only a single sender. They warn the devices on the bus when the power is about to fail, so those devices can execute an orderly shutdown, and disable operations to prevent spurious writes.[3]

The two control lines (C0 and C1) allowed the selection of four different data transfer cycles:

  • DATI (Data In, a read)
  • DATIP (Data In/Pause, the first portion of a Read-Modify-Write operation. A DATO or DATOB operation completes this.)
  • DATO (Data Out, a word write)
  • DATOB (Data Out/Byte, a byte write)
  • During an interrupt cycle, a fifth style of transfer was automatically invoked to convey aninterrupt vector from the interrupting device to theinterrupt-fielding processor.

References

[edit]
  1. ^"Bell (Gordon) Oral History".Reference number: X3202.2006. Interviewed by Gardner, Hendrie. Computer History Museum. June 23, 2005. RetrievedMay 20, 2011.
  2. ^"PDP-11 Buses".University of Sydney. Archived fromthe original on 2020-02-16. Retrieved2020-04-30.
  3. ^abcDigital Equipment Corporation (1979)."Unibus Specification"(PDF).
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
Key people
Instruction set
architectures
,
processors
PDP-11
VAX
Alpha
Other
Computer
terminals
Operating
systems
Programming
languages
Character sets
Bus standards
Otherhardware
Related topics
Retrieved from "https://en.wikipedia.org/w/index.php?title=Unibus&oldid=1317738254"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp