Sensors & Transducers Published by IFSA Publishing, S. L.,

Size: px
Start display at page:

Download "Sensors & Transducers Published by IFSA Publishing, S. L.,"

Transcription

1 Sensors & Transducers Published by IFSA Publishing, S. L., Modeling Nanoscale FinFET Performance by a Neural Network Method 1 Jin He*, 1 Guoqing Hu, 1 Bing Xie, 1 Guangjin Ma, 2 Ping He, 3 Lei Song, 1 Chunlai Li, 1 Daye Lin, 1 Jingjing Liu, 1 Ying Yu, 1 Zhangyuan Chen and 1 Zhiping Zhou 1 Peking University Shenzhen SoC Key Laboratory, Shenzhen , China 2 Shenzhen Emperor Electronic Technology Co., Ltd, Nanshan District, Shenzhen518108, China 3 Shenzhen SuperD Co. Ltd, Huaqiaocheng, Nanshan District, Shenzhen , China Tel.: * frankhe@pku.edu.cn Received: 1 June 2017 /Accepted: 12 July 2017 /Published: 31 July 2017 Abstract: This paper presents a neural network method to model nanometer FinFET performance. The principle of this method is firstly introduced and its application in modeling DC and conductance characteristics of nanoscale FinFET transistor is demonstrated in detail. It is shown that this method does not need parameter extraction routine while its prediction of the transistor performance has a small relative error within 1 % compared with measured data, thus this new method is as accurate as the physics based surface potential model. Keywords: nanometer FinFET, compact modeling and simulation, network method, accuracy 1. Introduction With intensive downscaling of CMOS VLSI integrated circuits, traditional bulk device structure is approaching the practical limit imposed by gate tunneling and severe short channel effects (SCEs)[1], as channel lengths shrink to a few decananometres. In such case, the new material, new principle, and new struture semiconductor devices have been proposed to extend the CMOS industry generation to several nanometer size to support the information society life and performance. Among the proposed non-classical device structures, the double-gate MOSFET and FinFET, with very thin film body are strong contenders to replace the bulk MOSFETs due to superior short-channel-effect immunity, near-ideal sub-threshold slope, and low parasitic resistance and capacitance [2-6]. Following the ITRS prediction, the CMOS integrated circuit will soon approach 10 nm technology generation in two or three years[7], and the compact model for such nanoscale FinFET is highly required for the device optimization and circuit analysis. The traditional device models such as BSIM and PICM models use the threshold voltage method to construct the compact model framework. Such a model approach, however, is generally believed to be outdated due to the regional characteristics, too many fitting parameter which lead to complex parameter extraction routine, thus requires a paradigm shift in the core model structure. In this paper, we forsake the traditional method and develop a neural network method to model nanoscale FinFET transistor. When compared with the measured data, the accuracy of our model is satisfactory for the compact modeling application because the relative error is within 1%. We hope this new neural network 53

2 method can work well in next generation modeling of the FinFET design and circuit architecture [8]. 2. Neural Network Principle and its Back Propagation Algorithm We first describe the neural network structure to better understand what neural network is and why it has the ability to model nanoscale FinFET performance. We start the neural network from the external input-output-point-of-view, and also from the internal neuron information processing point-of-view. The most popularly used neural network structure is the multiplayer perception (MLP) as shown in Fig. 1. A typical neural network structure has two types of basic components, namely, the processing elements and interconnections between them. The processing elements are called neuron and the connections between the neurons are known as links or synapses. Every link has a corresponding weight parameter associated with it. Each neuron receives stimulus from other neurons connected to it, processes the information, and produced an output. Neurons that receive stimuli from outside network are called input neurons, while neurons whose outputs are used externally are called output neurons. Neurons that receive stimuli from other neurons and whose outputs are stimuli for other neurons in the network are known as hidden neurons. Different neural network framework can be constructed by using different type and amount of neurons and by connecting them differently. The type and amount determine the network scale and the connecting algorithm determines network efficiency and accuracy. In this paper, we used a so-called back propagation algorithm, which may be suitable for the nanoscale device modeling [9]. P. J. Werbos first depicted the back-propagation algorithm in his Ph.D. thesis [10]. It became widely used after it was rediscovered by Rumehlhart, Hinton, Williams, David Parker and Yann Le Cun [11]. Some research results prove that MLP feeding forward networks with arbitrary squashing functions can be approximated as a bore integrable function from one finite dimensional space to another finite dimensional space. Fig. 1 is a three-layer forward neural network, there are R neuron inputs, S 1, S 2 and S 3 neurons in the first, second and third layer, respectively. The output of one layer becomes the input to the following layer. the equation that describe this operation is as follows: a =f (w f (w f (w p+b )+b )+b ), (1) where f i, w i, b i denote the transfer function, the weight and bias matrix of the ith layer respectively. The working principle of the neural network shown in Fig. 1 includes two different stages: training and working. In the former stage, data is sent into the input layer of the network and transmitted to the output layer, then according to the error between network output data and the measure data, the network can update the parameters. The training process needs to be repeated until the error reaching below a defined value. The working stage use the trained network to predict the new input data, this can forward the input data to output layer and obtain the wanted result at once. The algorithm that is used to update the parameters in training stage is the steepest descent back programming algorithm [1, 7], however some disadvantages of this algorithm limits its action in practice. As an improved, the Levenberg-Marquardt algorithm is a variation of Newton s method that was designed for minimizing functions that are sums of squares of other nonlinear function, this algorithm is well suited to neural network training. The Levenberg- Marquardt algorithm [1, 5] is written as T -1 T X =X - (J (X )J(X )+μ I) J (X )V(X ), (k+1) k k k K k k (2) where X k is the weight or bias matrix of the Kth epoch of network, J(X k ) is the Jacobian matrix that contain first derivatives of the network errors with respect to the weights and biases, μ K is a variable parameter, I is the identity matrix, V(X k ) is a vector of network errors. 3. Neural Network to Model Nanoscale FinFET Here, we select a three-layer forward network, the network has 6 inputs parameters: drain-source voltage (V ds ), gate-source voltage (V gs ), bulk-source voltage (V bs ), length (L), width (W), and temperature (T). The network has 16,8,1 neurons in the first, second and third layer and the corresponding transfer function f 1, f 2, f 3 is hyperbolic tangent sigmoid, log-sigmoid and linear function, the output is the drain-source current. This network can model the transistor DC and AC characteristics of nanoscale FinFET. We firstly train the network with the measure data coming from 28 nm CMOS production process. Theoretically, we can use one data set to model transistor DC and AC characteristics if the data set has enough points in V ds and V gs range simultaneously. Unfortunately the data present does not satisfy this. Here we use two set training data show in Table 1 and Table 2 to model DC and AC characteristics, Table 1 for I ds -V ds and g ds -V ds characteristics, Table 2 for I ds -V gs and g ms -V gs characteristics. The training algorithm is the Levenberg-Marquardt algorithm. In training stage, after 300th epoch, the output of the network compared with the measure data, has only an relative error within 1 %. The corresponding result is shown in Figs. 2-5 and Figs

3 Fig. 1. Three layer forward network diagram. Table 1. Ids-Vds training data. Measure Parameters range Vds (V) 0.05:0.05:1.0 Vbs (V) -0.75, -0.5, 0 Vgs (V) 0.2:0.2:1.0 W/L(μm) 0.1/0.08,0.24/0.08,0.5/0.08,1/0.08, 0.12/0.09,0.12/0.1, 0.12/0.12, 2/0.24 T ( C) 25 Table 2. Ids-Vgs training data. Measure Parameters range Vds (V) 0.05:0.05:1.0 Vbs (V) -1, -0.5,0,0.25 Vgs (V) 0.0:0.05:1.0 W/L(μm) 0.1/0.08, 0.24/0.08, 0.5/0.08, 0.12/0.09, 0.12/0.1,0.12/0.12,2/0.24 T ( C) 25 Fig. 3. Comparison of the trained FinFET trans-conductance Fig. 2. Comparison of the trained FinFET transfer Fig. 4. Comparison of the trained FinFET transfer 55

4 Fig. 5. Comparison of the trained FinFET transfer performance with the measured data for the FinFET with 90 nm channel length. The dot is the measure data and the line is Fig. 6. Comparison of the trained FinFET transfer performance with the FinFET measured data for 50 nm Fig. 7. Comparison of the trained FinFET transfer performance with the FinFET measured data for 50 nm Fig. 8. Comparison of the trained FinFET trans-conductance performance with the FinFET measured data for 0.97 um Fig. 9. Comparison of the trained FinFET transfer performance with the measured data for the FinFET with 0.97 um 4. Conclusion In this paper we present a neural network method to model nanometer FinFET performance. The MLP neural network application in modeling nanometer FinFET is demonstrated in detail via the training and working processing. It is shown that the neural network method does not need extraction parameters while also having some other advantages: the characteristic curve can be differentiable from first order to infinite order in all transistor operation regions. 56

5 Acknowledgments This work is funded by National Natural Science Foundation of China under Grants ( ), by Fundamental Research Project of Shenzhen Sci. & Tech. Fund (JCYJ , JCYJ , JCYJ , JCYJ , JCYJ , JCYJ , JCYJ ), by Key technical project of Shenzhen Sci. & Tech. Fund (JSGG ). It is also supported by IER Funding of PKU-HKUST Shenzhen-Hong Kong Institution. References [1]. ITRS, International Technology Roadmap for Semiconductors [2]. Y. Taur, Xiaoping Liang, Wei Wang, and H. Lu, A continuous analytical drain-current model for doublegate MOSFETs, IEEE Electron Device Lett., Vol. 25, No. 2, 2004, pp [3]. A. Ortiz-Conde, F. J. G. Sánchez and J. Muci, Rigorous analytic solution for the drain current of undoped symmetric dual-gate MOSFETs, Solid State Electronics, Vol. 49, No. 4, 2005, pp [4]. Jean-Michel Sallese, François Krummenacher, Fabien Prégaldiny, Christophe Lallement, A. Roy and C. Enz, A design oriented charge- based current model for symmetric DG MOSFET and its correlation with the EKV formalism, Solid-State Electronics, Vol. 49, No. 3, 2005, pp [5]. F. Prégaldiny, F. Krummenacher, J. M. Sallese, B. Diagne and C. Lallement, An explicit quasi-static charge-based compact model for symmetric DG MOSFET, in Proceedings of the NSTI Nanotechnology Conference and Trade Show, Vol. 3, 2006, p [6]. B. Diagne, F. Prégaldiny, C. Lallement, J. M. Sallese, F. Krummenacher, Explicit compact model for symmetric double-gate MOSFETs including solutions for small-geometry effects, Solid-State Electronics, Vol. 52, 2008, pp [7]. J. He, W. Bian, Y. Chen, B. Li, Y. Tao and Y. Wei, Carrier-based compact modeling of charge and capacitance of long channel undoped symmetric double-gate MOSFETs, Semicond. Sci. Technol., Vol. 23, No. 4, 2008, [8]. Martin Hagan, Howard B. Demuth, Mark H. Beale, Neural network design, PWS, [9]. J. He, G. Hu, B. Xie, G. Ma. A Neural Network Method to Model Nanoscale FinFET Performance, TechConnect Briefs 2017, pp19-22, ISBN [10]. P. J. Werbos, Beyond regression: new tools for prediction and analysis in the behavioral sciences, Ph. D. Dissertation, Harvard University, Cambridge, MA, [11]. D. E. Rumelhart, G. E. Hinton and R. J. Williams, learning representations by back propagating errors, Nature, Vol. 323, 1986, pp Published by International Frequency Sensor Association (IFSA) Publishing, S. L., 2017 ( 57

PHYSICS-BASED THRESHOLD VOLTAGE MODELING WITH REVERSE SHORT CHANNEL EFFECT

PHYSICS-BASED THRESHOLD VOLTAGE MODELING WITH REVERSE SHORT CHANNEL EFFECT Journal of Modeling and Simulation of Microsystems, Vol. 2, No. 1, Pages 51-56, 1999. PHYSICS-BASED THRESHOLD VOLTAGE MODELING WITH REVERSE SHORT CHANNEL EFFECT K-Y Lim, X. Zhou, and Y. Wang School of

More information

CHAPTER 3 TWO DIMENSIONAL ANALYTICAL MODELING FOR THRESHOLD VOLTAGE

CHAPTER 3 TWO DIMENSIONAL ANALYTICAL MODELING FOR THRESHOLD VOLTAGE 49 CHAPTER 3 TWO DIMENSIONAL ANALYTICAL MODELING FOR THRESHOLD VOLTAGE 3.1 INTRODUCTION A qualitative notion of threshold voltage V th is the gate-source voltage at which an inversion channel forms, which

More information

EFFECT OF THRESHOLD VOLTAGE AND CHANNEL LENGTH ON DRAIN CURRENT OF SILICON N-MOSFET

EFFECT OF THRESHOLD VOLTAGE AND CHANNEL LENGTH ON DRAIN CURRENT OF SILICON N-MOSFET EFFECT OF THRESHOLD VOLTAGE AND CHANNEL LENGTH ON DRAIN CURRENT OF SILICON N-MOSFET A.S.M. Bakibillah Nazibur Rahman Dept. of Electrical & Electronic Engineering, American International University Bangladesh

More information

Design and Performance Analysis of SOI and Conventional MOSFET based CMOS Inverter

Design and Performance Analysis of SOI and Conventional MOSFET based CMOS Inverter I J E E E C International Journal of Electrical, Electronics ISSN No. (Online): 2277-2626 and Computer Engineering 3(2): 138-143(2014) Design and Performance Analysis of SOI and Conventional MOSFET based

More information

Modeling the Drain Current of a PHEMT using the Artificial Neural Networks and a Taylor Series Expansion

Modeling the Drain Current of a PHEMT using the Artificial Neural Networks and a Taylor Series Expansion International Journal of Innovation and Applied Studies ISSN 2028-9324 Vol. 10 No. 1 Jan. 2015 pp. 132-137 2015 Innovative Space of Scientific Research Journals http://www.ijias.issr-journals.org/ Modeling

More information

Design & Performance Analysis of DG-MOSFET for Reduction of Short Channel Effect over Bulk MOSFET at 20nm

Design & Performance Analysis of DG-MOSFET for Reduction of Short Channel Effect over Bulk MOSFET at 20nm RESEARCH ARTICLE OPEN ACCESS Design & Performance Analysis of DG- for Reduction of Short Channel Effect over Bulk at 20nm Ankita Wagadre*, Shashank Mane** *(Research scholar, Department of Electronics

More information

A Comparative study on Bulk PMOS resistive load inverter and Double gate PMOS resistive load inverter

A Comparative study on Bulk PMOS resistive load inverter and Double gate PMOS resistive load inverter International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869, Volume-3, Issue-4, April 2015 A Comparative study on Bulk resistive load inverter and Double gate resistive load inverter

More information

Nanoscale MOSFET Modeling for the Design of Low-power Analog and RF Circuits Part I

Nanoscale MOSFET Modeling for the Design of Low-power Analog and RF Circuits Part I Nanoscale MOSFET Modeling for the Design of Low-power Analog and RF Circuits Part I Invited Paper Christian Enz, Francesco Chicco, Alessandro Pezzotta LAB, EPFL, Neuchâtel, Switzerland christian.enz@epfl.ch

More information

Performance Comparison of CMOS and Finfet Based Circuits At 45nm Technology Using SPICE

Performance Comparison of CMOS and Finfet Based Circuits At 45nm Technology Using SPICE RESEARCH ARTICLE OPEN ACCESS Performance Comparison of CMOS and Finfet Based Circuits At 45nm Technology Using SPICE Mugdha Sathe*, Dr. Nisha Sarwade** *(Department of Electrical Engineering, VJTI, Mumbai-19)

More information

New Generation Reliability Model

New Generation Reliability Model New Generation Reliability Model S.-Y. Liao, C. Huang, T. Guo, A. Chen, Jushan Xie, Cadence Design Systems, Inc. S. Guo, R. Wang, Z. Yu, P. Hao, P. Ren, Y. Wang, R. Huang, Peking University Dec. 5th, 2016

More information

4196 IEEE TRANSACTIONS ON ELECTRON DEVICES, VOL. 63, NO. 11, NOVEMBER 2016

4196 IEEE TRANSACTIONS ON ELECTRON DEVICES, VOL. 63, NO. 11, NOVEMBER 2016 4196 IEEE TRANSACTIONS ON ELECTRON DEVICES, VOL. 63, NO. 11, NOVEMBER 2016 Hybrid Open Drain Method and Fully Current- Based Characterization of Asymmetric Resistance Components in a Single MOSFET Jaewon

More information

A Design Comparison of Low Power 50 nm Technology Based Inverter with Sleep Transistor and MTCMOS Scheme

A Design Comparison of Low Power 50 nm Technology Based Inverter with Sleep Transistor and MTCMOS Scheme A Design Comparison of Low Power 50 nm Technology Based Inverter with Sleep Transistor and MTCMOS Scheme Arun Kumar Sunaniya, PhD Scholar MANIT Bhopal arun.sunaniya@gmail.com Kavita Khare Associate professor

More information

A novel GAAC FinFET transistor: device analysis, 3D TCAD simulation, and fabrication

A novel GAAC FinFET transistor: device analysis, 3D TCAD simulation, and fabrication Vol.30, No.1 Journal of Semiconductors January 2009 A novel GAAC FinFET transistor: device analysis, 3D TCAD simulation, and fabrication Xiao Deyuan( 肖德元 ) 1,2,, Wang Xi( 王曦 ) 1, Yuan Haijiang( 袁海江 ) 3,

More information

A BRIEF STUDY ON CHALLENGES OF MOSFET AND EVOLUTION OF FINFETS

A BRIEF STUDY ON CHALLENGES OF MOSFET AND EVOLUTION OF FINFETS A BRIEF STUDY ON CHALLENGES OF MOSFET AND EVOLUTION OF FINFETS ABSTRACT J.Shailaja 1, Y.Priya 2 1 ECE Department, Sphoorthy Engineering College (India) 2 ECE,Sphoorthy Engineering College, (India) The

More information

Design of 45 nm Fully Depleted Double Gate SOI MOSFET

Design of 45 nm Fully Depleted Double Gate SOI MOSFET Design of 45 nm Fully Depleted Double Gate SOI MOSFET 1. Mini Bhartia, 2. Shrutika. Satyanarayana, 3. Arun Kumar Chatterjee 1,2,3. Thapar University, Patiala Abstract Advanced MOSFETS such as Fully Depleted

More information

Depletion-mode operation ( 공핍형 ): Using an input gate voltage to effectively decrease the channel size of an FET

Depletion-mode operation ( 공핍형 ): Using an input gate voltage to effectively decrease the channel size of an FET Ch. 13 MOSFET Metal-Oxide-Semiconductor Field-Effect Transistor : I D D-mode E-mode V g The gate oxide is made of dielectric SiO 2 with e = 3.9 Depletion-mode operation ( 공핍형 ): Using an input gate voltage

More information

Transient stability Assessment using Artificial Neural Network Considering Fault Location

Transient stability Assessment using Artificial Neural Network Considering Fault Location Vol.6 No., 200 مجلد 6, العدد, 200 Proc. st International Conf. Energy, Power and Control Basrah University, Basrah, Iraq 0 Nov. to 2 Dec. 200 Transient stability Assessment using Artificial Neural Network

More information

! Review: MOS IV Curves and Switch Model. ! MOS Device Layout. ! Inverter Layout. ! Gate Layout and Stick Diagrams. ! Design Rules. !

! Review: MOS IV Curves and Switch Model. ! MOS Device Layout. ! Inverter Layout. ! Gate Layout and Stick Diagrams. ! Design Rules. ! ESE 570: Digital Integrated Circuits and VLSI Fundamentals Lec 3: January 21, 2017 MOS Fabrication pt. 2: Design Rules and Layout Lecture Outline! Review: MOS IV Curves and Switch Model! MOS Device Layout!

More information

Fin-Shaped Field Effect Transistor (FinFET) Min Ku Kim 03/07/2018

Fin-Shaped Field Effect Transistor (FinFET) Min Ku Kim 03/07/2018 Fin-Shaped Field Effect Transistor (FinFET) Min Ku Kim 03/07/2018 ECE 658 Sp 2018 Semiconductor Materials and Device Characterizations OUTLINE Background FinFET Future Roadmap Keeping up w/ Moore s Law

More information

A NON LINEAR FIT BASED METHOD TO SEPARATE EXTRACTION OF SERIES RESISTANCE AND MOBILITY ATTENUATION PARAMETER IN ULTRA-THIN OXIDE MOSFET

A NON LINEAR FIT BASED METHOD TO SEPARATE EXTRACTION OF SERIES RESISTANCE AND MOBILITY ATTENUATION PARAMETER IN ULTRA-THIN OXIDE MOSFET Journal of Electron Devices, Vol. 21, 2015, pp. 1806-1810 JED [ISSN: 1682-3427 ] A NON LINEAR FIT BASED METHOD TO SEPARATE EXTRACTION OF SERIES RESISTANCE AND MOBILITY ATTENUATION PARAMETER IN ULTRA-THIN

More information

Low Power Design of Successive Approximation Registers

Low Power Design of Successive Approximation Registers Low Power Design of Successive Approximation Registers Rabeeh Majidi ECE Department, Worcester Polytechnic Institute, Worcester MA USA rabeehm@ece.wpi.edu Abstract: This paper presents low power design

More information

A Novel Approach for Velocity Saturation Calculations of 90nm N-channel MOSFET

A Novel Approach for Velocity Saturation Calculations of 90nm N-channel MOSFET A Novel Approach for Velocity Saturation Calculations of 90nm N-channel MOSFET Rino Takahashi 1, a, Hitoshi Aoki 2,b, Nobukazu Tsukiji, Masashi Higashino, Shohei Shibuya, Keita Kurihara, Haruo Kobayashi

More information

Comparative Study of Different Low Power Design Techniques for Reduction of Leakage Power in CMOS VLSI Circuits

Comparative Study of Different Low Power Design Techniques for Reduction of Leakage Power in CMOS VLSI Circuits Comparative Study of Different Low Power Design Techniques for Reduction of Leakage Power in CMOS VLSI Circuits P. S. Aswale M. E. VLSI & Embedded Systems Department of E & TC Engineering SITRC, Nashik,

More information

Total reduction of leakage power through combined effect of Sleep stack and variable body biasing technique

Total reduction of leakage power through combined effect of Sleep stack and variable body biasing technique Total reduction of leakage power through combined effect of Sleep and variable body biasing technique Anjana R 1, Ajay kumar somkuwar 2 Abstract Leakage power consumption has become a major concern for

More information

Small-signal Modelling of SOI-specific MOSFET Behaviours. D. Flandre

Small-signal Modelling of SOI-specific MOSFET Behaviours. D. Flandre Small-signal Modelling of SOI-specific MOSFET Behaviours D. Flandre Microelectronics Laboratory (DICE), Research Center in Micro- and Nano-Scale Materials and Electronics Devices (CeRMiN), Université catholique

More information

A Novel GGNMOS Macro-Model for ESD Circuit Simulation

A Novel GGNMOS Macro-Model for ESD Circuit Simulation Chinese Journal of Electronics Vol.18, No.4, Oct. 2009 A Novel GGNMOS Macro-Model for ESD Circuit Simulation JIAO Chao and YU Zhiping (Institute of Microelectronics, Tsinghua University, Beijing 100084,

More information

A NEW APPROACH FOR DELAY AND LEAKAGE POWER REDUCTION IN CMOS VLSI CIRCUITS

A NEW APPROACH FOR DELAY AND LEAKAGE POWER REDUCTION IN CMOS VLSI CIRCUITS http:// A NEW APPROACH FOR DELAY AND LEAKAGE POWER REDUCTION IN CMOS VLSI CIRCUITS Ruchiyata Singh 1, A.S.M. Tripathi 2 1,2 Department of Electronics and Communication Engineering, Mangalayatan University

More information

Design & Simulation of Multi Gate Piezoelectric FET Devices for Sensing Applications

Design & Simulation of Multi Gate Piezoelectric FET Devices for Sensing Applications Design & Simulation of Multi Gate Piezoelectric FET Devices for Sensing Applications Sunita Malik 1, Manoj Kumar Duhan 2 Electronics & Communication Engineering Department, Deenbandhu Chhotu Ram University

More information

EE 330 Laboratory 7 MOSFET Device Experimental Characterization and Basic Applications Spring 2017

EE 330 Laboratory 7 MOSFET Device Experimental Characterization and Basic Applications Spring 2017 EE 330 Laboratory 7 MOSFET Device Experimental Characterization and Basic Applications Spring 2017 Objective: The objective of this laboratory experiment is to become more familiar with the operation of

More information

Field-Effect Transistor (FET) is one of the two major transistors; FET derives its name from its working mechanism;

Field-Effect Transistor (FET) is one of the two major transistors; FET derives its name from its working mechanism; Chapter 3 Field-Effect Transistors (FETs) 3.1 Introduction Field-Effect Transistor (FET) is one of the two major transistors; FET derives its name from its working mechanism; The concept has been known

More information

DG-FINFET LOGIC DESIGN USING 32NM TECHNOLOGY

DG-FINFET LOGIC DESIGN USING 32NM TECHNOLOGY International Journal of Knowledge Management & e-learning Volume 3 Number 1 January-June 2011 pp. 1-5 DG-FINFET LOGIC DESIGN USING 32NM TECHNOLOGY K. Nagarjuna Reddy 1, K. V. Ramanaiah 2 & K. Sudheer

More information

Introduction to VLSI ASIC Design and Technology

Introduction to VLSI ASIC Design and Technology Introduction to VLSI ASIC Design and Technology Paulo Moreira CERN - Geneva, Switzerland Paulo Moreira Introduction 1 Outline Introduction Is there a limit? Transistors CMOS building blocks Parasitics

More information

DURING the past decade, CMOS technology has seen

DURING the past decade, CMOS technology has seen IEEE TRANSACTIONS ON ELECTRON DEVICES, VOL. 51, NO. 9, SEPTEMBER 2004 1463 Investigation of the Novel Attributes of a Fully Depleted Dual-Material Gate SOI MOSFET Anurag Chaudhry and M. Jagadesh Kumar,

More information

Optimization of Threshold Voltage for 65nm PMOS Transistor using Silvaco TCAD Tools

Optimization of Threshold Voltage for 65nm PMOS Transistor using Silvaco TCAD Tools IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 6, Issue 1 (May. - Jun. 2013), PP 62-67 Optimization of Threshold Voltage for 65nm PMOS Transistor

More information

INTERNATIONAL JOURNAL OF APPLIED ENGINEERING RESEARCH, DINDIGUL Volume 1, No 3, 2010

INTERNATIONAL JOURNAL OF APPLIED ENGINEERING RESEARCH, DINDIGUL Volume 1, No 3, 2010 Low Power CMOS Inverter design at different Technologies Vijay Kumar Sharma 1, Surender Soni 2 1 Department of Electronics & Communication, College of Engineering, Teerthanker Mahaveer University, Moradabad

More information

! Review: MOS IV Curves and Switch Model. ! MOS Device Layout. ! Inverter Layout. ! Gate Layout and Stick Diagrams. ! Design Rules. !

! Review: MOS IV Curves and Switch Model. ! MOS Device Layout. ! Inverter Layout. ! Gate Layout and Stick Diagrams. ! Design Rules. ! ESE 570: Digital Integrated Circuits and VLSI Fundamentals Lec 3: January 21, 2016 MOS Fabrication pt. 2: Design Rules and Layout Lecture Outline! Review: MOS IV Curves and Switch Model! MOS Device Layout!

More information

ESE 570: Digital Integrated Circuits and VLSI Fundamentals

ESE 570: Digital Integrated Circuits and VLSI Fundamentals ESE 570: Digital Integrated Circuits and VLSI Fundamentals Lec 3: January 21, 2016 MOS Fabrication pt. 2: Design Rules and Layout Penn ESE 570 Spring 2016 Khanna Adapted from GATech ESE3060 Slides Lecture

More information

A Quantitative Comparison of Different MLP Activation Functions in Classification

A Quantitative Comparison of Different MLP Activation Functions in Classification A Quantitative Comparison of Different MLP Activation Functions in Classification Emad A. M. Andrews Shenouda Department of Computer Science, University of Toronto, Toronto, ON, Canada emad@cs.toronto.edu

More information

AS THE semiconductor process is scaled down, the thickness

AS THE semiconductor process is scaled down, the thickness IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 52, NO. 7, JULY 2005 361 A New Schmitt Trigger Circuit in a 0.13-m 1/2.5-V CMOS Process to Receive 3.3-V Input Signals Shih-Lun Chen,

More information

CHAPTER 4 MIXED-SIGNAL DESIGN OF NEUROHARDWARE

CHAPTER 4 MIXED-SIGNAL DESIGN OF NEUROHARDWARE 69 CHAPTER 4 MIXED-SIGNAL DESIGN OF NEUROHARDWARE 4. SIGNIFICANCE OF MIXED-SIGNAL DESIGN Digital realization of Neurohardwares is discussed in Chapter 3, which dealt with cancer cell diagnosis system and

More information

MOSFET Terminals. The voltage applied to the GATE terminal determines whether current can flow between the SOURCE & DRAIN terminals.

MOSFET Terminals. The voltage applied to the GATE terminal determines whether current can flow between the SOURCE & DRAIN terminals. MOSFET Terminals The voltage applied to the GATE terminal determines whether current can flow between the SOURCE & DRAIN terminals. For an n-channel MOSFET, the SOURCE is biased at a lower potential (often

More information

PROCESS and environment parameter variations in scaled

PROCESS and environment parameter variations in scaled 1078 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 53, NO. 10, OCTOBER 2006 Reversed Temperature-Dependent Propagation Delay Characteristics in Nanometer CMOS Circuits Ranjith Kumar

More information

Jack Keil Wolf Lecture. ESE 570: Digital Integrated Circuits and VLSI Fundamentals. Lecture Outline. MOSFET N-Type, P-Type.

Jack Keil Wolf Lecture. ESE 570: Digital Integrated Circuits and VLSI Fundamentals. Lecture Outline. MOSFET N-Type, P-Type. ESE 570: Digital Integrated Circuits and VLSI Fundamentals Jack Keil Wolf Lecture Lec 3: January 24, 2019 MOS Fabrication pt. 2: Design Rules and Layout http://www.ese.upenn.edu/about-ese/events/wolf.php

More information

Parameter Optimization Of GAA Nano Wire FET Using Taguchi Method

Parameter Optimization Of GAA Nano Wire FET Using Taguchi Method Parameter Optimization Of GAA Nano Wire FET Using Taguchi Method S.P. Venu Madhava Rao E.V.L.N Rangacharyulu K.Lal Kishore Professor, SNIST Professor, PSMCET Registrar, JNTUH Abstract As the process technology

More information

Higher School of Economics, Moscow, Russia. Zelenograd, Moscow, Russia

Higher School of Economics, Moscow, Russia. Zelenograd, Moscow, Russia Advanced Materials Research Online: 2013-07-31 ISSN: 1662-8985, Vols. 718-720, pp 750-755 doi:10.4028/www.scientific.net/amr.718-720.750 2013 Trans Tech Publications, Switzerland Hardware-Software Subsystem

More information

Signal Processing of Automobile Millimeter Wave Radar Base on BP Neural Network

Signal Processing of Automobile Millimeter Wave Radar Base on BP Neural Network AIML 06 International Conference, 3-5 June 006, Sharm El Sheikh, Egypt Signal Processing of Automobile Millimeter Wave Radar Base on BP Neural Network Xinglin Zheng ), Yang Liu ), Yingsheng Zeng 3) ))3)

More information

ESE 570: Digital Integrated Circuits and VLSI Fundamentals

ESE 570: Digital Integrated Circuits and VLSI Fundamentals ESE 570: Digital Integrated Circuits and VLSI Fundamentals Lec 3: January 24, 2019 MOS Fabrication pt. 2: Design Rules and Layout Penn ESE 570 Spring 2019 Khanna Jack Keil Wolf Lecture http://www.ese.upenn.edu/about-ese/events/wolf.php

More information

Low-Power VLSI. Seong-Ook Jung VLSI SYSTEM LAB, YONSEI University School of Electrical & Electronic Engineering

Low-Power VLSI. Seong-Ook Jung VLSI SYSTEM LAB, YONSEI University School of Electrical & Electronic Engineering Low-Power VLSI Seong-Ook Jung 2013. 5. 27. sjung@yonsei.ac.kr VLSI SYSTEM LAB, YONSEI University School of Electrical & Electronic Engineering Contents 1. Introduction 2. Power classification & Power performance

More information

Drain. Drain. [Intel: bulk-si MOSFETs]

Drain. Drain. [Intel: bulk-si MOSFETs] 1 Introduction For more than 40 years, the evolution and growth of very-large-scale integration (VLSI) silicon-based integrated circuits (ICs) have followed from the continual shrinking, or scaling, of

More information

IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 03, 2014 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 03, 2014 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 03, 2014 ISSN (online): 2321-0613 Implementation of Ternary Logic Gates using CNTFET Rahul A. Kashyap 1 1 Department of

More information

NEURAL NETWORK DEMODULATOR FOR QUADRATURE AMPLITUDE MODULATION (QAM)

NEURAL NETWORK DEMODULATOR FOR QUADRATURE AMPLITUDE MODULATION (QAM) NEURAL NETWORK DEMODULATOR FOR QUADRATURE AMPLITUDE MODULATION (QAM) Ahmed Nasraden Milad M. Aziz M Rahmadwati Artificial neural network (ANN) is one of the most advanced technology fields, which allows

More information

MEASUREMENT AND INSTRUMENTATION STUDY NOTES UNIT-I

MEASUREMENT AND INSTRUMENTATION STUDY NOTES UNIT-I MEASUREMENT AND INSTRUMENTATION STUDY NOTES The MOSFET The MOSFET Metal Oxide FET UNIT-I As well as the Junction Field Effect Transistor (JFET), there is another type of Field Effect Transistor available

More information

Efficient Computation of Resonant Frequency of Rectangular Microstrip Antenna using a Neural Network Model with Two Stage Training

Efficient Computation of Resonant Frequency of Rectangular Microstrip Antenna using a Neural Network Model with Two Stage Training www.ijcsi.org 209 Efficient Computation of Resonant Frequency of Rectangular Microstrip Antenna using a Neural Network Model with Two Stage Training Guru Pyari Jangid *, Gur Mauj Saran Srivastava and Ashok

More information

FUNDAMENTALS OF MODERN VLSI DEVICES

FUNDAMENTALS OF MODERN VLSI DEVICES 19-13- FUNDAMENTALS OF MODERN VLSI DEVICES YUAN TAUR TAK H. MING CAMBRIDGE UNIVERSITY PRESS Physical Constants and Unit Conversions List of Symbols Preface page xi xiii xxi 1 INTRODUCTION I 1.1 Evolution

More information

Semiconductor TCAD Tools

Semiconductor TCAD Tools Device Design Consideration for Nanoscale MOSFET Using Semiconductor TCAD Tools Teoh Chin Hong and Razali Ismail Department of Microelectronics and Computer Engineering, Universiti Teknologi Malaysia,

More information

Lecture-45. MOS Field-Effect-Transistors Threshold voltage

Lecture-45. MOS Field-Effect-Transistors Threshold voltage Lecture-45 MOS Field-Effect-Transistors 7.4. Threshold voltage In this section we summarize the calculation of the threshold voltage and discuss the dependence of the threshold voltage on the bias applied

More information

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE A Thesis by Andrew J. Zerngast Bachelor of Science, Wichita State University, 2008 Submitted to the Department of Electrical

More information

In this lecture we will begin a new topic namely the Metal-Oxide-Semiconductor Field Effect Transistor.

In this lecture we will begin a new topic namely the Metal-Oxide-Semiconductor Field Effect Transistor. Solid State Devices Dr. S. Karmalkar Department of Electronics and Communication Engineering Indian Institute of Technology, Madras Lecture - 38 MOS Field Effect Transistor In this lecture we will begin

More information

ECE520 VLSI Design. Lecture 2: Basic MOS Physics. Payman Zarkesh-Ha

ECE520 VLSI Design. Lecture 2: Basic MOS Physics. Payman Zarkesh-Ha ECE520 VLSI Design Lecture 2: Basic MOS Physics Payman Zarkesh-Ha Office: ECE Bldg. 230B Office hours: Wednesday 2:00-3:00PM or by appointment E-mail: pzarkesh@unm.edu Slide: 1 Review of Last Lecture Semiconductor

More information

Analog performance of advanced CMOS and EKV3 model

Analog performance of advanced CMOS and EKV3 model NanoTera Workshop on Next-Generation MOSFET Compact Models EPFL, December 15-16, 2011 Analog performance of advanced CMOS and EKV3 model Matthias Bucher Assistant Professor Technical University of Crete

More information

Research Article FinFET Based Tunable Analog Circuit: Design and Analysis at 45 nm Technology

Research Article FinFET Based Tunable Analog Circuit: Design and Analysis at 45 nm Technology Chinese Engineering Volume 213, Article ID 165945, 8 pages http://dx.doi.org/1.1155/213/165945 Research Article FinFET Based Tunable Analog Circuit: Design and Analysis at 45 nm Technology Ravindra Singh

More information

Why Scaling? CPU speed Chip size R, C CPU can increase speed by reducing occupying area.

Why Scaling? CPU speed Chip size R, C CPU can increase speed by reducing occupying area. Why Scaling? Higher density : Integration of more transistors onto a smaller chip : reducing the occupying area and production cost Higher Performance : Higher current drive : smaller metal to metal capacitance

More information

Strain Engineering for Future CMOS Technologies

Strain Engineering for Future CMOS Technologies Strain Engineering for Future CMOS Technologies S. S. Mahato 1, T. K. Maiti 1, R. Arora 2, A. R. Saha 1, S. K. Sarkar 3 and C. K. Maiti 1 1 Dept. of Electronics and ECE, IIT, Kharagpur 721302, India 2

More information

Integrate-and-Fire Neuron Circuit and Synaptic Device with Floating Body MOSFETs

Integrate-and-Fire Neuron Circuit and Synaptic Device with Floating Body MOSFETs JOURNAL OF SEMICONDUCTOR TECHNOLOGY AND SCIENCE, VOL.14, NO.6, DECEMBER, 2014 http://dx.doi.org/10.5573/jsts.2014.14.6.755 Integrate-and-Fire Neuron Circuit and Synaptic Device with Floating Body MOSFETs

More information

Design and Implementation of less quiescent current, less dropout LDO Regulator in 90nm Technology Madhukumar A S #1, M.

Design and Implementation of less quiescent current, less dropout LDO Regulator in 90nm Technology Madhukumar A S #1, M. Design and Implementation of less quiescent current, less dropout LDO Regulator in 90nm Technology Madhukumar A S #1, M.Nagabhushan #2 #1 M.Tech student, Dept. of ECE. M.S.R.I.T, Bangalore, INDIA #2 Asst.

More information

Design and Simulation of NOT and NAND Gate Using Hybrid SET-MOS Technology

Design and Simulation of NOT and NAND Gate Using Hybrid SET-MOS Technology Design and Simulation of NOT and NAND Gate Using Hybrid SET-MOS Technology Daya Nand Gupta 1, S. R. P. Sinha 2 1 Research scholar, Department of Electronics Engineering, Institute of Engineering and Technology,

More information

Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication

Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication * Shashank Mishra 1, G.S. Tripathi M.Tech. Student, Dept. of Electronics and Communication Engineering,

More information

M. Jagadesh Kumar and G. Venkateshwar Reddy Department of Electrical Engineering, Indian Institute of Technology, Hauz Khas, New Delhi , India

M. Jagadesh Kumar and G. Venkateshwar Reddy Department of Electrical Engineering, Indian Institute of Technology, Hauz Khas, New Delhi , India M. Jagadesh Kumar and G. V. Reddy, "Diminished Short Channel Effects in Nanoscale Double- Gate Silicon-on-Insulator Metal Oxide Field Effect Transistors due to Induced Back-Gate Step Potential," Japanese

More information

Gennady Gildenblat. Editor. Compact Modeling. Principles, Techniques and Applications. Springer

Gennady Gildenblat. Editor. Compact Modeling. Principles, Techniques and Applications. Springer Gennady Gildenblat Editor Compact Modeling Principles, Techniques and Applications Springer Contents Part I Compact Models of MOS Transistors 1 Surface-Potential-Based Compact Model of Bulk MOSFET 3 Gennady

More information

Approximation a One-Dimensional Functions by Using Multilayer Perceptron and Radial Basis Function Networks

Approximation a One-Dimensional Functions by Using Multilayer Perceptron and Radial Basis Function Networks Approximation a One-Dimensional Functions by Using Multilayer Perceptron and Radial Basis Function Networks Huda Dheyauldeen Najeeb Department of public relations College of Media, University of Al Iraqia,

More information

Assessing the MVS Model for Nanotransistors (August 2013)

Assessing the MVS Model for Nanotransistors (August 2013) 1 Assessing the MVS Model for Nanotransistors (August 2013) Siyang Liu, Xingshu Sun and Prof. Mark Lundstrom Abstract A simple semi-empirical compact MOSFET model has been developed, which is called MIT

More information

Path Planning for Mobile Robots Based on Hybrid Architecture Platform

Path Planning for Mobile Robots Based on Hybrid Architecture Platform Path Planning for Mobile Robots Based on Hybrid Architecture Platform Ting Zhou, Xiaoping Fan & Shengyue Yang Laboratory of Networked Systems, Central South University, Changsha 410075, China Zhihua Qu

More information

Analysis And Parameter Extraction of Organic Transistor At PTAA With Different Organic Materials

Analysis And Parameter Extraction of Organic Transistor At PTAA With Different Organic Materials Analysis And Parameter Extraction of Organic Transistor At PTAA With Different Organic Materials Anuradha Yadav, Savita Yadav, Sanjay Singh, Nishant Tripathi Abstract The Organic thin film transistor has

More information

ANALYTICAL MODELING AND CHARACTERIZATION OF CYLINDRICAL GATE ALL AROUND MOSFET

ANALYTICAL MODELING AND CHARACTERIZATION OF CYLINDRICAL GATE ALL AROUND MOSFET ANALYTICAL MODELING AND CHARACTERIZATION OF CYLINDRICAL GATE ALL AROUND MOSFET Shailly Garg 1, Prashant Mani Yadav 2 1 Student, SRM University 2 Assistant Professor, Department of Electronics and Communication,

More information

A HIGH SPEED & LOW POWER 16T 1-BIT FULL ADDER CIRCUIT DESIGN BY USING MTCMOS TECHNIQUE IN 45nm TECHNOLOGY

A HIGH SPEED & LOW POWER 16T 1-BIT FULL ADDER CIRCUIT DESIGN BY USING MTCMOS TECHNIQUE IN 45nm TECHNOLOGY A HIGH SPEED & LOW POWER 16T 1-BIT FULL ADDER CIRCUIT DESIGN BY USING MTCMOS TECHNIQUE IN 45nm TECHNOLOGY Jasbir kaur 1, Neeraj Singla 2 1 Assistant Professor, 2 PG Scholar Electronics and Communication

More information

Prediction of Breathing Patterns Using Neural Networks

Prediction of Breathing Patterns Using Neural Networks Virginia Commonwealth University VCU Scholars Compass Theses and Dissertations Graduate School 2008 Prediction of Breathing Patterns Using Neural Networks Pavani Davuluri Virginia Commonwealth University

More information

Electronic CAD Practical work. Week 1: Introduction to transistor models. curve tracing of NMOS transfer characteristics

Electronic CAD Practical work. Week 1: Introduction to transistor models. curve tracing of NMOS transfer characteristics Electronic CAD Practical work Dr. Martin John Burbidge Lancashire UK Tel: +44 (0)1524 825064 Email: martin@mjb-rfelectronics-synthesis.com Martin Burbidge 2006 Week 1: Introduction to transistor models

More information

a leap ahead in analog

a leap ahead in analog Analog modeling requirements for HV CMOS technology Ehrenfried Seebacher 2011-12-15 a leap ahead in analog Presentation Overview Design perspective on High Performance Analog HV CMOS Analog modeling requirements

More information

Dual Threshold Voltage Design for Low Power VLSI Circuits

Dual Threshold Voltage Design for Low Power VLSI Circuits Dual Threshold Voltage Design for Low Power VLSI Circuits Sampangi Venkata Suresh M.Tech, Santhiram Engineering College, Nandyal. ABSTRACT: The high growth of the semiconductor trade over the past twenty

More information

Low Power Analog Multiplier Using Mifgmos

Low Power Analog Multiplier Using Mifgmos Journal of Computer Science, 9 (4): 514-520, 2013 ISSN 1549-3636 2013 doi:10.3844/jcssp.2013.514.520 Published Online 9 (4) 2013 (http://www.thescipub.com/jcs.toc) Low Power Analog Multiplier Using Mifgmos

More information

cost and reliability; power considerations were of secondary importance. In recent years. however, this has begun to change and increasingly power is

cost and reliability; power considerations were of secondary importance. In recent years. however, this has begun to change and increasingly power is CHAPTER-1 INTRODUCTION AND SCOPE OF WORK 1.0 MOTIVATION In the past, the major concern of the VLSI designer was area, performance, cost and reliability; power considerations were of secondary importance.

More information

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 95 CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 6.1 INTRODUCTION An artificial neural network (ANN) is an information processing model that is inspired by biological nervous systems

More information

Analytical Model for Surface Potential and Inversion Charge of Dual Material Double Gate Son MOSFET

Analytical Model for Surface Potential and Inversion Charge of Dual Material Double Gate Son MOSFET International Journal of Engineering and Technical Research (IJETR) Analytical Model for Surface Potential and Inversion Charge of Dual Material Double Gate Son MOSFET Gaurabh Yadav, Mr. Vaibhav Purwar

More information

A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation

A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation Sensors & Transducers, Vol. 6, Issue 2, December 203, pp. 53-58 Sensors & Transducers 203 by IFSA http://www.sensorsportal.com A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition

More information

Sub-threshold Leakage Current Reduction Using Variable Gate Oxide Thickness (VGOT) MOSFET

Sub-threshold Leakage Current Reduction Using Variable Gate Oxide Thickness (VGOT) MOSFET Microelectronics and Solid State Electronics 2013, 2(2): 24-28 DOI: 10.5923/j.msse.20130202.02 Sub-threshold Leakage Current Reduction Using Variable Gate Oxide Thickness (VGOT) MOSFET Keerti Kumar. K

More information

Four-Port Network Parameters Extraction Method for Partially Depleted SOI with Body-Contact Structure

Four-Port Network Parameters Extraction Method for Partially Depleted SOI with Body-Contact Structure J Electron Test (216) 32:763 767 DOI 1.17/s1836-1662-x Four-Port Network Parameters Extraction Method for Partially Depleted SOI with Body-Contact Structure Jun Liu 1 & Yu Ping Huang 1 & Kai Lu 1 Received:

More information

NEURAL NETWORK BASED MAXIMUM POWER POINT TRACKING

NEURAL NETWORK BASED MAXIMUM POWER POINT TRACKING NEURAL NETWORK BASED MAXIMUM POWER POINT TRACKING 3.1 Introduction This chapter introduces concept of neural networks, it also deals with a novel approach to track the maximum power continuously from PV

More information

Drive performance of an asymmetric MOSFET structure: the peak device

Drive performance of an asymmetric MOSFET structure: the peak device MEJ 499 Microelectronics Journal Microelectronics Journal 30 (1999) 229 233 Drive performance of an asymmetric MOSFET structure: the peak device M. Stockinger a, *, A. Wild b, S. Selberherr c a Institute

More information

Design of low threshold Full Adder cell using CNTFET

Design of low threshold Full Adder cell using CNTFET Design of low threshold Full Adder cell using CNTFET P Chandrashekar 1, R Karthik 1, O Koteswara Sai Krishna 1 and Ardhi Bhavana 1 1 Department of Electronics and Communication Engineering, MLR Institute

More information

Sub-Threshold Region Behavior of Long Channel MOSFET

Sub-Threshold Region Behavior of Long Channel MOSFET Sub-threshold Region - So far, we have discussed the MOSFET behavior in linear region and saturation region - Sub-threshold region is refer to region where Vt is less than Vt - Sub-threshold region reflects

More information

Direct calculation of metal oxide semiconductor field effect transistor high frequency noise parameters

Direct calculation of metal oxide semiconductor field effect transistor high frequency noise parameters Direct calculation of metal oxide semiconductor field effect transistor high frequency noise parameters C. H. Chen and M. J. Deen a) Engineering Science, Simon Fraser University, Burnaby, British Columbia

More information

CHAPTER 6 NEURO-FUZZY CONTROL OF TWO-STAGE KY BOOST CONVERTER

CHAPTER 6 NEURO-FUZZY CONTROL OF TWO-STAGE KY BOOST CONVERTER 73 CHAPTER 6 NEURO-FUZZY CONTROL OF TWO-STAGE KY BOOST CONVERTER 6.1 INTRODUCTION TO NEURO-FUZZY CONTROL The block diagram in Figure 6.1 shows the Neuro-Fuzzy controlling technique employed to control

More information

Prediction of Missing PMU Measurement using Artificial Neural Network

Prediction of Missing PMU Measurement using Artificial Neural Network Prediction of Missing PMU Measurement using Artificial Neural Network Gaurav Khare, SN Singh, Abheejeet Mohapatra Department of Electrical Engineering Indian Institute of Technology Kanpur Kanpur-208016,

More information

Experimental Design of a Ternary Full Adder using Pseudo N-type Carbon Nano tube FETs.

Experimental Design of a Ternary Full Adder using Pseudo N-type Carbon Nano tube FETs. Experimental Design of a Ternary Full Adder using Pseudo N-type Carbon Nano tube FETs. Kazi Muhammad Jameel Student, Electrical and Electronic Engineering, AIUB, Dhaka, Bangladesh ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

PSP model update. Gert-Jan Smit, Andries Scholten, D.B.M. Klaassen (NXP Semiconductors) Ramses van der Toorn (Delft University of Technology)

PSP model update. Gert-Jan Smit, Andries Scholten, D.B.M. Klaassen (NXP Semiconductors) Ramses van der Toorn (Delft University of Technology) PSP model update Gert-Jan Smit, Andries Scholten, D.B.M. Klaassen (NXP Semiconductors) Ramses van der Toorn (Delft University of Technology) MOS-AK, San Francisco 12 December 2012 outline some history

More information

Channel Engineering for Submicron N-Channel MOSFET Based on TCAD Simulation

Channel Engineering for Submicron N-Channel MOSFET Based on TCAD Simulation Australian Journal of Basic and Applied Sciences, 2(3): 406-411, 2008 ISSN 1991-8178 Channel Engineering for Submicron N-Channel MOSFET Based on TCAD Simulation 1 2 3 R. Muanghlua, N. Vittayakorn and A.

More information

Experiment 3. 3 MOSFET Drain Current Modeling. 3.1 Summary. 3.2 Theory. ELEC 3908 Experiment 3 Student#:

Experiment 3. 3 MOSFET Drain Current Modeling. 3.1 Summary. 3.2 Theory. ELEC 3908 Experiment 3 Student#: Experiment 3 3 MOSFET Drain Current Modeling 3.1 Summary In this experiment I D vs. V DS and I D vs. V GS characteristics are measured for a silicon MOSFET, and are used to determine the parameters necessary

More information

Sensors & Transducers 2014 by IFSA Publishing, S. L.

Sensors & Transducers 2014 by IFSA Publishing, S. L. Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Neural Circuitry Based on Single Electron Transistors and Single Electron Memories Aïmen BOUBAKER and Adel KALBOUSSI Faculty

More information

Lecture 33 - The Short Metal-Oxide-Semiconductor Field-Effect Transistor (cont.) April 30, 2007

Lecture 33 - The Short Metal-Oxide-Semiconductor Field-Effect Transistor (cont.) April 30, 2007 6.720J/3.43J - Integrated Microelectronic Devices - Spring 2007 Lecture 33-1 Lecture 33 - The Short Metal-Oxide-Semiconductor Field-Effect Transistor (cont.) April 30, 2007 Contents: 1. MOSFET scaling

More information

High Performance and Low Leakage 3DSOI Fin-FET SRAM

High Performance and Low Leakage 3DSOI Fin-FET SRAM American Journal of Engineering and Applied Sciences Original Research Paper High Performance and Low Leakage 3DSOI Fin-FET SRAM 1 Sudha, D., 2 Ch. Santhiraniand 3 Sreenivasa Rao Ijjada 1 Departmet of

More information