An Introduc+on to Silvaco-Atlas

Size: px
Start display at page:

Download "An Introduc+on to Silvaco-Atlas"

Transcription

1 An Introduc+on to Silvaco-Atlas Objectives: To learn how to simulate semiconductor device structures in cross-section (2D) or in 3D. To become familiar with building a structure and simulation code through Deckbuild in order to perform DC and AC simulations. To visualize actual energy band-edge, potential, field, and carrier profile gradients, etc, and output currentvoltage characteristics for devices discussed in ECE135B. To solve Problem Set 4! Refs.: 1. Atlas User Manual 2. nanohub online resources

2 Deckbuild Is the interface we work with to set up our structure and simulation Athena Atlas Simulates our input processing conditions to produce the structure whose performance we want to simulate (to be taught in ECE136L). Tonyplot Simulates the Athena-created or input specified structure (code or by Devedit) for output characterisgcs based on specified material parameters. Displays output characteristics and allows us to visualize them in a variety of formats (contour plots, I- V, C-V, etc). In ECE135B, we will mainly modify Atlas command line input in order to characterize MOSFET performance, and display extracted results in log files or plot them using Tonyplot.

3 How to run Atlas You can run the software from any of the linux labs or you can SSH to any of the machines and run the program remotely. Once you re logged in, you can open a terminal and type in: module load silvaco Then, you d want to start the deckbuild where you can type in your code and run Atlas. Type: Deckbuild & Your working folder will be ee135bzz. Make sure that the saved file name includes your family name so that others wouldn t modify it by mistake.

4 Deckbuild Window Allows you to open input files with.in extension (Ex: superdevice.in )

5 Deckbuild Window This window will open Allows you to open already built-in examples, learn from them, and improve your skills to u:lize the best of the simulator. Double-click

6 Deckbuild Window You will see a list of available examples This window will open Double-click Double-click to load example in deckbuild window

7 Deckbuild Window Created by Athena Simulated through Atlas

8 Input File in Deckbuild (for illustration purpose only) Schrodinger-Poisson solution at zero bias go atlas mesh x.mesh loc=0.0 spac=0.04 x.mesh loc=5.0 spac=0.04 Optional user comments; anything after is read as a comment To run Atlas Mesh specification y.mesh loc=0.0 spac=0.01 y.mesh loc=0.07 spac=0.005 y.mesh loc=0.28 spac=0.005 y.mesh loc=0.35 spac=0.01 region num=1 material=si3n4 y.min=0.0 y.max=0.14 region num=2 material=inas y.min=0.14 y.max=0.21 Regional specifica>on region num=3 material=si3n4 y.min=0.21 y.max=0.35 elec num=1 material=titanium name=source x.min=0.0 x.max=0.5 y.min=0.139 y.max=0.14 elec num=2 material=aluminum name=gate x.min=2.0 x.max=3.0 y.min=0.0 y.max=0.13 elec num=3 material=titanium name=drain x.min=4.5 x.max=5.0 y.min=0.139 y.max=0.14 elec num=2 material=aluminum name=gate x.min=2.0 x.max=3.0 y.min=0.22 y.max=0.35 elec num=1 material=titanium name=source x.min=0.0 x.max=0.5 y.min=0.210 y.max=0.211 elec num=3 material=aluminum name=drain x.min=4.5 x.max=5.0 y.min=0.210 y.max=0.211 doping uniform y.min=0.14 y.max=0.21 n.type conc=5.e16 Doping specification 1. Structure Specification: - Mesh - Region - Electrode - Doping Electrode specification

9 Input File in Deckbuild cont. (for illustration purpose only) material material=inas affinity=4.9 contact name=drain current contact name=drain resistance=350 contact name=source current contact name=source resistance=350 interf qf=1e12 2. Material physical parameters, contacts and interfaces. model schrodinger.n eigens=20 fixed.fermi ^calc.fermi qy.min=0.05 qy.max=0.35 qx.min=2.0 qx.max=3.0 fermi new.eig num.direct=1 qminconc=1.0e13 srh incomplete method itlim=20 nblockit=30 trap maxtrap=6 vsatmod.inc=0.01 carriers=0 output con.band val.band eigens=5 3. Models to be used for simulations and numerical methods to be solved with. solve init solve vgate=0 save outf=trr.str tonyplot trr.str quit 4. Solu=on specifica=on (what to solve for?). 5. Displaying Solutions.

10 Order of Atlas Commands

11 Defining a Structure 1. If a structure is created in Athena or Devedit, use: MESH INFILE=<filename> 2. If a structure is created in the same Deckbuild file, the command: go atlas will automa6cally load the most recently saved structure. In this case, MESH statement in Atlas should not be used. ELECTRODE statement should be defined in Athena in this case. 3. Using the Deckbuild command line: MESH SPACE.MULT=<VALUE> where <Value> is between 0 and 1 for refining the mesh for more accurate details in the simulation, and greater than 1 for coarser mesh for fast simulations. Using this feature, you wouldn t need to re-write the whole mesh in case you needed to change the mesh spacing. X.MESH LOCATION=<VALUE> SPACING=<VALUE> Y.MESH LOCATION=<VALUE> SPACING=<VALUE> where x & y can be positive or negative but has to increase as you proceed in defining the mesh and <VALUE> is in microns.

12

13 Specifying Regions and Materials Syntax: REGION number=<integer> <material_type> <position parameters> Example 1: region num=1 material=si3n4 y.min=0.0 y.max=0.14 This defines the material in region 1 to be silicon nitride extending over all values of x (along the length of the device) and from 0 to 0.14μm along its depth. Example 2: region num=1 material=si3n4 x.min=0.0 x.max=0.05 y.min=0.0 y.max=0.14 This does the same as above but restricts the extent of silicon nitride in the x- direction between 0 and 50nm. Note: All points included in the MESH statement needs to have a region defined for them.

14 Specifying Electrodes and Doping Electrode syntax: ELECTRODE NAME=<electrode name> <position_parameters> Example: elec Doping syntax: num=1 name=source x.min=0.0 x.max=0.5 y.min=0.139 y.max=0.14 DOPING <distribumon_type> <dopant_type> <posimon_type> Example: Doping uniform conc=5.e16 n.type region=1 OR: Doping uniform conc=5.e16 n.type region=1 x.min=0 x.max=0.1 \ y.min=0 y.max=0.14 OR (see next page for profile): Doping uniform con=1e16 n.type region=1 Doping Gaussian con=1e20 characteristic=0.5 p.type x.left=0.0 \ x.right=2.0 peak=0.5

15 0.5μm 70% of characteristic

16

17 Regrid at Junctions When there are abrupt changes in doping, composition, near contacts, etc, one needs to regrid in order to achieve conversion without defining a fine grid all over the structure: Example: regrid logarithm doping ratio=2 smooth.key=4 This creates a regrid when that resolves changes in doping profiles to 2 orders of magnitude. smooth.key is a built in rou<ne to specify number of triangles at the regrid loca<on with 4 being a default value. before regrid after regrid

18 Specifying Contact Characteristics Examples: contact name=gate workfunction=4.8 When a workfunction is specified, contact is treated as a Schottky contact. barrier enables dipole or image force barrier lowering: contact name=anode workfunction=4.9 barrier alpha=1e-7 sets the image force lowering coefficient to 1nm. contact name=source con.resistance=0.05 sets the contact specific resistivity to 0.05 Ωcm 2. contact name=drain resistance=50 capacitance=20e-12 inductance=1e-6 sets series lumped elements with R=50Ω, C=20pF, L=1μH. Since this is a 2D simulation, the channel width is 1 μm, meaning R=50Ω-μm & I in A/μm.

19 Specifying Material & Interface Properties Material statement allow modifying the basic physical parameters of a material used in the input file. Examples: material material=silicon EG300=1.12 mun=1100 sets the bandgap and low field mobility in all regions of the device. material region=2 taun0=2e-7 taup0=1e-5 sets the electron and hole SRH recombination lifetimes in region 2 Interface statement defines interface charge density and surface recombinagon velociges at semiconductor/insulator interfaces. Examples: interface qf=3e10 s.n=1e4 s.p=1e4 sets all interfaces between semiconductors and dielectrics to have a fixed charge density of 3x10 10 cm -2 and the electron and hole surface recombinabon velocibes. interface qf=3e10 x.min=1.0 x.max=2.0 y.min=0.0 y.max=0.5 sets the interface charge density to the rectangle defined above.

20 Specifying Interface Traps Syntax: Inttrap <type> E.level=<real> density=<real> <capture parameters> Examples: inttrap inttrap e.level=0.49 acceptor density=2e10 degen=12 sign=2.48e-15 sigp=2.84e-14 e.level=0.32 donor density=1e10 degen=1 sign=1e-16 sigp=1e-17 degeneracy factor capture cross-section for electrons capture cross-section for holes

21 Specifying Physical Models Physical models used for simula1ons are classified into: mobility, recombina1on, carrier sta1s1cs, impact ioniza1on, and tunneling. Example: models conmob fldmob srh fermidirac activates concentration dependent mobility mobility models, field dependent mobility models, SRH minority carrier recombination model, and Fermi-Dirac statistics model. Some basic models are grouped for simulating certain devices. For example: models MOS print activates CVT, SRH, and fermidirac models. The print lists to the run time output the models and their parameters to be used in the simulation. One can always check these to make sure if his/her models are activated properly. CVT activates the transverse field mobility model.

22 The Drift Diffusion Transport Model Utilizes Poisson s equation to solve for potential/field distribution and the continuity equations for carrier statistics. Ψ is the electrostatic potential φ n & φ p are electron and hole quasi-fermi energies Temperature variations (energy of carriers) not taken into account à Energy Balance Model.

23 Numerical Solution Techniques Specified in the method statement: - Gummel: solves the equations sequentially (decoupled) until a convergence is achieved. - Newton: solves the equations simultaneously (coupled) but takes longer time to converge. - Block: combined Gummel and Newton (some equations coupled and some decoupled). method gummel block newton starts solu)on with a few Gummel itera)ons to generate a be4er guess and then switch to Newton to complete the solu)on. recommended; sets the limit for minimum resolvable carrier method gummel newton climit=1e-4 concentration sets the solver to start with Gummel itera)ons and then switch to Newton if convergence is not achieved. (most recommended) method carrier=2 solves for both electrons and holes (default) method carrier=1 hole solves for holes only

24 DC Solutions The voltage on each electrode is specified using the SOLVE statement: Example: solve init solve vgate=2.0 solve vdrain=1.0 solves for initial guess at thermal equilibrium (zero bias) solves for single bias points Bias sweep: solve vgate=0 vstep=0.05 vfinal=2.0 name=gate Sweeps the gate bias from 0 to 2 V in 0.05 V increments. Family of curves (example Ids-Vds at different Vgs): solve vgate=1 outf=temp1 solve vgate=2 outf=temp2 load infile=temp1 log outf=drain_sweep_vgate1 solve name=drain vdrain=0 vstep=0.05 vfinal=2.0 load infile=temp2

25 AC Solutions Specified on top of DC biases to solve for conductance and capacitance between different nodes: Example: solve vgate=0 vstep=0.05 vfinal=1 name=gate AC freq=1e6 Or: solve vgate=0.5 AC freq=1e9 fstep=1e9 nfsteps=9 ramps the frequency from 1GHz to 10 GHz in 1 GHz step. Displaying Results in Tonyplot One can plot the output log file using tonyplot Example: tonyplot drain_sweep_vgate1.log For a family of curves (example Ids-Vds at different Vgs): tonyplot overlay drain_sweep_vgate1.log drain_sweep_vgate2.log

LAB MANUAL. Silvaco ATLAS Device Simulation Software

LAB MANUAL. Silvaco ATLAS Device Simulation Software LAB MANUAL Silvaco ATLAS Device Simulation Software Centre for Detector & Related Software Technology (CDRST) Department of Physics & Astrophysics, University of Delhi 1 INDEX 1. OVERVIEW...3 2. ABOUT

More information

2D Process Modeling with Silvaco ATHENA Dr. Lynn Fuller

2D Process Modeling with Silvaco ATHENA Dr. Lynn Fuller ROCHESTER INSTITUTE OF TECHNOLOGY MICROELECTRONIC ENGINEERING 2D Process Modeling with Silvaco ATHENA Dr. Lynn Fuller Webpage: http://people.rit.edu/lffeee 82 Lomb Memorial Drive Rochester, NY 14623-5604

More information

SILVACO International 0

SILVACO International 0 TCAD WORKSHOP USING SILVACO TCAD TOOLS Volume I This workshop will introduce you to process and device simulation using the Silvaco TCAD tools. It is assumed that you are familiar with basic concepts of

More information

FACULTY OF ENGINEERING LAB SHEET. EOP3036 Fabrication and Packaging Technology TRIMESTER

FACULTY OF ENGINEERING LAB SHEET. EOP3036 Fabrication and Packaging Technology TRIMESTER FACULTY OF ENGINEERING LAB SHEET EOP3036 Fabrication and Packaging Technology TRIMESTER 2 2017-2018 FP2 Simulation of fabrication processes and modelling of photodiodes Notes: 1. Maximum of TWO students

More information

ESD Protection Device Simulation and Design

ESD Protection Device Simulation and Design ESD Protection Device Simulation and Design Introduction Electrostatic Discharge (ESD) is one of the major reliability issues in Integrated Circuits today ESD is a high current (1A) short duration (1ns

More information

UNIVERSITY OF CALIFORNIA College of Engineering Department of Electrical Engineering and Computer Sciences

UNIVERSITY OF CALIFORNIA College of Engineering Department of Electrical Engineering and Computer Sciences 130 Spring 003 UNIVRSITY OF CALIFORNIA College of ngineering Department of lectrical ngineering and Computer Sciences Term Project Due by 5 PM on Thursday, 4/4/03 Prof. King NOT: YOU MUST WORK ONLY WITH

More information

Luminous. Optoelectronic Device Simulator 4/15/05

Luminous. Optoelectronic Device Simulator 4/15/05 Optoelectronic Device Simulator 4/15/05 Contents Overview Key Benefits Applications Charge Coupled Devices (CCDs) Separate Absorption Multiplication (SAM) reach through avalanche photo detectors High speed

More information

The Simulation Environment

The Simulation Environment Institut für Integrierte Systeme Integrated Systems Laboratory Introduction The Simulation Environment WS 2011 The goal is to become familiar with the simulation package. We will use the tools SDE, DESSIS,

More information

Guide to Using TCAD with Examples

Guide to Using TCAD with Examples Guide to Using TCAD with Examples Silvaco 4701 Patrick Henry Drive, Bldg. 6 Santa Clara, CA 95054 Telephone (408) 567-1000 Internet: www.silvaco.com February 4, 2009 SILVACO Page 1 Guide to Using TCAD

More information

Using TSUPREM-4 for Piezoresistor Design M. Hopcroft MAY2006 v1.01

Using TSUPREM-4 for Piezoresistor Design M. Hopcroft MAY2006 v1.01 Using TSUPREM-4 for Piezoresistor Design M. Hopcroft MAY2006 v1.01 TSUPREM-4 can be used for predicting the characteristics of piezoresistors created by doping of silicon. However, some care must be taken

More information

Quokka version 2: selective surface doping, luminescence. modeling and data fitting

Quokka version 2: selective surface doping, luminescence. modeling and data fitting Quokka version 2: selective surface doping, luminescence modeling and data fitting Andreas Fell 1 *, Keith R. McIntosh 2, Malcolm Abbott 2, Daniel Walter 1 1 Australian National University, Canberra, Australia

More information

Device Parameters Extraction Within Silvaco Simulation Software. Dragica Vasileska Arizona State University

Device Parameters Extraction Within Silvaco Simulation Software. Dragica Vasileska Arizona State University Device Parameters Extraction Within Silvaco Simulation Software Dragica Vasileska Arizona State University Device parameter extraction is an important ingredient in the device simulation process as parameters

More information

PISCES-II Input Specification

PISCES-II Input Specification PISCES-II Input Specification OVERVIEW... 1 MESH... 33 CHECK... 3 METHOD... 36 COMMENT... 4 MODELS... 40 CONTACT... 5 OPTIONS... 43 CONTOUR... 7 PLOT.1D... 45 DOPING... 10 PLOT.2D... 49 ELECTRODE... 19

More information

RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY DEPARTMENT OF ECE QUESTION BANK- EDC SEMESTER - III UNIT I : SEMICONDUCTOR DIODS PART A

RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY DEPARTMENT OF ECE QUESTION BANK- EDC SEMESTER - III UNIT I : SEMICONDUCTOR DIODS PART A RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY DEPARTMENT OF ECE QUESTION BANK- EDC SEMESTER - III UNIT I : SEMICONDUCTOR DIODS 1. Define Electronics. 2. What is meant by forbidden energy gap. 3. Classify

More information

Both equations are solved using a finite differences (iterative relaxation) method, which takes some time to converge.

Both equations are solved using a finite differences (iterative relaxation) method, which takes some time to converge. WEIGHTFIELD 2D Silicon Strip Detector Simulation V0.04 14 November 2011 markus.friedl@oeaw.ac.at Abstract WEIGHTFIELD is a program that allows simulating a silicon strip detector in two dimensions (crosssection).

More information

Victory Advanced Structure Editor. 3D Process Simulator for Large Structures

Victory Advanced Structure Editor. 3D Process Simulator for Large Structures Victory Advanced Structure Editor 3D Process Simulator for Large Structures Applications Victory Advanced Structure Editor is designed for engineers who need to create layout driven 3D process based structures

More information

Integrated Simulation Solution for Advanced Power Devices

Integrated Simulation Solution for Advanced Power Devices Integrated Simulation Solution for Advanced Power Devices Objectives of this Presenation Presentation of simulation results for non-silicon power device types SiC Based Power Devices GaN Based Power Devices

More information

MDC CV SYSTEM OPERATION PROCEDURE

MDC CV SYSTEM OPERATION PROCEDURE MDC CV SYSTEM OPERATION PROCEDURE Rev B Table of Contents Contents Table of Contents... 1 1. Purpose / Scope... 2 2. Reference Documents... 2 3. Operation Manual... 2 4. Equipment / Supplies / Material...

More information

BSIMCMG model parameter extraction. September, 2011

BSIMCMG model parameter extraction. September, 2011 BSIMCMG model parameter extraction September, 2011 Overview BSIMCMG parameter optimization: environment BSIMCMG model UTMOST IV BSIMCMG parameter optimization sequence Basic flow of MOS model parameter

More information

Electronic Devices. Special Purpose Diodes. Chapter Three. Dr. Hisham Alrawashdeh

Electronic Devices. Special Purpose Diodes. Chapter Three. Dr. Hisham Alrawashdeh Electronic Devices Chapter Three Special Purpose Diodes Dr. Hisham Alrawashdeh Chapter Three Special Purpose Diodes Introduction Chapter 2 was devoted to general-purpose and rectifier diodes, which are

More information

A graphical user interface for multivariable analysis of silicon solar cells using scripted PC1D simulations

A graphical user interface for multivariable analysis of silicon solar cells using scripted PC1D simulations Available online at www.sciencedirect.com ScienceDirect Energy Procedia 38 (2013 ) 72 79 SiliconPV: March 25-27, 2013, Hamelin, Germany A graphical user interface for multivariable analysis of silicon

More information

SIDDHARTH GROUP OF INSTITUTIONS :: PUTTUR (AUTONOMOUS) Siddharth Nagar, Narayanavanam Road QUESTION BANK (DESCRIPTIVE) UNIT I

SIDDHARTH GROUP OF INSTITUTIONS :: PUTTUR (AUTONOMOUS) Siddharth Nagar, Narayanavanam Road QUESTION BANK (DESCRIPTIVE) UNIT I QUESTION BANK 2017 SIDDHARTH GROUP OF INSTITUTIONS :: PUTTUR (AUTONOMOUS) Siddharth Nagar, Narayanavanam Road 517583 QUESTION BANK (DESCRIPTIVE) Subject with Code : Basic Electronic Devices (16EC401) Year

More information

Vertical LOCOS Power Devices in Victory Process: From 3D Process and Electrical Optimisation to High Speed, Full Chip Process Emulation

Vertical LOCOS Power Devices in Victory Process: From 3D Process and Electrical Optimisation to High Speed, Full Chip Process Emulation Engineered Excellence A Journal for Process and Device Engineers Vertical LOCOS Power Devices in Victory Process: From 3D Process and Electrical Optimisation to High Speed, Full Chip Process Emulation

More information

NAVAL POSTGRADUATE SCHOOL THESIS

NAVAL POSTGRADUATE SCHOOL THESIS NAVAL POSTGRADUATE SCHOOL MONTEREY, CALIFORNIA THESIS INTERDIGITATED BACK-SURFACE-CONTACT SOLAR CELL MODELING USING SILVACO ATLAS by Shawn E. Green June 2015 Thesis Advisor: Second Reader: Sherif Michael

More information

B.Sc. (Computer Science) (Part 1) EXAMINATION, 2009 COMPUTER PROGRAMMING FUNDAMENTAL

B.Sc. (Computer Science) (Part 1) EXAMINATION, 2009 COMPUTER PROGRAMMING FUNDAMENTAL 1 COMPUTER PROGRAMMING FUNDAMENTAL Attempt any five questions. All questions carry equal marks. 1. Differentiate algorithm and program. How a program is developed? Discribe the importance of algorithm

More information

3D Detector Simulation with Synopsys TCAD

3D Detector Simulation with Synopsys TCAD Journée de la simulation 17/6/2013 3D Detector Simulation with Synopsys TCAD V. Gkougkousis1,2, A. Lounis 1,2, N. Dinu 1, A. Bassalat 1,3 1. Laboratoire de L'accélérateur Linéaire 2. Université Paris-SUD

More information

Application Note. LDMOS Device and Process Simulation. Updated Crosslight Software Inc.

Application Note. LDMOS Device and Process Simulation. Updated Crosslight Software Inc. Application Note LDMOS Device and Process Simulation Updated 2016.3 Crosslight Software Inc. Abstract--A technology template for the process and device simulation of a lateral double-diffused MOS (LDMOS)

More information

Lighting up the Semiconductor World Semiconductor Device Engineering and Crosslight TCAD

Lighting up the Semiconductor World Semiconductor Device Engineering and Crosslight TCAD Lighting up the Semiconductor World Semiconductor Device Engineering and Crosslight TCAD What is TCAD? TCAD stands for Technology Computer Aided Design, it is a software tool for device engineers and professionals

More information

RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY

RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY DEPARTMENT OF ELECTRICAL & ELECTRONICS ENGINEERING QUESTION BANK EE T34 - Electronic Devices and Circuits II YEAR / III SEMESTER RGCET 1 UNIT-I 1. How

More information

Meshless physical simulation of semiconductor devices using a wavelet-based nodes generator

Meshless physical simulation of semiconductor devices using a wavelet-based nodes generator Meshless physical simulation of semiconductor devices using a wavelet-based nodes generator Rashid Mirzavand 1, Abdolali Abdipour 1a), Gholamreza Moradi 1, and Masoud Movahhedi 2 1 Microwave/mm-wave &

More information

Agilent 85194K IC-CAP BSIM4 Modeling Package

Agilent 85194K IC-CAP BSIM4 Modeling Package Agilent 85194K IC-CAP BSIM4 Modeling Package Technical Overview The BSIM4 Modeling Package The BSIM4 Modeling Package offers a complete DC-to-RF CMOS modeling toolkit for U.C. Berkeley s BSIM4 model. Developed

More information

Taurus-Device. Multidimensional Device Simulation SYSTEMS PRODUCTS LOGICAL PRODUCTS PHYSICAL IMPLEMENTATION SIMULATION AND ANALYSIS LIBRARIES TCAD

Taurus-Device. Multidimensional Device Simulation SYSTEMS PRODUCTS LOGICAL PRODUCTS PHYSICAL IMPLEMENTATION SIMULATION AND ANALYSIS LIBRARIES TCAD SYSTEMS PRODUCTS LOGICAL PRODUCTS PHYSICAL IMPLEMENTATION SIMULATION AND ANALYSIS LIBRARIES TCAD Aurora DFM WorkBench Davinci Medici Raphael Raphael-NES Silicon Early Access TSUPREM-4 Taurus-Device Taurus-Lithography

More information

UOTFT: Universal Organic TFT Model for Circuit Design

UOTFT: Universal Organic TFT Model for Circuit Design UOTFT: Universal Organic TFT Model for Circuit Design S. Mijalković, D. Green, A. Nejim Silvaco Europe, St Ives, Cambridgeshire, UK A. Rankov, E. Smith, T. Kugler, C. Newsome, J. Halls Cambridge Display

More information

Abstract. Jouya Jadidian 1, Markus Zahn 1, Nils Lavesson 2, Ola Widlund 2, Karl Borg 2

Abstract. Jouya Jadidian 1, Markus Zahn 1, Nils Lavesson 2, Ola Widlund 2, Karl Borg 2 Optimization of Artificial Diffusion Stabilization Techniques and Corresponding Mesh Density Distribution in Drift Dominated Transport of Diluted Species Jouya Jadidian 1, Markus Zahn 1, Nils Lavesson

More information

Optimization of Photolithography Process Using Simulation

Optimization of Photolithography Process Using Simulation Optimization of Photolithography Process Using Simulation Introduction The progress in semiconductor technology towards even smaller device geometries demands continuous refinements of photolithography

More information

Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow

Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow Introduction This tutorial illustrates the setup and solution of the two-dimensional turbulent fluid flow and heat

More information

Lesson 8 - Practice Problems

Lesson 8 - Practice Problems Lesson 8 - Practice Problems Section 8.1: A Case for the Quadratic Formula 1. For each quadratic equation below, show a graph in the space provided and circle the number and type of solution(s) to that

More information

CHAPTER 3 SIMULATION TOOLS AND

CHAPTER 3 SIMULATION TOOLS AND CHAPTER 3 SIMULATION TOOLS AND Simulation tools used in this simulation project come mainly from Integrated Systems Engineering (ISE) and SYNOPSYS and are employed in different areas of study in the simulation

More information

APPENDIX I OVERVIEW OF TCAD SIMULATION TOOL

APPENDIX I OVERVIEW OF TCAD SIMULATION TOOL 97 APPENDIX I OVERVIEW OF TCAD SIMULATION TOOL INTRODUCTION TCAD (Technology Computer Aided Design) is a technology that solves the equations representing the manufacturing process of Large Scale Integration

More information

Efficient Meshing in Sonnet

Efficient Meshing in Sonnet Efficient Meshing in Sonnet Purpose of this document: In this document, we will discuss efficient meshing in Sonnet, based on a wide variety of application examples. It will be shown how manual changes

More information

FUNCTIONS AND MODELS

FUNCTIONS AND MODELS 1 FUNCTIONS AND MODELS FUNCTIONS AND MODELS In this section, we assume that you have access to a graphing calculator or a computer with graphing software. FUNCTIONS AND MODELS 1.4 Graphing Calculators

More information

Giovanni Betti Beneventi

Giovanni Betti Beneventi Technology Computer Aided Design (TCAD) Laboratory Lecture 5, integrated diode Giovanni Betti Beneventi E-mail: gbbeneventi@arces.unibo.it ; giobettibeneventi@gmail.com Office: Engineering faculty, ARCES

More information

Programming Characteristics on Three-Dimensional NAND Flash Structure Using Edge Fringing Field Effect

Programming Characteristics on Three-Dimensional NAND Flash Structure Using Edge Fringing Field Effect JOURNAL OF SEMICONDUCTOR TECHNOLOGY AND SCIENCE, VOL.14, NO.5, OCTOBER, 2014 http://dx.doi.org/10.5573/jsts.2014.14.5.537 Programming Characteristics on Three-Dimensional NAND Flash Structure Using Edge

More information

Mwave+Microprocessor Conventional Solution (ESE-2015 Test Series Dated )

Mwave+Microprocessor Conventional Solution (ESE-2015 Test Series Dated ) Mwave+Microprocessor Conventional Solution (ESE-2015 Test Series Dated 15.05.2015) Sol.1 (a) Logical steps: 1. To multiply 2 No s we store 2 data bytes in register D&C(N 1 &N 2 ) 2. To initialize BC pair

More information

Modelling of Recessed Gate MESFET Structures. T.M. Barton, CM. Snowden, and J.R. Richardson

Modelling of Recessed Gate MESFET Structures. T.M. Barton, CM. Snowden, and J.R. Richardson 528 Modelling of Recessed Gate MESFET Structures. T.M. Barton, CM. Snowden, and J.R. Richardson Microwave Solid State Group, Department of Electrical and Electronic Engineering, The University of Leeds,

More information

QUEST 3D RLCG Extraction Depending on Frequency. RF Structures Parasitic Extractor

QUEST 3D RLCG Extraction Depending on Frequency. RF Structures Parasitic Extractor QUEST 3D RLCG Extraction Depending on Frequency RF Structures Parasitic Extractor Introduction Type of Simulation Inputs / Outputs Graphical Interface Technology Process Layout Field Solver Output DOE

More information

ESD Protection Circuits: Basics to nano-metric ASICs

ESD Protection Circuits: Basics to nano-metric ASICs ESD Protection Circuits: Basics to nano-metric ASICs Manoj Sachdev University of Waterloo msachdev@ece.uwaterloo.ca September 2007 1 Outline Group Introduction ESD Basics Basic ESD Protection Circuits

More information

Tutorial: calculating field stress on a high-voltage insulator with HiPhi

Tutorial: calculating field stress on a high-voltage insulator with HiPhi Tutorial: calculating field stress on a high-voltage insulator with HiPhi Stanley Humphries, Copyright 2012 Field Precision PO Box 13595, Albuquerque, NM 87192 U.S.A. Telephone: +1-505-220-3975 Fax: +1-617-752-9077

More information

Advanced Surface Based MoM Techniques for Packaging and Interconnect Analysis

Advanced Surface Based MoM Techniques for Packaging and Interconnect Analysis Electrical Interconnect and Packaging Advanced Surface Based MoM Techniques for Packaging and Interconnect Analysis Jason Morsey Barry Rubin, Lijun Jiang, Lon Eisenberg, Alina Deutsch Introduction Fast

More information

Use and extraction of compact models for EMI / EMC simulations of power devices

Use and extraction of compact models for EMI / EMC simulations of power devices M. Bellini, ABB Corporate Research, MOS-AK workshop, ESSDERC, Lausanne 2016 Use and extraction of compact models for EMI / EMC simulations of power devices Motivation Motivation Physics of Power Diodes

More information

SPECIAL-PURPOSE DIODES. Dr. Paulraj M P, Associate Professor, Blok A, School of Mechatronic Engineering

SPECIAL-PURPOSE DIODES. Dr. Paulraj M P, Associate Professor, Blok A, School of Mechatronic Engineering SPECIAL-PURPOSE DIODES 1 CONTENTS 3-1 zener diodes 3-2 zener diodes applications 3-3 varactor diodes 3-4 optical diodes 3-5 other types of diodes 3-6 trouble shooting 2 OBJECTIVES Discuss the basic characteristics

More information

Non-standard geometry scaling effects in SiGe HBTs

Non-standard geometry scaling effects in SiGe HBTs Non-standard geometry scaling effects in SiGe HBTs M. Schröter 1),2), S. Lehmann 1), D. Celi 3) 1) Chair for Electron Devices and Integr. Circuits, Univ. of Technol. Dresden, Germany 2) ECE Dept., University

More information

2/3D Simulation of High Voltage MOSFET. Copyright 2008 Crosslight Software Inc.

2/3D Simulation of High Voltage MOSFET. Copyright 2008 Crosslight Software Inc. 2/3D Simulation of High Voltage MOSFET Copyright 2008 Crosslight Software Inc. www.crosslight.com 1 2 Contents Overview of CSuprem/Apsys models Process simulation Breakdown trend of a 300V LDMOS 3D Simulation

More information

Latch-Up. Parasitic Bipolar Transistors

Latch-Up. Parasitic Bipolar Transistors Latch-Up LATCH-UP CIRCUIT Latch-up is caused by an SCR (Silicon Controlled Rectifier) circuit. Fabrication of CMOS integrated circuits with bulk silicon processing creates a parasitic SCR structure. The

More information

Analog and Telecommunication Electronics

Analog and Telecommunication Electronics Politecnico di Torino Electronic Eng. Master Degree Analog and Telecommunication Electronics F1 - Power devices: diodes» Switches» pn Junction» Diode models» Dynamic behavior» Zener diodes AY 2015-16 26/04/2016-1

More information

Giovanni Betti Beneventi

Giovanni Betti Beneventi Technology Computer Aided Design (TCAD) Laboratory Lecture 4, the ideal diode (pn-junction) Giovanni Betti Beneventi E-mail: giovanni.betti2@unibo.it ; giobettibeneventi@gmail.com Office: Engineering faculty,

More information

COMPUTER AIDED ENGINEERING. Part-1

COMPUTER AIDED ENGINEERING. Part-1 COMPUTER AIDED ENGINEERING Course no. 7962 Finite Element Modelling and Simulation Finite Element Modelling and Simulation Part-1 Modeling & Simulation System A system exists and operates in time and space.

More information

Electrical Simulation of Liquid Crystals

Electrical Simulation of Liquid Crystals Engineered Excellence A Journal for Process and Device Engineers Electrical Simulation of Liquid Crystals Introduction Liquid Crystals (LCs) are state of matter intermediate between that of a crystalline

More information

SILVACO. 3D Simulation of Power Devices using Giga3D and MixedMode3D INSIDE. A Journal for Process and Device Engineers.

SILVACO. 3D Simulation of Power Devices using Giga3D and MixedMode3D INSIDE. A Journal for Process and Device Engineers. TCAD Driven CAD A Journal for Process and Device Engineers Introduction 3D Simulation of Power Devices using Giga3D and MixedMode3D Recent additions to the ATLAS device simulation framework have added

More information

Wavelet Based Non-uniform Mesh Generation for Simulation

Wavelet Based Non-uniform Mesh Generation for Simulation Wavelet Based Nonuniform Mesh Generation for Simulation Time Reduction of Semiconductor Device Modeling Yusef Soltani Mohammadi, A. Abdipour, Member, IEEE, A. Mohammadi, Member, IEEE and M. Movahhedi Microwave/MillimeterWave

More information

Measurement and Standards: The Role of NIST

Measurement and Standards: The Role of NIST Measurement and Standards: The Role of NIST Dr. Kent Rochford, Acting Director Electrical and Electronics Engineering Laboratory (EEEL) National Institute of Standards and Technology Department of Commerce

More information

Accelerating Finite Element Analysis in MATLAB with Parallel Computing

Accelerating Finite Element Analysis in MATLAB with Parallel Computing MATLAB Digest Accelerating Finite Element Analysis in MATLAB with Parallel Computing By Vaishali Hosagrahara, Krishna Tamminana, and Gaurav Sharma The Finite Element Method is a powerful numerical technique

More information

Chapter 2 On-Chip Protection Solution for Radio Frequency Integrated Circuits in Standard CMOS Process

Chapter 2 On-Chip Protection Solution for Radio Frequency Integrated Circuits in Standard CMOS Process Chapter 2 On-Chip Protection Solution for Radio Frequency Integrated Circuits in Standard CMOS Process 2.1 Introduction Standard CMOS technologies have been increasingly used in RF IC applications mainly

More information

Transducers and Transducer Calibration GENERAL MEASUREMENT SYSTEM

Transducers and Transducer Calibration GENERAL MEASUREMENT SYSTEM Transducers and Transducer Calibration Abstracted from: Figliola, R.S. and Beasley, D. S., 1991, Theory and Design for Mechanical Measurements GENERAL MEASUREMENT SYSTEM Assigning a specific value to a

More information

ESD 충북대학교 전자정보대학 김영석

ESD 충북대학교 전자정보대학 김영석 ESD 충북대학교 2011.9 1 ElectroStatic Charge Generation When 2 Surfaces in Contact then Separate Some Atom Electrons Move Causing Imbalance One Surface Has Positive Charge & One Surface Has Negative Charge

More information

Analysis of a silicon piezoresistive pressure sensor

Analysis of a silicon piezoresistive pressure sensor Analysis of a silicon piezoresistive pressure sensor This lab uses the general purpose finite element solver COMSOL to determine the stress in the resistors in a silicon piezoresistive pressure sensor

More information

FastATLAS An Ultra-Fast Physical MESFET and HEMT Simulator

FastATLAS An Ultra-Fast Physical MESFET and HEMT Simulator A Journal for Process and Device Engineers Introduction FastATLAS An Ultra-Fast Physical MESFET and HEMT Simulator By designing specifically for MESFETs and HEMTs Silvaco has optimized device simulation

More information

The Role of Simulation in Photovoltaics: From Solar Cells To Arrays. Ricardo Borges, Kurt Mueller, and Nelson Braga Synopsys, Inc.

The Role of Simulation in Photovoltaics: From Solar Cells To Arrays. Ricardo Borges, Kurt Mueller, and Nelson Braga Synopsys, Inc. The Role of Simulation in Photovoltaics: From Solar Cells To Arrays Ricardo Borges, Kurt Mueller, and Nelson Braga Synopsys, Inc. 1 PV System Challenges Improving PV efficiency Optimizing for design performance

More information

Modeling External Compressible Flow

Modeling External Compressible Flow Tutorial 3. Modeling External Compressible Flow Introduction The purpose of this tutorial is to compute the turbulent flow past a transonic airfoil at a nonzero angle of attack. You will use the Spalart-Allmaras

More information

Driven Cavity Example

Driven Cavity Example BMAppendixI.qxd 11/14/12 6:55 PM Page I-1 I CFD Driven Cavity Example I.1 Problem One of the classic benchmarks in CFD is the driven cavity problem. Consider steady, incompressible, viscous flow in a square

More information

Analog and Telecommunication Electronics

Analog and Telecommunication Electronics Politecnico di Torino Electronic Eng. Master Degree Analog and Telecommunication Electronics F2 Active power devices»mos»bjt» IGBT, TRIAC» Safe Operating Area» Thermal analysis AY 2015-16 26/04/2016-1

More information

10. Interconnects in CMOS Technology

10. Interconnects in CMOS Technology 10. Interconnects in CMOS Technology 1 10. Interconnects in CMOS Technology Jacob Abraham Department of Electrical and Computer Engineering The University of Texas at Austin VLSI Design Fall 2017 October

More information

Fluent User Services Center

Fluent User Services Center Solver Settings 5-1 Using the Solver Setting Solver Parameters Convergence Definition Monitoring Stability Accelerating Convergence Accuracy Grid Independence Adaption Appendix: Background Finite Volume

More information

CMOS TECHNOLOGY- Chapter 2 in the Text

CMOS TECHNOLOGY- Chapter 2 in the Text CMOS TECHOLOGY- Chapter 2 in the Text CMOS Technology- Chapter 2 We will describe a modern CMOS process flow. In the simplest CMOS technologies, we need to realize simply MOS and MOS transistors for circuits

More information

Fully-Depleted SOI-MOSFET Model for Circuit Simulation and its Application to 1/ f Noise Analysis 1 Abstract 2 Introduction

Fully-Depleted SOI-MOSFET Model for Circuit Simulation and its Application to 1/ f Noise Analysis 1 Abstract 2 Introduction Fully-Depleted SOI-MOSFET Model for Circuit Simulation and its Application to 1/f Noise Analysis N. Sadachika, Y. Uetsuji, D. Kitamaru, *L. Weiss, *U. Feldmann, **S. Baba, H. J. Mattausch M. Miura-Mattausch

More information

Analog and Telecommunication Electronics

Analog and Telecommunication Electronics Politecnico di Torino - ICT School Analog and Telecommunication Electronics F2 Active power devices»mos»bjt» IGBT, TRIAC» Safe Operating Area» Thermal analysis 23/05/2014-1 ATLCE - F2-2014 DDC 2014 DDC

More information

Parallel Shared Computational Prototyping Environment (ParaSCOPE) Using Scalable Libraries

Parallel Shared Computational Prototyping Environment (ParaSCOPE) Using Scalable Libraries Parallel Shared Computational Prototyping Environment (ParaSCOPE) Using Scalable Libraries Principal Investigators: Robert W. Dutton, Kincho H. Law, and Peter Pinsky Contract Number: DABT63-95-C-0090 Project

More information

Tutorial 17. Using the Mixture and Eulerian Multiphase Models

Tutorial 17. Using the Mixture and Eulerian Multiphase Models Tutorial 17. Using the Mixture and Eulerian Multiphase Models Introduction: This tutorial examines the flow of water and air in a tee junction. First you will solve the problem using the less computationally-intensive

More information

Lecture (05) Special Purpose Diodes

Lecture (05) Special Purpose Diodes Agenda Lecture (05) Special Purpose Diodes Zener Diode Zener Diode Applications Optical diodes Optical diodes applications By: Dr. Ahmed ElShafee ١ ٢ Zener Diode A zener diode is a silicon pn junction

More information

Lecture (05) Special Purpose Diodes

Lecture (05) Special Purpose Diodes Lecture (05) Special Purpose Diodes By: Dr. Ahmed ElShafee ١ Agenda Zener Diode Zener Diode Applications Optical diodes Optical diodes applications ٢ Zener Diode A zener diode is a silicon pn junction

More information

Calculator Basics TI-83, TI-83 +, TI-84. Index Page

Calculator Basics TI-83, TI-83 +, TI-84. Index Page Calculator Basics TI-83, TI-83 +, TI-84 Index Page Getting Started Page 1 Graphing Page 2 Evaluating Functions page 4 Minimum and Maximum Values Page 5 Table of Values Page 6 Graphing Scatter Plots Page

More information

nanomos lab-i Semi-Classical Ballistic Transport Summary

nanomos lab-i Semi-Classical Ballistic Transport Summary nanomos lab-i Semi-Classical Ballistic Transport 5/24/2002 UIUC Summer School May 2002 1 Summary Semi-Classical ballistic model (clbte model) Subband occupancy of thin and thick layers double-gate MOSFETS.

More information

Tutorial to simulate a thermoelectric module with heatsink in ANSYS

Tutorial to simulate a thermoelectric module with heatsink in ANSYS Tutorial to simulate a thermoelectric module with heatsink in ANSYS Few details can be found in the pictures attached. All the material properties can be found in Dr. Lee s book and on the web. Don t blindly

More information

Taurus-Process. Multidimensional Process Simulation SYSTEMS PRODUCTS LOGICAL PRODUCTS PHYSICAL IMPLEMENTATION SIMULATION AND ANALYSIS LIBRARIES TCAD

Taurus-Process. Multidimensional Process Simulation SYSTEMS PRODUCTS LOGICAL PRODUCTS PHYSICAL IMPLEMENTATION SIMULATION AND ANALYSIS LIBRARIES TCAD SYSTEMS PRODUCTS LOGICAL PRODUCTS PHYSICAL IMPLEMENTATION SIMULATION AND ANALYSIS LIBRARIES TCAD Aurora DFM WorkBench Davinci Medici Raphael Raphael-NES Silicon Early Access TSUPREM-4 Taurus-Device Taurus-Lithography

More information

Chapter 1: Measurement and Extraction of BSIM4 Model Parameters

Chapter 1: Measurement and Extraction of BSIM4 Model Parameters 1: Measurement and Extraction of BSIM4 Model Parameters The following section summarizes some aspects of UCB s BSIM4 Model and Agilent s IC-CAP Modeling Package to measure and extract BSIM4 model parameters.

More information

Modeling and Analysis of the Electric Field and Potential Distribution in a Wire-Cylinder Air Gap

Modeling and Analysis of the Electric Field and Potential Distribution in a Wire-Cylinder Air Gap Modeling and Analysis of the Electric Field and Potential Distribution in a Wire-Cylinder Air Gap KONSTANTINOS N. KIOUSIS, ANTONIOS X. MORONIS Technological Educational Institute (TEI) of Athens Energy

More information

ACTIVITY 8. The Bouncing Ball. You ll Need. Name. Date. 1 CBR unit 1 TI-83 or TI-82 Graphing Calculator Ball (a racquet ball works well)

ACTIVITY 8. The Bouncing Ball. You ll Need. Name. Date. 1 CBR unit 1 TI-83 or TI-82 Graphing Calculator Ball (a racquet ball works well) . Name Date ACTIVITY 8 The Bouncing Ball If a ball is dropped from a given height, what does a Height- Time graph look like? How does the velocity change as the ball rises and falls? What affects the shape

More information

Years after US Student to Teacher Ratio

Years after US Student to Teacher Ratio The goal of this assignment is to create a scatter plot of a set of data. You could do this with any two columns of data, but for demonstration purposes we ll work with the data in the table below. The

More information

Prophet User Reference Guide

Prophet User Reference Guide Prophet User Reference Guide Mixed Technology Associates Palo Alto, California July 1, 2002 1 Introduction This document describes the use of Prophet for device simulation applications. Section 2 gives

More information

Outline. Darren Wang ADS Momentum P2

Outline. Darren Wang ADS Momentum P2 Outline Momentum Basics: Microstrip Meander Line Momentum RF Mode: RFIC Launch Designing with Momentum: Via Fed Patch Antenna Momentum Techniques: 3dB Splitter Look-alike Momentum Optimization: 3 GHz Band

More information

Organizing and Summarizing Data

Organizing and Summarizing Data Section 2.2 9 Organizing and Summarizing Data Section 2.2 C H A P T E R 2 4 Example 2 (pg. 72) A Histogram for Discrete Data To create a histogram, you have two choices: 1): enter all the individual data

More information

HeatWave Three-dimensional steady-state and dynamic thermal transport with temperature-dependent materials

HeatWave Three-dimensional steady-state and dynamic thermal transport with temperature-dependent materials HeatWave Three-dimensional steady-state and dynamic thermal transport with temperature-dependent materials Field Precision Copyright 2001 Internet: www.fieldp.com E Mail: techninfo@fieldp.com PO Box 13595,

More information

ELE 455/555 Computer System Engineering. Section 1 Review and Foundations Class 3 Technology

ELE 455/555 Computer System Engineering. Section 1 Review and Foundations Class 3 Technology ELE 455/555 Computer System Engineering Section 1 Review and Foundations Class 3 MOSFETs MOSFET Terminology Metal Oxide Semiconductor Field Effect Transistor 4 terminal device Source, Gate, Drain, Body

More information

Example 24 Spring-back

Example 24 Spring-back Example 24 Spring-back Summary The spring-back simulation of sheet metal bent into a hat-shape is studied. The problem is one of the famous tests from the Numisheet 93. As spring-back is generally a quasi-static

More information

6-1 LECTURE #6: OPTICAL PROPERTIES OF SOLIDS. Basic question: How do solids interact with light? The answers are linked to:

6-1 LECTURE #6: OPTICAL PROPERTIES OF SOLIDS. Basic question: How do solids interact with light? The answers are linked to: LECTURE #6: OPTICAL PROPERTIES OF SOLIDS Basic question: How do solids interact with light? The answers are linked to: Properties of light inside a solid Mechanisms behind light reflection, absorption

More information

Giovanni Betti Beneventi

Giovanni Betti Beneventi Technology Computer Aided Design (TCAD) Laboratory Lecture 2, Overview of Synopsys Sentaurus TCAD Giovanni Betti Beneventi E-mail: gbbeneventi@arces.unibo.it ; giobettibeneventi@gmail.com Office: Engineering

More information

Using Sonnet in a Cadence Virtuoso Design Flow

Using Sonnet in a Cadence Virtuoso Design Flow Using Sonnet in a Cadence Virtuoso Design Flow Purpose of this document: This document describes the Sonnet plug-in integration for the Cadence Virtuoso design flow, for silicon accurate EM modelling of

More information

Chapter 2. Walkthrough example

Chapter 2. Walkthrough example Figure 2.1. Working environment of the OmniView postprocessor for OmniTrak Chapter 2. Walkthrough example 2.1. Geometry and mesh definition This chapter reviews an application example to give a quick overview

More information

A Simple Relaxation based Circuit Simulator for VLSI Circuits with Emerging Devices

A Simple Relaxation based Circuit Simulator for VLSI Circuits with Emerging Devices A Simple Relaxation based Circuit Simulator for VLSI Circuits with Emerging Devices Balwinder Kumar, Yogesh Dilip Save, H. Narayanan, and Sachin B. Patkar Electrical Engineering Department, Indian Institute

More information

Digital Integrated Circuits A Design Perspective. Jan M. Rabaey

Digital Integrated Circuits A Design Perspective. Jan M. Rabaey Digital Integrated Circuits A Design Perspective Jan M. Rabaey Outline (approximate) Introduction and Motivation The VLSI Design Process Details of the MOS Transistor Device Fabrication Design Rules CMOS

More information