Difference between revisions of "Passive CMOS Devices"

From Microlab Classes
Jump to navigation Jump to search
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Passive devices such as resistors, capacitors, and inductors, are commonly used in biasing circuits, feedback networks, and signal or energy storage blocks. However, these passive devices, when built on fabrication processes that are optimized for transistors, may have characteristics different from their ideal or discrete counterparts. In this module, we examine the behavior of passive devices built alongside CMOS transistors.  
 
Passive devices such as resistors, capacitors, and inductors, are commonly used in biasing circuits, feedback networks, and signal or energy storage blocks. However, these passive devices, when built on fabrication processes that are optimized for transistors, may have characteristics different from their ideal or discrete counterparts. In this module, we examine the behavior of passive devices built alongside CMOS transistors.  
  
== Resistors ==
+
We will divide this module into the following sections:
In standard digital CMOS processes, there is usually no provision for high resistance layers, since resistances are typically deemed bad for digital circuits. But in analog design, we often need well-controlled resistors, with relatively large resistance values. In order to evaluate if a particular layer could be used as to build a resistor, we look to their sheet resistance. Recall that for a resistor:
+
* [[Integrated Resistors]]
 +
* [[Integrated Capacitors]]
  
{{NumBlk|::|<math>R = \frac{\rho \cdot \ell}{A} = \frac{\rho}{t}\frac{\ell}{w}= R_\mathrm{sh} \frac{\ell}{w}</math>|{{EquationRef|1}}}}
+
Read the two modules above, the do the activity below.
  
Where <math>R_\mathrm{sh}</math> is the ''sheet resistance'' of the layer, <math>\rho</math> is the resistivity of the material, <math>\ell</math> is the length along the direction of the current, and <math>A = w\cdot t</math>, is the cross sectional area normal to the current flow, which is equal to the product of the layer thickness, <math>t</math> and <math>w</math> is the width of the layer perpendicular to the current flow. The table below shows indicative values of the common conductive layers in a CMOS process:
+
{{Note|[[220-A2.1 | '''Activity A2.1''' Integrated Resistors and Capacitors]] -- This activity walks you through the analysis and simulation of integrated RC circuits.|reminder}}
 
 
{| class="wikitable" style="text-align: center;"
 
! Layer
 
! Sheet Resistance
 
|-
 
| Metal
 
| <math>50-70\,\mathrm{m\Omega/\square} \pm 30\mathrm{%}</math>
 
|-
 
| Polysilicon
 
| <math>5\,\mathrm{m\Omega/\square}</math>
 
|-
 
| <math>n^+</math> or <math>p^+</math> Diffusion
 
| <math>5\,\mathrm{m\Omega/\square}</math>
 
|-
 
| <math>n</math>-well
 
| <math>1-5\,\mathrm{k\Omega/\square} \pm 40\mathrm{%}</math>
 
|-
 
|}
 
 
 
An illustrative cross-section of resistors using these layers are shown in Figs. 1 and 2.
 
 
 
{|
 
| [[File:Si resistors.png|thumb|520px|Figure 1: Resistors built using semiconductor layers<ref name="Allen2016">Phillip Allen's [https://aicdesign.org/wp-content/uploads/2018/08/lecture03-151116.pdf slides] on Deep Submicron CMOS Technologies</ref>.]]
 
| [[File:Metal resistor.png|thumb|450px|Figure 2: Resistors built using metal layers<ref name="Allen2016"/>.]]
 
|-
 
|}
 
 
 
[[File:Silicide cmos.png|thumb|300px|Figure 3: Silicide layers on diffusion and polysilicon layers to reduce the effective sheet resistance<ref>Krishna Saraswat's [https://web.stanford.edu/class/ee311/NOTES/Silicides%20&%20Metal%20gate%20Slides.pdf slides] on Polycides, Salicides andMetals Gates.</ref>.]]
 
In a CMOS process optimized for digital circuits, the low sheet resistances of the semiconductor layers are due to a low-resistance silicide layer deposited on top of the semiconductor layer, as shown in Fig. 3. In analog CMOS processes, we are usually given the option to place a silicide block, i.e. to prevent the silicide layer from being deposited on specific locations on the die. The table below contains illustrative values of the sheet resistance of the semiconductor layers with the silicide block option.
 
 
 
{| class="wikitable" style="text-align: center;"
 
! Layer
 
! Sheet Resistance
 
|-
 
| <math>n^+</math>-polysilicon
 
| <math>100\,\mathrm{\Omega/\square}
 
|-
 
| <math>p^+</math>-polysilicon
 
| <math>180\,\mathrm{\Omega/\square}
 
|-
 
| <math>n^+</math>-diffusion
 
| <math>50\,\mathrm{\Omega/\square}
 
|-
 
| <math>p^+</math>-diffusion
 
| <math>100\,\mathrm{\Omega/\square}
 
|-
 
| <math>n</math>-well
 
| <math>1000\,\mathrm{\Omega/\square}
 
|-
 
|}
 
 
 
Note that the non-silicided layers have significantly larger sheet resistances.
 
 
 
== Capacitors ==
 
 
 
== Inductors ==
 
 
 
== References ==
 
<references />
 

Latest revision as of 15:25, 22 September 2020

Passive devices such as resistors, capacitors, and inductors, are commonly used in biasing circuits, feedback networks, and signal or energy storage blocks. However, these passive devices, when built on fabrication processes that are optimized for transistors, may have characteristics different from their ideal or discrete counterparts. In this module, we examine the behavior of passive devices built alongside CMOS transistors.

We will divide this module into the following sections:

Read the two modules above, the do the activity below.

Activity A2.1 Integrated Resistors and Capacitors -- This activity walks you through the analysis and simulation of integrated RC circuits.