Next Article in Journal
Prediction of Single-Event Effects in FDSOI Devices Based on Deep Learning
Next Article in Special Issue
Disturbance Characteristics of 1T DRAM Arrays Consisting of Feedback Field-Effect Transistors
Previous Article in Journal
3D-Printed Microfluidic Chip for Real-Time Glucose Monitoring in Liquid Analytes
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Prediction of Device Characteristics of Feedback Field-Effect Transistors Using TCAD-Augmented Machine Learning

Department of Electrical Engineering, Korea University, 145 Anam-ro, Seoul 02841, Republic of Korea
*
Author to whom correspondence should be addressed.
Submission received: 6 January 2023 / Revised: 12 February 2023 / Accepted: 19 February 2023 / Published: 21 February 2023

Abstract

:
In this study, the device characteristics of silicon nanowire feedback field-effect transistors were predicted using technology computer-aided design (TCAD)-augmented machine learning (TCAD-ML). The full current–voltage (I-V) curves in forward and reverse voltage sweeps were predicted well, with high R-squared values of 0.9938 and 0.9953, respectively, by using random forest regression. Moreover, the TCAD-ML model provided high prediction accuracy not only for the full I-V curves but also for the important device features, such as the latch-up and latch-down voltages, saturation drain current, and memory window. Therefore, this study demonstrated that the TCAD-ML model can substantially reduce the computational time for device development compared with conventional simulation methods.

1. Introduction

Recently, the prediction of device characteristics via machine learning (ML) using a simulation program with integrated circuit emphasis (SPICE) and technology computer-aided design (TCAD) data was considered in cutting-edge technology because of its short computational time and high accuracy [1,2,3,4,5,6,7,8,9,10,11]. The ML-assisted SPICE model is a significantly efficient tool because it can be applied directly for circuit simulation [1,2,3,4]. In terms of design technology co-optimization (DTCO), it can be a powerful tool for improving model hardware correlation and model accuracy [1]. However, with the continuous scaling down in metal–oxide–semiconductor field-effect transistors (MOSFETs), the number of model parameters increased from a few tens to a few hundred [1,2]. The increase in the number of model parameters reduces not only the predictive accuracy but also the physical meaning. Hence, it becomes more difficult and takes longer to extract the parameters with high accuracies using a SPICE model [1]. Although prediction models using SPICE data are advantageous for the fast generation of a large amount of training data, a SPICE compact model is limited by the fact that it cannot include the physics information of numerous devices in the model parameters [1,2]. In this context, TCAD-augmented machine learning (TCAD-ML) is suitable for predicting device characteristics. TCAD data contain a large amount of device information with various physics-based models. Moreover, TCAD-ML can reduce TCAD simulation cases for device design from thousands to tens, which provides faster and lower-cost development cycles without domain expertise [12]. Recent studies using TCAD-ML mostly reported on MOSFETs, such as gate-all-around MOSFETs, FinFETs, and power devices [5,6,7,8,9,10,11]. The prediction of MOSFET characteristics, such as current–voltage (I-V) and capacitance–voltage relations, demonstrates that TCAD-ML can provide faster and more accurate outputs to assist with device development than using only TCAD simulations.
Meanwhile, feedback field-effect transistors (FBFETs) attracted great interest regarding their use in next-generation one-transistor memory devices owing to their excellent memory characteristics [13,14]. Nevertheless, given that FBFETs have hysteresis characteristics caused by latch-up phenomena, the prediction of their device characteristics is relatively difficult because of their complex physics, mathematics, and abruptness [13]. In particular, their abrupt switching characteristics are hard to predict because of a complicated relationship between the current gain and various design parameters. Therefore, we proposed a prediction methodology based on TCAD-ML for the device characteristics of silicon nanowire FBFETs using random forest regression.
In this study, we predicted the full I-V characteristics of FBFETs using TCAD-ML with a 400-curve training dataset. Random forest regression, that is, supervised learning, was utilized to achieve high prediction accuracy through its fast and parallel operation and robust performance on finite training data [15]. As a result, we demonstrated that the full I-V curves of FBFETs could be deduced from non-simulated device structures and parameters, including device characteristics such as the latch-up voltage (Vlatch-up), latch-down voltage (Vlatch-down), saturation drain current (Id,sat), and memory window.

2. Materials and Methods

Figure 1 shows the device structure of the silicon nanowire FBFET used for the TCAD simulations. A TCAD simulator (Synopsys Sentaurus, Version T-2022.03-SP1) was used to generate the electrical characteristics of the devices. Fundamental device models are included for capturing device characteristics in the TCAD simulations, including the Fermi statistics model, bandgap narrowing model, carrier–carrier scattering, Shockey–Read–Hall recombination, and Auger recombination [16]. To produce an accurate simulation, we applied the mobility model, which included doping dependence mobility, mobility degradation at interfaces, thin layer mobility, and high-field saturation [17]. Furthermore, we considered the scattering of charge carriers by charged impurity ions, which leads to a degradation of carrier mobilities [18]. These physical models are proper to the thin layer device, including nanowire and nanosheet structures [19]. A quasi-stationary numerical TCAD simulation was used to obtain the DC transfer curves of the devices [20]. The TCAD simulations were performed for the forward and reverse voltage sweeps in the IDS-VGS (drain current–gate voltage) transfer curves separately, owing to the hysteresis characteristics. To generate the IDS-VGS transfer curve dataset of the device structure, the gated-channel length (LG), doping concentration of the gated-channel region (NA), and metal gate work function (WF) were chosen randomly and independently in the ranges 50–250 nm, 1016–1019 cm−3, and 4.7–5.0 eV, respectively, as listed in Table 1. VGS was swept from −3.0 to 3.0 V for the forward and reverse voltage sweeps, with approximately 100 intervals. The dimensional parameters included the non-gated channel length (LNG), drain length (LD), source length (LS), thickness of Si (TSi), and gate oxide thickness (TOX). In this study, LNG = 50 nm, LD = LS = 100 nm, TSi = 10 nm, and TOX = 2 nm, as shown in Figure 1b. A total of 425 I-V curves were generated for the training and validation of the TCAD-ML model in the ranges listed in Table 1. A total of 400 I-V curves were used for the training dataset, whereas 25 I-V curves were reserved for validation. To extract one I-V curve from one FBFET device, it took about 600 s on average. This time depended on the mesh size of the device, physical models, and computer specifications. In addition, the total dataset size for the training and validation of the TCAD-ML model was 107,679 × 5, and the training time was less than 500 s.

3. Results and Discussion

The ML framework with random forest regression is shown in Figure 2. Random forest regression models are faster and more accurate than boosted regressions [21]; therefore, we selected this model for the prediction of device characteristics. In the TCAD-ML model, device characteristics were predicted using linear regression, neural network, and random forest regression algorithms [22,23,24,25]. However, linear regression has limitations for the prediction of nonlinear dependency despite its simple design [22]. Moreover, a neural network introduces more design complexity and longer computational time for non-linear regression. However, random forest regression provides less complexity and higher computation speed for non-linear problems due to its simple tree-structured black-box design [22]. In particular, a random forest regression model captures the relationship between the device characteristics and design parameters well [22,23]. In addition, to predict the device characteristics, random forest regression provided higher accuracy and a low error rate than linear regression, multiple layer perceptron, and multi-take learning in our previous research [26,27]. Therefore, random forest regression is appropriate to use to predict device characteristics due to its fast, robust, and parallel process [28]. To train the machine for the particular device characteristics of FBFETs, the random forest regression model was implemented for the majority voting to be executed by the prediction of all the trees by means of the output. In our ML framework, the four device parameters (LG, NA, WF, and VGS) were input features to the decision trees, and the drain current IDS constituted the output, as shown in Figure 2. The device design parameters, such as WF, LG, and NA, are the most important parameters for designing FBFETs [29,30,31]. Hence, we selected these input parameters. For training, a total of 3000 decision trees were used. The TCAD-ML model was learned from 400 I-V curves obtained from 400 FBFETs, and then we predicted the drain current values corresponding to gate voltages in 25 I-V curves obtained from 25 FBFETs, which composed the validation dataset.
Figure 3 shows the entire training dataset in terms of the IDS-VGS transfer curves for the forward (a) and reverse (b) voltage sweeps. Once the machine was trained, we fed the TCAD-ML model with three of the device parameters (LG, NA, and WF) and gate voltages, and predicted the drain current. Figure 3c,d show the validation dataset. Figure 3e,f show the predicted results for the forward and reverse voltage sweeps. We achieved high prediction accuracy with large R-squared (R2) values, i.e., 0.9938 and 0.9953, for the forward and reverse voltage sweeps, respectively. Furthermore, the low prediction error rates with root-mean-square errors (RMSEs) equal to 0.0471 and 0.0273 were attained for the forward and reverse voltage sweeps, respectively. The TCAD-ML model could reconstruct the shape of the I-V transfer curves while capturing a diversity of the device features, such as the latch-up and latch-down voltages. Particularly, it could capture the latch-up (latch-down) voltages at which positive feedback loop phenomena were generated (diminished), as shown in Figure 3e (Figure 3f).
It is particularly important to predict not only the full I-V curves but also the device characteristics that determine the device operation. To operate FBFETs as memory devices, the important features in their I-V transfer curves are Vlatch-up, Vlatch-down, Id,sat, and the memory window. Figure 4 shows the scatter plots of Vlatch-up, Vlatch-down, Id,sat, and the memory window extracted from the predicted full I-V transfer curves. We could predict the aforementioned features with R2 values equal to 0.8716, 0.9820, 0.9643, and 0.9737, respectively. The prediction of Vlatch-up was relatively more difficult than the other predictions because of the abrupt increase in the drain current. Despite the low R2 value of 0.8716 for Vlatch-up, we could predict the trend of Vlatch-up, as shown in Figure 4a. Furthermore, given that the TCAD-ML model properly captured the relationship between the variable parameters and the output, Vlatch-down and Id,sat were predicted with high accuracy. The prediction accuracy of the memory window depended on the prediction accuracy of Vlatch-down, given that the Vlatch-down variability was greater than that of Vlatch-up, as shown in Figure 4d; note that the memory window was defined as the voltage difference between Vlatch-up and Vlatch-down. Therefore, we demonstrated that 400 full I-V curves were sufficient to predict the device characteristics (Vlatch-up, Vlatch-down, Id,sat, and the memory window) using the ML model.
The prediction accuracies and error rates of the device characteristics are listed in Table 2 and Table 3, respectively, for training datasets ranging from 25 to 400 curves. Vlatch-up and Id,sat were extracted using the I-V transfer curves in the forward voltage sweep, whereas Vlatch-down was extracted using the I-V transfer curves in the reverse voltage sweep. For the 25-curve dataset, it was difficult to learn the relationship between the variable parameters and the device characteristics for Vlatch-up and Id,sat. In particular, for the 25-curve and 50-curve datasets, Id,sat had a negative R2 value, implying that the model did not follow the trend of the dataset. A recent study concluded that training is possible with only 25-curve datasets for MOSFET full I-V curves and device characteristics, such as Id,sat, the off current, drain-induced barrier-lowering, and transconductance [6]. Given that MOSFETs have more continuous and smooth characteristic functions for their I-V transfer curves over all their operating regions than those of FBFETs, their I-V transfer curves can be predicted using datasets composed of 25 curves or fewer. However, for FBFETs, predicting the I-V transfer curves is relatively difficult owing to the abrupt current increase and complex physics. Hence, for the I-V transfer curves in the forward voltage sweep, at least a 400-curve training dataset was required for the prediction of the device characteristics. In our previous research on the FBFET design, Vlatch-up had a complex relationship between LG, LNG, LD, LS, NA, and TOX [13]. In particular, LG and NA directly affected the current gain of FBFETs, which determined Vlatch-up. Therefore, as the number of the training dataset increased from 25 to 400, the prediction accuracy gradually increased while the TCAD-ML model captured the relationship between Vlatch-up and input design parameters from 0.0110 to 0.8716. This prediction showed that WF, LG, and NA could represent Vlatch-up, Vlatch-down, Id,sat, and the memory window, which are the representative device characteristics of FBFETs. In addition, to improve the prediction accuracy and error rate with the same number of training sets, an increase in the number of VGS values should be required. In contrast, for the I-V transfer curves in the reverse voltage sweep, learning is possible with a training dataset containing at least 100 curves. Therefore, thousands of TCAD simulation cases are generally required for device development. Nevertheless, the TCAD simulation cases can be reduced to a set of 100–400 cases. In particular, to predict total forward- and reverse-sweep IDS-VGS transfer curves, including major parameters, the TCAD-ML model reduced the device development time by a factor of 8. For the estimation of the computational time for the device development, a computational time of 600 s was assumed for extracting one curve from one FBFET device. Then, based on the training time of the TCAD-ML model, the total training time using the random forest regression was assumed to be 500 s. In general, as over a thousand TCAD simulations are required for device development, we can expect to reduce the computational time for device development by approximately 80% for the forward voltage sweep, and about 95% for the reverse voltage sweep compared with the conventional computational time. Our study demonstrated that the prediction of the FBFET characteristics by training machines is possible with limited training data and reduced computational time.
In this study, we demonstrated that the TCAD-ML model could predict the full I-V curve of FBFETs with abrupt switching characteristics. We focused on the feasibility of the prediction of the major device characteristics, including Vlatch-up, Vlatch-down, Id,sat, and the memory window, as well as the relationship between the number of training sets and prediction accuracy. Therefore, this research acts as a basis for the development of FBFET TCAD-ML integrated models.

4. Conclusions

In this study, we demonstrated that the ML prediction of the full I-V curves of FBFETs with limited TCAD simulation datasets was possible. The proposed TCAD-ML model enabled the fast and accurate prediction of the device characteristics (including Vlatch-up, Vlatch-down, Id,sat, and the memory window) of FBFETs. The computational time of the proposed TCAD-ML model was much less than that of a conventional TCAD simulation. Therefore, the TCAD-ML model is expected to accelerate the development of novel device technologies through its notably higher simulation efficiency.

Author Contributions

S.W., J.J. and S.K.: conceptualization and methodology. S.W. and J.J.: verification and investigation. S.W.: analyzed the results and wrote the manuscript; S.K.: supervised the research. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported in part by the National Research Foundation of Korea (NRF) grant funded by the Korean government (MSIT) (2020R1A2C3004538, 2022M3I7A3046571) and the Brain Korea 21 Plus Project in 2023.

Data Availability Statement

The data presented in this study are available on request from the corresponding author.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Kim, Y.; Monga, U.; Lee, J.; Kim, M.; Park, J.; Yoo, C.; Jung, K.; Hong, S.; Kim, S.; Kim, D.; et al. The efficient DTCO compact modeling solutions to improve MHC and reduce TAT. In Proceedings of the International Conference on Simulation of Semiconductor Processes and Devices (SISPAD), Austin, TX, USA, 24–26 September 2018; pp. 58–61. [Google Scholar]
  2. Kim, Y.; Myung, S.; Ryu, J.; Jeong, C.; Kim, D.S. Physics-augmented neural compact model for emerging device technologies. In Proceedings of the International Conference on Simulation of Semiconductor Processes and Devices (SISPAD), Kobe, Japan, 23 September–6 October 2020; pp. 257–260. [Google Scholar]
  3. Zhang, Z.; Wang, R.; Chen, C.; Huang, Q.; Wang, Y.; Hu, C.; Wu, D.; Wang, J.; Huang, R. New-generation design-technology co-optimization (DTCO): Machine-learning assisted modeling framework. In Proceedings of the Silicon Nanoelectronics Workshop (SNW), Kyoto, Japan, 9–10 June 2019; pp. 1–2. [Google Scholar]
  4. Kam, H. Deep Learning Assisted Compact Modeling of Nanoscale Transistor. arXiv 2021, arXiv:2107.06167. [Google Scholar]
  5. Mehta, K.; Raju, S.S.; Xiao, M.; Wang, B.; Zhang, Y.; Wong, H.Y. Improvement of TCAD augmented machine learning using autoencoder for semiconductor variation identification and inverse design. IEEE Access 2020, 8, 143519–143529. [Google Scholar] [CrossRef]
  6. Mehta, K.; Wong, H.Y. Prediction of FinFET current-voltage and capacitance-voltage curves using machine learning with autoencoder. IEEE Electron. Dev. Lett. 2020, 42, 136–139. [Google Scholar] [CrossRef]
  7. Akbar, C.; Li, Y.; Sung, W.L. Deep Learning Approach to Inverse Grain Pattern of Nanosized Metal Gate for Multichannel Gate-All-Around Silicon Nanosheet MOSFETs. IEEE Trans. Semicond. Manuf. 2021, 34, 513–520. [Google Scholar] [CrossRef]
  8. Chen, J.; Guo, X.; Guo, Y.; Zhang, J.; Zhang, M.; Yao, Q.; Yao, J. Deep neural network-based approach for breakdown voltage and specific on-resistance prediction of SOI LDMOS with field plate. Jpn. J. Appl. Phys. 2021, 60, 077002. [Google Scholar] [CrossRef]
  9. Ghoshhajra, R.; Biswas, K.; Sarkar, A. A Review on Machine Learning Approaches for Predicting the Effect of Device Parameters on Performance of Nanoscale MOSFETs. In Proceedings of the 2021 Devices for Integrated Circuit (DevIC), Kalyani, India, 19–20 May 2021; pp. 489–493. [Google Scholar]
  10. Hirtz, T.; Huurman, S.; Tian, H.; Yang, Y.; Ren, T.L. Framework for TCAD augmented machine learning on multi-I–V characteristics using convolutional neural network and multiprocessing. J. Semicond. 2021, 42, 124101. [Google Scholar] [CrossRef]
  11. Kim, J.; Kim, S.J.; Han, J.W.; Meyyappan, M. Machine learning approach for prediction of point defect effect in FinFET. IEEE Trans. Dev. Mater. Reliab. 2021, 21, 252–257. [Google Scholar] [CrossRef]
  12. Wong, H.Y.; Xiao, M.; Wang, B.; Chiu, Y.K.; Yan, X.; Ma, J.; Sasaki, K.; Wang, H.; Zhang, Y. TCAD-machine learning framework for device variation and operating temperature analysis with experimental demonstration. IEEE J. Electron. Dev. Soc. 2020, 8, 992–1000. [Google Scholar] [CrossRef]
  13. Woo, S.; Kim, S. Device design of single-gated feedback field-effect transistors to achieve latch-up behaviors with high current gains. Curr. Appl. Phys. 2020, 20, 1156–1162. [Google Scholar] [CrossRef]
  14. Kang, H.; Cho, J.; Kim, Y.; Lim, D.; Woo, S.; Cho, K.; Kim, S. Nonvolatile and volatile memory characteristics of a silicon nanowire feedback field-effect transistor with a nitride charge-storage layer. IEEE Trans. Electron. Dev. 2019, 66, 3342–3348. [Google Scholar] [CrossRef]
  15. Lindner, C.; Bromiley, P.A.; Ionita, M.C.; Cootes, T.F. Robust and accurate shape model matching using random forest regression-voting. IEEE Trans. Pattern Anal. Mach. Intell. 2014, 37, 1862–1874. [Google Scholar] [CrossRef]
  16. Synopsys Inc. Sentaurus Device User Guide; Synopsys Inc.: Mountain View, CA, USA, 2018. [Google Scholar]
  17. Kim, J.; Huynh, H.A.; Kim, S. Modeling of FinFET parasitic source/drain resistance with polygonal epitaxy. IEEE Trans. Electron. Dev. 2017, 64, 2072–2079. [Google Scholar] [CrossRef]
  18. Lei, Y.; Fang, J.; Zhang, B. A simulation-based evaluation of single-event burnout mechanisms and varied SEB hardening designs in power LDMOS transistors. Microelectron. Reliab. 2022, 135, 114598. [Google Scholar] [CrossRef]
  19. Tayal, S.; Ajayan, J.; Joseph, L.L.; Tarunkumar, J.; Nirmal, D.; Jena, B.; Nandi, A. A comprehensive investigation of vertically stacked silicon nanosheet field effect transistors: An analog/rf perspective. Silicon 2022, 14, 3543–3550. [Google Scholar] [CrossRef]
  20. Najmzadeh, M.; Berthomé, M.; Sallese, J.M.; Grabinski, W.; Ionescu, A.M. Electron mobility extraction in triangular gate-all-around Si nanowire junctionless nMOSFETs with cross-section down to 5 nm. Solid-State Electron. 2014, 98, 55–62. [Google Scholar] [CrossRef]
  21. Liu, Y.; Wang, Y.; Zhang, J. New machine learning algorithm: Random forest. In International Conference on Information Computsing and Applications; Springer: Berlin/Heidelberg, Germany, 2012; pp. 246–252. [Google Scholar]
  22. Moparthi, S.; Tiwari, P.K.; Saramekala, G.K. Sensitivity Analysis of Silicon Nanotube FET (Si NTFET) with TCAD Assisted Machine Learning. Silicon 2022, 14, 9021–9031. [Google Scholar] [CrossRef]
  23. Müller, A.C.; Guido, S. Introduction to Machine Learning with Python: A Guide for Data Scientists; O’Reilly Media, Inc.: Newton, MA, USA, 2016. [Google Scholar]
  24. Župančić, T.; Stresec, I.; Poljak, M. Predicting the transport properties of silicene nanoribbons using a neural network. In Proceedings of the 2020 43rd International Convention on Information, Communication and Electronic Technology (MIPRO), Opatija, Croatia, 28 September–2 October 2020; pp. 44–48. [Google Scholar]
  25. Lin, C.H.; Tsai, C.Y.; Lee, K.C.; Yu, S.C.; Liau, W.R.; Hou, A.C.L.; Chen, Y.Y.; Kuo, C.K.; Lee, J.N.; Chao, M.C.T. A Model-Based-Random-Forest Framework for Predicting Vt Mean and Variance Based on Parallel Id Measurement. IEEE Trans. Comput.-Aided Des. Integr. Circuits Syst. 2017, 37, 2139–2151. [Google Scholar] [CrossRef]
  26. Gil, G.; Park, S.; Woo, S. Solution for model parameter optimization and prediction of next-generation device DC characteristics. IEEE Trans. Electron. Dev. 2022, 69, 1781–1785. [Google Scholar] [CrossRef]
  27. Gil, G.; Woo, S. Prediction Methodology for Next-generation Device Characteristics using Machine Learning. J. Semicond. Technol. Sci. 2022, 22, 101–104. [Google Scholar] [CrossRef]
  28. Segal, M.R. Machine Learning Benchmarks and Random Forest Regression. UCSF: Center for Bioinformatics and Molecular Biostatistics. 2004. Available online: https://escholarship.org/uc/item/35x3v9t4 (accessed on 5 January 2023).
  29. Kim, M.; Kim, Y.; Lim, D.; Woo, S.; Cho, K.; Kim, S. Steep switching characteristics of single-gated feedback field-effect transistors. Nanotechnology 2016, 28, 055205. [Google Scholar] [CrossRef]
  30. Woo, S.; Kim, S. Dependence of latch-up and threshold voltages on channel length in single-gated feedback field-effect transistor. Semicond. Sci. Technol. 2022, 37, 085016. [Google Scholar] [CrossRef]
  31. Kim, Y.; Cho, J.; Lim, D.; Woo, S.; Cho, K.; Kim, S. Switchable-memory operation of silicon nanowire transistor. Adv. Electron. Mater. 2018, 4, 1800429. [Google Scholar] [CrossRef]
Figure 1. Silicon nanowire FBFET structure for the TCAD simulation: (a) three-dimensional structure and randomly varied parameters; (b) cross-sectional view of a silicon nanowire FBFET.
Figure 1. Silicon nanowire FBFET structure for the TCAD simulation: (a) three-dimensional structure and randomly varied parameters; (b) cross-sectional view of a silicon nanowire FBFET.
Micromachines 14 00504 g001
Figure 2. ML framework with a random forest regression algorithm used to predict IDS-VGS characteristics. A total of 3000 decision trees were used in the experiments.
Figure 2. ML framework with a random forest regression algorithm used to predict IDS-VGS characteristics. A total of 3000 decision trees were used in the experiments.
Micromachines 14 00504 g002
Figure 3. Training dataset with 400 IDS-VGS transfer curves (a,b) and the validation dataset with 25 IDS-VGS transfer curves (cf). (a) IDS-VGS transfer curves for a forward gate voltage sweep from −3.0 to 3.0 V. (b) IDS-VGS transfer curve in a reverse gate voltage sweep from 3.0 to −3.0 V. (c) Forward-sweep IDS-VGS transfer curves simulated using the TCAD simulator. (d) Reverse-sweep IDS-VGS transfer curves predicted using our TCAD-ML algorithm. (e) Forward-sweep IDS-VGS transfer curves simulated using the TCAD simulator. (f) Reverse-sweep IDS-VGS transfer curves predicted using our TCAD-ML algorithm.
Figure 3. Training dataset with 400 IDS-VGS transfer curves (a,b) and the validation dataset with 25 IDS-VGS transfer curves (cf). (a) IDS-VGS transfer curves for a forward gate voltage sweep from −3.0 to 3.0 V. (b) IDS-VGS transfer curve in a reverse gate voltage sweep from 3.0 to −3.0 V. (c) Forward-sweep IDS-VGS transfer curves simulated using the TCAD simulator. (d) Reverse-sweep IDS-VGS transfer curves predicted using our TCAD-ML algorithm. (e) Forward-sweep IDS-VGS transfer curves simulated using the TCAD simulator. (f) Reverse-sweep IDS-VGS transfer curves predicted using our TCAD-ML algorithm.
Micromachines 14 00504 g003
Figure 4. Scatter plots showing the prediction of (a) Vlatch-up, (b) Vlatch-down, (c) Id,sat, and (d) memory window, which were the major extracted parameters from the predicted IDS-VGS transfer curves. Vlatch-up and Vlatch-down were defined as the gate voltages at IDS = 10−9 A. Id,sat was defined as the drain current at VGS = 3.0 V. The memory window was defined as the voltage difference between Vlatch-down and Vlatch-up.
Figure 4. Scatter plots showing the prediction of (a) Vlatch-up, (b) Vlatch-down, (c) Id,sat, and (d) memory window, which were the major extracted parameters from the predicted IDS-VGS transfer curves. Vlatch-up and Vlatch-down were defined as the gate voltages at IDS = 10−9 A. Id,sat was defined as the drain current at VGS = 3.0 V. The memory window was defined as the voltage difference between Vlatch-down and Vlatch-up.
Micromachines 14 00504 g004
Table 1. TCAD simulation parameters.
Table 1. TCAD simulation parameters.
NameUnit
Gate work function (WF)4.7–5.0 eV
Gated-channel length (LG)25–250 nm
Gated-channel region doping concentration (NA)1015–1019 cm−3
Gate voltage (VGS) sweep range −3.0–3.0 V
Non-gated channel length (LNG)50 nm
Drain length (LD)100 nm
Source length (LS)100 nm
Gate oxide thickness (TOX)2 nm
Nanowire thickness (TSi)10 nm
Drain region doping concentration1 × 1019 cm−3
Source region doping concentration1 × 1019 cm−3
Non-gated channel region doping concentration (ND)1 × 1019 cm−3
Table 2. Prediction accuracy as a function of the number of I-V curves in the dataset for the prediction of device characteristics.
Table 2. Prediction accuracy as a function of the number of I-V curves in the dataset for the prediction of device characteristics.
Prediction Accuracy (R2)
Number of
Training Curves
Vlatch-upVlatch-downId,satMemory Window
250.01100.4480−0.78190.5983
500.44270.7158−0.30190.7284
1000.44640.92650.38010.728
1500.48320.93820.34370.7398
2000.57090.95390.91870.8685
3000.73010.96760.94660.9101
4000.87160.98200.96430.9737
Table 3. Error rate as a function of the number of I-V curves in the dataset for the prediction of device characteristics.
Table 3. Error rate as a function of the number of I-V curves in the dataset for the prediction of device characteristics.
Normalized RMSE
Number of
Training Curves
Vlatch-upVlatch-downId,satMemory Window
250.26950.19660.32890.1627
500.20230.14100.28110.1338
1000.20160.07170.19400.1616
1500.19480.06760.20000.1309
2000.17630.05670.07170.0972
3000.10270.05010.05830.0570
4000.04250.04130.04620.0462
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Woo, S.; Jeon, J.; Kim, S. Prediction of Device Characteristics of Feedback Field-Effect Transistors Using TCAD-Augmented Machine Learning. Micromachines 2023, 14, 504. https://0-doi-org.brum.beds.ac.uk/10.3390/mi14030504

AMA Style

Woo S, Jeon J, Kim S. Prediction of Device Characteristics of Feedback Field-Effect Transistors Using TCAD-Augmented Machine Learning. Micromachines. 2023; 14(3):504. https://0-doi-org.brum.beds.ac.uk/10.3390/mi14030504

Chicago/Turabian Style

Woo, Sola, Juhee Jeon, and Sangsig Kim. 2023. "Prediction of Device Characteristics of Feedback Field-Effect Transistors Using TCAD-Augmented Machine Learning" Micromachines 14, no. 3: 504. https://0-doi-org.brum.beds.ac.uk/10.3390/mi14030504

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop