Intel 4004

Intel 4004
Intel 4004
C4004.JPG.jpg
Intel C4004 microprocessor
Produced From late 1971 to 1981
Common manufacturer(s)
  • Intel
Max. CPU clock rate 740 kHz
Instruction set 4-bit BCD oriented
Package(s)

The Intel 4004 was a 4-bit central processing unit (CPU) released by Intel Corporation in 1971. It was the first complete CPU on one chip, and also the first commercially available microprocessor. Such a feat of integration was made possible by the use of then new silicon gate technology allowing a higher number of transistors and a faster speed than was possible before.

Contents

History and production

National Semiconductor INS4004.

The first public mention of 4004 was an advertisement in the November 15, 1971 edition of Electronic News,[1] though unconfirmed reports put the date of first delivery as early as March 1971. Packaged in a 16-pin ceramic dual in-line package, the 4004 was the first commercially available computer processor designed and manufactured by chip maker Intel, which had previously made semiconductor memory chips. The chief designers of the chip were Federico Faggin and Ted Hoff of Intel, and Masatoshi Shima of Busicom (later of ZiLOG, founded by Faggin).

Faggin, the sole chip designer among the engineers on the MCS-4 project, was the only one with experience in MOS random logic and circuit design. He also had the crucial knowledge of the new silicon gate process technology with self-aligned gates, which he had created at Fairchild in 1968. At Fairchild in 1968, Faggin also designed and manufactured the world's first commercial IC using SGT, the Fairchild 3708. As soon as he joined the Intel MOS Department he created a new random design methodology based on silicon gate, and contributed many technology and circuit design inventions that enabled a single chip microprocessor to become a reality for the first time. His methodology set the design style for all the early Intel microprocessors and later for the Zilog’s Z80. He also led the MCS-4 project and was responsible for its successful outcome (1970–1971). Ted Hoff, head of the Application Research Department, contributed only the architectural proposal for Busicom working with Stanley Mazor in 1969, then he moved on to other projects. When asked where he got the ideas for the architecture of the first microprocessor, Hoff related that Plessey, "a British tractor company," had donated a minicomputer to Stanford, and he had "played with it some" while he was there. Shima designed the Busicom calculator firmware and assisted Faggin during the first six months of the implementation. The manager of Intel's MOS Design Department was Leslie L. Vadász.[2] At the time of the MCS-4 development, Vadasz's attention was completely focused on the mainstream business of semiconductor memories and he left the leadership and the management of the MCS-4 project to Faggin.

The Japanese company Busicom had designed their own special purpose LSI chipset for use in their Busicom 141-PF calculator with integrated printer and commissioned Intel to develop it for production. However, Intel determined it was too complex and would use non-standard packaging and so it was proposed that a new design produced with standard 16-pin DIP packaging and reduced instruction set be developed.[3] This resulted in the 4004, which was part of a family of chips, including ROM, DRAM and serial to parallel shift register chips. The 4004 was built of approximately 2,300 transistors[4] and was followed the next year by the first ever 8-bit microprocessor, the 3,500 transistor 8008 (and the 4040, a revised 4004). It was not until the development of the 40-pin 8080 in 1974 that the address and data buses would be separated, giving faster and simpler access to memory.

The 4004 employed a 10-μm silicon-gate enhancement load pMOS technology and could execute approximately 92,000 instructions per second (that is, a single instruction cycle was 10.8 microseconds).[5] The original clock speed design goal was 1MHz, the same as the IBM 1620 Model I.[citation needed]

The Intel 4004 was designed by physically cutting sheets of Rubylith into thin strips to lay out the circuits to be printed, a process made virtually obsolete by current computer graphic design capabilities.[6]

Name and variants

The Unicom 141P was an OEM version of the Busicom 141-PF

When Federico Faggin designed the MCS-4 family he also christened the chips with distinct names: 4001, 4002, 4003, and 4004, breaking away from the numbering scheme used by Intel at that time which would have required the names 1302, 1105, 1507, and 1202 respectively. Had he followed Intel's number sequence, the idea that the chips were part of a family of components intended to work seamlessly together would have been lost.

Intel's early numbering scheme for integrated circuits used a four-digit number for each component. The most significant digit position indicated the process technology used, as follows: The number "1" meant P-channel MOS, "2" indicated N-channel MOS, "3" was reserved for bipolar technology, and "5" was used for CMOS technology. No other numbers were used.

The next most significant digit was used to indicate the generic function performed by the component, as follows: "1" was used for RAM, "2" indicated random logic, "3" indicated ROM, "5" meant shift register, "6" and "7" were used for one-time programmable ROM and EPROM respectively. The last two digits of the number were used to indicate the sequential number in the development of the component.

The 8008 microprocessor was originally called 1201, according to Intel’s naming conventions. Before its market introduction, the 1201 was renamed 8008, following the new naming convention started by Faggin with the 4001/2/3/4.

The 4004 was part of the MCS-4 family of LSI chips that could be used to build digital computers with varying amounts of memory. The other members of the MCS-4 family were memories and input/output circuits, which while not part of a CPU are necessary to implement a complete computer. Specifically:

  • the 4001 was a ROM (read-only memory) with four lines of output
  • the 4002 was a RAM (random access memory) with four lines of input/output
  • the 4003 was a static shift register to be used for expanding the I/O lines, for example, for keyboard scanning or for controlling a printer.

The 4004 included control functions for memory and I/O, which are not normally handled by the microprocessor.

Technical specifications

Intel 4004 architectural block diagram
Intel 4004 DIP chip pinout
  • Maximum clock speed was 740 kHz
  • Instruction cycle time: 10.8 µs[7] (8 clock cycles / instruction cycle)
  • Instruction execution time 1 or 2 instruction cycles (10.8 or 21.6 µs), 46300 to 92600 instructions per second
  • Separate program and data storage. Contrary to Harvard architecture designs, however, which use separate buses, the 4004, with its need to keep pin count down, used a single multiplexed 4-bit bus for transferring:
    • 12-bit addresses
    • 8-bit instructions
    • 4-bit data words
  • Instruction set contained 46 instructions (of which 41 were 8 bits wide and 5 were 16 bits wide)
  • Register set contained 16 registers of 4 bits each
  • Internal subroutine stack 3 levels deep.

Support chips

  • 4001: 256-byte ROM (256 8-bit program instructions), and one built-in 4-bit I/O port. A 4001 ROM+I/O chip cannot be used in a system along with a 4008/4009 pair.[citation needed]
  • 4002: 40-byte RAM (80 4-bit data words), and one built-in 4-bit output port; the RAM portion of the chip is organized into four "registers" of 20 4-bit words:
    • 16 data words (used for mantissa digits in the original calculator design)
    • 4 status words (used for exponent digits and signs in the original calculator design)
  • 4003: 10-bit parallel output shift register for scanning keyboards, displays, printers, etc.
  • 4008: 8-bit address latch for access to standard memory chips, and one built-in 4-bit chip select and I/O port
  • 4009: program and I/O access converter to standard memory and I/O chips
  • 4269: keyboard/display interface
  • 4289: memory interface (combined functions of 4008 and 4009)

Use

The first commercial product to use a microprocessor was the Busicom calculator 141-PF.

According to Nick Tredennick, a microprocessor designer and expert witness to the Boone/Hyatt patent case[clarification needed]:

Here are my opinions from [the] study [I conducted for the patent case]. The first microprocessor in a commercial product was the Four Phase Systems AL1. The first commercially available (sold as a component) microprocessor was the 4004 from Intel.
[8]

A popular myth has it that Pioneer 10, the first spacecraft to leave the solar system, used an Intel 4004 microprocessor. According to Dr. Larry Lasher of Ames Research Center, the Pioneer team did evaluate the 4004, but decided it was too new at the time to include in any of the Pioneer projects.[citation needed] The myth was repeated by Federico Faggin himself in a lecture for the Computer History Museum in 2006.[9]

Legacy and value

On November 15, 2006, the 35th anniversary of the 4004, Intel celebrated by releasing the chip's schematics, mask works, and user manual.[10]

On October 15, 2010, Faggin, Hoff, and Mazor were awarded the National Medal of Technology and Innovation by President Barack Obama for their pioneering work on the 4004.[11]

References

  1. ^ Gilder, George (1990). Microcosm: the quantum revolution in economics and technology. Simon and Schuster. p. 107. ISBN 9780671705923. http://books.google.com/books?id=xUxthKiLOvsC&pg=PA107. "Intel's first advertisement for the 4004 appeared in the November 15, 1971 issue of Electronic News." 
  2. ^ "The Intel4004". Intel4004.com. http://www.intel4004.com/qa4004.htm. Retrieved 2008-03-15. 
  3. ^ Nigel Tout. "The Busicom 141-PF calculator and the Intel 4004 microprocessor". http://www.vintagecalculators.com/html/busicom_141-pf_and_intel_4004.html. Retrieved November 15, 2009. 
  4. ^ "Intel 4004 Fun Facts". Intel.com. http://www.intel.com/about/companyinfo/museum/exhibits/4004/facts.htm. Retrieved 2011-07-06. 
  5. ^ "Intel 4004 datasheet" (PDF). http://www.intel.com/Assets/PDF/DataSheet/4004_datasheet.pdf. Retrieved 2011-07-06. 
  6. ^ "Intel's Accidental Revolution". CNet.com. http://news.com.com/Intels+accidental+revolution/2009-1001_3-275806.html. Retrieved 2009-07-30. 
  7. ^ Intel's museum archive i4004 datasheet
  8. ^ "Dissertation 2004" (PDF). http://www.xecu.net/schaller/schaller_dissertation_2004.pdf. Retrieved 2011-07-06. 
  9. ^ now to post a comment!. "‪Intel 4004 Microprocessor 35th Anniversary‬‏". YouTube. http://www.youtube.com/watch?v=j00AULJLCNo. Retrieved 2011-07-06. 
  10. ^ Intel 4004 Microprocessor Historical Materials, Intel Museum, 2009-11-15, accessed 2009-11-18
  11. ^ "President Obama Honors Nation's Top Scientists and Innovators" (Press release). October 15, 2010. http://www.whitehouse.gov/the-press-office/2010/10/15/president-obama-honors-nations-top-scientists-and-innovators. 

Patents

  • US 3753011  August 14, 1973. Faggin, Federico: Power supply settable bi-stable circuit.
  • US 3821715  June 28, 1974. Hoff, Marcian; Mazor, Stanley; Faggin, Federico: Memory system for multi-chip digital computer.

Historical documents

  • Faggin F., Capocaccia F. "A New Integrated MOS Shift Register”, Proceedings XV International Electronics Scientific Congress, Rome, April 1968, pp. 143–152. This paper describes a novel static MOS shift register, developed at SGS-Fairchild (now ST Micro) at the end of 1967, before Federico Faggin joined Fairchild's R&D in Palo Alto (Ca) in February 1968. Faggin later used this new shift register in the MCS-4 chips, including the 4004.
  • Cover and abstract of the IEDM (International Electron Devices Meeting) Program (October 1968). The Silicon Gate Technology (SGT) was first presented by its developer, Federico Faggin, at the IEDM on October 23, 1968 in Washington, D.C. It was the only commercial process technology for the fabrication of MOS integrated circuits with self-aligned gate that was later universally adopted by the semiconductor industry. The SGT was the first technology to produce commercial dynamic RAMs, CCD image sensors, non volatile memories and the microprocessor, providing for the first time all the fundamental elements of a general purpose computer with LSI integrated circuits.
  • Cover of Electronics Magazine (September 29, 1969). The Electronics article introduces the Fairchild 3708, designed by Federico Faggin in 1968. It was the world's first commercial integrated circuit using the Silicon Gate Technology, proving its viability.
  • Initials F.F. (Federico Faggin) on the 4004 design (1971). The 4004 bears the initials F.F. of its designer, Federico Faggin, etched on one corner of the chip. Signing the chip was a spontaneous gesture of proud authorship and was also an original idea imitated after him by many Intel designers.
  • Busicom Calculator Engineering Prototype (1971). (Gift of Federico Faggin to the Computer History Museum, Mountain View, CA). The CHM collection catalog shows pictures of the engineering prototype of the Busicom 141-PF desktop calculator. The engineering prototype used the world’s first microprocessor to have ever been produced. This one-of-a-kind prototype was a personal present by Busicom’s president Mr. Yoshio Kojima to Federico Faggin for his successful leadership of the design and development of the 4004 and three other memory and I/O chips (the MCS-4 chipset). After keeping it in his home for 25 years, Faggin donated it to the CHM in 1996.
  • F. Faggin and M.E. Hoff: "Standard parts and custom design merge in four-chip processor kit". Electronics/April 24, 1972, pp. 112–116
  • F. Faggin, M.Shima, M.E. Hoff, Jr., H. Feeney, S. Mazor: "The MCS-4 An LSI micro computer system". IEEE '72 Region Six Conference

Further reading

External links


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • Intel 4004 — Microprocesador Microprocesador Intel 4004 Producción Finales de 1971   1981 …   Wikipedia Español

  • Intel 4004 —      Intel 4004   >> Центральный процессор Микропроцессор Intel 4004 Производство: 15 ноября 1971 …   Википедия

  • Intel 4004 — Der Intel 4004 ist ein 4 Bit Mikroprozessor des Mikrochipherstellers Intel, der am 15. November 1971 auf den Markt kam. Er gilt als der erste Ein Chip Mikroprozessor, der in Serie produziert und am freien Markt vertrieben wurde. Meist wird er… …   Deutsch Wikipedia

  • Intel 4004 — Processeur Intel 4004 Le 4004 d Intel est le premier microprocesseur commercialisé[1],[2]. Ave …   Wikipédia en Français

  • Intel 4004 — El Intel 4004 (i4004), un CPU de 4 bits, fue el primer microprocesador en un simple chip, así como el primero disponible comercialmente. Aproximadamente al mismo tiempo, algunos otros diseños de CPU en circuito integrado, tales como el militar… …   Enciclopedia Universal

  • 4004 — Intel 4004 Processeur Intel 4004 L Intel 4004 est considéré comme le premier microprocesseur du monde. Il a été conçu par deux ingénieurs d Intel : Marcian Hoff qui mit son architecture au point en 1969 et Federico Faggin le seul contribuant …   Wikipédia en Français

  • 4004 —      Intel 4004   >> Центральный процессор Микропроцессор Intel 4004 Производство: 15 ноября …   Википедия

  • Intel Corporation — Unternehmensform Corporation ISIN …   Deutsch Wikipedia

  • Intel 8008 — Microprocesador Microprocesador Intel 8008 Producción Mediados de 1972   1983[ …   Wikipedia Español

  • Intel 4040 — Microprocesador Microprocessor Intel D4040 Producción 1974   1981 …   Wikipedia Español

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”