Download PPT - School of Engineering and Applied Science

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

Capacitor wikipedia , lookup

Ground (electricity) wikipedia , lookup

Electrical substation wikipedia , lookup

Memristor wikipedia , lookup

Thermal runaway wikipedia , lookup

Voltage optimisation wikipedia , lookup

Switched-mode power supply wikipedia , lookup

Rectifier wikipedia , lookup

Immunity-aware programming wikipedia , lookup

Stray voltage wikipedia , lookup

Ohm's law wikipedia , lookup

Electromagnetic compatibility wikipedia , lookup

P–n diode wikipedia , lookup

Surge protector wikipedia , lookup

Resistive opto-isolator wikipedia , lookup

Rectiverter wikipedia , lookup

Current source wikipedia , lookup

Mains electricity wikipedia , lookup

Metadyne wikipedia , lookup

Buck converter wikipedia , lookup

Alternating current wikipedia , lookup

Earthing system wikipedia , lookup

Two-port network wikipedia , lookup

Transistor wikipedia , lookup

Network analysis (electrical circuits) wikipedia , lookup

Opto-isolator wikipedia , lookup

Current mirror wikipedia , lookup

CMOS wikipedia , lookup

Transcript
The George Washington University
School of Engineering and Applied Science
Department of Electrical and Computer Engineering
ECE122 – Lab 7
MOSFET Parameters and Scaling Effects
Jason Woytowich
Ritu Bajpai
Last revised on November 1, 2007
CMOS Scaling
• Devices are constantly shrinking in an
effort to increase the number of devices on
a chip.
• The state-of-the-art mass production is
moving into ~65nm.
• Clock speeds are scaled up to increase
performance.
Effects on the device
• Short-channel effects on VT: If we reduce
the channel length beyond a certain limit
the source and drain depletion regions
begin to affect the threshold voltage.
• Velocity saturation: With devices getting
smaller they are exposed to high electric
fields leading to drift velocity reaching its
upper bound.
Effects on the device
• Gate leakage current (IG):The gate
dielectric is needed to prevent charge from
passing from the gate to channel of a
MOSFET. All insulators, when sufficiently
thin, allow some electrons, and thus some
current, to pass through due to quantum
mechanical effects.
Effects on the device
• Sub threshold current (ID): This is the
current flowing through the transistor when
it is nominally off (Ioff). Ideally we want this
current to be low. But like Ion it is also
proportional to (VGS-VT).
Effects on the circuit
• Decreased supply voltage: As supply
voltage is reduced, the charge stored will
be small. With larger subthreshold leakage
current, coupling noise etc is will be a
challenge to get circuits to operate
properly.
• Increased role of wiring resistance,
inductance and capacitance.
Effects on the circuit
• Interconnect coupling: Wires are getting
thinner but not decreasing as rapidly in
height. This makes them look like tall thin
conductors which form parallel plate
capacitors.
• IR Drop: Narrow wires have a non
negligible resistance.
• Electromigration: This involves migration
of metal molecules due to high current
densities and narrow line widths leading to
a short or open in the metal line.
Spice MODELS
• The standard spice model is not sufficient to
capture all of these effects.
• There have been many upgrades to it in order
to increase it’s effectiveness.
Level 1
~5 Parameters
Level 49
~100 Parameters
Review of Spice Parameters
.model nmos nmos Level=1
+ Vto=1.0
Kp=3.0E-5
+ Phi=0.65
Lambda=0.02
+ Nsub=1.0E+15
Nss=1.0E+10
+ Tpg=1.00
Uo=700.0
+ Kf=1.0E-26
Is=1.0E-15
+ Pb=0.75
Cj=2.0E-4
+ Cjsw=1.00E-9
Mjsw=0.33
+ Cgbo=2.0E-10
Cgdo=4.00E-11
+ Rd=10.0
Rs=10.0
Gamma=0.35
Tox=0.1u
Ld=0.01u
Af=1.2
Js=1.0E-8
Mj=0.5
Fc=0.5
Cgso=4.00E-11
Rsh=30.0
The “REAL” Data
•
•
•
http://www.mosis.org/cgibin/cgiwrap/umosis/swp/params/ibm018/t67j_7wl_5lm_ma-params.txt file will
serve as the real data
Save the above file as .md file.
Make changes so as to correspond to
the tanner .md format.
The test setup
The simulation
• A DC sweep of 100 points of VDS from 0 to 1.8V
• A Secondary sweep of 10 points of VGS from 0
to 1.8V
.dc source VDS lin 100 0 1.8 sweep source VGS lin 10 0 1.8
.include "C:\Documents and Settings\Student\Desktop\ECE122_Lab7\ml1_typ.md“
*replace with your path name
*.include "C:\Documents and
Settings\Student\Desktop\ECE122_Lab7\IBM_018u.md“// put your pathname
.print dc i(M1,D)
* Main circuit: MosfetTest
M1 D G Gnd Gnd NMOS L=180n W=1u AD=66p PD=24u AS=66p PS=24u
VGS G Gnd 5.0
VDS D Gnd 5.0
* End of main circuit: MosfetTest
Analysis and Results
• Show the ID vs. VDS characteristic for the
spice level 1 and for the Mosis transistor
data.
• Why do you think the two characteristic
curves are different?