<<

(Edited from Wikipedia)

SUMMARY

A microprocessor is a which incorporates the functions of a computer's (CPU) on a single (IC), or at most a few integrated circuits.

The microprocessor is a multipurpose, clock-driven [-driven], register based, digital-integrated circuit which accepts binary as , processes it according to instructions stored in its memory, and provides results as output. contain both and sequential digital logic. Microprocessors operate on numbers and symbols represented in the binary .

Combinational logic is a type of digital logic which is implemented by Boolean [true or false] circuits, where the output is a pure function of the present input only. This is in contrast to , in which the output depends not only on the present input but also on the history of the input. In other words, sequential logic has memory while combinational logic does not.

The integration of a whole CPU onto a single or on a few chips greatly reduced the cost of processing power, increasing efficiency. Integrated circuit processors are produced in large numbers by highly automated processes resulting in a low per unit cost. Single-chip processors increase reliability as there are many fewer electrical connections to fail. As microprocessor designs get better, the cost of manufacturing a chip (with smaller components built on a chip the same size) generally stays the same.

Before microprocessors, small had been built using racks of circuit boards with many medium- and small-scale integrated circuits. Microprocessors combined this into one or a few large-scale ICs. Continued increases in microprocessor capacity have since rendered other forms of computers almost completely obsolete (see history of hardware), with one or more microprocessors used in everything from the smallest embedded systems and handheld devices to the largest mainframes and .

1 HISTORY

The advent of low-cost computers on integrated circuits has transformed modern society. General-purpose microprocessors in personal computers are used for computation, text editing, display, and over the Internet. Many more microprocessors are part of embedded systems, providing digital control over myriad objects from appliances to automobiles to cellular phones and industrial control.

The first use of the term "microprocessor" is attributed to Viatron Computer Systems describing the custom integrated circuit used in their System 21 small computer system announced in 1968.

By the late-1960s, designers were striving to integrate the central processing unit (CPU) functions of a computer onto a handful of MOS large-scale integration chips, called microprocessor unit (MPU) . Building on an earlier design from 1969, introduced the first commercial microprocessor, the 4- , in 1971, followed by its 8-bit microprocessor 8008 in 1972.

Building on 8-bit arithmetic logic units (3800/3804) he designed earlier at Fairchild, in 1969, Lee Boysel created the Four-Phase Systems Inc. AL-1 an 8-bit CPU slice that was expandable to 32-. In 1970, Steve Geller and Ray Holt of Garrett AiResearch designed the MP944 to implement the F-14A Central Air Data Computer on six metal-gate chips fabricated by AMI.

During the 1960s, computer processors were constructed out of small and medium- scale ICs—each containing from tens of to a few hundred. These were placed and soldered onto printed circuit boards, and often multiple boards were interconnected in a chassis. A large number of discrete logic gates uses more electrical power—and therefore produces more heat—than a more integrated design with fewer ICs. The distance that signals have to travel between ICs on the boards limits a computer's speed.

In the NASA Apollo space missions to the moon in the 1960s and , all onboard computations for primary guidance, navigation, and control were provided by a small custom processor called "The ". It used wrap circuit boards whose only logic elements were three-input NOR gates.

The first microprocessors emerged in the early 1970s, and were used for electronic , using binary-coded (BCD) arithmetic on 4-bit words. Other embedded uses of 4-bit and 8-bit microprocessors, such as terminals, printers, various

2 kinds of automation etc., followed soon after. Affordable 8-bit microprocessors with 16-bit addressing also led to the first general-purpose from the mid- 1970s on.

Since the early 1970s, the increase in capacity of microprocessors has followed Moore's law; this originally suggested that the number of components that can be fitted onto a chip doubles every year. With present , it is actually every two years, and as such Moore later changed the period to two years.

Intel

The Intel 4004 is generally regarded as the first commercially available microprocessor, and cost US$60 (equivalent to $354.82 in 2016). The first known advertisement for the 4004 is dated November 15, 1971 and appeared in Electronic News . The microprocessor was designed by a team consisting of American engineers , and and Japanese engineer .

The project that produced the 4004 originated in 1969, when Busicom, a Japanese manufacturer, asked Intel to build a chipset for high-performance desktop calculators. Busicom's original design called for a programmable chip set consisting of seven different chips.

Three of the chips were to make a special-purpose CPU with its program stored in ROM and its data stored in shift register read-write memory. Ted Hoff, the Intel engineer assigned to evaluate the project, believed the Busicom design could be simplified by using dynamic RAM storage for data, rather than shift register memory, and a more traditional general-purpose CPU architecture.

Hoff came up with a four-chip architectural proposal: a ROM chip for storing the programs, a dynamic RAM chip for storing data, a simple I/O device and a 4-bit central processing unit (CPU). Although not a chip designer, he felt the CPU could be integrated into a single chip, but as he lacked the technical know-how the idea remained just a wish for the time being.

While the architecture and specifications of the MCS-4 came from the interaction of Hoff with Stanley Mazor, a engineer reporting to him, and with a Busicom engineer, during 1969, Mazor and Hoff moved on to other projects.

In April 1970, Intel hired Italian-born engineer Federico Faggin as project leader, a move that ultimately made the single-chip CPU final design a reality (meanwhile a

3 Busicom engineer designed the Busicom calculator and assisted Faggin during the first six months of the implementation).

Faggin, who originally developed the silicon gate technology (SGT) in 1968 at and designed the world’s first commercial integrated circuit using SGT, the Fairchild 3708, had the correct background to lead the project into what would become the first commercial general purpose microprocessor.

Since SGT was his very own invention, Faggin also used it to create his new methodology for random logic design that made it possible to implement a single-chip CPU with the proper speed, power dissipation and cost.

The manager of Intel's MOS Design Department was Leslie L. Vadász at the time of the MCS-4 development but Vadász's attention was completely focused on the mainstream business of semiconductor memories so he left the leadership and the management of the MCS-4 project to Faggin, who was ultimately responsible for leading the 4004 project to its realization.

4