JP2000181807A - Method and device for inspecting data in recording medium - Google Patents
Method and device for inspecting data in recording mediumInfo
- Publication number
- JP2000181807A JP2000181807A JP10358076A JP35807698A JP2000181807A JP 2000181807 A JP2000181807 A JP 2000181807A JP 10358076 A JP10358076 A JP 10358076A JP 35807698 A JP35807698 A JP 35807698A JP 2000181807 A JP2000181807 A JP 2000181807A
- Authority
- JP
- Japan
- Prior art keywords
- data
- crc
- recording medium
- area
- change
- 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.)
- Pending
Links
Landscapes
- Detection And Correction Of Errors (AREA)
- Techniques For Improving Reliability Of Storages (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、記録媒体に記録さ
れたデータの誤りの有無を検査する方法及び装置に関す
る。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method and an apparatus for checking data recorded on a recording medium for errors.
【0002】[0002]
【従来の技術】メモリカード,フラッシュメモリなどの
記録媒体におけるデータの誤り検査には、パリティ・チ
ェック(バイト単位で奇数または偶数に合わせるために
各バイト毎に1ビットのパリティを付加する方法)、サ
ム・チェック(媒体全体にわたるバイト毎の加算結果で
ある2バイトを付加する方法)が一般的に用いられてい
る。これらの方法は、計算負荷及び検査用記憶容量が少
なくて済む簡易的な誤り検査方法である。しかしなが
ら、これらの方法は、検査精度があまり高くなく、正確
な誤り検査を行えない事態がよく発生している。2. Description of the Related Art Parity check (a method of adding 1-bit parity to each byte to match an odd or even number in byte units) is used for error checking of data in a recording medium such as a memory card or a flash memory. A sum check (a method of adding 2 bytes which is the addition result of each byte over the entire medium) is generally used. These methods are simple error checking methods that require less computational load and test storage capacity. However, these methods do not have high inspection accuracy and often fail to perform accurate error inspection.
【0003】このような検査方法に比べて検査精度が高
い誤り検査方法として、CRC(Cyclic Redundancy Ch
eck:巡回冗長検査)が知られている。このCRCは、デ
ータの信頼性が不十分な場合の検査に利用されることが
多く、シリアル通信,ハードディスクのアクセス時など
の用途で主に用いられている。As an error checking method having a higher checking accuracy than such checking methods, a CRC (Cyclic Redundancy Ch.
eck: cyclic redundancy check) is known. The CRC is often used for inspection when data reliability is insufficient, and is mainly used for applications such as serial communication and access to a hard disk.
【0004】以下、このCRCの概念について簡単に説
明する。CRCは、誤り検査に効果的な符号である巡回
符号(ある符号の任意の符号語を任意ビットだけ巡回シ
フトして得られるベクトルがやはり符号語であるような
符号)を利用し、データを所定の数で除算し、その剰余
を検査用に使用する。この巡回符号のデータブロック
は、kビットの情報ビットと(n−k)ビットの検査ビ
ットとで構成される。Hereinafter, the concept of the CRC will be briefly described. CRC uses a cyclic code (a code in which a vector obtained by cyclically shifting an arbitrary code word of a certain code by an arbitrary bit is also a code word) that is a code effective for error checking, and uses a predetermined code as a code. Divide by the number and use the remainder for inspection. This cyclic code data block is composed of k information bits and (nk) check bits.
【0005】そして、データを変数xの多項式と考え、
数学的に取り扱う。例えばデータ“101011”について、
最左端の“1”をx5 ,左端より2番目の“1”を
x3 ,同じく3番目の“1”をx1 ,最右端の“1”を
定数項と見なした場合、このデータを多項式で表すとx
5 +x3 +x+1となる。[0005] Then, consider the data as a polynomial of a variable x,
Treat mathematically. For example, for data "101011",
The "1" of the leftmost x 5, 2 th "1" from the left end x 3, also x 1 the third "1", if the "1" rightmost were considered constant term, the data Is expressed as a polynomial x
5 + x 3 + x + 1.
【0006】このような多項式による表現に対して、次
のような多項式のmod 2加算を定義してこれによる演算
を行う。一般にmod N加算は、数Nの範囲内での加算を
表し、Nを越えた部分は捨てられる。従って、mod 2加
算では、0+1=1,1+1=0のようになり、「桁上
げがない2進数加算」を意味し、これは2進数値同士の
加算において双方の各ビットを排他的論理和(EX−O
R)していくことになる。具体的には以下のようにな
る。 1xn +1xn =0xn 1xn +0xn =0xn +1xn =1xn 0xn +0xn =0xn −1xn =1xn 以上のことから、mod 2加算においては、結合則,分配
則,交換則が成り立つことが分かる。また、mod 2加算
では、−1xn =1xn であるので、減法は加法と同じ
である。For such a polynomial expression, the following modulo 2 addition of a polynomial is defined and an operation based on this is performed. In general, mod N addition indicates addition within a range of a number N, and portions exceeding N are discarded. Therefore, in mod 2 addition, 0 + 1 = 1, 1 + 1 = 0, which means “binary addition without carry”, which is an exclusive OR operation of both bits in addition of binary values. (EX-O
R). Specifically, it is as follows. 1x n + a 1x n = 0x n 1x n + 0x n = 0x n + 1x n = 1x n 0x n + 0x n = 0x n -1x n = 1x n above, in the mod 2 adder, associativity, distributivity, exchange It can be seen that the rule holds. Further, the mod 2 adder, because it is -1x n = 1x n, subtraction is the same as additive.
【0007】巡回符号は、データの検査ビットを決定す
る(n−k)次の剰余生成多項式G(x)というものに
よって一義的に定義できる。この剰余生成多項式G
(x)による巡回符号の生成は、次のようにして行う。A cyclic code can be uniquely defined by a (n−k) -th order residue generating polynomial G (x) that determines a check bit of data. This residue generating polynomial G
Generation of a cyclic code by (x) is performed as follows.
【0008】情報ビットを示すメッセージ多項式M
(x)を符号化するためには、xn-k をM(x)に乗じ
てxn-k ・M(x)を求め、その乗算式を剰余生成多項
式G(x)で割る。この除算の商,剰余をそれぞれQ
(x),R(x)とすると、下記式(1)が成立する。 xn-k ・M(x)=Q(x)・G(x)+R(x) …(1)Message polynomial M indicating information bits
In order to encode (x), x ( nk ) is multiplied by M (x) to obtain x ( nk ) M (x), and the multiplication formula is divided by the remainder generator polynomial G (x). The quotient and remainder of this division are Q
Assuming that (x) and R (x), the following equation (1) holds. x nk · M (x) = Q (x) · G (x) + R (x) (1)
【0009】例えば、通信における送信データU(x)
を生成するには、剰余R(x)をx n-k ・M(x)に加
算する。mod 2加算では加法と減法とは同じであるの
で、U(x)は、下記式(2)のようになる。 U(x)=xn-k ・M(x)+R(x)=Q(x)・G(x) …(2) よって、送信データでは、上位kビットの情報ビットは
xn-k ・M(x)を表し、下位(n−k)ビットの検査
ビットはR(x)を表す。また、上記式(2)から、下
記式(3)が導出される。 U(x)÷G(x)=(xn-k ・M(x)+R(x))÷G(x) =Q(x) …(3) この式(3)から判るように、検査ビットも含めたデー
タ全体U(x)を剰余生成多項式G(x)で割るとその
剰余は0となる。よって、受信側でこの除算の剰余が0
になるか否かによって、送信データが正しいか否かを検
査できる。なお、ここで除算は、mod 2加算、つまり2
進法で行われ、桁上げ及び桁借りが生じないようにEX
−ORで行われる。従って、この場合には、剰余が常に
除数よりも1ビット少なく、その結果、剰余が検査ビッ
トとなり、除数は剰余生成多項式である。For example, transmission data U (x) in communication
Is generated by dividing the remainder R (x) by x nk・ Addition to M (x)
Calculate. Addition and subtraction are the same in mod 2 addition
Then, U (x) is expressed by the following equation (2). U (x) = xnkM (x) + R (x) = Q (x) G (x) (2) Therefore, in the transmission data, the information bits of the upper k bits are
xnk-Inspection of lower (nk) bits, representing M (x)
The bits represent R (x). From the above equation (2),
Expression (3) is derived. U (x) ÷ G (x) = (xnkM (x) + R (x)) ÷ G (x) = Q (x) (3) As can be seen from equation (3), the data including the check bits
Dividing the entire data U (x) by the remainder generator polynomial G (x)
The remainder is 0. Therefore, the remainder of this division is 0 on the receiving side.
Whether the transmission data is correct or not.
Can be inspected. Here, the division is mod 2 addition, that is, 2
EX so that carry and borrow do not occur.
-OR. Therefore, in this case, the remainder is always
One bit less than the divisor, so that the remainder is
And the divisor is a remainder generator polynomial.
【0010】次に、このような具体例を示す。例えば、
剰余生成多項式G(x)=x5 +x 4 +x2 +1を用い
たn=15,k=10,n−k=5の巡回符号を考える。メ
ッセージ多項式M(x)=x9 +x5 +x2 +1に対応
するメッセージ“1000100101”を符号化するためには、
x5 ・M(x)をG(x)で割って剰余R(x)を以下
のように求める。Next, such a specific example will be described. For example,
Residue generating polynomial G (x) = xFive+ X Four+ XTwoUsing +1
Consider a cyclic code where n = 15, k = 10, and nk = 5. Me
Message polynomial M (x) = x9+ XFive+ XTwoCorresponds to +1
To encode the message “1000100101”
xFive-Divide M (x) by G (x) to get the remainder R (x)
Ask like.
【0011】[0011]
【数1】 (Equation 1)
【0012】よって、x5 ・M(x)は下記式(4)の
ように示され、送信データU(x)は、x5 ・M(x)
に剰余R(x)=x+1を加算して作られるので、下記
式(5)のようになる。 x5 ・M(x)=x14+x10+x7 +x5 =(x5 +x4 +x2 +1)×(x9 +x8 +x7 +x3 + x2 +x+1)+(x+1) …(4) U(x)=(x14+x10+x7 +x5 )+(x+1) …(5)Therefore, x 5 · M (x) is expressed by the following equation (4), and transmission data U (x) is expressed by x 5 · M (x)
And the remainder R (x) = x + 1, so that the following equation (5) is obtained. x 5 · M (x) = x 14 + x 10 + x 7 + x 5 = (x 5 + x 4 + x 2 +1) × (x 9 + x 8 + x 7 + x 3 + x 2 + x + 1) + (x + 1) ... (4) U (X) = (x 14 + x 10 + x 7 + x 5 ) + (x + 1) (5)
【0013】このようにして(n−k)次の剰余生成多
項式G(x)で生成された送信データU(x)は、長さ
(n−k)以下の任意のバースト誤りを検出できること
が証明されている。The transmission data U (x) generated by the (nk) -order remainder generation polynomial G (x) in this way can detect any burst error of length (nk) or less. Proven.
【0014】[0014]
【発明が解決しようとする課題】メモリカード,フラッ
シュメモリなどの記録媒体におけるデータの誤り検査の
精度を高めるために、このように検査精度が高いCRC
を用いることが考えられる。しかしながら、計算負荷が
大きいこと、メッセージの一部が変更されても全体を再
計算する必要があることが、これらの記録媒体へのCR
C適用の大きな障壁となっている。In order to improve the accuracy of error checking of data in a recording medium such as a memory card or a flash memory, a CRC having such a high checking accuracy is used.
It is conceivable to use. However, the large computational load and the necessity of recalculating the entire message even when a part of the message is changed, require that the CR to these recording media be used.
This is a major barrier to C application.
【0015】本発明は斯かる事情に鑑みてなされたもの
であり、計算負荷が小さくて処理時間を短くでき、メモ
リカード,フラッシュメモリなどの記録媒体にも適用可
能であるCRCに基づくデータ検査方法及び装置を提供
することを目的とする。The present invention has been made in view of such circumstances, and has a small calculation load and a short processing time, and can be applied to a recording medium such as a memory card or a flash memory. And an apparatus.
【0016】[0016]
【課題を解決するための手段】請求項1に係る記録媒体
のデータ検査方法は、その一部の記録データが変更され
た記録媒体についてデータ誤りがあるか否かをCRC計
算結果に基づいて検査する方法において、変更された部
分のデータを、変更前のデータとその変更データとの差
分データに置き換え、その部分以降からCRC計算を再
実行し、そのCRC再計算結果をデータ変更前のCRC
計算結果に加算した加算結果に基づいて前記記録媒体の
データの誤りの有無を検査することを特徴とする。According to a first aspect of the present invention, there is provided a data inspecting method for a recording medium, which inspects whether or not there is a data error in a recording medium in which a part of recording data has been changed based on a CRC calculation result. In this method, the data in the changed portion is replaced with the difference data between the data before the change and the changed data, the CRC calculation is re-executed from that portion onward, and the CRC recalculation result is stored in the CRC before the data change.
It is characterized in that the presence or absence of an error in the data of the recording medium is checked based on the addition result added to the calculation result.
【0017】請求項2に係る記録媒体のデータ検査装置
は、その一部の記録データが変更された記録媒体につい
てデータ誤りがあるか否かを検査する装置において、変
更された部分のデータを、変更前のデータとその変更デ
ータとの差分データに置き換えてその部分以降からCR
C計算を再実行する計算手段と、該計算手段によるCR
C再計算結果をデータ変更前のCRC計算結果に加算す
る加算手段とを備え、該加算手段での加算結果に基づい
て前記記録媒体のデータの誤りの有無を検査するように
なしたことを特徴とする。According to a second aspect of the present invention, there is provided a data inspection apparatus for a recording medium for inspecting whether or not there is a data error in a recording medium in which a part of the recording data has been changed. Replace with the difference data between the data before change and the changed data, and
Calculating means for re-executing the C calculation;
Adding means for adding the C recalculation result to the CRC calculation result before data change, and checking whether there is an error in the data of the recording medium based on the addition result by the adding means. And
【0018】請求項3に係る記録媒体のデータ検査方法
は、記録媒体の記録領域内に記録されたデータに誤りが
あるか否かをCRC計算結果に基づいて検査する方法に
おいて、前記記録媒体の記録領域を複数の小領域に分割
して各小領域毎にCRC計算結果を記録することとし、
前記記録領域内でデータ内容が変更された場合、そのデ
ータ内容が変更された小領域についてCRC計算を再実
行することを特徴とする。According to a third aspect of the present invention, there is provided a method for inspecting data recorded in a recording area of a recording medium, based on a result of a CRC calculation. The recording area is divided into a plurality of small areas, and the CRC calculation result is recorded for each small area.
When data content is changed in the recording area, the CRC calculation is re-executed for the small area in which the data content has been changed.
【0019】メッセージ列全体が毎回異なるようなシリ
アル通信とは異なり、メモリカード,フラッシュメモリ
などの記録媒体のようなデータベース全体の検査用途で
は毎回データ全体が変化するようなことはなく、データ
ベースのアクセス毎にその一部が変化するだけである。Unlike serial communication in which the entire message sequence is different each time, in the inspection of the entire database such as a recording medium such as a memory card or flash memory, the entire data does not change every time, and the access to the database is not changed. Only part of it changes each time.
【0020】このような記録媒体のデータ変更の特性を
考慮して、第1発明では、変更された部分のデータを、
変更前のデータとその変更データとの差分データに置き
換え、その部分から以降についてCRC計算を再実行
し、そのCRC再計算結果を変更前のCRC計算結果に
加算し、その加算結果を変更後のCRC計算結果とす
る。よって、データ変更があった場合に、変更があった
部分から以降についてのCRC再計算を行えば良く、最
初から全体のCRC再計算を行う必要がないので、計算
負荷を小さくでき、処理時間を短縮できる。In consideration of such a characteristic of data change of the recording medium, the first invention replaces the data of the changed portion with
Replace with the difference data between the data before the change and the changed data, re-execute the CRC calculation from that part onward, add the CRC recalculation result to the CRC calculation result before the change, and change the addition result after the change. The result is the CRC calculation. Therefore, when there is a data change, it is sufficient to perform the CRC recalculation from the changed part to the subsequent part, and it is not necessary to perform the whole CRC recalculation from the beginning, so that the calculation load can be reduced and the processing time can be reduced. Can be shortened.
【0021】また、このような記録媒体のデータ変更の
特性を考慮して、第2発明では、記録媒体の記録領域を
複数の小領域に分割し、分割した各小領域毎にそのCR
C計算結果を記録するようにし、データに変更があった
場合にはそのデータ変更が生じた小領域についてのみC
RC再計算を行う。よって、変更があった小領域のみの
CRC再計算だけを行えば良く、最初から全体のCRC
再計算を行う必要がないので、計算負荷が小さくなって
処理時間を短縮できる。Further, in consideration of such a characteristic of data change of the recording medium, in the second invention, the recording area of the recording medium is divided into a plurality of small areas.
The C calculation result is recorded, and when the data is changed, the C calculation is performed only for the small area where the data change occurs.
Perform RC recalculation. Therefore, only the CRC recalculation of the changed small area needs to be performed, and the entire CRC is calculated from the beginning.
Since there is no need to perform recalculation, the calculation load is reduced and the processing time can be reduced.
【0022】従って、本発明では、計算負荷が小さくな
って処理速度を短縮できるので、この結果、メモリカー
ド,フラッシュメモリなどの記録媒体にCRCを適用す
ることが可能となる。Therefore, in the present invention, the calculation load is reduced and the processing speed can be reduced. As a result, the CRC can be applied to a recording medium such as a memory card or a flash memory.
【0023】[0023]
【発明の実施の形態】以下、本発明をその実施の形態を
示す図面を参照して具体的に説明する。図1は、記録媒
体のデータ誤りをCRCにより検査する検査装置10の機
能ブロック図である。検査装置10は、検査対象の例えば
メモリカードからなる記録媒体1から記録データを読み
出す読出部11と、CRCによる検査結果を記録媒体1に
書き込む書込部12と、CRCの検査プログラムを格納す
るROM13と、CRC検査の種々の計算を行う計算部14
と、CRC検査時の計算中間値などを記憶するRAM15
と、これらの各部を制御するCPU16とを有する。DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be specifically described below with reference to the drawings showing the embodiments. FIG. 1 is a functional block diagram of an inspection device 10 for inspecting a data error of a recording medium by CRC. The inspection apparatus 10 includes a reading unit 11 for reading recording data from a recording medium 1 to be inspected, for example, a memory card, a writing unit 12 for writing a CRC inspection result to the recording medium 1, and a ROM 13 for storing a CRC inspection program. And a calculation unit 14 for performing various calculations of the CRC check
And a RAM 15 for storing intermediate values calculated at the time of CRC inspection, etc.
And a CPU 16 for controlling these components.
【0024】また、図2は、記録媒体1の記録領域を示
す模式図であり、記録媒体1の記録領域は、データを記
録するデータ領域2と、CRC検査結果を記録する検査
結果領域3とを有する。FIG. 2 is a schematic diagram showing a recording area of the recording medium 1. The recording area of the recording medium 1 includes a data area 2 for recording data and an inspection result area 3 for recording a CRC inspection result. Having.
【0025】メモリカードをデータベースとする場合、
アクセス毎に全体のデータが変化することはなく、その
一部の領域のデータが変更するだけである。このような
データ変更がなされたデータ変更領域Aの一例を図2に
ハッチングを付して示す。When a memory card is used as a database,
The entire data does not change with each access, only the data in a part of the area changes. FIG. 2 shows an example of a data change area A in which such data change has been made, with hatching.
【0026】このようなデータ変更が発生した場合に
は、CRC検査を行う必要があり、従来では、データ領
域2の先頭から最後尾まで全体のCRC再計算を行って
いた。よって、小さなデータ変更であっても、その計算
負荷が大きくなっていた。When such data change occurs, it is necessary to perform a CRC check. Conventionally, the entire CRC recalculation from the beginning to the end of the data area 2 has been performed. Therefore, even with small data changes, the calculation load has increased.
【0027】(第1実施の形態)第1実施の形態では、
このデータ変更領域A以降についてのみ、CRC再計算
を行って新しいCRC計算結果を得るようにしている。
つまり、変更された部分のデータを、変更前のデータと
その変更データとの差分データに置き換え、その部分か
ら以降についてCRC再計算を行い、そのCRC再計算
結果を変更前のCRC計算結果に加算し、その加算結果
を変更後のCRC計算結果とする。このようにすること
により、変更があった部分から以降についてのCRC再
計算だけを行えば良く、最初から全体のCRC再計算を
行う必要がないので、計算負荷を小さくできて、処理時
間を短縮できる。(First Embodiment) In the first embodiment,
Only for the data change area A and thereafter, the CRC is recalculated to obtain a new CRC calculation result.
In other words, the data of the changed portion is replaced with the difference data between the data before the change and the changed data, the CRC is recalculated from that portion onward, and the CRC recalculation result is added to the CRC calculation result before the change. Then, the result of the addition is set as the changed CRC calculation result. By doing so, only the CRC recalculation for the part after the change has to be performed, and it is not necessary to recalculate the entire CRC from the beginning, so that the calculation load can be reduced and the processing time can be reduced. it can.
【0028】以下、この第1実施の形態の具体的な手法
の一例について16ビットCRCを例にして説明する。16
ビットCRCでは、n−k=16であり、剰余生成多項式
はG(x)=x16+x15+x2 +1であり、バースト誤
り検出は最大16ビット長まで行える。また、誤りのバー
ストが16ビットよりも大きい場合には99%の確率で誤り
を検出できることも証明されている。Hereinafter, an example of a specific method of the first embodiment will be described using a 16-bit CRC as an example. 16
The bit CRC, a n-k = 16, the remainder generator polynomial is G (x) = x 16 + x 15 + x 2 +1, burst error detection can be performed up to 16 bits long. It has also been proven that if the burst of errors is larger than 16 bits, the error can be detected with a 99% probability.
【0029】データ列中の最後尾からsバイト目の8ビ
ットのデータD′(x)が別のデータD(x)に変更さ
れた場合における16ビットCRCの再計算について考え
る。この場合、変更後のメッセージの先頭から最後まで
計算し直しても良いが、ここではもう少し簡便な再計算
法を述べる。Consider recalculation of a 16-bit CRC when 8-bit data D '(x) at the s-th byte from the end of the data string is changed to another data D (x). In this case, the calculation may be performed again from the beginning to the end of the message after the change, but a slightly simpler recalculation method will be described here.
【0030】変更前のデータ列をM′(x)とすると、
mod 2加算では加法と減法とは同じであるので、変更後
のデータ列M(x)は下記式(6)で表される。 M(x)=M′(x)−x8s・D′(x)+x8s・D(x) =M′(x)+x8s・D′(x)+x8s・D(x) …(6)Assuming that the data string before the change is M '(x),
Since addition and subtraction are the same in mod 2 addition, the data string M (x) after the change is represented by the following equation (6). M (x) = M '(x) -x8s * D' (x) + x8s * D (x) = M '(x) + x8s * D' (x) + x8s * D (x) (6) )
【0031】また、変更前のデータの商,剰余をそれぞ
れQ′(x),R′(x)とすると、変更前のデータに
ついて下記式(7)が成立し、この式(7)の関係を用
いて下記式(8)が成り立つ。 x16・M′(x)=Q′(x)・G(x)+R′(x) …(7) x16・M(x)=x16・{M′(x)+x8s・D′(x) +x8s・D(x)} =x16・M′(x)+x16+8s ・D′(x) +x16+8s ・D(x) =Q′(x)・G(x)+R′(x) +x16+8s ・{D′(x)+D(x)} …(8)If the quotient and remainder of the data before the change are Q '(x) and R' (x), respectively, the following equation (7) holds for the data before the change, and the relation of the equation (7) is obtained. The following equation (8) is established using x 16 · M '(x) = Q' (x) · G (x) + R '(x) ... (7) x 16 · M (x) = x 16 · {M' (x) + x 8s · D ' (x) + x 8s · D (x)} = x 16 · M '(x) + x 16 + 8s · D' (x) + x 16 + 8s · D (x) = Q '(x) · G (x) + R ′ (x) + x 16 + 8s · {D ′ (x) + D (x)} (8)
【0032】ここで、式(8)におけるx16+8s ・
{D′(x)+D(x)}の項は、次数がx16次より大
きいので剰余生成多項式G(x)で割ることができ、そ
のときの商,剰余をそれぞれQ(x),R(x)とする
と、下記式(9)で表せる。 x16+8s ・{D′(x)+D(x)}=Q(x)・G(x)+R(x) …(9)Here, x 16 + 8s · in equation (8)
Term {D '(x) + D (x)} , because the order is greater than the 16th order x can be divided by the remainder generating polynomial G (x), the quotient of the time, the remainder of each Q (x), R If (x) is used, it can be expressed by the following equation (9). x 16 + 8s · {D ′ (x) + D (x)} = Q (x) · G (x) + R (x) (9)
【0033】式(9)の関係を用いて式(18)を更に書
き換えると下記式(10)のようになる。 x16・M(x)=Q′(x)・G(x)+R′(x) +Q(x)・G(x)+R(x) ={Q′(x)+Q(x)}・G(x) +R′(x)+R(x) …(10)When the equation (18) is further rewritten using the relation of the equation (9), the following equation (10) is obtained. x 16 · M (x) = Q '(x) · G (x) + R' (x) + Q (x) · G (x) + R (x) = {Q '(x) + Q (x)} · G (X) + R '(x) + R (x) (10)
【0034】式(10)における第1項はG(x)で割り
切れるので、x16・M(x)をG(x)で割ったときの
剰余はR′(x)+R(x)になっていることが判る。
よって、変更後のデータの剰余は、R′(x)+R
(x)となる。なお、R′(x)は変更前のデータの剰
余であり、R(x)はx8s・{D′(x)+D(x)}
の剰余である。Since the first term in equation (10) is divisible by G (x), the remainder obtained by dividing x 16 · M (x) by G (x) is R ′ (x) + R (x). You can see that
Therefore, the remainder of the changed data is R ′ (x) + R
(X). Note that R '(x) is the remainder of the data before the change, and R (x) is x8s {{D' (x) + D (x)}.
Is the remainder of
【0035】よって、以上のことをまとめると、次のよ
うなステップを行うことにより、データ列の最後尾から
sバイト目のデータD′(x)をデータD(x)に変更
した場合の新しい剰余が得られる。 (ステップ1):データD′(x)とデータD(x)と
をmod 2加算する。 (ステップ2):その加算結果にx8sを乗算したものを
被除数とする16ビットCRCでの剰余R(x)を求め
る。 (ステップ3):求めた剰余R(x)と変更前のデータ
の剰余R′(x)とをmod 2加算し、その加算結果(R
(x)+R′(x))を新しい剰余とする。Therefore, to summarize the above, by performing the following steps, a new data D '(x) in the s-th byte from the end of the data string is changed to data D (x). The remainder is obtained. (Step 1): Data D ′ (x) and data D (x) are added by mod 2. (Step 2): A remainder R (x) in a 16-bit CRC with the dividend being the product of the addition result and x8s is determined. (Step 3): mod 2 is added to the obtained remainder R (x) and the remainder R ′ (x) of the data before the change, and the addition result (R
Let (x) + R ′ (x)) be the new remainder.
【0036】次に、このようなデータ変更時のCRC再
計算の具体例について述べる。2つの連続データ“0101
0001”,“10010001”を16ビットCRC(G(x)=x
16+x15+x2 +1)で除算したときの剰余は、以下の
ように“0110010101100011”となる。Next, a specific example of the CRC recalculation at the time of such data change will be described. Two continuous data "0101
0001 "and" 10010001 "are converted to a 16-bit CRC (G (x) = x
Remainder 16 + x 15 + when divided by x 2 +1) is "0110010101100011" as follows.
【0037】[0037]
【数2】 (Equation 2)
【0038】ここで、例えば、先頭のデータが“010100
01”から“00100010”に変更されたとする。この場合、
最初から16ビットCRC計算を行うと以下のようになっ
て、剰余“0100111101100101”が得られる。Here, for example, the first data is "010100
01 ”to“ 00100010. ”In this case,
When the 16-bit CRC calculation is performed from the beginning, the remainder “0100111101100101” is obtained as follows.
【0039】[0039]
【数3】 (Equation 3)
【0040】この剰余を求める処理を、上述したような
ステップ1〜3の手法で行うと次のようになる。まず、
変更前データ(D′(x)に相当)“01010001”と変更
後データ(D(x)に相当)“00100010”とをmod 2加
算して“01110011”を得る。When the processing for obtaining the remainder is performed by the method of steps 1 to 3 as described above, the following is obtained. First,
The data before change (corresponding to D ′ (x)) “01010001” and the data after change (corresponding to D (x)) “00100010” are added by mod 2 to obtain “01110011”.
【0041】[0041]
【数4】 (Equation 4)
【0042】変更箇所は最後尾から1バイト目(s=
1)であるので、x8s・{D′(x)+D(x)}は、
“0111001100000000”となり、これを以下のように16ビ
ットCRC計算して、剰余(R(x)に相当)“001010
1000000110”を求める。The changed part is the first byte (s =
1), x 8s · {D ′ (x) + D (x)} is
"0111001100000000", which is subjected to a 16-bit CRC calculation as follows, and the remainder (corresponding to R (x)) "001010
1000000110 ”.
【0043】[0043]
【数5】 (Equation 5)
【0044】この剰余“0010101000000110”に変更前デ
ータの剰余(R′(x)に相当)“0110010101100011”
をmod 2加算して最終剰余“0100111101100101”を得
る。この剰余結果は、最初から計算した上記剰余結果と
一致する。The remainder “0010101000000110” is the remainder of the data before change (corresponding to R ′ (x)) “0110010101100011”
Is added by mod 2 to obtain the final remainder “0100111101100101”. This remainder result matches the remainder result calculated from the beginning.
【0045】データ領域2の先頭から最後尾まで全体を
再計算する従来の手法に対する上述したような第1実施
の形態の手法の優位性について説明する。図3は、デー
タ変更がなされたデータ変更領域Aの位置を示す図であ
る。第1実施の形態の手法では、データ領域2の先頭近
傍にデータ変更領域Aが生じた場合には(図3
(a))、従来の手法に対する優位性はあまり高くない
が、データ領域2の末尾近傍でデータ変更が生じた場合
には(図3(b))、計算負荷が大幅に軽減され、従来
の手法に対する優位性は著明となる。The superiority of the method of the first embodiment as described above over the conventional method of recalculating the entire data area 2 from the beginning to the end will be described. FIG. 3 is a diagram showing the position of the data change area A in which data has been changed. According to the method of the first embodiment, when the data change area A occurs near the head of the data area 2 (see FIG.
(A)) Although the advantage over the conventional method is not very high, when data change occurs near the end of the data area 2 (FIG. 3 (b)), the calculation load is greatly reduced, The advantage over the method becomes significant.
【0046】なお、第1実施の形態にあって、データ変
更が生じた領域以降から再計算する手法として、ステッ
プ1〜3の手法を用いるようにしたが、これは例示であ
り、他の手法でも良いことは勿論である。In the first embodiment, the method of steps 1 to 3 is used as a method for performing recalculation from the area after the data change occurs. However, this is merely an example. But of course it is good.
【0047】(第2実施の形態)図4は、第2実施の形
態における記録媒体1の記録領域を示す模式図である。
第2実施の形態の記録媒体1では、データ領域2全体を
複数のデータ小領域に分割し、それぞれの各データ小領
域毎に独立して検査結果領域を設けている。(Second Embodiment) FIG. 4 is a schematic diagram showing a recording area of a recording medium 1 according to a second embodiment.
In the recording medium 1 of the second embodiment, the entire data area 2 is divided into a plurality of data small areas, and an inspection result area is provided independently for each data small area.
【0048】図4(a)示す例では、データ領域2が第
1,第2,第3,第4データ小領域2a,2b,2c,2dに4
分割されており、第1データ小領域2a,この第1データ
小領域2aに対応したCRC検査結果を記録する第1検査
結果領域3a,第2データ小領域2b,この第2データ小領
域2bに対応したCRC検査結果を記録する第2検査結果
領域3b,第3データ小領域2c,この第3データ小領域2c
に対応したCRC検査結果を記録する第3検査結果領域
3c,第4データ小領域2d,この第4データ小領域2dに対
応したCRC検査結果を記録する第4検査結果領域3dが
この順に設けられており、データ領域2全体が物理的に
4分割された構成をなす。In the example shown in FIG. 4A, the data area 2 is divided into the first, second, third, and fourth data small areas 2a, 2b, 2c, and 2d.
It is divided into a first data small area 2a, a first inspection result area 3a for recording a CRC inspection result corresponding to the first data small area 2a, a second data small area 2b, and a second data small area 2b. A second inspection result area 3b for recording the corresponding CRC inspection result, a third data small area 2c, and the third data small area 2c
Inspection result area for recording the CRC inspection result corresponding to
3c, a fourth data small area 2d, and a fourth inspection result area 3d for recording a CRC inspection result corresponding to the fourth data small area 2d are provided in this order, and the entire data area 2 is physically divided into four parts. Configuration.
【0049】図4(b)示す例では、図4(a)と同様
にデータ領域2全体が4分割されているが、第1データ
小領域2a,第2データ小領域2b,第3データ小領域2c,
第4データ小領域2d,第1検査結果領域3a,第2検査結
果領域3b,第3検査結果領域3c,第4検査結果領域3dの
順に設けられており、データ領域の連続性を考慮した構
成をなしている。In the example shown in FIG. 4B, the entire data area 2 is divided into four parts as in FIG. 4A, but the first data small area 2a, the second data small area 2b, and the third data small Region 2c,
The fourth data small area 2d, the first inspection result area 3a, the second inspection result area 3b, the third inspection result area 3c, and the fourth inspection result area 3d are provided in this order, and a configuration considering the continuity of the data area is provided. Has made.
【0050】例えばメモリカードをデータベースとする
場合、アクセス毎に全体のデータが変化することはな
く、その一部の領域のデータが変更されるだけである。
よって、このようなデータ変更が発生した場合に、第2
実施の形態では、そのデータ変更が発生したデータ小領
域(第1,第2,第3,第4データ小領域2a,2b,2c,
2dのうちの何れか1つのデータ小領域)のみについてC
RC再計算を行えば良く、従来のようにデータ領域2の
先頭から最後尾まで全体のCRC再計算を行う必要がな
く、計算負荷を小さくできて、処理時間を短縮できる。For example, when a memory card is used as a database, the entire data does not change each time it is accessed, but only data in a part of the area.
Therefore, when such data change occurs, the second
In the embodiment, the data sub-areas (the first, second, third, and fourth data sub-areas 2a, 2b, 2c,
C for only one data small area of 2d)
It is sufficient to perform the RC recalculation, and it is not necessary to perform the entire CRC recalculation from the beginning to the end of the data area 2 as in the related art, so that the calculation load can be reduced and the processing time can be reduced.
【0051】なお、データ領域を4分割としたが、第2
実施の形態におけるデータ領域2のの分割数は任意の数
で良いことは言うまでもない。Although the data area is divided into four,
It goes without saying that the number of divisions of the data area 2 in the embodiment may be any number.
【0052】[0052]
【発明の効果】以上のように本発明では、記録媒体にデ
ータ変更が生じた場合、変更された部分のデータを、変
更前のデータとその変更データとの差分データに置き換
え、その部分から以降についてCRC計算を再実行し、
そのCRC再計算結果を変更前のCRC計算結果に加算
し、その加算結果を変更後のCRC計算結果とするよう
にしたので、変更があった部分から以降についてのCR
C再計算を行えば良く、最初から全体のCRC再計算を
行う必要がなく、計算負荷を小さくできて、処理時間を
短縮できる。As described above, according to the present invention, when data is changed in the recording medium, the data in the changed portion is replaced with the difference data between the data before the change and the changed data, and the subsequent portion is replaced by the difference data. Re-run the CRC calculation for
The CRC recalculation result is added to the CRC calculation result before the change, and the addition result is used as the CRC calculation result after the change.
It is sufficient to perform C recalculation, and it is not necessary to recalculate the entire CRC from the beginning, so that the calculation load can be reduced and the processing time can be reduced.
【0053】また、本発明では、記録媒体のデータ領域
を複数のデータ小領域に分割し、各データ小領域毎にそ
のCRC計算結果を記録するようにしたので、記録媒体
にデータ変更が生じた場合、1つのデータ小領域につい
てのみのCRC再計算を行えば良く、データ領域全体に
対してCRC再計算を行う必要がなく、計算負荷を小さ
くできて、処理時間を短縮できる。In the present invention, the data area of the recording medium is divided into a plurality of small data areas, and the CRC calculation result is recorded for each small data area. In this case, it is sufficient to perform the CRC recalculation only for one data small area, and it is not necessary to perform the CRC recalculation for the entire data area, so that the calculation load can be reduced and the processing time can be reduced.
【図1】記録媒体のデータ誤りをCRCにより検査する
検査装置の機能ブロック図である。FIG. 1 is a functional block diagram of an inspection device that inspects a data error of a recording medium by using a CRC.
【図2】記録媒体の記録領域を示す模式図である。FIG. 2 is a schematic diagram illustrating a recording area of a recording medium.
【図3】データ変更領域の位置を示す図である。FIG. 3 is a diagram showing a position of a data change area.
【図4】第2実施の形態における記録媒体の記録領域を
示す模式図である。FIG. 4 is a schematic diagram illustrating a recording area of a recording medium according to a second embodiment.
1 記録媒体 2 データ領域 2a 第1データ小領域 2b 第2データ小領域 2c 第3データ小領域 2d 第4データ小領域 3 検査結果領域 3a 第1検査結果領域 3b 第2検査結果領域 3c 第3検査結果領域 3d 第4検査結果領域 10 検査装置 13 ROM 14 計算部 16 CPU Reference Signs List 1 recording medium 2 data area 2a first data small area 2b second data small area 2c third data small area 2d fourth data small area 3 inspection result area 3a first inspection result area 3b second inspection result area 3c third inspection Result area 3d Fourth inspection result area 10 Inspection device 13 ROM 14 Calculation unit 16 CPU
Claims (3)
媒体についてデータ誤りがあるか否かをCRC計算結果
に基づいて検査する方法において、変更された部分のデ
ータを、変更前のデータとその変更データとの差分デー
タに置き換え、その部分以降からCRC計算を再実行
し、そのCRC再計算結果をデータ変更前のCRC計算
結果に加算した加算結果に基づいて前記記録媒体のデー
タの誤りの有無を検査することを特徴とする記録媒体の
データ検査方法。In a method for checking whether or not there is a data error in a recording medium in which a part of recording data has been changed based on a CRC calculation result, the data in the changed part is compared with the data before the change. The CRC data is re-executed from the part after the difference data with the changed data, and the CRC recalculation result is added to the CRC calculation result before the data change. A method for inspecting data of a recording medium, wherein the method inspects the presence or absence.
媒体についてデータ誤りがあるか否かを検査する装置に
おいて、変更された部分のデータを、変更前のデータと
その変更データとの差分データに置き換えてその部分以
降からCRC計算を再実行する計算手段と、該計算手段
によるCRC再計算結果をデータ変更前のCRC計算結
果に加算する加算手段とを備え、該加算手段での加算結
果に基づいて前記記録媒体のデータの誤りの有無を検査
するようになしたことを特徴とする記録媒体のデータ検
査装置。2. An apparatus for inspecting whether or not there is a data error in a recording medium in which a part of recording data has been changed, wherein the data in the changed part is a difference between the data before the change and the changed data. Calculation means for re-executing the CRC calculation from the part after replacing the data with data, and addition means for adding the CRC recalculation result by the calculation means to the CRC calculation result before data change, wherein the addition result by the addition means is provided. A data inspection apparatus for a recording medium, wherein the presence or absence of an error in the data of the recording medium is inspected based on the data.
タに誤りがあるか否かをCRC計算結果に基づいて検査
する方法において、前記記録媒体の記録領域を複数の小
領域に分割して各小領域毎にCRC計算結果を記録する
こととし、前記記録領域内でデータ内容が変更された場
合、そのデータ内容が変更された小領域についてCRC
計算を再実行することを特徴とする記録媒体のデータ検
査方法。3. A method for checking whether data recorded in a recording area of a recording medium has an error based on a CRC calculation result, wherein the recording area of the recording medium is divided into a plurality of small areas. The CRC calculation result is recorded for each small area, and when the data content is changed in the recording area, the CRC is performed for the small area whose data content has been changed.
A data inspection method for a recording medium, wherein the calculation is performed again.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP10358076A JP2000181807A (en) | 1998-12-16 | 1998-12-16 | Method and device for inspecting data in recording medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP10358076A JP2000181807A (en) | 1998-12-16 | 1998-12-16 | Method and device for inspecting data in recording medium |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2000181807A true JP2000181807A (en) | 2000-06-30 |
Family
ID=18457420
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP10358076A Pending JP2000181807A (en) | 1998-12-16 | 1998-12-16 | Method and device for inspecting data in recording medium |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2000181807A (en) |
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006172237A (en) * | 2004-12-17 | 2006-06-29 | Nec Engineering Ltd | Memory dump system |
JP2009059422A (en) * | 2007-08-31 | 2009-03-19 | Toshiba Corp | Semiconductor storage device and control method thereof |
JP2009080651A (en) * | 2007-09-26 | 2009-04-16 | Toshiba Corp | Semiconductor memory device and its control method |
JP2009538050A (en) * | 2006-05-18 | 2009-10-29 | モトローラ・インコーポレイテッド | Encoding information on codewords in wireless communication networks |
JP2010010766A (en) * | 2008-06-24 | 2010-01-14 | Toshiba Corp | Check code generating apparatus, and check code generating method |
JP2012174198A (en) * | 2011-02-24 | 2012-09-10 | Denso Corp | Abnormality detection device and abnormality detection program |
WO2013104960A1 (en) * | 2012-01-11 | 2013-07-18 | International Business Machines Corporation | Incremental modification of an error detection code |
US8656215B2 (en) | 2010-10-11 | 2014-02-18 | International Business Machines Corporation | Disaster recovery production takeover |
JP6073006B1 (en) * | 2016-06-07 | 2017-02-01 | 三菱電機株式会社 | Data processing apparatus, data processing method, and data processing program |
-
1998
- 1998-12-16 JP JP10358076A patent/JP2000181807A/en active Pending
Cited By (33)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4741835B2 (en) * | 2004-12-17 | 2011-08-10 | Necエンジニアリング株式会社 | Memory dump system |
JP2006172237A (en) * | 2004-12-17 | 2006-06-29 | Nec Engineering Ltd | Memory dump system |
US8427961B2 (en) | 2006-05-18 | 2013-04-23 | Motorola Mobility Llc | Information encoding on a codeword in wireless communication networks |
JP2009538050A (en) * | 2006-05-18 | 2009-10-29 | モトローラ・インコーポレイテッド | Encoding information on codewords in wireless communication networks |
US11575395B2 (en) | 2007-08-31 | 2023-02-07 | Kioxia Corporation | Semiconductor memory device and method of controlling the same |
JP2009059422A (en) * | 2007-08-31 | 2009-03-19 | Toshiba Corp | Semiconductor storage device and control method thereof |
JP4564520B2 (en) * | 2007-08-31 | 2010-10-20 | 株式会社東芝 | Semiconductor memory device and control method thereof |
US9384090B2 (en) | 2007-08-31 | 2016-07-05 | Kabushiki Kaisha Toshiba | Semiconductor memory device and method of controlling the same |
US11038536B2 (en) | 2007-08-31 | 2021-06-15 | Toshiba Memory Corporation | Semiconductor memory device and method of controlling the same |
US8069394B2 (en) | 2007-08-31 | 2011-11-29 | Kabushiki Kaisha Toshiba | Semiconductor memory device and method of controlling the same |
US8117517B2 (en) | 2007-08-31 | 2012-02-14 | Kabushiki Kaisha Toshiba | Semiconductor memory device and method of controlling the same |
US8196008B2 (en) | 2007-08-31 | 2012-06-05 | Kabushiki Kaisha Toshiba | Semiconductor memory device and method of controlling the same |
US12074616B2 (en) | 2007-08-31 | 2024-08-27 | Kioxia Corporation | Semiconductor memory device and method of controlling the same |
US8386881B2 (en) | 2007-08-31 | 2013-02-26 | Kabushiki Kaisha Toshiba | Semiconductor memory device and method of controlling the same |
US8732544B2 (en) | 2007-08-31 | 2014-05-20 | Kabushiki Kaisha Toshiba | Semiconductor memory device and method of controlling the same |
US8959411B2 (en) | 2007-08-31 | 2015-02-17 | Kabushiki Kaisha Toshiba | Semiconductor memory device and method of controlling the same |
JP2009080651A (en) * | 2007-09-26 | 2009-04-16 | Toshiba Corp | Semiconductor memory device and its control method |
JP4538034B2 (en) * | 2007-09-26 | 2010-09-08 | 株式会社東芝 | Semiconductor memory device and control method thereof |
US7900117B2 (en) | 2007-09-26 | 2011-03-01 | Kabushiki Kaisha Toshiba | Semiconductor memory device and its control method |
JP2010010766A (en) * | 2008-06-24 | 2010-01-14 | Toshiba Corp | Check code generating apparatus, and check code generating method |
US8656215B2 (en) | 2010-10-11 | 2014-02-18 | International Business Machines Corporation | Disaster recovery production takeover |
JP2012174198A (en) * | 2011-02-24 | 2012-09-10 | Denso Corp | Abnormality detection device and abnormality detection program |
GB2513504A (en) * | 2012-01-11 | 2014-10-29 | Ibm | Incremental modification of an error detection code |
US8839062B2 (en) | 2012-01-11 | 2014-09-16 | International Business Machines Corporation | Incremental modification of an error detection code background of the invention |
GB2513504B (en) * | 2012-01-11 | 2016-10-19 | Ibm | Incremental modification of an error detection code |
CN104040505B (en) * | 2012-01-11 | 2018-01-02 | 国际商业机器公司 | Method and system for the increment modification to error-detecting code |
CN104040505A (en) * | 2012-01-11 | 2014-09-10 | 国际商业机器公司 | Incremental modification of an error detection code |
WO2013104960A1 (en) * | 2012-01-11 | 2013-07-18 | International Business Machines Corporation | Incremental modification of an error detection code |
JP6073006B1 (en) * | 2016-06-07 | 2017-02-01 | 三菱電機株式会社 | Data processing apparatus, data processing method, and data processing program |
WO2017212547A1 (en) * | 2016-06-07 | 2017-12-14 | 三菱電機株式会社 | Data processing apparatus, data processing method and data processing program |
CN109219928A (en) * | 2016-06-07 | 2019-01-15 | 三菱电机株式会社 | Data processing equipment, data processing method and data processor |
US10771095B2 (en) | 2016-06-07 | 2020-09-08 | Mitsubishi Electric Corporation | Data processing device, data processing method, and computer readable medium |
CN109219928B (en) * | 2016-06-07 | 2022-06-28 | 三菱电机株式会社 | Data processing device, data processing method, and computer-readable storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2580304B2 (en) | Data correction method and apparatus | |
JP5043562B2 (en) | Error correction circuit, method thereof, and semiconductor memory device including the circuit | |
US6725416B2 (en) | Forward error correction apparatus and methods | |
JP2000181807A (en) | Method and device for inspecting data in recording medium | |
KR20140048826A (en) | Ecc circuit and memory device including the same | |
JP7116374B2 (en) | Reduced Latency Error Correction Decoding | |
JP2810397B2 (en) | Error correction device | |
JP2015019276A (en) | Storage device, crc generation device and crc generation method | |
US7228467B2 (en) | Correcting data having more data blocks with errors than redundancy blocks | |
JP3239866B2 (en) | Data inspection method and apparatus based on CRC and recording medium | |
JP3255130B2 (en) | Data inspection method and apparatus, and recording medium | |
JPH1117557A (en) | Error correction method and device therefor | |
US10250279B2 (en) | Circuits and methods for writing and reading data | |
JP3126973B2 (en) | Error correction processor | |
JP2553571B2 (en) | Galois field arithmetic unit | |
RU2211492C2 (en) | Fault-tolerant random-access memory | |
CN114595486B (en) | Zero data identification method and device, readable storage medium and electronic equipment | |
US20180131388A1 (en) | Method of arrangement of an algorithm in cyclic redundancy check | |
KR102021560B1 (en) | Error bit search circuit, error check and correction circuit therewith, and memory device therewith | |
US20140245101A1 (en) | Semiconductor memory | |
JP2820124B2 (en) | Main storage device | |
Malhotra et al. | A double error-correction scheme for peripheral systems | |
SU809396A1 (en) | Fixed storage unit testing device | |
JP3889988B2 (en) | Error correction circuit and error correction program | |
JP2014057203A (en) | Galois field arithmetic circuit and memory device |