JP5485323B2 - エラー訂正回路 - Google Patents
エラー訂正回路 Download PDFInfo
- Publication number
- JP5485323B2 JP5485323B2 JP2012067151A JP2012067151A JP5485323B2 JP 5485323 B2 JP5485323 B2 JP 5485323B2 JP 2012067151 A JP2012067151 A JP 2012067151A JP 2012067151 A JP2012067151 A JP 2012067151A JP 5485323 B2 JP5485323 B2 JP 5485323B2
- Authority
- JP
- Japan
- Prior art keywords
- bits
- check
- check bits
- bit
- codes
- 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.)
- Active
Links
- 238000012937 correction Methods 0.000 title claims description 24
- 239000011159 matrix material Substances 0.000 claims description 35
- 238000000034 method Methods 0.000 claims description 33
- 208000011580 syndromic disease Diseases 0.000 claims description 30
- 239000013598 vector Substances 0.000 claims description 10
- 238000001514 detection method Methods 0.000 description 11
- 238000012986 modification Methods 0.000 description 3
- 230000004048 modification Effects 0.000 description 3
- 238000005516 engineering process Methods 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 238000004891 communication Methods 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 230000007423 decrease Effects 0.000 description 1
- 230000001934 delay Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000012360 testing method Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M13/00—Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
- H03M13/03—Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words
- H03M13/05—Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words using block codes, i.e. a predetermined number of check bits joined to a predetermined number of information bits
- H03M13/13—Linear codes
- H03M13/19—Single error correction without using particular properties of the cyclic codes, e.g. Hamming codes, extended or generalised Hamming codes
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M13/00—Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
- H03M13/61—Aspects and characteristics of methods and arrangements for error correction or error detection, not provided for otherwise
- H03M13/618—Shortening and extension of codes
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M13/00—Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
- H03M13/65—Purpose and implementation aspects
- H03M13/6502—Reduction of hardware complexity or efficient processing
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M13/00—Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
- H03M13/65—Purpose and implementation aspects
- H03M13/6561—Parallelized implementations
Landscapes
- Physics & Mathematics (AREA)
- Probability & Statistics with Applications (AREA)
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Error Detection And Correction (AREA)
- Techniques For Improving Reliability Of Storages (AREA)
- Detection And Correction Of Errors (AREA)
Description
SEC/SEDでは、ハミング距離=3であり、log2(n)+1≧n−kである。
nは、コードワードビット数である。kは、データビット数である。(n−k)は、冗長ビット(チェックビット)数である。
SEC/DEDでは、ハミング距離=4であり、log2(n)+2≧n−kである。
1)チェックビットの生成およびシンドロームの発生のためのパリティ発生器の幅は、著しく減少し、各チェックビット/シンドロームに必要な排他的OR回路もより少なくてすむ。
2)チェックビットまたはシンドロームを生成するXOR「ツリー」の深度を低下させることができる。低下した「ツリー」の深さ(伝搬経路における少ないゲート)が用いられる場合、より速い動作速度が実現することは、パイプライン遅延内における複数の遅延が全体のデバイス性能を制限するクロック用途においては特に重要である。
3)最小重み付けコードのみが用いられるので、各データビットは、少ないパリティ負荷に接続される。
4)追加のチェックビットが含まれても、XORゲートの総数は減少する。これによって、一時的なノイズは減少し、所要電力は低下する。
重み=2のコードの数:21
重み=3のコードの数:35
重み=4のコードの数:35
重み=5のコードの数:21
重み=6のコードの数:7
重み=7のコードの数:1
重み>1のコードの数の合計:120
最小重み付けコードを用いて64個のベクトルが選択される場合、以下のようになる。
重み=2のコードの数:21
重み=3のコードの数:35
重み=4のコードの数:8
上記ベクトルが用いられる場合、必要な最大パリティ幅は、書き込み(チェックビット生成)に対し26ビット、および、読み取り(シンドローム生成;書き込みに必要なものより1つ多い)に対し27ビットである。これは、図4Aおよび4Bに関して特に見られ、「1」の最大数は例示されるH−行列の各行で26として示される。
重み=2のコードの数:28
重み=3のコードの数:56
重み=4のコードの数:70
重み=5のコードの数:56
重み=6のコードの数:28
重み=7のコードの数:8
重み=8のコードの数:1
重み>1のコードの数の合計:247
重み=2のコードの数:28
重み=3のコードの数:36
Claims (8)
- パリティビット幅を選択するECC回路であって、
第1のチェックビット数に基づく望ましいハミング距離のためのチェックビットおよびシンドロームを生成するのに必要な最小の前記第1のチェックビット数を決定するための回路と、
ハミングコードのH−行列の列ベクトルとして用いられる重み付けコードにおける、利用可能な重みのうち最小の重みを有する最小の重み付けコードの数を増加させるべく、前記第1のチェックビット数より大きい第2のチェックビット数を決定するための回路と、
前記第2のチェックビット数に基づき、前記チェックビットおよびシンドロームを生成するための回路と、
を備える、
ECC回路。 - 前記第2のチェックビット数を決定するための回路は、
前記第2のチェックビット数を決定し、
前記パリティビット幅を減少させる、
請求項1に記載のECC回路。 - パリティビット幅を選択するECC回路であって、
第1のチェックビット数に基づく望ましいハミング距離のためのチェックビットまたはシンドロームを生成するのに必要な最小の前記第1のチェックビット数を決定する回路と、
第2のチェックビット数を提供して、重みの小さなハミングコードの数を増加させるべく、前記第1のチェックビット数に少なくとも1つの付加的なチェックビットを加える回路と、
前記第2のチェックビット数に応じて、前記パリティビット幅を減少させる回路と、
を備える、
ECC回路。 - 前記重みの小さなハミングコードの数は、重みが2であるコードの数を含む、
請求項1から請求項3までの何れか一項に記載のECC回路。 - SEC/SEDエラー訂正プロセスと共に用いられる、
請求項4に記載のECC回路。 - 前記重みの小さなハミングコードの数は、重みが2であるコードおよび重みが3であるコードの数を含む、
請求項1から請求項3までの何れか一項に記載のECC回路。 - SEC/DEDエラー訂正プロセスと共に用いられる、
請求項6に記載のECC回路。 - エラー訂正回路であって、
入力データバスにおいてkビットの書き込みデータビットを受信し、第1のチェックビット数に基づく望ましいハミング距離のためのチェックビットおよびシンドロームを生成するに必要な最小の前記第1のチェックビット数を決定し、ハミングコードのH−行列の列ベクトルとして用いられる重み付けコードにおける、利用可能な重みのうち最小の重みを有する最小の重み付けコードの数を増加させるべく、前記第1のチェックビット数より大きい第2のチェックビット数を決定し、前記第2のチェックビット数に基づき、前記チェックビットを生成する書き込みパリティ発生器と、
前記書き込みパリティ発生器に結合され、そこからn−kビット(ただし、nはコードワードビット数であり、kは、前記入力データバスからの書き込みデータビット数である。)の前記チェックビットを受信するメモリと、
を含む、
エラー訂正回路。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/855,070 US7962837B2 (en) | 2007-09-13 | 2007-09-13 | Technique for reducing parity bit-widths for check bit and syndrome generation for data blocks through the use of additional check bits to increase the number of minimum weighted codes in the hamming code H-matrix |
US11/855,070 | 2007-09-13 |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007269577A Division JP4960829B2 (ja) | 2007-09-13 | 2007-10-16 | エラー訂正方法およびエラー訂正回路 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2012130081A JP2012130081A (ja) | 2012-07-05 |
JP5485323B2 true JP5485323B2 (ja) | 2014-05-07 |
Family
ID=40455887
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007269577A Active JP4960829B2 (ja) | 2007-09-13 | 2007-10-16 | エラー訂正方法およびエラー訂正回路 |
JP2012067151A Active JP5485323B2 (ja) | 2007-09-13 | 2012-03-23 | エラー訂正回路 |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007269577A Active JP4960829B2 (ja) | 2007-09-13 | 2007-10-16 | エラー訂正方法およびエラー訂正回路 |
Country Status (2)
Country | Link |
---|---|
US (3) | US7962837B2 (ja) |
JP (2) | JP4960829B2 (ja) |
Families Citing this family (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7962837B2 (en) * | 2007-09-13 | 2011-06-14 | United Memories, Inc. | Technique for reducing parity bit-widths for check bit and syndrome generation for data blocks through the use of additional check bits to increase the number of minimum weighted codes in the hamming code H-matrix |
US8327223B2 (en) * | 2009-02-05 | 2012-12-04 | Infineon Technologies Ag | System and method for constructing multi-write error correcting code |
KR101772008B1 (ko) * | 2011-03-03 | 2017-09-05 | 삼성전자주식회사 | 통신 및 방송시스템에서 송수신 방법 및 장치 |
US8612842B2 (en) | 2011-05-25 | 2013-12-17 | Infineon Technologies Ag | Apparatus for generating a checksum |
US20130007563A1 (en) * | 2011-07-01 | 2013-01-03 | Samsung Electronics Co., Ltd. | Semiconductor memory device having error correction function and memory system including the same |
US8996950B2 (en) * | 2012-02-23 | 2015-03-31 | Sandisk Technologies Inc. | Erasure correction using single error detection parity |
US9513987B2 (en) | 2014-11-07 | 2016-12-06 | International Business Machines Corporation | Using error correcting codes for parity purposes |
US9787329B2 (en) | 2015-10-15 | 2017-10-10 | Apple Inc. | Efficient coding with single-error correction and double-error detection capabilities |
KR102717146B1 (ko) | 2018-11-19 | 2024-10-15 | 삼성전자주식회사 | 반도체 메모리 장치 및 이를 구비하는 메모리 시스템 |
CN109714132B (zh) * | 2019-01-23 | 2021-04-20 | 中国电子科技集团公司第二十八研究所 | 一种用于复杂电磁环境下的多链路抗干扰实时传输方法 |
KR102266056B1 (ko) * | 2019-06-04 | 2021-06-17 | 주식회사 한글과컴퓨터 | 블록체인을 기반으로 문서 정보의 관리를 가능하게 하는 문서 정보 관리 장치 및 그 동작 방법 |
US11422888B2 (en) * | 2020-10-14 | 2022-08-23 | Western Digital Technologies, Inc. | Data integrity check for writing data in memory |
CN114203250B (zh) * | 2021-12-14 | 2022-06-24 | 北京得瑞领新科技有限公司 | 固态存储器的数据存储方法、数据读取方法及固态存储器 |
Family Cites Families (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US3623155A (en) * | 1969-12-24 | 1971-11-23 | Ibm | Optimum apparatus and method for check bit generation and error detection, location and correction |
US3825893A (en) * | 1973-05-29 | 1974-07-23 | Ibm | Modular distributed error detection and correction apparatus and method |
US4072853A (en) * | 1976-09-29 | 1978-02-07 | Honeywell Information Systems Inc. | Apparatus and method for storing parity encoded data from a plurality of input/output sources |
US4334309A (en) * | 1980-06-30 | 1982-06-08 | International Business Machines Corporation | Error correcting code system |
US4388684A (en) * | 1981-03-27 | 1983-06-14 | Honeywell Information Systems Inc. | Apparatus for deferring error detection of multibyte parity encoded data received from a plurality of input/output data sources |
JPH0760394B2 (ja) * | 1986-12-18 | 1995-06-28 | 株式会社日立製作所 | 誤り訂正・検出方式 |
JPH04290144A (ja) * | 1991-03-19 | 1992-10-14 | Hitachi Ltd | メモリ拡張方式 |
JP3515616B2 (ja) * | 1994-09-20 | 2004-04-05 | 株式会社トキメック | 誤り訂正装置 |
JP4413091B2 (ja) * | 2004-06-29 | 2010-02-10 | 株式会社ルネサステクノロジ | 半導体装置 |
DE102005022107B9 (de) * | 2005-05-12 | 2016-04-07 | Infineon Technologies Ag | Vorrichtung und Verfahren zum Bestimmen einer Position eines Bitfehlers in einer Bitfolge |
FR2891419A1 (fr) * | 2005-09-23 | 2007-03-30 | St Microelectronics Sa | Decodage d'une pluralite de flux d'informations codees selon un algorithme de codage par blocs. |
US7853854B2 (en) * | 2005-11-15 | 2010-12-14 | Stmicroelectronics Sa | Iterative decoding of a frame of data encoded using a block coding algorithm |
US7962837B2 (en) * | 2007-09-13 | 2011-06-14 | United Memories, Inc. | Technique for reducing parity bit-widths for check bit and syndrome generation for data blocks through the use of additional check bits to increase the number of minimum weighted codes in the hamming code H-matrix |
-
2007
- 2007-09-13 US US11/855,070 patent/US7962837B2/en active Active
- 2007-10-16 JP JP2007269577A patent/JP4960829B2/ja active Active
-
2011
- 2011-05-06 US US13/102,522 patent/US8239740B2/en active Active
-
2012
- 2012-03-23 JP JP2012067151A patent/JP5485323B2/ja active Active
- 2012-08-01 US US13/564,354 patent/US8510641B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
US20110209033A1 (en) | 2011-08-25 |
US8239740B2 (en) | 2012-08-07 |
JP4960829B2 (ja) | 2012-06-27 |
US20120297275A1 (en) | 2012-11-22 |
JP2009070356A (ja) | 2009-04-02 |
US20090077453A1 (en) | 2009-03-19 |
JP2012130081A (ja) | 2012-07-05 |
US7962837B2 (en) | 2011-06-14 |
US8510641B2 (en) | 2013-08-13 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5485323B2 (ja) | エラー訂正回路 | |
JP2009070356A5 (ja) | ||
JP4036338B2 (ja) | 誤りバイト数を制限したバイト内複数スポッティバイト誤り訂正・検出方法及び装置 | |
JP5043562B2 (ja) | エラー訂正回路、その方法及び前記回路を備える半導体メモリ装置 | |
US7278085B1 (en) | Simple error-correction codes for data buffers | |
JP2008165808A (ja) | 誤り訂正確率を減らすエラー訂正回路、その方法及び前記回路を備える半導体メモリ装置 | |
CN111628780A (zh) | 数据编码、解码方法及数据处理系统 | |
CN110941505A (zh) | 产生错误校正电路的方法 | |
Liu et al. | Low redundancy matrix-based codes for adjacent error correction with parity sharing | |
CN110908827A (zh) | 用于NAND Flash闪存纠错的并行BCH解码方法 | |
Badack et al. | Modified DEC BCH codes for parallel correction of 3-bit errors comprising a pair of adjacent errors | |
Garcia-Herrero et al. | Low delay non-binary error correction codes based on orthogonal Latin squares | |
Sim et al. | Design of Two Interleaved Error Detection and Corrections Using Hsiao Code and CRC | |
Rao et al. | Encoder and adaptive decoder for a (15, 6, 2) DEC-TED BCH code | |
KR101304570B1 (ko) | 패리티 체크 행렬 생성 방법, 이를 이용한 오류 정정 방법 및 장치, 오류 정정 장치용 디코더 그리고 오류 정정 장치를 포함하는 메모리 및 전자장치 | |
Kim et al. | High Detection Rate BCH Code with CRC Code for Memory Application | |
Saha | Software implemented fault tolerance through data error recovery | |
JP3743915B2 (ja) | スポッティバイト誤り訂正・検出方法及び装置 | |
US20140344652A1 (en) | Method for generating a maximized linear correcting code, method and device for decoding such a code | |
US20240305312A1 (en) | Coding circuit and memory device including the same | |
Jun et al. | Single error correction, double error detection and double adjacent error correction with no mis-correction code | |
Pramod et al. | ASIC implementation of error detection and correction using high performance majority logic decoder | |
Jessy et al. | Design and Analysis of Algorithm Based Error Detect-Corrections of Parallel FFT | |
JPS594741B2 (ja) | ブロツク誤り検出訂正方式 | |
Khondl et al. | A pipelined processing architecture for delay optimized matching of data encoded with hard systematic ECC |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120420 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20120420 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20130912 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130924 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20131224 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20140121 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140219 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5485323 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |