Mobile QR Code QR CODE

  1. (Department of Intelligent Semiconductor Engineering, University of Seoul, Seoul 02504, South Korea)
  2. (School of Electrical and Computer Engineering, University of Seoul, Seoul 02504, South Korea)
  3. (Samsung Electronics Company, Ltd., Hwasung 18448, South Korea)
  4. (Division of Electrical and Electronic Engineering, Myongji University, Yongin 17058, South Korea)
  5. (IM Electronics co., Seoul 02505, South Korea)



I-V modeling, 3D-NAND, BSIM-CMG, genetic algorithm, parameter extraction, compact modeling, tapered hole

I. INTRODUCTION

The rapid growth of the big data era has driven an unprecedented increase in the demand for NAND flash memory. To achieve higher storage capacities, the number of stacked layers in 3D-NAND flash memory has steadily increased. Accurate prediction of current-voltage characteristics for next-generation NAND devices with such complex structures is essential. However, the unique architecture of 3D-NAND flash memory, distinct from conventional CMOS transistors, limits the applicability of standard BSIM-based SPICE models. As a result, technology computer-aided design (TCAD) simulations have become a widely adopted and reliable tool for analyzing the electrical and physical behavior of 3D-NAND devices [1-3]. However, TCAD simulation is time-intensive and lack the capability to evaluate memory operations in integration with peripheral circuits. Therefore, fast and accurate NAND modeling that can be used in circuit simulations has been actively researched. SPICE-based NAND modeling studies on conventional 2D planar structures have been sufficiently conducted [4,5], and research on 3D-NAND modeling is also being actively conducted [6,7]. In most approaches, the modeling process begins with a unit-cell using commercial transistor models and is subsequently extended to a NAND string.

Various models have been proposed for modeling transistors. Among them, the Berkeley short-channel IG-FET model (BSIM) [8] has been predominantly used. The BSIM model is a physics-based transistor model that accurately reflects the electrical characteristics of short-channel transistors. It provides a standard parameter extraction procedure, allowing for the adjustment of parameters to model transistors with desired characteristics. The cylindrical GAA structure of 3D-NAND can be perfectly implemented using the BSIM-CMG transistor model. However, as the BSIM model has evolved, the number of parameters has increased (${\sim}$1000 ea.), requiring skilled professionals and considerable time to fit them.

To address this, various techniques have been developed to automate parameter extraction [9-11]. For example, genetic algorithms (GA) and machine learning (ML)-based optimization techniques can solve this problem. The Genetic Algorithm (GA) is an optimization technique inspired by natural selection, which iteratively evolves solutions by selecting, crossing, and mutating high-fitness candidates from a population of random parameter sets. Using GA, BSIM-CMG parameters matching the desired data can be determined within a few hours. However, while GA-based parameter extraction for single devices has been extensively studied [9-11], its application to 3D-NAND strings remains unexplored.

This study presents a method for modeling the current-voltage (I-V) curve of 3D-NAND string using BSIM-CMG and optimizing its parameters through GA. To validate the proposed methodology, SPICE simulation results were compared with those obtained from Sentaurus TCAD [12] simulations. The method accurately represents the I-V characteristics of 3D-NAND structures with up to 500 layers including tapered channel holes.

II. CURRENT-VOLTAGE MODELING USING GENETIC ALGORITHM

Fig. 1 illustrates the modeling of the 3D-NAND string using BSIM-CMG employed in this study. As depicted in Fig. 1(a), the 3D-NAND string has a gate-all-around (GAA) structure. To describe the GAA structure of 3D-NAND, each unit cell was implemented through BSIM-CMG (GEOMOD=3) which describes the cylindrical gate transistor. String can be modeled by connecting unit cells in series and biasing bit line (BL) and source line (SL) voltages to each end node as depicted in Fig. 1(b).

Fig. 1. (a) The structure of the 3D-NAND string and (b) the modeling of the 3D-NAND string for circuit simulation using BSIM-CMG.

../../Resources/ieie/JSTS.2025.25.4.420/fig1.png

Fig. 2 presents the structure of the 3D-NAND string, and the parameters used in this study [6,13]. Synopsys Sentaurus TCAD was employed to simulate the reference I-V characteristics. The simulation reflected the actual 3D-NAND string geometry, using a tunneling oxide/trap layer/blocking oxide (SiO${}_{2}$/Si${}_{3}$N${}_{4}$/SiO${}_{2}$) gate stack within a macaroni channel structure filled with SiO${}_{2}$. For simplicity, the channel consisted of single-crystalline silicon, and a metal with a work function of 4.8 eV was used as the word-line (WL). Both the WL and spacer were set to 50 nm in length, as were the string select line (SSL), and ground select line (GSL). The simulation employed mobility degradation model, high-field saturation mobility model, and drift-diffusion model in cylindrical coordinates system.

Fig. 2. The diagram of the 3D-NAND string and parameters used in simulation.

../../Resources/ieie/JSTS.2025.25.4.420/fig2.png

The parameters of BSIM-CMG used can be optimized through GA. By selecting parameters that significantly affect the current-voltage characteristics (parameters related to gate capacitance, mobility, channel resistance, etc.), a total of 24 parameters were targeted for modeling. Table I lists some key BSIM-CMG parameters optimized through GA. By employing GA, a parameter set that best matches the reference I-V data can be obtained. The operational procedure of GA is shown in Fig. 3, and each step is described as follows.

Fig. 3. (a) The flow chart of GA and (b) description of the crossover and the mutation process in GA.

../../Resources/ieie/JSTS.2025.25.4.420/fig3.png

1. Initialization: The algorithm creates an initial population for GA by selecting the BSIM-CMG parameters to be optimized and generating 500 individuals with random parameter sets.

2. Fitness Evaluation: The algorithm evaluates the similarity of each individual to the reference data. A fitness score is assigned to each individual based on the following formula, where ${I}_{\rm BL,SPICE}$ represents the bit-line current obtained using BSIM-CMG in SPICE simulation, and ${I}_{\rm BL,reference}$ represents the bit-line current extracted from TCAD simulation. The calculation is performed across the ${V}_{\rm GS}$ range of the I-V graph.

(1)
$ \text{fitness score} = \sum_{V_{\rm GS}} \frac{|\log I_{\rm BL, SPICE} - \log I_{\rm BL, reference}|}{|\log I_{\rm BL, reference}|}. $

3. Selection: The algorithm selects individuals for the next generation based on their calculated fitness scores. First, it ranks all individuals according to their fitness scores. Then, only the top 50% of individuals are retained and passed on to the next generation.

4. Crossover: The algorithm randomly selects two individuals from the chosen group and generates offspring through the crossover process. For randomly selected parameters, the parameter values of the two individuals are swapped to create two offspring. This process is repeated until the population size is restored. The procedure is illustrated in Fig. 3(b).

5. Mutation: The algorithm induces genetic mutations with a probability of 0.1%, as shown in Fig. 3(b). By introducing random changes to the genetic information of individuals, the algorithm helps maintain genetic diversity and prevents convergence to local minima [14].

6. Replacement: The algorithm replaces the previous population with the newly generated individuals. To enhance the performance of the GA, the top 4% of individuals from the previous population are retained and carried over to the next generation.

7. Termination Check: If the termination criteria (fitness score or iteration) are met, the process ends. Otherwise, the above steps are repeated.

Fig. 4 shows the procedure and results of parameter optimization using GA. To simulate a NAND flash memory array, it is more effective to use reference I-V data from a string structure with multiple WLs, rather than a single-cell structure, due to structural differences that necessitate additional calibration. However, simulating strings with a large number of WLs significantly increases the number of circuit instances during optimization. Therefore, appropriate string structures should be selected to ensure a balance between accuracy and computational cost. In this study, as shown in Fig. 4(a), reference I-V data for NAND strings with 1, 3, and 5 WLs were extracted through TCAD device simulation, and GA optimization was performed based on this data. Circuit simulation using the extracted BSIM parameters was conducted with Cadence Spectre 21.1 [15]. The average fitness score, defined as the total fitness score divided by the number of I-V curves used, improves over generations, as shown in Fig. 4(b). The I-V characteristic modeling was validated using the parameters of the highest-scoring individual (average fitness score: 0.124) from the final generation with. Fig. 4(c) shows the circuit simulation results using the GA-optimized BSIM parameters, which exhibit excellent agreement with the reference data obtained from the TCAD device simulation.

Fig. 4. The procedure and the results of the parameter optimization through GA. (a) The reference structure used in GA. The N indicates the number of WL$_{\rm s}$. (b) Evaluation of the fitness scores of individuals. Each symbol represents an individual. (c) The reference data extracted through TCAD (square symbol) and the calibrated data with optimized parameters through GA (red line). Unread WLs including GSL and SSL are biased with $V_{\rm PASS}$.

../../Resources/ieie/JSTS.2025.25.4.420/fig4.png

III. SIMULATION RESULTS

We conducted modeling for specific cases (1, 3, and 5 WLs under fixed operating voltage conditions), but we examined whether these results could be extended to strings with different numbers of WLs or other operating voltage conditions.

First, the accuracy of the I-V characteristics of NAND strings with a larger number of WLs was verified. As shown in Fig. 5, the I-V characteristics were successfully modeled for WL counts of 32, 64, 128, 300, and 500. This result demonstrates that the BSIM parameters were carefully and comprehensively selected to accurately reflect the physical behavior of the NAND string. As the number of WLs (stacked layers) increases, the string resistance increases, leading to a corresponding decrease in the current level. The inset clearly illustrates that the on-current decreases inversely with the number of layers. To evaluate the accuracy, fitness scores were calculated for all I-V curves. The highest score was 0.1362, which deviates only slightly from the initial G.A. optimization result of 0.124, indicating the consistency of the model. Furthermore, the on-current levels showed a maximum error of 1.5%, demonstrating that the model effectively captures structural variations induced by different numbers of WLs. Here, the on-current was extracted as the current value at a WL voltage of 6 V. The BL voltage was fixed at 0.7 V unless explicitly stated otherwise.

Next, simulations were performed for different BL voltages, as shown in Fig. 6. The results confirm that the I-V characteristics of the NAND string were well modeled across various BL voltage conditions.

Finally, the variation in I-V characteristics at different selected WL positions was observed. The I-V characteristics were extracted at the top (WL31), middle (WL16), and bottom (WL0) of a 32-layer string. Figs. 7(a) and 7(b) show that the modeling of I-V characteristic variation according to the WL position was well implemented in both linear and log scales. Fig. 7(c) illustrates the variation in ${G} _{\rm m}$ according to the WL position. It can be observed that the peak ${G}_{\rm m}$ increases as the WL position moves closer to the bottom of the string. This is a result of the decrease in the effective source resistance (${R}_{\rm S}$ in Fig. 7(d)) of the cell as the channel length below the cell becomes shorter [16]. Fitness scores were also evaluated for the case where the BL voltage and WL positions were modified. The highest fitness score among the curves was 0.1530, which does not deviate significantly from the initial G.A. optimization result of 0.124, indicating the robustness of the model.

When modeling the I-V characteristics of strings in commercially available 3-D NAND flash memory, an additional factor to consider is the shape of the channel hole. Due to the limitations of the etching process, the actual 3-D NAND string exhibits a tapered structure where the diameter of the channel hole decreases toward the lower layers shown in Figs. 8(a) and 8(b) [17,18]. The degree of taper in the string is represented by $\theta$, the angle between the vertical axis and the channel hole. When the channel hole is ideally etched, $\theta$ is 0$^\circ$; however, in actual 3D NAND, it can have a value of approximately 0.1$^\circ$ to 0.2$^\circ$. Due to the tapered shape of the string, the channel diameter (D) decreases toward the bottom of the string, resulting in an increase in channel resistance. The current characteristics of each cell according to the taper angle ($\theta$) can be implemented by additionally introducing the diameter (D) parameter in the BSIM-CMG transistor model. As shown in Fig. 8(c), accurate I-V modeling is achieved by representing the diameter value of each corresponding cell layer using the D parameter. The modeling results are presented in Fig. 9. Fig. 9(a) demonstrates that the variation in I-V characteristics of the NAND string due to the taper angle is well captured. Additionally, Fig. 9(b) confirms that the I-V characteristics are accurately modeled based on the cell position within the string at a specific taper angle. When the tapered structure was considered, the highest fitness score was 0.2307, and the on-current error was within 1%, indicating that the model effectively captures the impact of tapering

Fig. 5. I-V Characteristics of NAND Strings with different numbers of WLs. The inset shows only the on current.

../../Resources/ieie/JSTS.2025.25.4.420/fig5.png

Fig. 6. I-V Characteristics of NAND Strings for different bit line voltage ($N = 32$).

../../Resources/ieie/JSTS.2025.25.4.420/fig6.png

Fig. 7. I-V curve for different WL position (a) in linear scale and (b) in log scale. ($N = 32$) (c), (d) Variation of G$_{\rm m}$ due to different effective source resistance with the cell position.

../../Resources/ieie/JSTS.2025.25.4.420/fig7.png

Fig. 8. (a) Tapered structure of 3D-NAND flash memory. (b) Different channel area profile with its location. (c) Implementation of tapered structure in BSIM-CMG.

../../Resources/ieie/JSTS.2025.25.4.420/fig8.png

Fig. 9. (a) I-V curves for different tapered angle. (b) I-V curves for different WL position ($N = 32$).

../../Resources/ieie/JSTS.2025.25.4.420/fig9.png

IV. CONCLUSIONS

In this study, the I-V characteristics of 3D-NAND string were modelled using the BSIM-CMG transistor model combined with a GA-based parameter optimization technique. Reference data for 3-D NAND string with one, three, and five WL layers were obtained using TCAD device simulations, and GA optimization was applied to derive optimal values for a total of 24 parameters. The proposed modelling approach was verified to be applicable to strings with various WL counts, up to 500 layers, and accurately predicted the I-V characteristics for different selected WL positions and voltage conditions. Notably, the method successfully captured the impact of tapered channel structures caused by etching process limitations. The developed modelling technique can be effectively applied to full-chip circuit simulations integrated with peripheral circuits and can further be utilized to predict the characteristics of next-generation 3D-NAND flash memory as the number of layers continues to increase.

ACKNOWLEDGMENTS

This work was supported by K-CHIPS(Korea Collaborative & High-tech Initiative for Prospective Semiconductor Research) (1415187390, 00231985, 23005-30FC) funded By the Ministry of Trade, Industry & Energy (MOTIE, Korea) (40%), `Research on Overcoming Technical Challenges in NAND Flash' Cluster-Academia Collaboration Program funded by Samsung Electronics (30%) and Samsung Electronics Co., Ltd(IO240607-10171-01) (30%). The EDA tool was supported by the IC Design Education Center (IDEC), Korea.

References

1 
D. Resnati, A. Mannara, G. Nicosia, G. M. Paolucci, P. Tessariol, and A. S. Sponelli, ``Characterization and modeling of temperature effects in 3-D NAND flash arrays—Part I: polysilicon-induced variability,'' IEEE Transactions on Electron Devices, vol. 65, no. 8, pp. 3199–206, Aug. 2018.DOI
2 
Y. Zhang, L. Jin, D. Jiang, X. Zou, H. Liu, and Z. Huo, ``A novel read scheme for read disturbance suppression in 3D NAND flash memory,'' IEEE Electron Device Letters, vol. 38, no. 12, pp. 1669–1672, Dec. 2017.DOI
3 
Y. Kim and M. Kang, ``Down-coupling phenomenon of floating channel in 3D NAND flash memory,'' IEEE Electron Device Letters, vol. 37, no. 12, pp. 1566–1569, Dec. 2016.DOI
4 
L. Larcher, A. Padovani, P. Pavan, P. Fantini, A. Calderonu, and A. Mauri, ``Modeling NAND Flash memories for IC design,'' IEEE Electron Device Letters, vol. 29, pp. 1152–1154, Oct. 2008.DOI
5 
M. Kang, I. H. Park, I. J. Chang, K. Lee, S. Seo, and B.-G. Park, ``An accurate compact model considering direct-channel interference of adjacent cells in sub-30-nm NAND flash technologies,'' IEEE Electron Device Letters, vol. 33, no. 8, pp. 1114–1116, Aug. 2012.DOI
6 
M. Kim, L. Myeong, J. Kim, M. Kang, J. Jeon, and H. Shin, ``BSIMCMG modeling for 3D NAND cell with macaroni channel,'' Proc. of Electron Devices Technology and Manufacturing Conference (EDTM), Singapore, pp. 288–290, Mar. 2019.DOI
7 
S. Sahay and D. Strukov, ``A behavioral compact model for static characteristics of 3D NAND flash memory,'' IEEE Electron Device Letters, vol. 40, no. 4, pp. 558-561, April 2019.DOI
8 
G. Pahwa, D. Rajasekharan, C. K. Dabhi, et al., BSIM‑ CMG 111.2.1 Multi‑Gate MOSFET Compact Model Technical Manual, BSIM Group, UC Berkeley, CA, USA, released 6 June 2022. [Online]. Available: http://bsim.berkeley.edu/models/bsimcmg/URL
9 
J. Park, J. N. Kim, S. Lee, G.-J. Kim, N. Lee, and R.-H. Baek, ``Current-voltage modeling of DRAM cell transistor using genetic algorithm and deep learning,'' IEEE Access, vol 12, pp. 23881-23886, Jan. 2024.DOI
10 
Y. Li and Y.-Y. Cho, ``Intelligent BSIM4 model parameter extraction for sub-100 nm MOSFET era,'' Japanese Journal of Applied Physics, vol. 43, no. 4S, 1717, Apr. 2004.DOI
11 
Q. Zhou, W. Yao, W. Wu, X. Li, Z. Zhu, and G. Gildenblat, ``Parameter extraction for the PSP MOSFET model by the combination of genetic and Levenberg–Marquardt algorithms,'' Proc. of IEEE International Conference on Microelectronic Test Structures, pp. 137–142, Mar. 2009.DOI
12 
SentaurusTM Device User Guide, Synopsys Inc., Mountain View, CA, USA, Dec. 2023.URL
13 
G. Malavena, A. L. Lacaita, A. S. Spinelli, and C. M. Compagnoi, ``Investigation and compact modeling of the time dynamics of the GIDL-assisted increase of the string potential in 3-D NAND flash arrays,'' IEEE Transactions on Electron Devices, vol. 65, no. 7, pp. 2804-2811 Jul. 2018.DOI
14 
Y. Li, ``An automatic parameter extraction technique for advanced CMOS device modeling using genetic algorithm,'' Microelectronic Engineering, vol. 84, no. 2, pp. 260-272, Feb. 2007.DOI
15 
Spectre Circuit Simulator User Guide, Cadence Design Systems Inc., San Jose, CA, USA, Feb. 2023.URL
16 
S.-M. Joe, J.-H. Yi, S.-K. Park, H.-I. Kwon, and J.-H. Lee, ``Position-dependent threshold-voltage variation by random telegraph noise in NAND flash memory strings,'' IEEE Electron Device Letter, vol. 31, no. 7, pp. 635-637, Jul. 2010.DOI
17 
K. T. Kim, S. W. An, H. S. Jung, K.-H. Yoo, and T. W. Kim, ``The effects of taper-angle on the electrical characteristics of vertical NAND flash memories,'' IEEE Electron Device Letters, vol. 38, no. 10, pp. 1375–1378, Oct. 2017.DOI
18 
D. Yoon, J. Sim, and Y. Song, ``Mechanical stress in a tapered channel hole of 3D NAND flash memory,'' Microelectronics Reliability, vol. 143, 114941, Apr. 2023.DOI
Gihong Park
../../Resources/ieie/JSTS.2025.25.4.420/au1.png

Gihong Park received his B.S. degree in electrical and computer engineering from the University of Seoul, Seoul, South Korea, in 2024, where he is currently pursuing an M.S. degree in Intelligent Semiconductor Engineering.

Jung Nam Kim
../../Resources/ieie/JSTS.2025.25.4.420/au2.png

Jung Nam Kim received his B.S. degree in physics from Soongsil University, Seoul, South Korea, in 2020. He is currently pursuing a Ph.D. degree in electrical and computer engineering with the University of Seoul.

Jun Hui Park
../../Resources/ieie/JSTS.2025.25.4.420/au3.png

Jun Hui Park received his B.S. and M.S. degrees in electrical and computer engineering from the University of Seoul, Seoul, South Korea, in 2022 and 2024, respectively. In 2024, He joined Samsung Electronics. Ltd., Korea, where he is currently working as an Engineer.

Suk-Kang Sung
../../Resources/ieie/JSTS.2025.25.4.420/au4.png

Suk-Kang Sung received his B.S., M.S and Ph.D degrees in electrical engineering from Seoul National University, Seoul, Korea. Since 2004, he has been with Samsung Electronics Company. From 2004-2009, he was involved in the research of the nanoscale CMOS devices such as FinFET and nonvolatile memories including SONOS and nanocrystal memory in Semiconductor Research Center. From 2009, he joined the Flash Process Architecture Team in Memory Division and developed several generation Planar and Vertical 3D-NAND products. He is a VP of Technology in Samsung and he is responsible for flash process architecture design and innovation. His current research interests are flash memory integration architecture and device technology in the AI era.

Garam Kim
../../Resources/ieie/JSTS.2025.25.4.420/au5.png

Garam Kim received his B.S. and Ph.D. degrees in electrical engineering from Seoul National University, Seoul, Korea, in 2008 and 2014, respectively. He worked as a senior engineer at Samsung Electronics from 2014 to 2019. In 2019, he joined the Division of Electrical and Electronic Engineering at Myongji University, Yongin, Republic of Korea, where he is currently an associate professor. His current research interests include capacitor-less 1T DRAMs, GaN-based LEDs, GaN HEMT, tunnel FETs, neuromorphic devices, and CMOS image sensors.

Yoon Kim
../../Resources/ieie/JSTS.2025.25.4.420/au6.png

Yoon Kim received his B.S. and Ph.D. degrees in electrical engineering from Seoul National University, Seoul, South Korea, in 2006 and 2012, respectively. From 2012 to 2015, he worked as a Senior Engineer in Samsung Electronics Company Ltd., South Korea. Since 2018, he has been with the Department of Electrical and Computer Engineering, University of Seoul, Seoul, Korea, where he is now a Professor.