Transistor model: Difference between revisions

Content deleted Content added
No edit summary
Line 1:
{{More inlinefootnotes|date=January 2015}}
[[Transistor]]s are simple devices with complicated behavior. In order to ensure the reliable operation of circuits employing transistors, it is necessary to [[Scientific modelling|scientifically model]] the physical phenomena observed in their operation using '''transistor models'''. There exists a variety of different [[Model (abstract)|models]] that range in complexity and in purpose. Transistor models divide into two major groups: models for device design and models for circuit design.
 
==Models for device design==
The modern transistor has an internal structure that exploits complex physical mechanisms. Device design requires a detailed understanding of how device manufacturing processes such as [[ion implantation]], [[Atomic diffusion|impurity diffusion]], [[Thermal oxidation|oxide growth]], [[Annealing (metallurgy)#Diffusion annealing of semiconductors|annealing]], and [[Etching (microfabrication)|etching]] affect device behavior. [[Semiconductor process simulation|Process models]] simulate the manufacturing steps and provide a microscopic description of device "geometry" to the [[Semiconductor device modeling|device simulator]]. "Geometry" does not mean readily identified geometrical features such as a planar or wrap-around gate structure, or raised or recessed forms of source and drain (see Figure 1 for a [[NVRAM#The floating-gate transistor|memory device]] with some unusual modeling challenges related to charging the floating gate by an avalanche process). It also refers to details inside the structure, such as the doping profiles after completion of device processing.
[[File:FAMOS esq.png|thumbnail|Figure 1: Floating-gate avalanche injection memory device FAMOS]]
With this information about what the device looks like, the device simulator models the physical processes taking place in the device to determine its electrical behavior in a variety of circumstances: DC current-voltagecurrent–voltage behavior, transient behavior (both large-signal and small-signal), dependence on device layout (long and narrow versus short and wide, or interdigitated versus rectangular, or isolated versus proximate to other devices). These simulations tell the device designer whether the device process will produce devices with the electrical behavior needed by the circuit designer, and is used to inform the process designer about any necessary process improvements. Once the process gets close to manufacture, the predicted device characteristics are compared with measurement on test devices to check that the process and device models are working adequately.
 
Although long ago the device behavior modeled in this way was very simple{{sndspaced en dash}} mainly drift plus diffusion in simple geometries{{sndspaced en dash}} today many more processes must be modeled at a microscopic level; for example, leakage currents in junctions and oxides, complex transport of carriers including [[velocity saturation]] and ballistic transport, quantum mechanical effects, use of multiple materials (for example, [[SiGe#SiGe Transistors|Si-SiGe]] devices, and stacks of different [[high-κ_dielectric|dielectrics]]) and even the statistical effects due to the probabilistic nature of ion placement and carrier transport inside the device. Several times a year the technology changes and simulations have to be repeated. The models may require change to reflect new physical effects, or to provide greater accuracy. The maintenance and improvement of these models is a business in itself.
 
These models are very computer intensive, involving detailed spatial and temporal solutions of coupled partial differential equations on three-dimensional grids inside the device.<ref name=Jacoboni>
Line 57:
Transistor models are used for almost all modern [[electronic design]] work. [[Analog circuit]] [[Electronic circuit simulation|simulators]] such as [[SPICE]] use models to predict the behavior of a design. Most design work is related to [[integrated circuit design]]s which have a very large tooling cost, primarily for the [[photomask]]s used to create the devices, and there is a large economic incentive to get the design working without any iterations. Complete and accurate models allow a large percentage of designs to work the first time.
 
Modern circuits are usually very complex. The performance of such circuits is difficult to predict without accurate computer models, including but not limited to models of the devices used. The device models include effects of transistor layout: width, length, interdigitation, proximity to other devices; transient and DC [[current-voltagecurrent–voltage characteristic]]s; parasitic device capacitance, resistance, and inductance; time delays; and temperature effects; to name a few items.<ref name=Schneider>
{{cite book
|author1=Carlos Galup-Montoro |author2=Mǻrcio C Schneider |title=Mosfet Modeling for Circuit Analysis And Design
Line 96:
 
===Small-signal linear models===
[[Small-signal model|Small-signal]] or [[Linear system|linear]] models are used to evaluate [[BIBO stability|stability]], [[Gain (electronics)|gain]], [[Electronic noise|noise]] and [[Bandwidth (signal processing)|bandwidth]], both in the conceptual stages of circuit design (to decide between alternative design ideas before computer simulation is warranted) and using computers. A small-signal model is generated by taking derivatives of the current-voltagecurrent–voltage curves about a bias point or [[Q-point]]. As long as the signal is small relative to the nonlinearity of the device, the derivatives do not vary significantly, and can be treated as standard linear circuit elements.
A big advantage of small signal models is they can be solved directly, while large signal nonlinear models are generally solved iteratively, with possible [[Numerical ordinary differential equations#Analysis|convergence or stability]] issues. By simplification to a linear model, the whole apparatus for solving linear equations becomes available, for example, [[simultaneous equations]], [[determinant]]s, and [[Matrix (mathematics)|matrix theory]] (often studied as part of [[linear algebra]]), especially [[Cramer's rule]]. Another advantage is that a linear model is easier to think about, and helps to organize thought.