The Birth, Evolution and Future of Microprocessor: Swetha Kogatam
The Birth, Evolution and Future of Microprocessor: Swetha Kogatam
Swetha Kogatam
Computer Science Department
San Jose State University
San Jose, CA 95192
408-924-1000
[email protected]
ABSTRACT timed sequence through the bus system to output devices such as
The world's first microprocessor, the 4004, was co-developed by CRT Screens, networks, or printers. In some cases, the terms
Busicom, a Japanese manufacturer of calculators, and Intel, a U.S. 'CPU' and 'microprocessor' are used interchangeably to denote the
manufacturer of semiconductors. The basic architecture of 4004 same device.
was developed in August 1969; a concrete plan for the 4004 The different ways in which microprocessors are categorized are:
system was finalized in December 1969; and the first
microprocessor was successfully developed in March 1971. a) CISC (Complex Instruction Set Computers)
Microprocessors, which became the "technology to open up a new
b) RISC (Reduced Instruction Set Computers)
era," brought two outstanding impacts, "power of intelligence" and
"power of computing". First, microprocessors opened up a new a) VLIW(Very Long Instruction Word Computers)
"era of programming" through replacing with software, the
b) Super scalar processors
hardwired logic based on IC's of the former "era of logic". At the
same time, microprocessors allowed young engineers access to
"power of computing" for the creative development of personal 2. BIRTH OF THE MICROPROCESSOR
computers and computer games, which in turn led to growth in the In 1970, Intel introduced the first dynamic RAM, which increased
software industry, and paved the way to the development of high- IC memory by a factor of four. These early products identified
performance microprocessors. In this paper, the birth, evolution Intel as an innovative young company. However, their next
and future of Microprocessor will be described. 4004 performance product, the microprocessor, was more than successful by setting
was only 0.06MIPS with 2,238 transistors and 750 KHz operating in motion an engineering feat that dramatically altered the course
frequency. Microprocessors evolved from 4 bit to 64 bit of electronics.
microprocessors, introducing computer technologies such as The project that produced the microprocessor originated in 1969,
pipeline, super-pipeline, super-scalar, VLIW, cache memory, and when Nippon Calculating Machine Corporation approached Intel
virtual memory system. Now, it is possible to integrate 16 sets of to design 12 custom chips for its new Busicom 141-PF printing
microprocessor with 64GB of memory on the board. In 20th calculator. Ted Hoff, the Intel engineer assigned to the project,
century, microprocessors were used for increasing "power of believed the design was not cost effective. His solution was to
intelligence". In 21st century, microprocessors will evolve into simplify the design and produce a programmable processor
"tool to bring forth wisdom" for all mankind. capable of creating a set of complex special-purpose calculator
chips.
1. INTRODUCTION
The microprocessor, which evolved from the inventions of the Together with Federico Fagin, later the founder of Zilog, Hoff
transistor and the integrated circuit, is one of the icons of the came up with a four-chip design; a ROM for custom application
present information age. The pervasiveness of the microprocessor programs, a RAM for processing data, an I/O device, and an
in this age goes far beyond the wildest imagination at the time of unnamed 4-bit central processing unit which would become
the first microprocessor. From the fastest computers to the known as a "microprocessor."
simplest toys, the microprocessor is found everywhere. The Busicom, initially skeptical, finally gave Intel the go ahead. Nine
microprocessor today has over 1 billion transistors on some of the months later, Intel successfully completed the project.
most powerful devices. Remarkably, the four-bit 4004 microprocessor, composed of 2,300
A microprocessor is a tiny, enormously powerful high speed transistors etched on a tiny chip, could execute 60,000 instructions
electronic brain etched on a single silicon semiconductor chip per second, making it as powerful as the massive ENIAC, but
which contains the basic logic, storage and arithmetic functions of despite the Busicom success, Intel itself was divided over the
a computer. It thinks for the computer and, like a traffic cop, microprocessor's broader application. Intel negotiated a return of
coordinates its operations. It receives and decodes instructions the Busicom design rights and committed to developing the
from input devices like keyboards, disks then sends them over a microprocessor's potential.
bus system consisting of microscopic etched conductive "wiring" The first fully functional 4004 parts were available in March 1971,
to be processed by its arithmetic calculator and logic unit. The with the first public announcement in November 1971; a
results are temporarily stored in memory cells and released in a
newspaper headline says “Announcing a New Era of Integrated technology. Below is the block diagram of the 4004.
Electronics”.
Intel 4004 was the first commercially available single-chip
microprocessor in history. It was a 4-bit CPU designed for usage
in calculators, designed for "embedded applications". Clocked at
740 KHz, the 4004 executed up to 92,000 single word instructions
per second, could access 4 KB of program memory and 640 bytes
of RAM. The Intel 4004 was a part of MCS-4 chipset, which
included the following chips:
i. 4001 - 256-bit mask ROM and 4-bit I/O device,
ii. 4002 - 320-bit RAM and 4-bit I/O device,
iii. 4003 - 10-bit shift register,
iv. 4008 and 4009 - standard memory and I/O interface
set.