Download Electronics Summary Reminder: Voltage Division Example of

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Electrical substation wikipedia , lookup

Variable-frequency drive wikipedia , lookup

History of electric power transmission wikipedia , lookup

Islanding wikipedia , lookup

Power inverter wikipedia , lookup

Current source wikipedia , lookup

Resistive opto-isolator wikipedia , lookup

Rectifier wikipedia , lookup

Ohm's law wikipedia , lookup

Power electronics wikipedia , lookup

Voltage regulator wikipedia , lookup

Surge protector wikipedia , lookup

Stray voltage wikipedia , lookup

Shockley–Queisser limit wikipedia , lookup

Switched-mode power supply wikipedia , lookup

Voltage optimisation wikipedia , lookup

P–n diode wikipedia , lookup

Alternating current wikipedia , lookup

Mains electricity wikipedia , lookup

Buck converter wikipedia , lookup

Rectiverter wikipedia , lookup

History of the transistor wikipedia , lookup

TRIAC wikipedia , lookup

Opto-isolator wikipedia , lookup

Transistor wikipedia , lookup

CMOS wikipedia , lookup

Transcript
CS/ECE 5710/6710
Digital VLSI Design
Electronics Summary
  Voltage is a measure of electrical potential energy
  Current is moving charge caused by voltage
  Resistance reduces current flow
 
Ohm’s Law: V = I R
  Power is work over time
 
P = V I = I2R = V2/R
Energy (joules): work required to
move one coulomb of charge by one
volt or work done to produce one watt
for one sec
  Capacitors store charge
 
 
 
 
Reminder: Voltage Division
  Find the voltage across any series-connected
resistors
Example of Voltage Division
It takes time to charge/ discharge a capacitor
Time to charge/discharge is related exponentially to RC
It takes energy to charge a capacitor
Energy stored in a capacitor is (1/2)CV2
Example of Voltage Division
  Find the voltage at point A with respect to
GND
How Does This Relate to VLSI?
  Find the voltage at point A with respect to
GND
 1
Model of a CMOS Transistor
Two Types of CMOS Transistors
CMOS Transistors
  Complementary Metal Oxide Semiconductor
  Two types of transistors
 
 
 
Built on silicon substrate
“majority carrier” devices
Field-effect transistors
Silicon Lattice
  Transistors are built on a silicon substrate
  Silicon is a Group IV material
  Forms crystal lattice with bonds to four
neighbors
  An
electric field attracts carriers to form a conducting
channel in the silicon…
  We’ll get much more of this later…
  For now, just some basic abstractions
Figures from Reid Harrison
“Semi” conductor?
  Thermal energy (atomic-scale vibrations) can
shake an electron loose
 
Leaves a “hole” behind
Figures from Reid Harrison
“Semi” conductor?
 
Room temperature: 1.5x1010 free electrons per cubic
centimeter
5x1022 silicon atoms / cc
one out of every 3 trillion atoms has a missing e
  But,
  So,
Figures from Reid Harrison
 2
Dopants
  Group V: extra electron (n-type)
 
Phosphorous, Arsenic,
Dopants
  Note that each type of doped silicon is
electrostatically neutral in the large
  Group III: missing electron, (p-type)
 
 
Usually Boron
Figures from Reid Harrison
 
Consists of mobile electrons and holes
And fixed charges (dopant atoms)
Figures from Reid Harrison
p-n Junctions
  A junction between p-type and n-type
semiconductor forms a diode.
 
p-n Junctions
 
Two mechanisms for carrier (hole or electron)
motion
  Drift
Current flows only in one direction
- requires an electric field
– requires a concentration gradient
  Diffusion
Figures from Reid Harrison
p-n Junctions
 
With no external voltage diffusion causes a
depletion region
p-n Junctions
 
Eventually reaches equilibrium where diffusion
current offsets drift current
  Causes
an
electric field
because of
charge
recombination
  Causes
drift
current…
Figures from Reid Harrison
Figures from Reid Harrison
 3
p-n Junctions
 
N-type Transistor
By applying an external voltage you can modulate
the width of the depletion region and cause diffusion
or drift to dominate…
D
G
+Vgs
+
Vds
S
i
electrons
-
Figures from Reid Harrison
nMOS Operation
  Body is commonly tied to ground (0 V)
  When the gate is at a low voltage:
 
 
 
P-type body is at low voltage
Source-body and drain-body diodes are OFF
No current flows, transistor is OFF
nMOS Operation Cont.
  When the gate is at a high voltage:
 
 
 
 
P-type Transistor
Positive charge on gate of MOS capacitor
Negative charge attracted to body
Inverts a channel under gate to n-type
Now current can flow through n-type silicon
from source through channel to drain, transistor
is ON
pMOS Transistor
  Similar, but doping and voltages reversed
 
 
 
 
-Vgs
G
S
+
Vsd
D
Body tied to high voltage (VDD)
Gate low: transistor ON
Gate high: transistor OFF
Bubble indicates inverted behavior
i
holes
-
 4
A Cutaway View
Transistors as Switches
  CMOS structure with both transistor types
  For now, we’ll abstract away most analog details…
D
G
Good 0 Good 1
G=0
G=1
S
Good 0
S
G
Good 0 Good 1
G=0
D
Poor 1
G=1
Not Perfect Switches!
“Switching Circuit”
Poor 0
Good 1
“AND” Circuit
  For example, a switch can control when a
light comes on or off
  Both switch X AND switch Y need to be
closed for the light to light up
+5v
+5v
No electricity can flow
0v
“OR” Circuit
X
Y
0v
CMOS Inverter
  The light comes on if either X OR Y are
closed
+5v
X
Y
0v
 5
CMOS Inverter
A
0
1
Y
CMOS Inverter
A
0
1
Y
?
CMOS Inverter
A
0
1
Y
CMOS Inverter
A
0
1
0
Timing Issues in CMOS
Y
1
0
Power Consumption
 6
CMOS NAND Gate
CMOS NAND Gate
A
0
0
1
1
B
0
1
0
1
Y
CMOS NAND Gate
A
0
0
1
1
B
0
1
0
1
Y
1
CMOS NAND Gate
A
0
0
1
1
B
0
1
0
1
Y
1
1
CMOS NAND Gate
A
0
0
1
1
B
0
1
0
1
Y
1
1
1
CMOS NAND Gate
A
0
0
1
1
B
0
1
0
1
Y
1
1
1
0
 7
CMOS NOR Gate
3-input NAND Gate
  Y pulls low if ALL inputs are 1
  Y pulls high if ANY input is 0
3-input NAND Gate
  Y pulls low if ALL inputs are 1
  Y pulls high if ANY input is 0
N-type and P-type Uses
  Because of the imperfect nature of the the
transistor switches
 
 
 
ALWAYS use N-type to pull low
ALWAYS use P-type to pull high
If you need to pull both ways, use them both
In
S=0, In = Out
S
S
S=1, In = Out
Out
Switch to Chalkboard
  Complex Gate
  Tri-State
  Latch
  D-register
  XOR
 8