From WikiChip
Difference between revisions of "microprocessor"

m
 
(14 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{title|Microprocessor (MPU)}}
 
{{title|Microprocessor (MPU)}}
[[File:KL MF8008.jpg|right|350px]]
+
{{semi devices}}
A '''microprocessor''' ('''µP''') or a '''Microprocessing Unit''' ('''MPU''') is a device that implements the core elements of a computer system on a single [[integrated circuit]], or as a few integrated circuits operating as a cohesive unit.
+
 
 +
A '''microprocessor''' ('''µP''') or a '''Microprocessing Unit''' ('''MPU''') is a device that implements the core elements of a computer system on a single [[integrated circuit]], or as a few integrated circuits operating as a cohesive unit, designed for the processing digital data.
  
 
Modern microprocessors typically incorporate the functionality of a [[clock generator|clock]], [[central processing unit]] (CPU), [[arithmetic logic unit]] (ALU), [[floating point unit]] (FPU), [[control unit]] (CU), [[memory management unit]] (MMU), [[interrupt handler|interrupts]], [[input/output]] interfaces, and [[cache]]. Specialized microprocessor may also serve as [[graphical processing unit]]s (GPUs), [[digital signal processor|signal processing units]] (DSPs), [[neural processing unit]] (NPUs), [[microcontroller]]s, etc.
 
Modern microprocessors typically incorporate the functionality of a [[clock generator|clock]], [[central processing unit]] (CPU), [[arithmetic logic unit]] (ALU), [[floating point unit]] (FPU), [[control unit]] (CU), [[memory management unit]] (MMU), [[interrupt handler|interrupts]], [[input/output]] interfaces, and [[cache]]. Specialized microprocessor may also serve as [[graphical processing unit]]s (GPUs), [[digital signal processor|signal processing units]] (DSPs), [[neural processing unit]] (NPUs), [[microcontroller]]s, etc.
  
== History ==
+
== Overview ==
{{main|history of the microprocessor}}
 
{{empty section}}
 
== Functionality==
 
 
[[File:IPO (input-process-output).svg|400px|right]]
 
[[File:IPO (input-process-output).svg|400px|right]]
In the broadest sense, the basic functionality of a microprocessor is to continuously read in digital data consisting of instructions and possibly values; execute them by interpreting the instructions and performing a certain operation on the values; and finally outputs a result.
 
  
While the basic functionality is shared among all microprocessors, they vary greatly in the type and size of data they handle, the kind of operations they support, how they perform those operations, their intended purpose, and their performance characteristics.
+
Microprocessors are [[instruction set processors]] (ISPs), meaning they operate on a predefined [[instruction set|set of instructions]]. In the broadest sense, their basic functionality is to continuously read in digital data consisting of instructions and possibly values; execute them by interpreting the instructions and performing a certain operation on the values; and finally outputs a result.
 +
 
 +
While the basic functionality is shared among all microprocessors, they vary greatly in the type and size of data they handle, the kind of operations they support, how they perform those operations, their intended purpose, and their performance characteristics. The functionality of a microprocessor is dependent on the characteristics of the [[instruction set]] it operates on. Every program that runs on that microprocessor is therefore bound by that [[instruction set architecture]] (ISA) and is encoded in that instruction set. The [[instruction set architecture]] is the specification of a microprocessor design while the realization of an ISA is known as the [[microarchitecture|implementation]]. There can, and usually are, multiple implementations for a second ISA specification. Those implementations are known as [[microarchitectures]]. The kind of tradeoffs made in a [[microarchitecture]] ultimately determines the characteristics of the microprocessor (e.g., power and performance).
  
 
== Variants ==
 
== Variants ==
Microprocessors come in various flavors with
+
Microprocessors come in various flavors. Most microprocessors can be classified as follows:
Most microprocessors can be classified as one of the follow:
 
  
 
* '''[[general-purpose microprocessors]]''' - the most common form of microprocessors, not designed for any one specific task in mind. Instead they are designed to support a broad array of operations.
 
* '''[[general-purpose microprocessors]]''' - the most common form of microprocessors, not designed for any one specific task in mind. Instead they are designed to support a broad array of operations.
Line 25: Line 23:
 
* '''[[floating point unit]]''' ('''FPU''') - is a math microprocessor (or [[coprocessor]]) - a microprocessor that specializes in the creation and manipulation of [[floating point]] values.
 
* '''[[floating point unit]]''' ('''FPU''') - is a math microprocessor (or [[coprocessor]]) - a microprocessor that specializes in the creation and manipulation of [[floating point]] values.
 
* '''[[graphics processing unit]]''' ('''GPU''') - is a graphics microprocessor - a microprocessor that specializes in the creation and manipulation of images through a set of optimized geometric operations. Modern graphic microprocessors tend to be highly parallelized, allowing large blocks of visual data to be processed efficiently.
 
* '''[[graphics processing unit]]''' ('''GPU''') - is a graphics microprocessor - a microprocessor that specializes in the creation and manipulation of images through a set of optimized geometric operations. Modern graphic microprocessors tend to be highly parallelized, allowing large blocks of visual data to be processed efficiently.
 +
* '''[[vector processor]]''' ('''VPU''') - a vector processor is microprocessor that implements operations that manipulate one/multi-dimensional arrays of data known as vectors.
 
* '''[[physics processing unit]]''' ('''PPU''') - a microprocessor that specializes in handling the calculations of physics. This includes things such as fluid dynamics and collision detection.
 
* '''[[physics processing unit]]''' ('''PPU''') - a microprocessor that specializes in handling the calculations of physics. This includes things such as fluid dynamics and collision detection.
 
* '''[[neural processing unit]]''' ('''NPU''') - is a neural microprocessor - a microprocessor that specializes in the manipulations of [[predictive models]].
 
* '''[[neural processing unit]]''' ('''NPU''') - is a neural microprocessor - a microprocessor that specializes in the manipulations of [[predictive models]].
Line 35: Line 34:
 
The technical specifications of microprocessors are derived from the [[microarchitecture]] of the incorporated [[central processing unit|CPU]], the [[semiconductor]] technology involved, and the properties of the overall system. Some common specifications are summarized below:  
 
The technical specifications of microprocessors are derived from the [[microarchitecture]] of the incorporated [[central processing unit|CPU]], the [[semiconductor]] technology involved, and the properties of the overall system. Some common specifications are summarized below:  
  
 +
* '''[[instruction set architecture]]'''
 
* '''[[logic family|technology]]''' - the semiconductor technology used to create the MPU (e.g. [[CMOS]], [[BiCMOS]], and [[TTL]])
 
* '''[[logic family|technology]]''' - the semiconductor technology used to create the MPU (e.g. [[CMOS]], [[BiCMOS]], and [[TTL]])
 
* '''[[semiconductor manufacturing process|process]]''' - the process used to manufacture the MPU - i.e the [[feature size]] and design rules. The feature size on its own (e.g. [[10 µm]]) is usually taken as a synonym for the process.
 
* '''[[semiconductor manufacturing process|process]]''' - the process used to manufacture the MPU - i.e the [[feature size]] and design rules. The feature size on its own (e.g. [[10 µm]]) is usually taken as a synonym for the process.
Line 41: Line 41:
 
* '''[[core count]]''' - the number of [[physical cores]] incorporated into the chip.
 
* '''[[core count]]''' - the number of [[physical cores]] incorporated into the chip.
 
* '''[[endianness]]''' - the order of the bytes the microprocessor uses when operating on multi-byte values.
 
* '''[[endianness]]''' - the order of the bytes the microprocessor uses when operating on multi-byte values.
* '''[[base frequency]]''' - the internal operating frequency of CPU's core. It's one of many parameters that are used to assess the performance of a microprocessor.
+
* '''[[clock frequency]]''' - the internal operating frequency of CPU's core. It's one of many parameters that are used to assess the performance of a microprocessor.
 
* '''[[package]]''' - the physical casing of the microprocessor. This most often goes along with a [[socket]], which is the interconnects that sits on the circuit board itself where the package is inserted into.
 
* '''[[package]]''' - the physical casing of the microprocessor. This most often goes along with a [[socket]], which is the interconnects that sits on the circuit board itself where the package is inserted into.
  
 
Note that not all the specifications listed above apply to all the types of microprocessors.
 
Note that not all the specifications listed above apply to all the types of microprocessors.
 +
 +
== History ==
 +
{{main|history of the microprocessor}}
 +
 +
The microprocessor has origins in the development of the [[MOSFET]] (metal-oxide-semiconductor field-effect transistor, or MOS transistor),<ref name="ieee2">{{cite article|last1=Shirriff|first1=Ken|title=The Surprising Story of the First Microprocessors|journal=[[IEEE Spectrum]]|date=30 August 2016|volume=53|issue=9|pages=48–54|publisher=[[Institute of Electrical and Electronics Engineers]]|doi=10.1109/MSPEC.2016.7551353|s2cid=32003640|url=https://spectrum.ieee.org/tech-history/silicon-revolution/the-surprising-story-of-the-first-microprocessors|access-date=13 October 2019}}</ref> which was first demonstrated by [[Mohamed M. Atalla]] and [[Dawon Kahng]] of Bell Labs in 1960.<ref name="computerhistory">{{cite article|url=https://www.computerhistory.org/siliconengine/metal-oxide-semiconductor-mos-transistor-demonstrated/|title=1960: Metal Oxide Semiconductor (MOS) Transistor Demonstrated|journal=The Silicon Engine: A Timeline of Semiconductors in Computers|publisher=[[Computer History Museum]]|access-date=August 31, 2019}}</ref> Following the development of [[MOS integrated circuit]] chips in the early 1960s, MOS chips reached higher [[transistor density]] and lower manufacturing costs than [[bipolar]] [[integrated circuits]] by 1964. MOS chips further increased in complexity at a rate predicted by [[Moore's law]], leading to [large-scale integration]] (LSI) with hundreds of [[transistors]] on a single MOS chip by the late 1960s. The application of MOS LSI chips to [[computing]] was the basis for the first microprocessors, as engineers began recognizing that a complete [[computer processor]] could be contained on several MOS LSI chips.<ref name="ieee2" /> Designers in the late 1960s were striving to integrate the [[central processing unit]] (CPU) functions of a computer onto a handful of MOS LSI chips, called microprocessor unit (MPU) chipsets.
 +
 +
The advent of low-cost computers on integrated circuits has transformed modern society. General-purpose microprocessors in [[personal computer]]s are used for computation, text editing, multimedia display, and communication over the [[Internet]]. Many more microprocessors are part of [[embedded system]]s, providing digital control over myriad objects from appliances to automobiles to [[cellular phone]]s and industrial process control.
 +
 +
During the 1960s, computer processors were constructed out of small and medium-scale ICs—each containing from tens of [[transistors]] to a few hundred. These were placed and soldered onto printed circuit boards, and often multiple boards were interconnected in a chassis. The large number of discrete [[logic gate]]s used more electrical power—and therefore produced more heat—than a more integrated design with fewer ICs. The distance that signals had to travel between ICs on the boards limited a computer's operating speed.
 +
 +
In the late-1960s, designers were striving to integrate the central processing unit (CPU) functions of a computer onto a handful of MOS LSI chips, called microprocessor unit (MPU) chip sets. Building on earlier [[Busicom]] designs and concepts from 1968, Intel introduced the first commercial microprocessor, the [[4-bit]] [[Intel 4004]], in 1971, followed by its 8-bit microprocessor 8008 in 1972.
 +
 +
The first microprocessors emerged in the early 1970s, and were used for electronic [[calculator]]s, using [[binary-coded decimal]] (BCD) arithmetic on 4-bit [[Word (data type)|words]]. Other [[embedded system|embedded]] uses of 4-bit and 8-bit microprocessors, such as [[computer terminal|terminals]], [[computer printer|printers]], various kinds of [[automation]] etc., followed soon after. Affordable 8-bit microprocessors with [[16-bit]] addressing also led to the first general-purpose [[microcomputer]]s in the 1970s.
 +
 +
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 technology, it is actually every two years,<ref>{{cite article|last=Moore|first=Gordon|title=Cramming more components onto integrated circuits|journal=Electronics|volume=38|issue=8|date=19 April 1965|url=ftp://download.intel.com/museum/Moores_Law/Articles-Press_Releases/Gordon_Moore_1965_Article.pdf|format=PDF|accessdate=2009-12-23}}</ref> and as such Moore later changed the period to two years.<ref>{{cite article|title=Excerpts from A Conversation with Gordon Moore: Moore's Law|publisher=Intel|year=2005|url=ftp://download.intel.com/museum/Moores_Law/Video-Transcripts/Excepts_A_Conversation_with_Gordon_Moore.pdf|format=PDF|accessdate=2009-12-23}}</ref>
 +
 +
===4-bit===
 +
====Intel 4004 (1968-1971) ====
 +
{{Main|Intel 4004}}
 +
[[File:Intel C4004.jpg|thumb|[[Intel 4004]] (1971), the first commercial microprocessor.]]
 +
 +
The [[Intel 4004]] is generally regarded as the first commercially available microprocessor.<ref>{{cite article | title=The Microcomputer Revolution | first=Pamela E. | last=Mack | date=30 November 2005 | url=http://www.clemson.edu/caah/history/FacultyPages/PamMack/lec122/micro.htm | accessdate=2009-12-23}}</ref><ref>{{cite article | title=History in the Computing Curriculum | url=http://www.hofstra.edu/pdf/CompHist_9812tla6.PDF | format=PDF | accessdate=2009-12-23}}</ref> The "Busicom Project"<ref name="ieee">[[Federico Faggin]], [http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=4776530 The Making of the First Microprocessor], ''IEEE Solid-State Circuits Magazine'', Winter 2009, [[IEEE Xplore]]</ref> that produced the 4004 originated in 1968, when [[Busicom]] engineer [[Masatoshi Shima]] designed a special-purpose [[LSI]] chipset, along with his supervisor Tadashi Tanba, for use in the [[Busicom|Busicom 141-PF]] high-performance [[desktop calculator]].<ref name=tout1>{{cite article|url=http://www.vintagecalculators.com/html/busicom_141-pf_and_intel_4004.html|title=The Busicom 141-PF calculator and the Intel 4004 microprocessor|author=Nigel Tout|accessdate=November 15, 2009}}</ref> 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.<ref name="ieee"/> Shima's initial design included [[Arithmetic logic unit|arithmetic units]] ([[Adder (electronics)|adders]]), multiplier units, [[Processor register|registers]], [[read-only memory]], and a [[Macro instruction|macro]]-[[Instruction set|instruction set]] to control a decimal computer system.<ref name=tout1/> [[Sharp]] engineer [[Tadashi Sasaki (engineer)|Tadashi Sasaki]] was also involved with its development, and conceived of a single-chip CPU in 1968, when he discussed the concept at a brainstorming meeting that was held in Japan. Sasaki attributes the basic invention to break the calculator chipset into four parts with [[read-only memory|ROM]] (4001), [[RAM]] (4002), [[Shift register|shift registers]] (4003) and [[CPU]] (4004) to an unnamed woman, a software engineering researcher from [[Nara Women's University|Nara Women's College]], who was present at the meeting. Sasaki then had his first meeting with [[Intel]] in 1968, and discussed the woman's four-division chipset concept with Busicom and Intel.<ref name="sasaki">{{cite article |url        = http://www.ieeeghn.org/wiki/index.php/Oral-History:Tadashi_Sasaki |title      = Oral-History: Tadashi Sasaki |last      = Aspray |first      = William |date      = 1994-05-25 |work      = Interview #211 for the Center for the History of Electrical Engineering |publisher  = The Institute of Electrical and Electronics Engineers, Inc. |accessdate = 2013-01-02}}</ref>
 +
 +
The initial Busicom design, which consisted of seven chips, including a three-chip CPU, was eventually simplified down to four chips, including a single-chip CPU.<ref name="ieee"/> This simplified approach was initially conceived by Sasaki, influenced by the unnamed Nara Women's College reseacher in 1968,<ref name="sasaki"/> and then designed by Intel's [[Ted Hoff]] in 1969.<ref name="ieee"/> 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's design consisted of a four-chip architectural proposal: a ROM chip for storing the programs, a dynamic RAM chip for storing data, a simple [[input/output|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.
 +
 +
The architecture and specifications of the MCS-4 came from the interaction of an Intel team led by Hoff and [[Stanley Mazor]], a software engineer reporting to him, and a Busicom team led by Shima, in 1969.<ref name="ieee"/> However, 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. Shima meanwhile designed the Busicom calculator firmware and assisted Faggin during the first six months of the implementation. Faggin, who originally developed the [[silicon gate]] technology (SGT) in 1968 at [[Fairchild Semiconductor]]<ref>{{cite article | title=Insulated Gate Field Effect Transistor Integrated Circuits with Silicon Gates | last1=Faggin | first1=F. | last2=Klein | first2=T. | last3=Vadasz | first3=L. | conference=International Electronic Devices Meeting | publisher=IEEE Electron Devices Group | date=23 October 1968 | url=http://www.intel4004.com/images/iedm_covart.jpg | format=JPEG image | accessdate=2009-12-23}}</ref> 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. Production units of the 4004 were first delivered to Busicom in March 1971 and shipped to other customers in late 1971.<ref>{{cite article |first=Peter |last=Bright |title=The 40th birthday of—maybe—the first microprocessor, the Intel 4004 |publisher= arstechnica.com |date= November 15, 2011 | url=http://arstechnica.com/business/2011/11/the-40th-birthday-ofmaybethe-first-microprocessor/}}</ref> The first known advertisement for the 4004 is dated November 15, 1971 and appeared in [[Electronic News]].<ref>{{cite article | title=The History of the 4004 | last1=Faggin | first1=Federico | last2=Hoff | first2=Marcian E., Jr. | last3=Mazor | first3=Stanley | last4=Shima | first4=Masatoshi | journal=IEEE Micro |date=December 1996 | volume=16 | issue=6 | pages=10–20 | url=http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=546561 | doi=10.1109/40.546561}}</ref>
 +
 +
====NEC (1970-1973)====
 +
[[NEC]] released the μPD707 and μPD708, a two-chip 4-bit [[CPU]], began development in 1970 and was released in 1971.<ref name="antique">{{cite article |title=NEC 751 (uCOM-4) |publisher=The Antique Chip Collector's Page |url=http://www.antiquetech.com/chips/NEC751.htm |accessdate=2010-06-11 |archiveurl=https://web-beta.archive.org/web/20110525202756/www.antiquetech.com/chips/NEC751.htm |archivedate=2011-05-25}}</ref> They were followed by NEC's first single-chip microprocessor, the μPD700, in April 1972.<ref name="shmj">[http://www.shmj.or.jp/museum2010/exhibi748.htm 1970年代 マイコンの開発と発展 ~集積回路], [http://www.shmj.or.jp/english/ Semiconductor History Museum of Japan]</ref><ref>Jeffrey A. Hart & Sangbae Kim (2001), [https://pdfs.semanticscholar.org/e1bf/dfd3cae56f12507a66c0338a4eedc79a70b4.pdf The Defense of Intellectual Property Rights in the Global Information Order], International Studies Association, Chicago</ref> It was a prototype for the [[μCOM-4]] (μPD751), released in April 1973,<ref name="shmj"/> combining the μPD707 and μPD708 into a single microprocessor.<ref name="antique"/>
 +
 +
===8-bit===
 +
[[File:KL MF8008.jpg|thumb|Microsystems International MF8008 (Intel 8008)]]
 +
 +
The Intel 4004 was followed in 1972 by the [[Intel 8008]], the world's first [[8-bit]] microprocessor. The 8008 was the precursor to the successful [[Intel 8080]] (1974), which offered improved performance over the 8008 and required fewer support chips. It was designed by [[Masatoshi Shima]] and Federico Faggin.
 +
 +
===12-bit===
 +
In 1973, [[Toshiba]] developed the TLCS-12,<ref>[http://www.shmj.or.jp/museum2010/exhibi748.htm 1970年代 マイコンの開発と発展 ~集積回路], [http://www.shmj.or.jp/english/ Semiconductor History Museum of Japan]</ref><ref name="ogdin">{{cite article |last=Ogdin |first=Jerry |title=Microprocessor scorecard |journal=Euromicro Newsletter |volume=1 |issue=2 |pages=43–77 |date=January 1975 |doi=10.1016/0303-1268(75)90008-5}}</ref> the world's first [[12-bit]] microprocessor.<ref name="shmj70s">[http://www.shmj.or.jp/english/integredcircuits/ic70s.html Integrated Circuits: 1970s], [http://www.shmj.or.jp/english/ Semiconductor History Museum of Japan]</ref> The project began in 1971, when Toshiba began developing a microprocessor for [[Ford Motor Company]]'s [[Electronic Engine Control]] (EEC) project, which went on to utilize Toshiba's 12-bit microprocessor.<ref name="shmj70s"/>
 +
 +
===16-bit===
 +
[[File:Panafacom MN1610 1.jpg|thumb|[[Panafacom]] MN1610 (1975), the first single-chip [[16-bit]] microprocessor.]]
 +
 +
In 1975, [[Panafacom]] (a conglomeration of [[Fujitsu]], [[Fuji Electric]], and [[Panasonic|Matsushita]]) developed the first commercial 16-bit single-chip microprocessor [[CPU]],<ref name="fujitsu">{{cite article|title=History|url=http://www.pfu.fujitsu.com/en/profile/history.html|publisher=PFU|accessdate=5 October 2010}}</ref> the MN1610.<ref name="lkit">[http://museum.ipsj.or.jp/en/heritage/PANAFACOM_Lkit-16.html PANAFACOM Lkit-16], [[Information Processing Society of Japan]]</ref><ref>{{cite article|title=16-bit Microprocessors|url=http://www.cpu-museum.com/161x_e.htm|publisher=CPU Museum|accessdate=5 October 2010}}</ref> According to Fujitsu, it was "the world's first 16-bit [[microcomputer]] on a single chip".<ref name="fujitsu"/>
  
 
== Components ==
 
== Components ==
Line 66: Line 108:
 
== See also ==
 
== See also ==
 
* [[List of processor families]]
 
* [[List of processor families]]
 +
* [[History of computing hardware (1960s–present)]]
 +
* [[Microprocessor chronology]]
  
== References ==
+
==References==
{{reflist|30em}}
+
{{reflist}}
  
 +
==Bibliography==
 +
* {{cite book | title=Advanced Microprocessors and Peripherals | last1=Ray |first1=A. K. | first2=K.M. |last2=Bhurchand | location=India | publisher=Tata McGraw-Hill }}
  
 +
==External links==
 +
* [http://www.wikipcpedia.com/pc-moments-33-the-microprocessor-1971/ Patent problems]
 +
* {{cite article|url=http://www.cpu-collection.de/ | title=The CPU Collection|author=Dirk Oppelt|accessdate=2009-12-23}}
 +
* {{cite article|url=http://www.cpu-world.com/|title=CPU-World|author=Gennadiy Shvets | accessdate=2009-12-23}}
 +
* {{cite article|url=http://gecko54000.free.fr/|title=The Gecko's CPU Library|author=Jérôme Cremet|accessdate=2009-12-23}}
 +
* {{cite article|url=http://computer.howstuffworks.com/microprocessor.htm | title=How Microprocessors Work|accessdate=2009-12-23}}
 +
* {{cite article|url=http://diephotos.blogspot.com/|title=IC Die Photography | author=William Blair|accessdate=2009-12-23}}
 +
* {{cite article|url=http://www.takisnet.org/~jbayko/cpu/cpu.html|title=Great Microprocessors of the Past and Present|author=John Bayko|date=December 2003|accessdate=2009-12-23}}
 +
* {{cite article|url=https://www.ibm.com/developerworks/library/pa-microhist/|title=Great moments in microprocessor history|author=Wade Warner|date=22 December 2004|publisher=IBM|accessdate=2013-03-07}}
 +
* {{cite article|url=http://firstmicroprocessor.com/?page_id=17|title=theDocuments | work=World’s First Microprocessor|author=Ray M. Holt|accessdate=2009-12-23 }}
 +
*[https://pdfs.semanticscholar.org/070e/64574ba00314fb49661534e289e3c0664345.pdf MIPS, ARM and SPARC- an Architecture Comparison]
  
{{Stub}}
 
 
[[Category:integrated circuits]]
 
[[Category:integrated circuits]]
 +
[[Category:microprocessors]]
 +
[[Category:Digital electronics]]
 +
[[Category:History of computing hardware]]
 +
[[Category:Japanese inventions]]
 +
[[Category:Microcomputers]]
 +
[[Category:Microprocessors]]

Latest revision as of 23:43, 6 September 2024

Edit Values
Semiconductor Devices
Concepts
Devices

A microprocessor (µP) or a Microprocessing Unit (MPU) is a device that implements the core elements of a computer system on a single integrated circuit, or as a few integrated circuits operating as a cohesive unit, designed for the processing digital data.

Modern microprocessors typically incorporate the functionality of a clock, central processing unit (CPU), arithmetic logic unit (ALU), floating point unit (FPU), control unit (CU), memory management unit (MMU), interrupts, input/output interfaces, and cache. Specialized microprocessor may also serve as graphical processing units (GPUs), signal processing units (DSPs), neural processing unit (NPUs), microcontrollers, etc.

Overview[edit]

IPO (input-process-output).svg

Microprocessors are instruction set processors (ISPs), meaning they operate on a predefined set of instructions. In the broadest sense, their basic functionality is to continuously read in digital data consisting of instructions and possibly values; execute them by interpreting the instructions and performing a certain operation on the values; and finally outputs a result.

While the basic functionality is shared among all microprocessors, they vary greatly in the type and size of data they handle, the kind of operations they support, how they perform those operations, their intended purpose, and their performance characteristics. The functionality of a microprocessor is dependent on the characteristics of the instruction set it operates on. Every program that runs on that microprocessor is therefore bound by that instruction set architecture (ISA) and is encoded in that instruction set. The instruction set architecture is the specification of a microprocessor design while the realization of an ISA is known as the implementation. There can, and usually are, multiple implementations for a second ISA specification. Those implementations are known as microarchitectures. The kind of tradeoffs made in a microarchitecture ultimately determines the characteristics of the microprocessor (e.g., power and performance).

Variants[edit]

Microprocessors come in various flavors. Most microprocessors can be classified as follows:

  • general-purpose microprocessors - the most common form of microprocessors, not designed for any one specific task in mind. Instead they are designed to support a broad array of operations.
  • bit-slice microprocessor (BSM) - a microprocessor designed as a module intended to be built up like Lego blocks into a desired word size and architecture as needed.
  • system on chip (SoC) - a microprocessor that contains all the components of a computer system, including the extra functionality that would normally be provided by auxiliary chips, which could include things such as wireless, ethernet, SD card, ADC, DAC, LCD drivers, and FPGA. SoCs are capable of running full-fledged modern operating systems with all their features.
  • microcontroller (MCU) - a microprocessor that contains a few additional components such as RAM, ROM, and programmable I/O ports primarily designed to control and drive other electronic equipment. MCUs are designed to be embedded, usually in a highly restrictive environment. They usually consume very little power, may run relatively slow, and typically execute individual task-specific programs.
  • digital signal processor (DSP) - a microprocessor that specializes in the numerical manipulation of signals.
  • floating point unit (FPU) - is a math microprocessor (or coprocessor) - a microprocessor that specializes in the creation and manipulation of floating point values.
  • graphics processing unit (GPU) - is a graphics microprocessor - a microprocessor that specializes in the creation and manipulation of images through a set of optimized geometric operations. Modern graphic microprocessors tend to be highly parallelized, allowing large blocks of visual data to be processed efficiently.
  • vector processor (VPU) - a vector processor is microprocessor that implements operations that manipulate one/multi-dimensional arrays of data known as vectors.
  • physics processing unit (PPU) - a microprocessor that specializes in handling the calculations of physics. This includes things such as fluid dynamics and collision detection.
  • neural processing unit (NPU) - is a neural microprocessor - a microprocessor that specializes in the manipulations of predictive models.
  • coprocessor - a microprocessor that aides a master microprocessor by either offloading some of its work or by providing additional specialized processing operations, e.g. cryptography, math, graphics, string processing, or I/O interfacing. A coprocessor can act as an extension of the master microprocessor by extending the instruction set architecture or by acting like another peripheral on the main bus.

Some microprocessors can be a hybrid combinations of a few of the above. For example, a general-purpose microprocessor might come with an integrated GPU, implying an additional graphic processing unit has been added to the microprocessor to enable it to manipulate visual data more efficiently. Likewise almost all modern desktop microprocessors come with integrated floating point units.

Specifications[edit]

Main articles: central processing unit, architecture, microarchitecture, and instruction set architecture

The technical specifications of microprocessors are derived from the microarchitecture of the incorporated CPU, the semiconductor technology involved, and the properties of the overall system. Some common specifications are summarized below:

  • instruction set architecture
  • technology - the semiconductor technology used to create the MPU (e.g. CMOS, BiCMOS, and TTL)
  • process - the process used to manufacture the MPU - i.e the feature size and design rules. The feature size on its own (e.g. 10 µm) is usually taken as a synonym for the process.
  • microarchitecture - the functional description of the underlying circuitry of the microprocessor.
  • word size - the word size of a microprocessor usually refers specifically to the data word size used - i.e. highest operand width used to manipulate standard integer values. (this excludes special processing units such as SIMD and FPU)
  • core count - the number of physical cores incorporated into the chip.
  • endianness - the order of the bytes the microprocessor uses when operating on multi-byte values.
  • clock frequency - the internal operating frequency of CPU's core. It's one of many parameters that are used to assess the performance of a microprocessor.
  • package - the physical casing of the microprocessor. This most often goes along with a socket, which is the interconnects that sits on the circuit board itself where the package is inserted into.

Note that not all the specifications listed above apply to all the types of microprocessors.

History[edit]

Main article: history of the microprocessor


The microprocessor has origins in the development of the MOSFET (metal-oxide-semiconductor field-effect transistor, or MOS transistor),[1] which was first demonstrated by Mohamed M. Atalla and Dawon Kahng of Bell Labs in 1960.[2] Following the development of MOS integrated circuit chips in the early 1960s, MOS chips reached higher transistor density and lower manufacturing costs than bipolar integrated circuits by 1964. MOS chips further increased in complexity at a rate predicted by Moore's law, leading to [large-scale integration]] (LSI) with hundreds of transistors on a single MOS chip by the late 1960s. The application of MOS LSI chips to computing was the basis for the first microprocessors, as engineers began recognizing that a complete computer processor could be contained on several MOS LSI chips.[1] Designers in the late 1960s were striving to integrate the central processing unit (CPU) functions of a computer onto a handful of MOS LSI chips, called microprocessor unit (MPU) chipsets.

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, multimedia display, and communication 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 process control.

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

In the late-1960s, designers were striving to integrate the central processing unit (CPU) functions of a computer onto a handful of MOS LSI chips, called microprocessor unit (MPU) chip sets. Building on earlier Busicom designs and concepts from 1968, Intel introduced the first commercial microprocessor, the 4-bit Intel 4004, in 1971, followed by its 8-bit microprocessor 8008 in 1972.

The first microprocessors emerged in the early 1970s, and were used for electronic calculators, using binary-coded decimal (BCD) arithmetic on 4-bit words. Other embedded uses of 4-bit and 8-bit microprocessors, such as terminals, printers, various kinds of automation etc., followed soon after. Affordable 8-bit microprocessors with 16-bit addressing also led to the first general-purpose microcomputers in the 1970s.

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 technology, it is actually every two years,[3] and as such Moore later changed the period to two years.[4]

4-bit[edit]

Intel 4004 (1968-1971)[edit]

Main article: Intel 4004
Intel 4004 (1971), the first commercial microprocessor.

The Intel 4004 is generally regarded as the first commercially available microprocessor.[5][6] The "Busicom Project"[7] that produced the 4004 originated in 1968, when Busicom engineer Masatoshi Shima designed a special-purpose LSI chipset, along with his supervisor Tadashi Tanba, for use in the Busicom 141-PF high-performance desktop calculator.[8] 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.[7] Shima's initial design included arithmetic units (adders), multiplier units, registers, read-only memory, and a macro-instruction set to control a decimal computer system.[8] Sharp engineer Tadashi Sasaki was also involved with its development, and conceived of a single-chip CPU in 1968, when he discussed the concept at a brainstorming meeting that was held in Japan. Sasaki attributes the basic invention to break the calculator chipset into four parts with ROM (4001), RAM (4002), shift registers (4003) and CPU (4004) to an unnamed woman, a software engineering researcher from Nara Women's College, who was present at the meeting. Sasaki then had his first meeting with Intel in 1968, and discussed the woman's four-division chipset concept with Busicom and Intel.[9]

The initial Busicom design, which consisted of seven chips, including a three-chip CPU, was eventually simplified down to four chips, including a single-chip CPU.[7] This simplified approach was initially conceived by Sasaki, influenced by the unnamed Nara Women's College reseacher in 1968,[9] and then designed by Intel's Ted Hoff in 1969.[7] 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's design consisted of 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.

The architecture and specifications of the MCS-4 came from the interaction of an Intel team led by Hoff and Stanley Mazor, a software engineer reporting to him, and a Busicom team led by Shima, in 1969.[7] However, 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. Shima meanwhile designed the Busicom calculator firmware and assisted Faggin during the first six months of the implementation. Faggin, who originally developed the silicon gate technology (SGT) in 1968 at Fairchild Semiconductor[10] 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. Production units of the 4004 were first delivered to Busicom in March 1971 and shipped to other customers in late 1971.[11] The first known advertisement for the 4004 is dated November 15, 1971 and appeared in Electronic News.[12]

NEC (1970-1973)[edit]

NEC released the μPD707 and μPD708, a two-chip 4-bit CPU, began development in 1970 and was released in 1971.[13] They were followed by NEC's first single-chip microprocessor, the μPD700, in April 1972.[14][15] It was a prototype for the μCOM-4 (μPD751), released in April 1973,[14] combining the μPD707 and μPD708 into a single microprocessor.[13]

8-bit[edit]

Microsystems International MF8008 (Intel 8008)

The Intel 4004 was followed in 1972 by the Intel 8008, the world's first 8-bit microprocessor. The 8008 was the precursor to the successful Intel 8080 (1974), which offered improved performance over the 8008 and required fewer support chips. It was designed by Masatoshi Shima and Federico Faggin.

12-bit[edit]

In 1973, Toshiba developed the TLCS-12,[16][17] the world's first 12-bit microprocessor.[18] The project began in 1971, when Toshiba began developing a microprocessor for Ford Motor Company's Electronic Engine Control (EEC) project, which went on to utilize Toshiba's 12-bit microprocessor.[18]

16-bit[edit]

Panafacom MN1610 (1975), the first single-chip 16-bit microprocessor.

In 1975, Panafacom (a conglomeration of Fujitsu, Fuji Electric, and Matsushita) developed the first commercial 16-bit single-chip microprocessor CPU,[19] the MN1610.[20][21] According to Fujitsu, it was "the world's first 16-bit microcomputer on a single chip".[19]

Components[edit]

New text document.svg This section is empty; you can help add the missing info by editing this page.

Design[edit]

A prototype of a RISC-V microprocessor with the heat spreader removed, showing the exposed die, January 2013
Main articles: integrated circuit and integrated circuit design
New text document.svg This section is empty; you can help add the missing info by editing this page.

Computational power[edit]

New text document.svg This section is empty; you can help add the missing info by editing this page.

Families[edit]

Main article: microprocessor family
New text document.svg This section is empty; you can help add the missing info by editing this page.

See also[edit]

References[edit]

  1. 1.0 1.1 The Surprising Story of the First Microprocessors. IEEE Spectrum. 53 (9): 48–54. doi:10.1109/MSPEC.2016.7551353
  2. 1960: Metal Oxide Semiconductor (MOS) Transistor Demonstrated. The Silicon Engine: A Timeline of Semiconductors in Computers. {{{issue}}}
  3. Cramming more components onto integrated circuits. Electronics. 38 (8)
  4. Excerpts from A Conversation with Gordon Moore: Moore's Law
  5. The Microcomputer Revolution
  6. History in the Computing Curriculum
  7. 7.0 7.1 7.2 7.3 7.4 Federico Faggin, The Making of the First Microprocessor, IEEE Solid-State Circuits Magazine, Winter 2009, IEEE Xplore
  8. 8.0 8.1 The Busicom 141-PF calculator and the Intel 4004 microprocessor
  9. 9.0 9.1 Oral-History: Tadashi Sasaki
  10. Insulated Gate Field Effect Transistor Integrated Circuits with Silicon Gates. International Electronic Devices Meeting
  11. The 40th birthday of—maybe—the first microprocessor, the Intel 4004
  12. The History of the 4004. IEEE Micro. 16 (6): 10–20. doi:10.1109/40.546561
  13. 13.0 13.1 NEC 751 (uCOM-4)
  14. 14.0 14.1 1970年代 マイコンの開発と発展 ~集積回路, Semiconductor History Museum of Japan
  15. Jeffrey A. Hart & Sangbae Kim (2001), The Defense of Intellectual Property Rights in the Global Information Order, International Studies Association, Chicago
  16. 1970年代 マイコンの開発と発展 ~集積回路, Semiconductor History Museum of Japan
  17. Microprocessor scorecard. Euromicro Newsletter. 1 (2): 43–77. doi:10.1016/0303-1268(75)90008-5
  18. 18.0 18.1 Integrated Circuits: 1970s, Semiconductor History Museum of Japan
  19. 19.0 19.1 History
  20. PANAFACOM Lkit-16, Information Processing Society of Japan
  21. 16-bit Microprocessors

Bibliography[edit]

  • Advanced Microprocessors and Peripherals. India: Tata McGraw-Hill.

External links[edit]