Abstract
This chapter covers different methods of semiconductor device modeling for electronic circuit simulation. It presents a discussion on physics-based analytical modeling approach to predict device operation at specific conditions such as applied bias (e.g., voltages and currents); environment (e.g., temperature, noise); and physical characteristics (e.g., geometry, doping levels). However, formulation of device model involves trade-off between accuracy and computational speed and for most practical operation such as for SPICE-based circuit simulator, empirical modeling approach is often preferred. Thus, this chapter also covers empirical modeling approaches to predict device operation by implementing mathematically fitted equations. In addition, it includes numerical device modeling approaches, which involve numerical device simulation using different types of commercial computer-based tools. Numerical models are used as virtual environment for device optimization under different conditions and the results can be used to validate the simulation models for other operating conditions.
Keywords
- device modeling
- physics-based model
- empirical modeling
- TCAD device simulation
- SPICE model
1. Introduction
Researchers are devoting their time and efforts on the development of efficient and high-speed device models as the requirement for faster, smaller circuits and systems are becoming more and more stringent. These models take into account semiconductor devices such as MOSFETs and analyze the device features through rigorous testing and optimization of the device characteristics. The device models are developed employing various mathematical calculations and simulation processes before being adopted into practical circuit and system-level simulation steps. This book chapter takes a deeper dive into different types of semiconductor device modeling and simulation techniques by leveraging their full potential.
To understand the characteristics of a device, analytical modeling is performed under various environmental and operating conditions by varying the device parameters. Physics-based analytical models are developed by analyzing the behaviors of a device based on the fundamental physics by solving rigorous mathematical equations governing the underlying device physics. This enables selection of optimal device features and predictability of the device operation under various conditions to simulate its performance in electronic circuits and systems. Although this type of modeling provides accurate results, the calculation scheme is not fast enough for higher level analysis tools including circuit simulators such as SPICE. For fast calculation of device characteristics, empirical models are commonly used. Empirical modeling is a computer-based modeling scheme involving experimental data. Unlike analytical modeling approach, this specific technique depends on simulation of device behavior by implementing mathematically fitted equations. This results in a trade-off between the accuracy of device models and the computational speed. Empirical modeling of a device plays a leading role in circuit simulation using tools such as SPICE, which is a general-purpose analog electronic circuit simulator. It has the capability to analyze and predict the device behavior in a circuit design by solving a combination of theoretical and empirical models. However, to explore full potential of a device in implementing efficient circuits, researchers are dedicating much time in implementing numerical models using commercial device simulators such as technology computer-aided design (TCAD) tools. Numerical modeling optimizes the characteristics of a device by simulating the device in virtual environment. This type of modeling of a device involves solutions to a set of coupled partial differential equations. The core concept of this type of modeling involves analyzing various mathematical techniques to provide a realistic solution for predictability and operation of the device. Creating virtual environment under different conditions to simulate various device features and characteristics enables researchers to achieve a grasp on the functionality of a certain device and its characteristics in circuit environment.
2. Physics-based and empirical compact modeling for circuit simulation
2.1 Physics-based models
Physics-based models are developed by simplifying coupled nonlinear partial differential equations that describe the physics of the semiconductor devices. These models need to be robust, accurate, and computationally efficient and are often preferred in analog and RF circuit design. Although modern industry standard models often have some empirical fitting parameters, their core is usually physics-based and most parameters have some physical significance. Since these models try to capture the essence of underlying physics, they usually have better scalability and predictive power compared to their empirical counterparts.
2.1.1 Types of physics-based models
Physics-based compact models can be divided into several subcategories. The most widely used models in industry are BSIM3 [1] and BSIM4 [2]. These models are threshold-based, source-referenced, characterized by inversion charge proportional to overdrive voltage, and use interpolation between strong and weak inversion. In addition, some empirical fitting parameters are used in these models to cover wide bias, geometry, and temperature ranges.
Surface potential-based models such as PSP [3] and HiSIM [4] have recently emerged as other important physics-based compact modeling paradigms. PSP was developed as a collaboration between Gildenblat et al. and Philips corporation and is characterized by both inversion charge and drain current being computed from the surface potential
Another approach is known as inversion charge-based model such as EKV named after its founders (Enz-Krmmencher-Vittoz) [5] and ACM (Advanced Compact model) [6]. EKV was originally developed at CSEM and EPFL at Switzerland and has found use in low-power and RF integrated circuit (IC) design due to some of the shortcomings of BSIM-based models in these applications. It is a body-referenced and symmetric model based on channel charge linearization. There is also a companion model for hand analysis.
In addition to these popular choices, there are other models such as, analytical model for ballistic field-effect transistors [7], MIT Virtual Source model [8] etc. Although these models are not used in industry, they involve a relatively small set of parameters with strong physical significance and can provide useful insight into the underlying physical phenomena of nanoscale transistors.
2.1.2 Brief overview of previous works
A number of works have been performed over the years on physics-based modeling of transistors. Gummel in [9] developed a model based on finite difference method for solving model equations to provide information about internal parameters such as potential and electric field distribution along with the terminal characteristics. This approach was modified in [10] using a new discretization technique for ensuring convergence. Building upon Scharfetter-Gummel algorithm, Slotboom [11] proposed a new model using two new artificial variables for linearization of differential equations facilitating implementation in computer-aided design (CAD) programs.
Early pioneers of device modeling include Pao and Sah who came up with the classic double integral drain current expression and explored different characteristics of transistor action [12, 13]. However, these formulas are computation intensive and CAD implementation requires a simplified model. Brews in [14] proposed a charge sheet model that assumes the inversion layer to be a conducting plane of zero thickness.
As the transistors kept getting smaller, the significance of subthreshold leakage conduction became apparent and the authors in [15] explored basic charge equation to derive a model that covers conduction mechanism from subthreshold to strong inversion. A one-dimensional model reported in [16] incorporates the dependence of subthreshold conduction on drain voltage, substrate bias, and temperature. The effect of terminal voltages on subthreshold conduction was captured in another model proposed by Taylor [17], which also explored the potential adverse two-dimensional effects on drain conductance. Later, Taylor unified the existing short- and long-channel models into an analytical model in [18]. Moreover, with the increasing use of MOSFETs in the domain of analog circuit design, there has been a growing need for a better small signal CAD models. Liu et al. presented a first-order and a second-order large-signal MOSFET models and derived corresponding small-signal models where the parameters are associated with bias condition and process technology [19].
Several researchers have explored the effect of electric field, doping density, and temperature on carrier mobility. Arora et al. developed an analytical expression of carrier mobilities in silicon as a function of doping concentration and temperature based on experimental data and modified Brooks-Herring theory of mobility [20]. Masetti et al. explored the dependence of carrier mobility on dopant concentration in silicon [21]. Later, Reggiani et al. proposed a unified model that combines mobility dependence on multiple factors such as doping, temperature, and electric field [22]. Another major contribution was the development of a universal expression for carrier generation and recombination, which was independently reported by Hall [23] and Shockley-Read [24] in 1952. Carrier lifetime is the most important parameter affecting the rate of generation-recombination and its dependence on temperature and electric field was analyzed by Schenk in [25].
The first-generation CAD models refer to the three built-in models (Level 1, 2, and 3) in the SPICE2 program [26]. Sheu et al. developed CSIM (Compact Short-channel IGFET Model) [27] and later improved and converted it into its now-famous successor called “Berkeley Short-channel IGFET Model” (BSIM) [28]. This was the beginning of the second generation of SPICE models. Technical considerations underlying the evolution of these models will be explored in greater detail in Section 2.5.
2.2 Empirical model
Empirical modeling is an alternative to physics-based modeling, which is used for rapid and accurate circuit simulation. The basic methodology is to take experimental or simulated device data as input and then create a model capable of accurately reproducing the complex nonlinear behavior of the semiconductor devices under different operating conditions using some sort of special functions such as Black-Box model or table look-up models. Usually, these methods are flexible and can be applied to different types of transistors [29].
2.2.1 Types of empirical models
The most commonly used empirical models utilize look-up table and quadratic or higher order polynomials for interpolation between data points. The data can be obtained from TCAD simulations or experimental results. Some simulators internally use table look-up methods for faster simulation. Currently, there are some mixed-device circuit simulators, which can generate table look-up models from TCAD simulations for carrying out circuit simulation. These methods can have some serious drawbacks such as wiggles in I-V characteristics, nonphysical negative resistances, limited applicability in exponentially varying regions of operation resulting from the use of low-order polynomial interpolation, inability to accommodate changes in temperature and geometry, limited capability for modeling statistical variation and noise, and lack of predictive capabilities for future technologies.
Another method involves using special functions such as hyperbolic tangent in an ingenious way to match the shape of experimental data. Parameters tend to be fitting coefficients but they may have some sort of first-order physical significance. A different approach, known as Black-Box modeling, leverages sophisticated numerical packages that take arbitrary sets of data and automatically generate some form of mathematical model that best fits the supplied data. This approach has mostly been confined to complex interconnect structures and system-level modeling. The boundary between physics-based and empirical models has gradually become fuzzier in recent years since most modern industry standard physics-based models now have some empirical content.
2.2.2 Brief overview of previous works
The table look-up method was implemented for digital circuit simulation in the timing simulator MOTIS [30], which was used to obtain timing information on the propagation of signals through circuits. Rofougaran et al. reported a FET model consisting of a main look-up table, along with a coarse 3-D sub-table for including substrate effects and another table for interpolating between different channel lengths [31]. This was used to resolve some of the limitations faced by analytical models in capturing short-channel effects. Another table-based method was used in [32] to address the requirements of analog circuit design, which demands greater accuracy in reproducing small-signal parameters, large-signal nonlinearities, subthreshold conduction, body effects, and bias-dependent capacitances.
Meijer proposed an
Yanilmaz et al. extended Bernstein approximation technique to multidimensional variation diminishing interpolation and modeled DC I-V and Q-V characteristics of a MOSFET [36]. An important attribute of this model is the preservation of continuity and monotonicity, which are important for convergence in Newton-Raphson algorithm commonly used in most modern circuit simulators. Similarly, the authors in [37] have used Lagrange interpolation and Bernstein approximation techniques for modeling multi-gate SOI transistors. Shima et al. employed monotonic piecewise cubic interpolation on stored table data obtained from a 2-D TCAD simulator to evaluate operating points of MOS transistors [38]. Authors in [39] used a tableau-style quadratic spline formulation that ensured the continuity of the model function and its derivative and proposed a new data-compression method for efficient storage of coefficients. The authors in [40] have used multidimensional linear and cubic spline interpolation methods for modeling SOI four-gate transistor (G4FET).
2.3 CAD model for SPICE
2.3.1 Criteria for a good SPICE model
A comprehensive list of attributes of a good CAD model for circuit simulation can be found in [41]. In this section, a brief discussion on the most salient features of an excellent compact model is presented. To design analog and mixed analog/digital circuits effectively, CAD models have to meet some basic requirements based on I-V characteristics, charges, leakage currents etc.; should provide continuous results that must have physical sense; should meet the requirement for intrinsic and extrinsic effects; and should provide accurate prediction for temperature range of interests etc. In addition, the model must have criteria for any combination of channel length and width values from the minimum specified upward bound and should provide a flag when it is used outside the limit of validity. Finally, and perhaps most importantly, a compact model must be computationally efficient, sufficiently accurate, and numerically robust.
2.3.2 Model formulation
The model developers need to satisfy certain criteria beyond model simulation. The general considerations include choice of parameters [42], choice of references [43], choice of modeling expressions [44], out of range behavior [42], charge versus capacitance formulation [45], and non-quasi-static analysis [46]. Furthermore, there are two important points, namely the choice of smoothing function and the judicious use of conditionals, which are the topics of the following discussion.
Smoothing function is an important tool to build a single expression by combining several expressions. Sometimes it is hard to model a device with general expressions for different regions of operation. The resultant single expression from smoothing function can be used for all the regions. However, the smoothing functions reveal particular expression in particular regions while maintaining continuity at boundaries between regions.
For example, the traditional MOSFET drain current,
where,
where
and
Here

Figure 1.
Illustration of two smoothing functions for ensuring higher order continuity of the model as shown in Eq. (1-3). (Here,
Sometimes, it is hard to maintain perfectly smooth model without using any conditionals. For efficiency, conditional models are used to include or exclude block models that are turned on or off by using different model parameters [47]. For example, let us consider the following common limiting function:
This function asymptotically approaches zero for large negative
2.3.3 Evolution of different generations of CAD models for SPICE
The “Simulation Program with Integrated Circuit Emphasis” (SPICE) was developed in the Electronics Research Laboratory at the University of California, Berkeley in 1973 [50]. However, the real popularity of SPICE comes after the release of SPICE 2 in 1975, which included three first-generation MOSFET models for the first time [51]. The first-generation compact models for MOSFET include Level 1, Level 2, and Level 3 models. The second-generation models are BSIM, BSIM2, and HSPICE Level 28. The third-generation models include Level 7, Level 48, BSIM3, and other advanced models. The following section presents the chronological progression from the Level 1 model to Level 3 and finally to BSIM models.
In this model, the MOSFET operation is divided into three regions. When
In Eqs. (7) and (8), the term,
where
The drain voltage in the saturation region is expressed in Eq. (12). The drain current in the saturation region is obtained from Eq. (11) at
The Level 2 model offers other modifications including nonzero drain current in the weak-inversion region when
The short-channel effect influences the empirical parameters,
This model handles the gate voltage dependence of the surface mobility,
In Eq. (15), the term
2.4 Modeling of novel transistors and emerging devices
To continue the advancement of semiconductor industry beyond the imminent demise of Moore’s Law, researchers all around the world have been exploring new technologies and consequently, a multitude of novel devices have emerged in recent years. This book chapter has been focused mainly on the development of compact models for bulk MOSFET. These models have been modified and extended for several novel transistors. For example, for SOI (silicon-on-insulator) devices, PSP-based model [66] and BSIM-based model [67, 68] have been reported. From the BSIM group, BSIM-IMG model for independent multi-gate MOSFET operation [69] and BSIM-CMG for common multi-gate transistor, that is, FinFET have been developed [70].
In addition to different nanoscale transistors, the lessons learned during development of different generations of compact models have also been successfully used to model many emerging devices such as metal-oxide-based resistive random-access memory (RRAM) devices [71, 72], insulator-metal-transition devices [73], biomolecular memristors [74] and memcapacitors [75] etc.
3. Device simulation
For any newly developed semiconductor device, different parameters need to be optimized before the device model can be adopted for practical circuit applications. However, with rapid development of new device and process technologies, optimization of semiconductor manufacturing processes guided by experimental approach becomes very time-consuming and expensive. As an alternative, device simulation can allow optimization of the device parameters in a virtual environment in a fast and cost-effective way to verify the device models for a newly developed semiconductor technology. In general, the tools used for numerical device simulation include three major components: (i) simulation of the fabrication process, (ii) simulation of the device characteristics, and (iii) simulation of the device for circuit applications. Figure 2 shows the basic hierarchy of process, device and circuit simulation. Process simulation is closely coupled to the original device simulation because the behavior of the fabricated device is significantly related to the overall processing steps. Process simulation is implemented by mimicking the original device fabrication steps that include several lithography steps as well as ion implantation, diffusion, annealing, and oxidation steps. This simulation is based on the measurement of doping profile using secondary ion mass spectroscopy (SIMS), topography provided by transmission electron microscopy (TEM), the process recipe, and the lithography masks. Simulation of the device characteristics is based on the overall geometry of the device coupled with the simulated profile from the process simulation. This part of the simulation mainly focuses on the device output and transfer current-voltage (I-V) characteristics, capacitance-voltage (C-V) characteristics, or frequency response. The compact model intended to be used for the circuit simulation can be developed based on the output of the process and device simulation data optimized using different device parameters in TCAD tools.

Figure 2.
Hierarchy of process, device, and circuit simulation.
3.1 Formulation of device simulation models
Semiconductor device simulation usually follows two different approaches such as semiclassical approach and quantum mechanical formulations. In the semiclassical approach, Boltzmann transport equation is used to model the carrier transport in the semiconductor devices by developing the drift-diffusion model along with the energy transport model. The solution of Boltzmann transport equation is usually obtained from doping profile of the device structure. The electrostatic potential, which depends on the dopant profile, is obtained from the Poisson’s equation. In order to incorporate quantum mechanical transport phenomena in the modern device models, Boltzmann transport equation is coupled with Schrödinger equation and Wigner function [76, 77]. Device simulation using the classical approach is discussed in next section, which is then followed by a discussion of the quantum mechanical approach.
3.1.1 Device simulation using semiclassical approach
In the semiclassical approach, the Boltzmann transport equations to describe the transport of electron and holes in a device can be written as,
where
The drift-diffusion model can be obtained, by applying the method of moment in the Boltzmann transport equation. For the derivation of the drift-diffusion model, the first two moments such as
where
where
3.1.2 Device simulation using quantum mechanical approach
The basic simulation model using the semiclassical approach does not consider the quantum mechanical properties present in the semiconductor device. However, with the continuous reduction of the device size and due to the dual wave-particle nature of electron, quantum mechanical effects in the semiconductor devices have become significant and thus need to be incorporated in the model. There have been several procedures developed to formulate the quantum mechanical transport in modern electronic devices. Figure 3 shows a flow chart representing the relationships among the relevant formulation of quantum models including Schrödinger equation, transfer-matrix, density matrix, Green’s functions, Wigner function, and path integral approaches [80].

Figure 3.
Flow chart illustrating the formulation of the quantum mechanical transport.
One of the most common ways to incorporate the quantum mechanical effect with the already developed semiclassical model involves coupling of Boltzmann transport equation with Schrödinger equation inside a self-consistent Schrödinger-Poisson loop. In this approach, the carrier concentration and the electrostatic potential are obtained by using Schrödinger equation and Poisson equation, respectively, in several iterations until a self-consistent solution is obtained. Boltzmann transport equations are then solved using the derived carrier concentration [81].
Another approach involves using the Wigner function along with Boltzmann transport equation to derive Boltzmann-Wigner equation [82],
where
where
where
3.2 TCAD device simulation
The numerical models described in the previous section are very computationally intensive and iterative in nature. For this reason, device simulation is usually performed using technology computer-aided design (TCAD) tools, which can provide excellent predicting capability of the device properties allowing virtual prototyping and optimization [93, 94, 95]. Most of the modern TCAD packages consist of several tools to implement device processing, device design, parameter extraction, device and circuit simulation, and data visualization as shown in Figure 4. Several of these tools can be combined together based on designer preference in order to study the impact of any single step on the overall system performance. Among these, the process simulation tool creates a virtual environment to emulate the original fabrication and processing recipes that allow the process engineer to study each processing step on the device characteristics and thus facilitate fine tuning of their recipe to optimize the device performance. Electrical, thermal, and optical properties of semiconductor devices are analyzed using another dedicated tool for device simulation. Most TCAD device simulation tools implement finite element methods and some of them have the capability to extract SPICE model parameters for implementation in circuit applications. Physical equations and material properties are incorporated for better prediction while considering the convergence speed. The simulated data are stored in a standard format, which can be represented by the visualization tools for further analysis.

Figure 4.
Principle tools inside TCAD device simulation suites with input and output files.
4. Conclusion
In the era of rapid development of device technology and electronic circuit design, semiconductor device modeling plays a vital role. To build sophisticated electronic circuits, one needs to take a deeper dive into understanding the features and the characteristics of the device through various modeling techniques. In this chapter, different approaches of device modeling for electronic circuit design have been discussed. To understand the behavior of any type of device, the first and foremost approach is to understand the underlying physics for the device operation. Physics-based analytical models provide accurate description of a device formulation using mathematical equations with different operating parameters. However, with the development of more complicated device structure, this type of technique is becoming more complex and computationally inefficient. To achieve a computationally efficient process, empirically fitted parameters are introduced in the original physics-based equations. In order to predict the device behavior in a circuit application, SPICE simulation with efficient, accurate, and robust device model becomes essential. With continuous research breakthroughs and introduction of new physical phenomena, compact device models have evolved from the first-generation Level 1 model to more sophisticated BSIM models. The newly developed device models include a number of device parameters not only to describe the fundamental device characteristics but to include other secondary phenomena that have become significant with continuous device scaling and modification. In addition to the development of efficient device models for wide range of circuit applications, it is also important for device simulation to optimize the fabrication parameters, prior to actual processing. This is to keep pace with the rapid development of newly emerging devices. This book chapter attempts to provide a brief overview of different aspects and methods for device modeling and simulation for electronic circuit design.
References
- 1.
Cheng Y, Hu C. MOSFET Modeling & BSIM3 User’s Guide. Boston, MA: Springer Science & Business Media; 1999 - 2.
Liu W, Hu C. BSIM4 and MOSFET Modeling for IC Simulation. Singapore: World Scientific; 2011 - 3.
Gildenblat G, Li X, Wu W, Wang H, Jha A, Van Langevelde R, et al. PSP: An advanced surface-potential-based MOSFET model for circuit simulation. IEEE Transactions on Electron Devices. 2006; 53 (9):1979-1993 - 4.
Miura-Mattausch M. The Physics and Modeling of MOSFETs: Surface-Potential Model HiSIM. Singapore: World Scientific; 2008 - 5.
Enz CC, Vittoz EA. Charge-Based MOS Transistor Modeling: The EKV Model for Low-Power and RF IC Design. New York: John Wiley & Sons; 2006 - 6.
Galup-Montoro C, Schneider MC, Cunha AIA, de Sousa FR, Klimach H, Siebel OF. The advanced compact MOSFET (ACM) model for circuit analysis and design. In: IEEE Custom Integrated Circuits Conference. San Jose; 2007 - 7.
Rahman A, Guo J, Datta S, Lundstrom M. Theory of ballistic nanotransistors. IEEE Transactions on Electron Devices. 2003; 50 (9):1853-1864 - 8.
Khakifirooz A, Nayfeh OM, Antoniadis D. A simple semiempirical short-channel MOSFET current–voltage model continuous across all regions of operation and employing only physical parameters. IEEE Transactions on Electron Devices. 2009; 56 (8):1674-1680 - 9.
Gummel HK. A self-consistent iterative scheme for one-dimensional steady state transistor calculations. IEEE Transactions on Electron Devices. 1964; 11 (10):455-465 - 10.
Scharfetter DL, Gummel HK. Large-signal analysis of a silicon read diode oscillator. IEEE Transactions on Electron Devices. 1969; 16 (1):64-77 - 11.
Slotboom JW. Iterative scheme for 1 – and 2 – dimensional D. C. – transistor simulation. Electronics Letters. 1969; 5 (26):677-678 - 12.
Sah CT. Characteristics of the metal-oxide-semiconductor transistors. IEEE Transactions on Electron Devices. 1964; 11 (7):324-345 - 13.
Pao HC, Sah CT. Effects of diffusion current on characteristics of metal-oxide (insulator)-semiconductor transistors. Solid State Electronics. 1966; 9 (10):927-937 - 14.
Brews JR. A charge-sheet model of the MOSFET. Solid State Electronics. 1978; 21 (2):345-355 - 15.
El-Mansy YA, Boothroyd AR. A new approach to the theory and modeling of insulated-gate field-effect transistors. IEEE Transactions on Electron Devices. 1977; 24 (3):241-253 - 16.
Troutman RR. Subthreshold design considerations for IGFET’s. IEEE Journal of Solid-State Circuits. 1974; 9 (2):55-60 - 17.
Taylor GW. Subthreshold conduction in MOSFET. IEEE Transactions on Electron Devices. 1978; 25 (3):337-350 - 18.
Taylor GW. A unified device model for a short-channel MOSFET. In: IEEE 39th Annual Device Research Conference. 1981 - 19.
Liu S, Nagel LW. Small-signal MOSFET models for analog circuit design. IEEE Journal of Solid-State Circuits. 1982; 17 (6):983-998 - 20.
Arora ND, Hauser JR, Roulston DJ. Electron and hole mobilities in silicon as a function of concentration and temperature. IEEE Transactions on Electron Devices. 1982; 29 (2):292-295 - 21.
Masetti G, Severi M, Solmi S. Modeling of carrier mobility against carrier concentration in arsenic-, phosphorus-, and boron-doped silicon. IEEE Transactions on Electron Devices. 1983; 30 (7):764-769 - 22.
Reggiani S, Valdinoci M, Colalongo L, Rudan M, Baccarani G, Stricker AD, et al. Electron and hole mobility in silicon at large operating temperatures. I. Bulk mobility. IEEE Transactions on Electron Devices. 2002; 49 (3):490-499 - 23.
Hall RN. Electron-hole recombination in Germanium. Physical Review. 1952; 87 (2) - 24.
Shockley WT, Read WT Jr. Statistics of the recombinations of holes and electrons. Physical Review. 1952; 87 (5):835 - 25.
Schenk A. A model for the field and temperature dependence of Shockley-Read-Hall lifetimes in silicon. Solid State Electronics. 1992; 35 (11):1585-1596 - 26.
Vladimirescu A, Liu S. The Simulation of MOS Integrated Circuits Using SPICE2. Electronics Research Lab. Berkeley: University of California; 1980 - 27.
Sheu BJ, Scharfetter DL, Poon HC. Compact Short-Channel IGFET Model [CSIM]. Electronics Research Lab., College of Engineering, Berkley: University of California; 1984 - 28.
Sheu BJ, Scharfetter DL, Ko PK, Jeng MC. BSIM: Berkeley short-channel IGFET model for MOS transistors. IEEE Journal of Solid-State Circuits. 1987; 22 (4):558-566 - 29.
Hasan MS, Shamsir S, Shawkat MS, Garcia F, Islam SK. Multivariate regression polynomial: A versatile and efficient method for DC modeling of different transistors (MOSFET, MESFET, HBT, HEMT and G4FET). International Journal of High Speed Electronics and Systems. 2018; 27 (03n04):1840016 - 30.
Chawla B, Gummel H, Kozak P. MOTIS-An MOS timing simulator. IEEE Transactions on Circuits and Systems. 1975; 22 (12):901-910 - 31.
Rofougaran AR, Furman B, Abidi AA. Accurate analog modeling of short channel FETs based on table lookup. In: Proceedings of the IEEE 1988 Custom Integrated Circuits Conference. Rochester, NY; 1988 - 32.
Rofougaran A, Abidi AA. A table lookup FET model for accurate analog circuit simulation. IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems. 1993; 12 (2):324-335 - 33.
Meijer PB. Fast and smooth highly nonlinear multidimensional table models for device modeling. IEEE Transactions on Circuits and Systems. 1990; 37 (3):335-346 - 34.
Bourenkov V, McCarthy KG, Mathewson A. MOS table models for circuit simulation. IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems. 2005; 24 (3):352-362 - 35.
Root DE, Fan S, Meyer J. Technology independent large signal non-quasi-static FET models by direct construction from automatically characterized device data. In: 21st European Microwave Conference. Stuttgart, Germany; 1991 - 36.
Yanilmaz M, Eveleigh V. Numerical device modeling for electronic circuit simulation. IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems. 1991; 10 (3):366-375 - 37.
Hasan MS, Rahman T, Islam SK, Blalock BB. Numerical modeling and implementation in circuit simulator of SOI four-gate transistor (G4FET) using multidimensional Lagrange and Bernstein polynomial. Microelectronics Journal. 2017; 65 :84-93 - 38.
Shima T, Tamada H, Luong R, Dang M. Table look-up MOSFET modeling system using a 2-D device simulator and monotonic piecewise cubic interpolation. IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems. 1983; 2 (2):121-126 - 39.
Barby JA, Vlach J, Singhal K. Polynomial splines for MOSFET model approximation. IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems. 1988; 7 (5):557-566 - 40.
Hasan MS, Islam SK, Blalock BJ. Modeling of soi four-gate transistor (G4FET) using multidimensional spline interpolation method. Microelectronics Journal. 2018; 76 :33-42 - 41.
Tsividis Y, McAndrew C. Operation and Modeling of the MOS Transistor. New York: Oxford University Press; 2011 - 42.
McAndrew CC. Practical modeling for circuit simulation. IEEE Journal of Solid-State Circuits. 1998; 33 (3):439-448 - 43.
Bendix P, Rakers P, Wagh P, Lemaitre L, Grabinski W, McAndrew CC, et al. RF distortion analysis with compact MOSFET models. In: Proceedings of the IEEE 2004 Custom Integrated Circuits Conference (IEEE Cat. No. 04CH37571) 2004 Oct 6. Orlando, FL, USA; 2004. pp. 9-12 - 44.
Iniguez B, Moreno EG. A physically based C∞-continuous model for small-geometry MOSFET’s. IEEE Transactions on Electron Devices. 1995; 42 (2):283-287 - 45.
Cirit MA. The Meyer model revisited: Why is charge not conserved?(MOS transistor). IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems. 1989; 8 (10):1033-1037 - 46.
Machida K, Navarro D, Miyake M, Inagaki R, Sadachika N, Ezaki T, et al. Efficient non-quasi-static MOSFET model for both time-domain and frequency-domain analysis. In: Digest of Papers. 2006 Topical Meeting on Silicon Monolithic Integrated Circuits in RF Systems. San Diego, CA; 18 Jan. 2016 - 47.
Liu W, Jin X, Chen J, Jeng MC, Liu Z, Cheng Y, et al. BSIM3v3. 2.2 MOSFET Model. Users’ Manual. Berkeley: University of California; 1999 - 48.
Joardar K, Gullapalli KK, McAndrew CC, Burnham ME, Wild A. An improved MOSFET model for circuit simulation. IEEE Transactions on Electron Devices. 1998; 45 (1):134-148 - 49.
Huang JH, Liu ZH, Jeng MC, Hui K, Hu C. BSIM3 Manual Ver. 2.0; Berkeley: University of California; 1994 - 50.
Nagel L, Pederson DO. SPICE (simulation program with integrated circuit emphasis). Berkeley: Electronics Research Laboratory, College of Engineering, University of California; 1973 - 51.
Nagel LW. SPICE2: A computer program to simulate semiconductor circuits [Ph.D. dissertation]. Berkeley: University of California; 1975 - 52.
Shichman H, Hodges DA. Modeling and simulation of insulated-gate field-effect transistor switching circuits. IEEE Journal of Solid-State Circuits. 1968; 3 (3):285-289 - 53.
Massobrio G, Antognetti P. Semiconductor Device Modeling with SPICE. New York: McGraw-Hill; 1993 - 54.
Meyer JE. MOS models and circuit simulations. R.C.A. Review. 1971; 32 :1 - 55.
Dang LM. A simple current model for short-channel IGFET and its application to circuit simulation. IEEE Transactions on Electron Devices. 1979; 26 (4):436-445 - 56.
Jeng MC. Design and modeling of deep-submicrometer MOSFETs [Ph.D. Dissertation]. Berkely: University of California; 1990 - 57.
Cheng Y, Chan M, Hui K, Jeng M, Liu Z, Huang J, et al. BSIM3 Version 3.1 User's Manual. Vol. 97. Berkeley: University of California; 1995. Memorandum No. UCB/ERL M - 58.
Chen JC, Hu C, Wan CP, Bendix P, Kapoor A. ET based statistical modeling and compact statistical circuit simulation methodologies. In: International Electron Devices Meeting. Vol. 8. Technical Digest; 1996. pp. 635-638 - 59.
Liu W, Jin X, Chen J, Jeng MC, Liu Z, Cheng Y, et al. BSIM 3v3. 2 MOSFET Model Users' Manual. Berkeley: University of California; 1998 - 60.
Liu W, Jin X, Cao KM, Hu C. BSIM4. 0.0 MOSFET Model Users’ Manual. Berkeley: Department of Electrical Engineering and Computer Sciences, University of California; 2000 - 61.
Jin X, Ou JJ, Chen CH, Liu W, Deen MJ, Gray PR, et al. An effective gate resistance model for CMOS RF and noise modeling. In: International Electron Devices Meeting. 1998 - 62.
Liu W, Jin X, King Y, Hu C. An efficient and accurate compact model for thin-oxide-MOSFET intrinsic capacitance considering the finite charge layer thickness. IEEE Transactions on Electron Devices. 1999; 46 (5):1070-1072 - 63.
Cao KM, Lee WC, Liu W, Jin X, Su P, Fung SK, et al. BSIM4 gate leakage model including source-drain partition. In: International Electron Devices Meeting. Technical Digest; 2000. p. 2000 - 64.
Gupta C, Goel R, Agarwal H, Hu C, Chauhan YS. BSIM-BULK: Accurate compact model for analog and RF circuit design. In: 2019 IEEE Custom Integrated Circuits Conference (CICC). San Jose; 2019 - 65.
Gupta C, Agarwal H, Goel R, Hu C, Chauhan YS. Improved modeling of bulk charge effect for BSIM-BULK model. IEEE Transactions on Electron Devices. 2019; 66 (6):2850-2853 - 66.
Wu W, Li X, Gildenblat G, Workman GO, Veeraraghavan S, McAndrew CC, et al. PSP-SOI: An advanced surface potential based compact model of partially depleted SOI MOSFETs for circuit simulations. Solid-State Electronics; 53 (1):18-29 - 67.
Su P, Fung SKH, Tang S, Assaderaghi F, Hu C. BSIMPD: A partial-depletion SOI MOSFET model for deep-submicron CMOS designs. In: Proc. of the IEEE Custom Integrate Circuits Conference. San Jose; 2000 - 68.
Chan M, Su P, Wan H, Lin CH, Fung SK, Niknejad AM, et al. Modeling the floating-body effects of fully depleted, partially depleted, and body-grounded SOI MOSFET. Solid State Electronics. 2004; 48 :969-978 - 69.
Lu DD, Dunga MV, Lin CH, Niknejad AM, Hu C. A multi-gate MOSFET compact model featuring independent-gate operation. In: 2007 IEEE International Electron Devices Meeting. 2007. pp. 565-568 - 70.
Dunga MV, Lin CH, Niknejad AM, Hu C. BSIM-CMG: A compact model for multi-gate transistors. In: FinFETs and Other Multi-Gate Transistors. Springer, Boston, MA; 2008. pp. 113-153 - 71.
Amer S, Hasan MS, Rose GS. Analysis and modeling of electroforming in transition metal oxide-based memristors and its impact on crossbar array density. IEEE Electron Device Letters. 2017; 39 (1):19-22 - 72.
Chen PY, Yu S. Compact modeling of RRAM devices and its applications in 1T1R and 1S1R array design. IEEE Transactions on Electron Devices. 2015; 62 (12):4022-4028 - 73.
Amer S, Hasan MS, Adnan MM, Rose GS. Spice modeling of insulator metal transition: Model of the critical temperature. IEEE Journal of the Electron Devices Society. 2018; 7 :18-25 - 74.
Hasan MS, Najem JS, Weiss R, Schuman CD, Belianinov A, Collier CP, et al. Response of a memristive biomembrane and demonstration of potential use in online learning. In: IEEE 13th Nanotechnology Materials and Devices Conference (NMDC). Portland; 2018 - 75.
Najem JS, Hasan MS, Williams RS, Weiss RJ, Rose GS, Taylor GJ, et al. Dynamical nonlinear memory capacitance in biomimetic membranes. Nature Communications. 2019; 10 (1):1-11 - 76.
Sano N, Hiroki A, Matsuzawa K. Device modeling and simulations toward sub-10 nm semiconductor devices. IEEE Transactions on Nanotechnology. 2002; 1 (1):63-71 - 77.
Yu Z, Dutton RW, Kiehl RA. Circuit/device modeling at the quantum level. IEEE Transactions on Electron Devices. 2000; 47 (10):1819-1825 - 78.
Blotekjaer K. Transport equations for electrons in two-valley semiconductors. IEEE Transactions on Electron Devices. 1970; 17 (1):38-47 - 79.
Stratton R. Diffusion of hot and cold electrons in semiconductor barriers. Physical Review. 1962; 126 (6):2002 - 80.
Biegel BA. Quantum electronic device simulation [PhD dissertation]. Stanford University; 1997 - 81.
Pacelli A. Self-consistent solution of the Schrodinger equation in semiconductor devices by implicit iteration. IEEE Transactions on Electron Devices. 1997; 44 (7):1169-1171 - 82.
Jensen KL, Ganguly AK. Numerical simulation of field emission and tunneling: A comparison of the Wigner function and transmission coefficient approaches. Journal of Applied Physics. 1993; 73 (9):4409-4427 - 83.
Ancona MG, Yu Z, Dutton RW, Voorde PV, Cao M, Vook D. Density-gradient analysis of MOS tunneling. IEEE Transactions on Electron Devices. 2000; 47 (12):2310-2319 - 84.
Ancona MG. Equations of state for silicon inversion layers. IEEE Transactions on Electron Devices. 2000; 47 (7):1449-1456 - 85.
Hohr T, Schenk A, Wettstein A, Fichtner W. On density-gradient modeling of tunneling through insulators. IEICE Transactions on Electronics. 2003; 86 (3):379-384 - 86.
Asenov A, Slavcheva G, Brown AR, Davies JH, Saini S. Increase in the random dopant induced threshold fluctuations and lowering in sub-100 nm MOSFETs due to quantum effects: A 3-D density-gradient simulation study. IEEE Transactions on Electron Devices. 2001; 48 (4):722-729 - 87.
Brown AR, Asenov A, Watling JR. Intrinsic fluctuations in sub 10-nm double-gate MOSFETs introduced by discreteness of charge and matter. IEEE Transactions on Nanotechnology. 2002; 1 (4):195-200 - 88.
Connelly D, Yu Z, Yergeau D. Macroscopic simulation of quantum mechanical effects in 2-D MOS devices via the density gradient method. IEEE Transactions on Electron Devices. 2002; 49 (4):619-626 - 89.
Matsuzawa K, Takagi SI, Takayanagi M, Tanimoto H. Device simulation of surface quantization effect on MOSFETs with simplified density-gradient method. Solid State Electronics. 2002; 46 (5):747-751 - 90.
Wettstein A, Schenk A, Fichtner W. Quantum device-simulation with the density-gradient model on unstructured grids. IEEE Transactions on Electron Devices. 2001; 48 (2):279-284 - 91.
Datta S. Nanoscale device modeling: the Green’s function method. Superlattices and Microstructures. 2000; 28 (4):253-278 - 92.
Datta S. The non-equilibrium Green's function (NEGF) formalism: An elementary introduction. In: Digest. International Electron Devices Meeting. IEEE; 2002. pp. 703-706 - 93.
Dutton R, Antoniadis D. Process simulation for device design and control. In: IEEE International Solid-State Circuits Conference. Vol. 22. Digest of Technical Papers; 1979. pp. 244-245 - 94.
Rafferty CS, Pinto MR, Dutton RW. Iterative methods in semiconductor device simulation. IEEE Transactions on Electron Devices. 1985; 32 (10):2018-2027 - 95.
Dutton RW. Modeling and Simulation for VLSI. In: International Electron Devices Meeting. IEEE; 1986. pp. 2-7