鄭潤
關(guān)鍵詞: 組合塊; 無效塊檢測; 存儲矩陣; 流水線; 可靠性; FLASH
中圖分類號: TN409?34; TP301 ? ? ? ? ? ? ? ? ? ? 文獻(xiàn)標(biāo)識碼: A ? ? ? ? ? ? ? ? ? ?文章編號: 1004?373X(2019)01?0143?04
Abstract: Since it is difficult to manage the invalid block for FLASH chip storage, the invalid block fast detection and management method under pipeline architecture is proposed to satisfy the performance test requirements of a certain missile storage device, and realize the large?capacity and high?speed storage requirements. The block combination is carried out for the address of FLASH storage matrix, and then the invalid block of the combined storage unit is identified and processed. The lag rewriting method is used to solve the data discontinue storage caused by the unexpected invalid block in engineering application. After the test of related parameters, this method has been successfully applied to a certain missile memory. A large number of experimental results prove that the storage rate and capacity of the storage system can meet the design index, and the system works stably and reliably.
Keywords: combination block; invalid block detection; storage array; pipeline; reliability; FLASH
某彈上存儲器需要對發(fā)射前的狀態(tài)進(jìn)行存儲,需存儲的數(shù)據(jù)量非常大而且存儲過程不能間斷,存儲速率不低于200 MB/s,選用具有體積小、單器件存儲容量大、掉電不丟失、在較惡劣環(huán)境下工作可靠等優(yōu)點(diǎn)的NAND FLASH芯片組成存儲陣列,在雙流水線的架構(gòu)體系下,進(jìn)行并行拓展,避免單片NAND FLASH頁編程對存儲時間的限制,擴(kuò)大存儲容量,提高存儲速度[1]。陣列的無效塊管理問題是高速存儲的難點(diǎn),若利用傳統(tǒng)單片NAND FLASH的無效塊管理方式進(jìn)行工程實現(xiàn),將導(dǎo)致存儲矩陣的驅(qū)動程序復(fù)雜化,且不能發(fā)揮并行讀寫的存儲優(yōu)勢[2]。
本文提出一種基于組合塊的無效塊管理檢測機(jī)制,可以縮短無效塊匹配時間,簡化存儲程序,還能達(dá)到多通道之間存儲地址一致,提高存儲速率。
利用NAND FLASH芯片使用特性,將8片芯片的數(shù)據(jù)端DQ[7:0]以及使能控制端復(fù)接到一起,以使能信號和忙閑信號進(jìn)行區(qū)分,構(gòu)成通道內(nèi)的流水線結(jié)構(gòu),如圖1所示。通過主控芯片F(xiàn)PGA的邏輯控制實現(xiàn)5個通道的流水線并行工作,構(gòu)成5×8的NAND FLASH存儲陣列,最終整個存儲陣列達(dá)到200 MB/s的存儲速度,320 GB的存儲容量,完成對單路高數(shù)據(jù)的高速連續(xù)存儲。
工程中實現(xiàn)大容量高速存儲采用存儲陣列格式、流水線訪問方式進(jìn)行。對于5×8的NAND FLASH存儲陣列,若采用傳統(tǒng)的逐片進(jìn)行無效塊檢測,則每個通道都需要一個8 KB的RAM來存儲無效塊列表,5個通道共需要40 KB的RAM,會占據(jù)FPGA資源消耗[3];并且無效塊產(chǎn)生的地址隨機(jī),數(shù)量不定,使得通道內(nèi)的流水線操作程序復(fù)雜化,同時嚴(yán)重影響存儲速度,數(shù)據(jù)的回讀同樣困難[4],而且影響回讀速率。
基于工程實現(xiàn)時的流水線架構(gòu),在傳統(tǒng)的單片檢測基礎(chǔ)上,以單個通道作為單元進(jìn)行劃分,將各個通道內(nèi)具有相同地址的存儲空間組合起來,建立無效塊查詢列表,如圖2所示,每個虛線框均是一個組合塊。每個通道進(jìn)行無效塊檢測時以組合塊的地址進(jìn)行操作,再將檢測結(jié)果及時映射至RAM列表中。