Difference between revisions of "Pipeline"

From Computer History Wiki
Jump to: navigation, search
m (Proper cat, +links)
m (+cat)
Line 1: Line 1:
A '''pipeline''' is a way of arranging the internal [[logic]] in a [[Central Processing Unit|CPU]] to increase the processing capacity of that CPU. It organizes the processing of an [[instruction]] into several discrete stages, and then allows each stage to be occupied simultaneously by different instructions.
+
A '''pipeline''' is a way of arranging the internal [[logic]] in a [[Central Processing Unit|CPU]] to increase the processing capacity of that CPU. It organizes the processing of an [[instruction]] into several discrete sequential stages, and then allows each stage to be occupied simultaneously by different instructions.
  
 
Thus, while the time to execute a ''particular'' instruction, from beginning to end, is the basic [[clock]] rate times the number of pipeline stages, each clock tick will generally see the completion of the [[execute|execution]] of ''an'' instruction. (The caveat is because in complex CPUs, execution of an instruction is sometimes 'stalled' for various reasons.)
 
Thus, while the time to execute a ''particular'' instruction, from beginning to end, is the basic [[clock]] rate times the number of pipeline stages, each clock tick will generally see the completion of the [[execute|execution]] of ''an'' instruction. (The caveat is because in complex CPUs, execution of an instruction is sometimes 'stalled' for various reasons.)
  
 
{{semi-stub}}
 
{{semi-stub}}
 +
 +
[[Category: Hardware Basics‎‎]]

Revision as of 05:09, 13 December 2018

A pipeline is a way of arranging the internal logic in a CPU to increase the processing capacity of that CPU. It organizes the processing of an instruction into several discrete sequential stages, and then allows each stage to be occupied simultaneously by different instructions.

Thus, while the time to execute a particular instruction, from beginning to end, is the basic clock rate times the number of pipeline stages, each clock tick will generally see the completion of the execution of an instruction. (The caveat is because in complex CPUs, execution of an instruction is sometimes 'stalled' for various reasons.)