Difference between revisions of "MOS Transistors"

From Microlab Classes
Jump to navigation Jump to search
Line 8: Line 8:
 
=== Levels of Abstraction ===
 
=== Levels of Abstraction ===
 
The complexity of transistor models can range from very simple models, such as modeling the transistor as a simple controlled switch, to very complex models such as BSIM<ref>BSIM (Berkeley Short-channel IGFET Model) https://bsim.berkeley.edu/</ref> models with hundreds of parameters.
 
The complexity of transistor models can range from very simple models, such as modeling the transistor as a simple controlled switch, to very complex models such as BSIM<ref>BSIM (Berkeley Short-channel IGFET Model) https://bsim.berkeley.edu/</ref> models with hundreds of parameters.
 +
 +
We choose a model based on the questions we want answered.
 +
* For predicting the digital (boolean) functionality of a static CMOS gate, we can simply model the transistor as a controlled switch.
 +
* However, if we want to predict the performance of the CMOS gate, we might need to model the ON current of the transistor as a current source in series with a switch.
 +
* For high-precision analog circuits, we might need a BSIM model to predict the noise performance, settling time, stability, etc.
 +
 +
Note that "questions" that are more complicated require more complex and mathematically intensive models. Thus, it is best to match the model complexity to the problem or question we want answered. Further note that different models can be used to answer different questions at different stages of the design process.
 +
 +
== The Square-Law MOSFET Model ==
 +
  
  
 
== References ==
 
== References ==
 
<references />
 
<references />

Revision as of 11:40, 14 August 2020

Analog circuits are generally sensitive to the nuances and details of transistor behavior, requiring precise and/or well-controlled voltages, currents, etc. Digital circuits, on the other hand, can have much larger margins of error due to their inherent noise margins and regenerative properties. Thus, we want to be able to model these nuances and details of transistor behavior in order to predict their effects on our circuits.

Transistor Models

Transistor models enable us to describe and predict the behavior of the circuits we build using these transistors by:

  • Providing us with a window into the physical device characteristics (e.g. dimensions, material and device properties, etc.) and processes (e.g. drift/diffusion currents, tunneling, charge transfer, etc.), and
  • Allowing us to perform easy to do "experiments" using simulators such as SPICE[1].

Levels of Abstraction

The complexity of transistor models can range from very simple models, such as modeling the transistor as a simple controlled switch, to very complex models such as BSIM[2] models with hundreds of parameters.

We choose a model based on the questions we want answered.

  • For predicting the digital (boolean) functionality of a static CMOS gate, we can simply model the transistor as a controlled switch.
  • However, if we want to predict the performance of the CMOS gate, we might need to model the ON current of the transistor as a current source in series with a switch.
  • For high-precision analog circuits, we might need a BSIM model to predict the noise performance, settling time, stability, etc.

Note that "questions" that are more complicated require more complex and mathematically intensive models. Thus, it is best to match the model complexity to the problem or question we want answered. Further note that different models can be used to answer different questions at different stages of the design process.

The Square-Law MOSFET Model

References

  1. SPICE (Simulation Program with Integrated Circuit Emphasis) https://en.wikipedia.org/wiki/SPICE
  2. BSIM (Berkeley Short-channel IGFET Model) https://bsim.berkeley.edu/