博碩士論文 108522102 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:22 、訪客IP:3.137.175.80
姓名 蔣昀劭(Yun-Shao Jiang)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 3D快閃記憶體晶片測試和分析
(3D NAND Flash Testing and Analysis)
相關論文
★ 整合GRAFCET虛擬機器的智慧型控制器開發平台★ 分散式工業電子看板網路系統設計與實作
★ 設計與實作一個基於雙攝影機視覺系統的雙點觸控螢幕★ 智慧型機器人的嵌入式計算平台
★ 一個即時移動物偵測與追蹤的嵌入式系統★ 一個固態硬碟的多處理器架構與分散式控制演算法
★ 基於立體視覺手勢辨識的人機互動系統★ 整合仿生智慧行為控制的機器人系統晶片設計
★ 嵌入式無線影像感測網路的設計與實作★ 以雙核心處理器為基礎之車牌辨識系統
★ 基於立體視覺的連續三維手勢辨識★ 微型、超低功耗無線感測網路控制器設計與硬體實作
★ 串流影像之即時人臉偵測、追蹤與辨識─嵌入式系統設計★ 一個快速立體視覺系統的嵌入式硬體設計
★ 即時連續影像接合系統設計與實作★ 基於雙核心平台的嵌入式步態辨識系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 (2027-7-13以後開放)
摘要(中) 快閃記憶體已經被廣泛地用於計算機系統
儲存設備 雖然快閃記憶體廣泛採用錯
誤校驗碼和讀取重試 兩個方式 來提升可靠性,但是在有些寫入資料的方式產生資料不
穩定的情況,也就是當資料寫入快閃記憶體但是讀取的時候卻容易發生錯誤位元過多
的情形, 甚至因而產生致命錯誤, 實驗中我們使用了兩個不同的快閃記憶體, 透過實
驗找到如何寫入資料來降低錯誤位元的數量來減少致命錯誤的發生情況, 測試在什麼
樣的寫入下資料會相對處於不穩定的狀態 發現 如果位於相同 WL的 Lower Page和
Upper Page皆有寫入資料並且沒有關閉下一條 WL將使資料不穩定而引發致命錯誤
進一步測試是否經過了 3,000次的寫入和讀取後,特性 是否 依然存在 或是產生 其他 的影
響 。
摘要(英) Flash memory has been widely used in computer system storage devices. Although flash memory widely uses two methods of error check code and read retry to improve reliability, in some ways of writing data, data is not in a stable situation, that is, when data is written to the flash memory but read, it is prone to excessive error bits, and even fatal errors. In the experiment, we used two different flash memories. Experiment to find out how to write data to reduce the number of error bits to reduce the occurrence of fatal errors, test under what kind of writing data will be in a relatively unstable state, and find that if the Lower Page and Upper Page located in the same WL are both Having written data and not closing the next WL will make the data unstable and cause a fatal error. Further test whether the feature still exists or has other effects after 3,000 writes and reads.
關鍵字(中) ★ 快閃記憶體
★ 固態硬碟
★ 錯誤型式
關鍵字(英) ★ Flash Memory
★ SSD
★ Error Pattern
論文目次 摘要I
Abstract II
誌謝 III
目錄 IV
圖目錄 VI
表目錄 VIII
第一章、緒論 1
1.1 研究背景 1
1.2 研究目標 3
1.3 論文架構 3
第二章、技術回顧 4
2.1 快閃記憶體特性 4
2.1.1 NAND 記憶單元 6
2.1.2 如何讀取一個記憶單元 7
2.1.3 如何寫入一個記憶單元 8
2.1.4 如何抹除一個記憶單元 8
2.1.5 記憶單元壽命 9
2.1.6 資料打亂 - Data Scrambling 10
2.2 快閃記憶體控制原理 10
2.2.1 指令輸入週期 (Command Input Cycle) 12
2.2.2 位址輸入週期 (Address Input Cycle) 13
2.2.3 擦除操作 14
2.2.4 寫入操作 17
2.2.5 讀取操作 19
2.2.6 狀態讀取 21
2.2.7 讀取重試 23
2.3 MIAT系統設計方法論 25
2.3.1 IDEF0階層式的模組化設計 26
2.3.2 Grafcet離散事件建模 27
第三章、快閃記憶體測試 29
3.1 快閃記憶體測試流程模組化設計 29
3.1.1 基礎功能 30
3.1.2 讀取重試 30
3.1.3 P/E 31
3.2 快閃記憶體測試GRAFCET 32
3.2.1 基礎功能 32
3.2.2 讀取重試 33
3.2.3 P/E 34
第四章、實驗結果 36
4.1 實驗環境 36
4.2 基礎功能實驗 37
4.2.1 擦除操作 37
4.2.2 寫入操作 39
4.2.3 讀取操作 40
4.2.4 狀態讀取 41
4.3 讀取重試 41
4.3.1 1Z 2bpc 64Gb 2-Plane NAND Flash 42
4.3.2 3D NAND Flash Gen4 X3 256GB 2-Plane 45
4.4 P/E 47
4.4.1 P/E執行之前 47
4.4.2 P/E執行之後 49
第五章、結論 51
5.1 結論 51
5.2 未來展望 51
參考文獻 52
附錄一 54
參考文獻 [1] R. Bez, E. Camerlenghi, A. Modelli, and A. Visconti, "Introduction to flash memory," Proceedings of the IEEE, vol. 91, no. 4, pp. 489-502, 2003.
[2] Y. Cai, S. Ghose, E. F. Haratsch, Y. Luo, and O. Mutlu, "Reliability issues in flash-memory-based solid-state drives: Experimental analysis, mitigation, recovery," in Inside Solid State Drives (SSDs): Springer, pp. 233-341, 2018.
[3] C. Zambelli, A. Chimenton, and P. Olivo, "Reliability issues of NAND Flash memories," in Inside NAND Flash Memories: Springer, pp. 89-113, 2010.
[4] Micron. Product Flyer: Micron 3D NAND Flash Memory. Available: https://www.micron.com/-/media/client/global/documents/products/product-flyer/3d_nand_flyer.pdf?la=en
[5] M.-C. Yang, Y.-M. Chang, C.-W. Tsao, P.-C. Huang, Y.-H. Chang, and T.-W. Kuo, "Garbage collection and wear leveling for flash memory: Past and future," in 2014 International Conference on Smart Computing, pp. 66-73, 2014.
[6] N. Sridevi, K. Jamal, and K. Mannem, "Implementation of error correction techniques in memory applications," in 2021 5th International Conference on Computing Methodologies and Communication (ICCMC), pp. 586-595, 2021.
[7] Y. Cai, E. F. Haratsch, O. Mutlu, and K. Mai, "Error patterns in MLC NAND flash memory: Measurement, characterization, and analysis," in 2012 Design, Automation & Test in Europe Conference & Exhibition (DATE), pp. 521-526, 2012.
[8] Y. Cai, O. Mutlu, E. F. Haratsch, and K. Mai, "Program interference in MLC NAND flash memory: Characterization, modeling, and mitigation," in 2013 IEEE 31st International Conference on Computer Design (ICCD), pp. 123-130, 2013.
[9] Y. Cai, G. Yalcin, O. Mutlu, E. F. Haratsch, O. Unsal, A. Cristal, and K. Mai, "Neighbor-cell assisted error correction for MLC NAND flash memories," ACM SIGMETRICS Performance Evaluation Review, vol. 42, no. 1, pp. 491-504, 2014.
[10] J. Cha and S. Kang, "Data randomization scheme for endurance enhancement and
interference mitigation of multilevel flash memory devices," Etri Journal, vol. 35, no. 1, pp. 166-169, 2013.
[11] Y. Cai, E. F. Haratsch, O. Mutlu, and K. Mai, "Threshold voltage distribution in MLC NAND flash memory: Characterization, analysis, and modeling," in 2013 Design, Automation & Test in Europe Conference & Exhibition (DATE), pp. 1285-1290, 2013.
[12] N. Mielke, T. Marquart, N. Wu, J. Kessenich, H. Belgal, E. Schares, F. Trivedi, E. Goodness, and L. R. Nevill, "Bit error rate in NAND flash memories," in 2008 IEEE International Reliability Physics Symposium, pp. 9-19, 2008.
[13] Y. Cai, Y. Luo, E. F. Haratsch, K. Mai, and O. Mutlu, "Data retention in MLC NAND flash memory: Characterization, optimization, and recovery," in 2015 IEEE 21st International Symposium on High Performance Computer Architecture (HPCA), pp. 551-563, 2015.
[14] J. Park, M. Kim, M. Chun, L. Orosa, J. Kim, and O. Mutlu, "Reducing solid-state drive read latency by optimizing read-retry," in Proceedings of the 26th ACM International Conference on Architectural Support for Programming Languages and Operating Systems, pp. 702-716, 2021.
指導教授 陳慶瀚 審核日期 2022-8-3
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明