User:74s181/sandbox/74181
The 74181 is a 4 bit ALU bit slice implemented as a 7400 series TTL integrated circuit. It was the first complete ALU on a single chip[1] and was used as the arithmetic / logic core in the CPUs of many historically significant minicomputers and other devices.
The 74181 represents an evolutionary step between CPUs of the 1960s that were constructed using discrete logic gates and the single chip CPUs or microprocessors of today. Although no longer used in commercial products, the '181 is still referenced in computer organization textbooks and technical papers, and is sometimes used in 'hands-on' college courses to train future computer architects.
Specifications
[edit]The '181 is a 7400 series medium-scale integration (MSI) TTL integrated circuit, containing the equivalent of 75 logic gates and most commonly packaged as a 24 pin DIP. The 4 bit wide ALU can perform all the traditional add / subract / decrement operations with or without carry, as well as AND / NAND, OR / NOR, XOR, and shift. Many variations of these basic functions are available, for a total of 16 arithmetic and 16 logical operations on two four bit words. Multiply and divide functions are not provided but can be performed in multiple steps using the shift and add or subtract functions.
The '181 performs these operations on two four bit operands generating a four bit result with carry in 22 nanoseconds. The 74S181 performs the same operations in 11 nanoseconds.
Multiple 'slices' can be combined for arbitrarily large word sizes. For example, sixteen 74S181s and five 74S182 look ahead carry generators can be combined to perform the same operations on 64 bit operands in 28 nanoseconds. Although overshadowed by the performance of today's multi-gigahertz 64 bit microprocessors, this was quite impressive when compared to the sub megahertz clock speeds of the early four and eight bit microprocessors.
Significance
[edit]Although the 74181 is only an ALU and not a complete microprocessor it greatly simplified the development and manufacture of computers and other devices that required high speed computation during the late 1960s thru the early 1980s, and is still referenced as a "classic" ALU design.[2]
Prior to the introduction of the 74181, computer CPUs occupied multiple circuit boards and even very simple computers could fill multiple cabinets. The '181 allowed an entire CPU and in some cases, an entire computer to be constructed on a single large printed circuit board. The '181 occupies a historically significant stage between older CPUs based on discrete logic functions spread over multiple circuit boards and modern microprocessors that incorporate all CPU functions in a single component. The '181 was used in various minicomputers and other devices beginning in the late 1960s, but as microprocessors became more powerful the practice of building a CPU from discrete components fell out of favor and the 74181 was not used in any new designs.
Computers
[edit]Many computer CPUs and subsystems were based on the '181, including several historically significant models.
- NOVA - First widely available 16 bit minicomputer manufactured by Data General. This was the first design (in 1968) to use the 74181[3]
- PDP-11 - Most popular 16 bit minicomputer of all time, manufactured by Digital Equipment Corporation.[4]
- Xerox Alto - The first computer to use the desktop metaphor and graphical user interface (GUI).[5][6]
- VAX 11/780 - The first VAX, the most popular 32 superminicomputer of all time, manufactured by Digital Equipment Corp.[7]
- Three Rivers PERQ, a commercial computer workstation based on the Xerox Alto and first released in 1979.[8]
- KMC11 - Peripheral processor for Digital Equipment Corporation PDP-11.[9]
- FPP-12 - Floating point unit for the Digital Equipment Corp. PDP-12.[10]
- Wang 2200 CPU (1 74181 per CPU) [11] and disk controller (2 74181s per controller)[12]
Other uses
[edit]- Vectorbeam - Arcade game platform used by Cinematronics for various arcade games including Space Wars, Starhawk, Warrior, Star Castle and others.
Today
[edit]For various reasons, designs based on the 74181 are not cost-competitive with today's microprocessors. However, the 74181 is still of interest in the teaching of computer organization and CPU design because it provides opportunities for hands-on design and experimentation that are otherwise unavailable.
- Digital Electronics with VHDL (Quartus II Version) review in Journal of Modern Engineering, Volume 7, Number 2, Spring 2007.
- A Minimal TTL Processor for Architecture Exploration a paper describing how the 74181 can be used to teach CPU architecture.
- A Hardware Lab for the Computer Organization Course at Small Colleges - Another example of how the 74181 is used today in a teaching environment.
- 74181 + 74182 demonstration Java - based simulator
References
[edit]- ^ 'Computer Structures: Principles and Examples' C. Gordon Bell page 63: "The earliest and most famous chip, the 74181 arithmetic logic unit (ALU), provided up to 32 functions of two 4-bit variables."
- ^ Kestrel: Design of an 8-bit SIMD parallel processor Proc. 17th Conf. on Advanced Research in VLSI, September 15-17, 1997, page 11
- ^ A Brief History of Computing page 6
- ^ PDP-10 discussion
- ^ Computer History Museum - final demonstration of the Xerox 'Star' Computer
- ^ The ANALYTICAL ENGINE, Page 23, Volume 2, Number 2, October 1994
- ^ netbsd.org - Alpha port discussion
- ^ The ANALYTICAL ENGINE, Page 46, Volume 2, Number 3, May 1995
- ^ Early PDP-11 peripherals
- ^ FPP-12 -- The PDP-12 Floating Point Unit
- ^ Wang 2200 CPU Microarchitecture
- ^ Wang 2200 Disk Channel Description
External links
[edit]Data sheets from Signetics, Phillips, and Fairchild.
Category:Integrated circuits
Category:Digital electronics
Extra references to work into the article after I verify them. Fundamentals of Digital Electronics and Microprocessors by Anohk Singh, page 434: "The most famous ALU-chip is TTL/MST-9341/54181, 74181, ..."
Already added this one. Computer Structures: Principles and Examples by C. Gordon Bell
page 63: "The earliest and most famous chip, the 74181 arithmetic logic unit (ALU), provided up to 32 functions of two 4-bit variables."