<< Chapter < Page Chapter >> Page >
SSPD_Chapter 6_Part 10 carries out the device simulation and characterization.

SSPD_Chapter 6_Part 10_MOSFET Simulation2

In MOSFET Simulation1 we used Process Simulator(Athena) to generate the basic (E)NMOS device in P-Well formed in lightly doped N-body. Now we will use ATLAS for device testing and parameterization

go atlas

# set material models

models cvt srh print

MODEL MOS PRINT

The above statement invokes all the relevant models in context of parameterization of MOS device namely:

CVT , SRH, FERMIDIRAC.

SRH is Shockley-Hall-Reed model deals with indirect recombination through traps and defects.

FERMIDIRAC is fermidirac statistics

CVT is a stand-alone model which accounts for the 2D nature of the inversion layer.

Mobility degradation in 2D inversion layer, which forms the channel, is handled by three different methods:

  1. SURFMOB- mobility degradation due to interface scattering (the interface between silicon substrate and gate oxide);
  2. SHIRAHATA – transverse electric field model. A transverse electric field exists along the channel;
  3. CVT, YAMAGUCHI, TASCH- all these three are standalone model for accounting the mobility degradation in the inversion layer. CVT accounts for transverse electric field effect, doping dependence and temperature dependence.

contact name=gate n.poly

interface qf=3e10

In the above two statements we are naming the Gate Contact and giving the interface statements. The interface statements enable define interface fixed charges, surface recombination velocity and thermionic emission. Here we are enabling a fixed charge of 3×10 10 at the interface of Si and Oxide.

method newton

solve init

This states that we re using coupled Newton Method of numeric calculations. Newton Method is used where we have strongly coupled system with quadratic convergence. But this requires a more accurate initial guess to the problem to obtain convergence.

# Bias the drain

solve vdrain=0.1

We are solving for drain current with drain voltage at 0.1V and gate voltage at 0V

# Ramp the gate

log outf=mos1ex01_1.log master

solve vgate=0 vstep=0.25 vfinal=3.0 name=gate

save outf=mos1ex01_1.str

In the above commands we are solving the drain current for Gate Voltage being given a Ramp Voltage starting from 0V and terminating at 3V incrementing in 0.25V steps.

The result is saved as a string.

# plot results

tonyplot mos1ex01_1.log -set mos1ex01_1_log.set

Now we plot the transfer characteristics at a constant drain voltage of 0.1V.

# extract device parameters

extract name="nvt" (xintercept(maxslope(curve(abs(v."gate"),abs(i."drain")))) \

- abs(ave(v."drain"))/2.0)

extract name="nbeta" slope(maxslope(curve(abs(v."gate"),abs(i."drain")))) \

* (1.0/abs(ave(v."drain")))

extract name="ntheta" ((max(abs(v."drain")) * $"nbeta")/max(abs(i."drain"))) \

- (1.0 / (max(abs(v."gate")) - ($"nvt")))

quit

The above statements extract the Threshold Voltage of MOS Transistor, Beta and Theta.

Threshold voltage is extracted by calculating the maximum slope of Id/Vgs characteristics, extending the tangent drawn at the maximum slope point to make an intercept on Vgs axis. The X-intercept minus the half of drain voltage is Threshold Voltage.

In this extract statement, nbeta is the intercept on X-axis.

Similarly ntheta is the final value of Threshold Voltage.

Figure 16. Plot of I D -V GS at constant V DS and extraction of V Th .

The Tony Plot of the transfer characteristics of the simulated device is given in Figure 16.The whole program has been deciphered and explained in the simplest terms. Following the same set of statements similar simulations can be carried out.

Questions & Answers

what is defense mechanism
Chinaza Reply
what is defense mechanisms
Chinaza
I'm interested in biological psychology and cognitive psychology
Tanya Reply
what does preconceived mean
sammie Reply
physiological Psychology
Nwosu Reply
How can I develope my cognitive domain
Amanyire Reply
why is communication effective
Dakolo Reply
Communication is effective because it allows individuals to share ideas, thoughts, and information with others.
effective communication can lead to improved outcomes in various settings, including personal relationships, business environments, and educational settings. By communicating effectively, individuals can negotiate effectively, solve problems collaboratively, and work towards common goals.
it starts up serve and return practice/assessments.it helps find voice talking therapy also assessments through relaxed conversation.
miss
Every time someone flushes a toilet in the apartment building, the person begins to jumb back automatically after hearing the flush, before the water temperature changes. Identify the types of learning, if it is classical conditioning identify the NS, UCS, CS and CR. If it is operant conditioning, identify the type of consequence positive reinforcement, negative reinforcement or punishment
Wekolamo Reply
please i need answer
Wekolamo
because it helps many people around the world to understand how to interact with other people and understand them well, for example at work (job).
Manix Reply
Agreed 👍 There are many parts of our brains and behaviors, we really need to get to know. Blessings for everyone and happy Sunday!
ARC
A child is a member of community not society elucidate ?
JESSY Reply
Isn't practices worldwide, be it psychology, be it science. isn't much just a false belief of control over something the mind cannot truly comprehend?
Simon Reply
compare and contrast skinner's perspective on personality development on freud
namakula Reply
Skinner skipped the whole unconscious phenomenon and rather emphasized on classical conditioning
war
explain how nature and nurture affect the development and later the productivity of an individual.
Amesalu Reply
nature is an hereditary factor while nurture is an environmental factor which constitute an individual personality. so if an individual's parent has a deviant behavior and was also brought up in an deviant environment, observation of the behavior and the inborn trait we make the individual deviant.
Samuel
I am taking this course because I am hoping that I could somehow learn more about my chosen field of interest and due to the fact that being a PsyD really ignites my passion as an individual the more I hope to learn about developing and literally explore the complexity of my critical thinking skills
Zyryn Reply
good👍
Jonathan
and having a good philosophy of the world is like a sandwich and a peanut butter 👍
Jonathan
generally amnesi how long yrs memory loss
Kelu Reply
interpersonal relationships
Abdulfatai Reply
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Solid state physics and devices-the harbinger of third wave of civilization. OpenStax CNX. Sep 15, 2014 Download for free at http://legacy.cnx.org/content/col11170/1.89
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Solid state physics and devices-the harbinger of third wave of civilization' conversation and receive update notifications?

Ask