From WikiChip
Editing microprocessor

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

This page supports semantic in-text annotations (e.g. "[[Is specified as::World Heritage Site]]") to build structured and queryable content provided by Semantic MediaWiki. For a comprehensive description on how to use annotations or the #ask parser function, please have a look at the getting started, in-text annotation, or inline queries help pages.

Latest revision Your text
Line 1: Line 1:
 
{{title|Microprocessor (MPU)}}
 
{{title|Microprocessor (MPU)}}
 
[[File:KL MF8008.jpg|right|350px]]
 
[[File:KL MF8008.jpg|right|350px]]
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.
+
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.
  
 
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.
Line 8: Line 8:
 
{{main|history of the microprocessor}}
 
{{main|history of the microprocessor}}
 
{{empty section}}
 
{{empty section}}
== Overview ==
+
== Functionality==
 
[[File:IPO (input-process-output).svg|400px|right]]
 
[[File:IPO (input-process-output).svg|400px|right]]
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.
+
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. 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).
+
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.
  
 
== Variants ==
 
== Variants ==
Line 25: Line 25:
 
* '''[[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 36: Line 35:
 
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 43: 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.
* '''[[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.
+
* '''[[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.
 
* '''[[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.
  
Line 69: Line 67:
 
* [[List of processor families]]
 
* [[List of processor families]]
  
 +
== References ==
 +
{{reflist|30em}}
 +
 +
 +
 +
{{Stub}}
 
[[Category:integrated circuits]]
 
[[Category:integrated circuits]]
 
[[Category:microprocessors]]
 
[[Category:microprocessors]]

Please note that all contributions to WikiChip may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see WikiChip:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)

Templates used on this page:

This page is a member of 1 hidden category: