Difference between revisions of "CoE 197U Scaling"

From Microlab Classes
Jump to navigation Jump to search
Line 11: Line 11:
 
== Evolution of Complexity ==
 
== Evolution of Complexity ==
 
As Gordon Moore predicted, the cost and performance advantage of putting more and more devices into a single integrated circuit (IC) led to the rapid increase in circuit complexity. One convenient indicator of circuit complexity is the number of transistors contained in a single IC.
 
As Gordon Moore predicted, the cost and performance advantage of putting more and more devices into a single integrated circuit (IC) led to the rapid increase in circuit complexity. One convenient indicator of circuit complexity is the number of transistors contained in a single IC.
 
=== Transistor Count ===
 
  
 
{|
 
{|
Line 19: Line 17:
 
|}
 
|}
  
=== Frequency ===
+
{|
 
+
|[[File:42-years-processor-trend.png|thumb|500px|Figure 4: Scaling and processor performance<ref name=rupp2018>Karl Rupp, '''42 Years of Microprocessor Trend Data''', https://www.karlrupp.net/2018/02/42-years-of-microprocessor-trend-data/</ref>.]]
=== Power Dissipation ===
+
|-
 +
|}
  
 
== Challenges in Digital Design ==
 
== Challenges in Digital Design ==

Revision as of 10:10, 26 February 2021

Moore's Law

In 1965, Gordon Moore published a 4-page paper entitled "Cramming more components onto integrated circuits"[1], where he predicted that the number of components in an integrated circuit will increase by a factor of two every year, as shown in Fig. 1. Note that he based his extrapolation on just 4 data points!

Figure 1: Gordon Moore's 1965 prediction[1].

Why is this paper and the graph in Fig. 1 important? Gordon Moore's prediction, also known as Moore's Law, has reflected and, more importantly, driven the steady and rapid progress in computing technology[2]. Thus, satisfying Moore's Law has become the goal instead of being merely a prediction.

Evolution of Complexity

As Gordon Moore predicted, the cost and performance advantage of putting more and more devices into a single integrated circuit (IC) led to the rapid increase in circuit complexity. One convenient indicator of circuit complexity is the number of transistors contained in a single IC.

Figure 2: Transistor Count (1970 - 2020)[3].
Figure 4: Scaling and processor performance[4].

Challenges in Digital Design

Why Scale?

The Cost of Integrated Circuits

Non-Recurrent Engineering Costs

Recurrent Costs

Yield

References

  1. 1.0 1.1 Gordon E Moore, Cramming more components onto integrated circuits, Electronics, Volume 38, Number 8, April 19, 1965 (pdf)
  2. Gordon Moore: The Man Whose Name Means Progress, IEEE Spectrum, March 2015.
  3. https://upload.wikimedia.org/wikipedia/commons/0/00/Moore%27s_Law_Transistor_Count_1970-2020.png
  4. Karl Rupp, 42 Years of Microprocessor Trend Data, https://www.karlrupp.net/2018/02/42-years-of-microprocessor-trend-data/