CN103531246A - 快速以读代写的存储器纠错方法 - Google Patents
快速以读代写的存储器纠错方法 Download PDFInfo
- Publication number
- CN103531246A CN103531246A CN201310537686.3A CN201310537686A CN103531246A CN 103531246 A CN103531246 A CN 103531246A CN 201310537686 A CN201310537686 A CN 201310537686A CN 103531246 A CN103531246 A CN 103531246A
- Authority
- CN
- China
- Prior art keywords
- data
- conductively
- closed
- ecc
- error correction
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/08—Error detection or correction by redundancy in data representation, e.g. by using checking codes
- G06F11/10—Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's
- G06F11/1008—Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's in individual solid state devices
- G06F11/1048—Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's in individual solid state devices using arrangements adapted for a specific error detection or correction feature
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/08—Error detection or correction by redundancy in data representation, e.g. by using checking codes
- G06F11/10—Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's
- G06F11/1008—Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's in individual solid state devices
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/08—Error detection or correction by redundancy in data representation, e.g. by using checking codes
- G06F11/10—Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's
- G06F11/1076—Parity data used in redundant arrays of independent storages, e.g. in RAID systems
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Techniques For Improving Reliability Of Storages (AREA)
- For Increasing The Reliability Of Semiconductor Memories (AREA)
Abstract
本发明提供一种快速以读代写的存储器纠错方法,主要解决了现有以读代写的存储器纠错方法在处理存在数据屏蔽和不存在数据屏蔽两种不同的工作条件下响应时间差别较大,会对ECC的编码及写入过程造成影响的问题。该快速以读代写的存储器纠错方法,包括1.写使能信号被触发时,不判断是否存在数据屏蔽而直接触发读使能信号;2.若存在数据屏蔽,外部数据未被屏蔽的部分写入存储阵列,然后再通过读出电路传输至ECC进行处理等;该方法减少了tB的时间去进行数据准备,使得能够用于ECC编码的有效数据时间增大,减少了额外电路的使用,降低系统出错的几率。
Description
技术领域
本发明涉及一种存储器纠错方法,具体涉及一种快速以读代写的存储器纠错方法。
背景技术
ECC(Error Correction Code纠错码)被用来检测和纠正出错的数据。资料显示有很多种算法可支持ECC,例如最常用的汉明码(Hamming Code),8位(bit)数据需要4位监督位(parity bit),64位数据需要7位监督位。可通过数据长度以及所需要检测和纠正的位数选取合适的算法。
对于不同的DDR结构(DDR1/2/3),典型的数据读取(streamin-and-out)预取数据长度有32位、64位以及128位。一种合理的折中解决办法可以对64位数据使用7位或者8位的监督位(根据不同的ECC算法),如图1和图2所示。
但对于DRAM来说要实现检测和纠正的功能并不是那么简单,因为DM数据屏蔽(Data Mask)的存在。也就是说,在把数据从外部写入存储单元的时候,某一个或者多个字节(byte)可能会被屏蔽掉,使之不会改写存储单元里已经存储的数据。这就使得ECC的编码过程不能顺利进行去产生监督位,如图3所示。为了解决这个问题,最简单的方法是把64位数据分成8组,每组8位数据(一个字节),刚好是DM的屏蔽长度,这样就不会受到DM的影响。但是由于每8位数据需要4位的监督位,那就会导致整个存储阵列的面积需要增加50%,使得DRAM的成本极大增加,所以需要解决DM带来的问题。
基于上述问题,技术人员开发了以读代写的处理方法,图4表示了传统的以读代写的过程。当时钟和写使能有效,未屏蔽的数据将会传递到ECC的编码电路,时间为tA。当有数据屏蔽发生时,数据屏蔽首先触发读使能信号,需要时间tB,读使能信号使得被屏蔽数据相应的存储阵列中的数据被读出,需要时间tC。在图4中,“数据A”表示未被屏蔽的数据,“数据B”表示从存储阵列中读出的数据。由于tA与tB+tC的时间会有很大不同,使得能够用于编码的有效数据时间减少,有可能会对ECC的编码及写入过程造成影响,尤其是高频下影响很大。
发明内容
本发明提供一种快速以读代写的存储器纠错方法,主要解决了现有以读代写的存储器纠错方法在处理存在数据屏蔽和不存在数据屏蔽两种不同的工作条件下响应时间差别较大,会对ECC的编码及写入过程造成影响的问题。
本发明的具体技术解决方案如下:
该快速以读代写的存储器纠错方法,包括以下步骤:
1]写使能信号被触发时,不判断是否存在数据屏蔽而直接触发读使能信号;
2]若存在数据屏蔽,外部数据未被屏蔽的部分写入存储阵列,然后再通过读出电路传输至ECC进行处理;外部数据被屏蔽的部分不写入存储阵列,而在存储阵列中读出与被屏蔽的外部数据对应的数据,然后通过读出电路传输至ECC进行处理;上述外部数据未被屏蔽的部分和被屏蔽的部分的读出电路同步传输;
3]若不存在数据屏蔽,外部数据写入存储阵列,然后再通过读出电路传输至ECC进行处理。
上述步骤1中,触发读使能信号具体是当时钟和写使能有效的同时读使能有效,由写使能去触发读使能信号。
当不进行判断是否存在数据屏蔽而默认为存在数据屏蔽时,方法如下:
1]写使能信号被触发时,不判断是否存在数据屏蔽而直接触发读使能信号;
2]存在数据屏蔽,外部数据未被屏蔽的部分写入存储阵列,然后再通过读出电路传输至ECC进行处理;外部数据被屏蔽的部分不写入存储阵列,而在存储阵列中读出与被屏蔽的外部数据对应的数据,然后通过读出电路传输至ECC进行处理;上述外部数据未被屏蔽的部分和被屏蔽的部分的读出电路同步传输。
本发明的优点在于:
1.减少了tB的时间去进行数据准备,而在存储器系统中,这部分电路将会工作在较高频率,减少时间会对读写时序和工作频率有改善。
2.使得能够用于ECC编码的有效数据时间增大。
3.减少了额外电路的使用,降低系统出错的几率。
附图说明
图1为现有ECC外部数据写入流程图;
图2为现有ECC外部数据读出流程图;
图3为现有带数据屏蔽的ECC外部数据写入流程图;
图4为传统的以读代写的流程图;
图5为本发明原理图;
图6为本发明未屏蔽数据处理示意图;
图7为本发明屏蔽数据处理示意图。
具体实施方式
本发明的原理如下:
不采用数据屏蔽对读取动作进行触发,不论外部数据是否被屏蔽,ECC编码的数据都通过读的方式获得,如图5所示。当时钟和写使能有效的同时读使能有效,由写使能去触发读的动作,在经历tC的时间后,数据A(未被屏蔽的数据)和数据B(被屏蔽的数据相应的存储阵列中读出的数据)被同时送到ECC编码电路进行编码操作。
图6和图7给出了一种实现方法。图6中的数据C是外部未被屏蔽的数据,通过写入电路写入到存储阵列中,并可通过读出电路产生同样的数据A,数据A由数据C决定。图7中的数据D是外部被屏蔽的数据,不会被写入到存储阵列中;但相应的存储阵列中的数据可以通过读出电路读取,为数据B。由于数据A和数据B的读出控制是同时的,它们将会一起被送到ECC编码电路进行操作。
Claims (3)
1.一种快速以读代写的存储器纠错方法,其特征在于,包括以下步骤:
1]写使能信号被触发时,不判断是否存在数据屏蔽而直接触发读使能信号;
2]若存在数据屏蔽,外部数据未被屏蔽的部分写入存储阵列,然后再通过读出电路传输至ECC进行处理;外部数据被屏蔽的部分不写入存储阵列,而在存储阵列中读出与被屏蔽的外部数据对应的数据,然后通过读出电路传输至ECC进行处理;上述外部数据未被屏蔽的部分和被屏蔽的部分的读出电路同步传输;
3]若不存在数据屏蔽,外部数据写入存储阵列,然后再通过读出电路传输至ECC进行处理。
2.根据权利要求1所述快速以读代写的存储器纠错方法,其特征在于:所述步骤1中,触发读使能信号具体是当时钟和写使能有效的同时读使能有效,由写使能去触发读使能信号。
3.一种快速以读代写的存储器纠错方法,其特征在于,包括以下步骤:
1]写使能信号被触发时,不判断是否存在数据屏蔽而直接触发读使能信号;
2]存在数据屏蔽,外部数据未被屏蔽的部分写入存储阵列,然后再通过读出电路传输至ECC进行处理;外部数据被屏蔽的部分不写入存储阵列,而在存储阵列中读出与被屏蔽的外部数据对应的数据,然后通过读出电路传输至ECC进行处理;上述外部数据未被屏蔽的部分和被屏蔽的部分的读出电路同步传输。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201310537686.3A CN103531246B (zh) | 2013-10-31 | 2013-10-31 | 快速以读代写的存储器纠错方法 |
US14/528,944 US9524209B2 (en) | 2013-10-31 | 2014-10-30 | Methods of computer memory access and computer memory error correction |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201310537686.3A CN103531246B (zh) | 2013-10-31 | 2013-10-31 | 快速以读代写的存储器纠错方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
CN103531246A true CN103531246A (zh) | 2014-01-22 |
CN103531246B CN103531246B (zh) | 2016-10-05 |
Family
ID=49933190
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201310537686.3A Active CN103531246B (zh) | 2013-10-31 | 2013-10-31 | 快速以读代写的存储器纠错方法 |
Country Status (2)
Country | Link |
---|---|
US (1) | US9524209B2 (zh) |
CN (1) | CN103531246B (zh) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107039087A (zh) * | 2017-05-17 | 2017-08-11 | 西安紫光国芯半导体有限公司 | 用于dram的ecc编码方法以及dram |
CN107305788A (zh) * | 2016-04-19 | 2017-10-31 | 华邦电子股份有限公司 | 存储器以及执行经错误订正编码处理的存储器的读取方法 |
CN112420118A (zh) * | 2020-12-11 | 2021-02-26 | 西安紫光国芯半导体有限公司 | 存储器及其存储方法和对应的电子设备 |
US11010243B2 (en) | 2019-09-09 | 2021-05-18 | Winbond Electronics Corp. | Memory apparatus with error bit correction in data reading period |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103594120B (zh) * | 2013-10-31 | 2018-08-21 | 西安紫光国芯半导体有限公司 | 以读代写的存储器纠错方法 |
DE102016218715A1 (de) * | 2016-09-28 | 2018-03-29 | Siemens Healthcare Gmbh | Verbesserte Erzeugung kombinierter Magnetresonanzbilder |
US11269720B2 (en) | 2019-08-11 | 2022-03-08 | Winbond Electronics Corp. | Memory storage apparatus and data access method |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1440033A (zh) * | 2002-02-21 | 2003-09-03 | 三洋电机株式会社 | 数据处理装置 |
CN1924820A (zh) * | 2005-08-30 | 2007-03-07 | 奇梦达股份公司 | 用于将数据传送到数据存储器中的数据存储器系统和方法 |
US20120110398A1 (en) * | 2010-10-29 | 2012-05-03 | Hynix Semiconductor Inc. | Data error check circuit, data error check method, data transmission method using data error check function, semiconductor memory apparatus and memory system using data error check function |
CN103187104A (zh) * | 2013-03-19 | 2013-07-03 | 西安华芯半导体有限公司 | 存储器的纠错方法 |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3569205B2 (ja) * | 2000-06-09 | 2004-09-22 | シャープ株式会社 | 記録再生装置 |
JP2002024084A (ja) * | 2000-07-12 | 2002-01-25 | Mitsubishi Electric Corp | 半導体集積回路装置および電子システム |
US6987717B2 (en) * | 2000-08-10 | 2006-01-17 | Ricoh Company, Ltd. | Optical disk device recording data on a recordable or rewritable optical disk by setting a recording velocity and a recording power for each of zones on an optical disk |
US6725343B2 (en) * | 2000-10-05 | 2004-04-20 | Hewlett-Packard Development Company, L.P. | System and method for generating cache coherence directory entries and error correction codes in a multiprocessor system |
JP2005327437A (ja) * | 2004-04-12 | 2005-11-24 | Nec Electronics Corp | 半導体記憶装置 |
JP2007242162A (ja) * | 2006-03-09 | 2007-09-20 | Toshiba Corp | 半導体記憶装置 |
US8255783B2 (en) * | 2008-04-23 | 2012-08-28 | International Business Machines Corporation | Apparatus, system and method for providing error protection for data-masking bits |
US9170897B2 (en) * | 2012-05-29 | 2015-10-27 | SanDisk Technologies, Inc. | Apparatus, system, and method for managing solid-state storage reliability |
-
2013
- 2013-10-31 CN CN201310537686.3A patent/CN103531246B/zh active Active
-
2014
- 2014-10-30 US US14/528,944 patent/US9524209B2/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1440033A (zh) * | 2002-02-21 | 2003-09-03 | 三洋电机株式会社 | 数据处理装置 |
CN1924820A (zh) * | 2005-08-30 | 2007-03-07 | 奇梦达股份公司 | 用于将数据传送到数据存储器中的数据存储器系统和方法 |
US20120110398A1 (en) * | 2010-10-29 | 2012-05-03 | Hynix Semiconductor Inc. | Data error check circuit, data error check method, data transmission method using data error check function, semiconductor memory apparatus and memory system using data error check function |
CN103187104A (zh) * | 2013-03-19 | 2013-07-03 | 西安华芯半导体有限公司 | 存储器的纠错方法 |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107305788A (zh) * | 2016-04-19 | 2017-10-31 | 华邦电子股份有限公司 | 存储器以及执行经错误订正编码处理的存储器的读取方法 |
CN107305788B (zh) * | 2016-04-19 | 2020-07-03 | 华邦电子股份有限公司 | 存储器以及执行经错误订正编码处理的存储器的读取方法 |
CN107039087A (zh) * | 2017-05-17 | 2017-08-11 | 西安紫光国芯半导体有限公司 | 用于dram的ecc编码方法以及dram |
US11010243B2 (en) | 2019-09-09 | 2021-05-18 | Winbond Electronics Corp. | Memory apparatus with error bit correction in data reading period |
CN112420118A (zh) * | 2020-12-11 | 2021-02-26 | 西安紫光国芯半导体有限公司 | 存储器及其存储方法和对应的电子设备 |
CN112420118B (zh) * | 2020-12-11 | 2023-08-11 | 西安紫光国芯半导体有限公司 | 存储器及其存储方法和对应的电子设备 |
Also Published As
Publication number | Publication date |
---|---|
CN103531246B (zh) | 2016-10-05 |
US9524209B2 (en) | 2016-12-20 |
US20150121172A1 (en) | 2015-04-30 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN103531246A (zh) | 快速以读代写的存储器纠错方法 | |
US8910018B2 (en) | Memory with dynamic error detection and correction | |
US9384091B2 (en) | Error code management in systems permitting partial writes | |
CN103594120A (zh) | 以读代写的存储器纠错方法 | |
CN103187104B (zh) | Dram存储器的纠错方法 | |
CN102394114B (zh) | 具有自适应纠错能力的bch码纠错方法 | |
CN103197985B (zh) | 存储控制装置 | |
US9754682B2 (en) | Implementing enhanced performance with read before write to phase change memory | |
EP1994470B1 (en) | Electronic circuit with a memory matrix that stores pages including extra data | |
US10992322B2 (en) | Data storage system and associated method for saving storage space and eliminating data errors | |
CN103218271B (zh) | 一种数据纠错方法及装置 | |
US20220276924A1 (en) | Techniques for storing data to enhance recovery and detection of data corruption errors | |
KR101999288B1 (ko) | 메모리 데이터의 에러 보정 장치 및 방법 | |
WO2015165202A1 (zh) | 一种基于汉明码存取数据的方法及集成随机存取存储器 | |
CN105575439B (zh) | 一种存储单元失效纠错的方法及存储器 | |
CN104317525B (zh) | 一种随机存储器的扩展方法及装置 | |
CN102541677A (zh) | 提高nandflash存储设备对照表加载速度的实现方法 | |
KR20160050961A (ko) | 에러를 보정하는 메모리 장치 및 그의 에러 보정 방법 | |
US10740179B2 (en) | Memory and method for operating the memory | |
CN108762975B (zh) | 一种ecc数据存储方法、系统及存储介质 | |
CN103631669A (zh) | 一种纠错sram的回写方法 | |
US9436547B2 (en) | Data storing method, memory control circuit unit and memory storage device | |
US9519539B2 (en) | Monitoring data error status in a memory | |
KR20140101626A (ko) | 솔리드 스테이트 드라이브의 데이터 처리 방법 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
CB02 | Change of applicant information |
Address after: 710055 Shaanxi City, Xi'an province high tech Road No. 38, innovation center, A, block, floor 4 Applicant after: XI'AN UNIIC SEMICONDUCTORS Co.,Ltd. Address before: 710055 Shaanxi City, Xi'an province high tech Road No. 38, innovation center, A, block, floor 4 Applicant before: Xi'an Sinochip Semiconductors Co., Ltd. |
|
COR | Change of bibliographic data | ||
C14 | Grant of patent or utility model | ||
GR01 | Patent grant |