JPH05210597A - Patrol circuit for storage device - Google Patents

Patrol circuit for storage device

Info

Publication number
JPH05210597A
JPH05210597A JP4040359A JP4035992A JPH05210597A JP H05210597 A JPH05210597 A JP H05210597A JP 4040359 A JP4040359 A JP 4040359A JP 4035992 A JP4035992 A JP 4035992A JP H05210597 A JPH05210597 A JP H05210597A
Authority
JP
Japan
Prior art keywords
patrol
error
address
cycle
circuit
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
Application number
JP4040359A
Other languages
Japanese (ja)
Inventor
Yoshimi Tachibana
祥臣 立花
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Computertechno Ltd
Original Assignee
NEC Computertechno Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by NEC Computertechno Ltd filed Critical NEC Computertechno Ltd
Priority to JP4040359A priority Critical patent/JPH05210597A/en
Publication of JPH05210597A publication Critical patent/JPH05210597A/en
Pending legal-status Critical Current

Links

Landscapes

  • Retry When Errors Occur (AREA)
  • Hardware Redundancy (AREA)
  • Detection And Correction Of Errors (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)

Abstract

PURPOSE:To easily decide a fixed error and a software error by the patrolling operation of the storage device and to decrease the frequency of error interruption to a maintenance diagnostic device. CONSTITUTION:The patrolling operation is performed with a patrol address generated by a patrol counter 40 while updated in order in each patrol cycle; if an uncorrectable error is detected, its correction data are rewritten in the patrol address and the patrol address is inhibited by an AND gate 80 from being updated at the same time. In the following patrol cycle, patrolling is performed for the same patrol address and in the further following patrol cycle, the patrol address is updated. In response to the detection of the uncorrectable error, the syndrome of the error is held in a register 50 and a comparing circuit 60 compares its contents with the syndrome of a correctable error in the following cycle. When they match each other, the fixed error is decided and its report 21 is made for the 1st time.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【技術分野】本発明は記憶装置のパトロール回路に関
し、特に訂正可能な1ビットエラーを検出したときのパ
トロールアドレスの制御及び保守診断装置に対するエラ
ー報告方式に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a patrol circuit of a memory device, and more particularly to an error reporting system for controlling a patrol address and detecting a maintenance diagnostic device when a correctable 1-bit error is detected.

【0002】[0002]

【従来技術】近年メモリLSIの集積度は飛躍的に増大
し、これに伴って情報を記憶するメモリセルは微小化の
一途にある。メモリセルが微小化することでα線により
記憶内容が一時的に破壊されるソフトエラーが無視でき
なくなっている。このソフトエラーはメモリセルの固定
故障ではないために、再度情報を書込むことで記憶内容
を回復することができる。
2. Description of the Related Art In recent years, the degree of integration of memory LSIs has dramatically increased, and along with this, memory cells for storing information have been miniaturized. The miniaturization of memory cells has made it impossible to ignore soft errors in which the stored contents are temporarily destroyed by α rays. Since this soft error is not a fixed failure of the memory cell, the stored contents can be restored by writing the information again.

【0003】このソフトエラー対策の1つとして1アド
レスずつ情報を読出し訂正可能なエラーが検出されたと
き、誤り訂正後のデータを再書込みすることを全アドレ
スに繰返すことで、ソフトエラーの蓄積を防止するメモ
リパトロール方式がある。このメモリパトロールは記憶
装置に具備したハードウェアによって制御され、一定周
期で通常の書込み/読出しアクセスに割込んで動作する
ため、メモリアクセス性能の低下要因となる。
As one of measures against this soft error, when an error in which information can be read and corrected by one address is detected, rewriting of data after error correction is repeated at all addresses to accumulate soft errors. There is a memory patrol method to prevent this. This memory patrol is controlled by the hardware included in the storage device and operates by interrupting the normal write / read access at regular intervals, which causes a decrease in memory access performance.

【0004】また、メモリパトロール方式を採用しない
場合、記憶装置が読出しアクセス時に訂正可能なエラー
を保守診断装置に報告したとき、保守診断装置がエラー
アドレス情報を採取し、そのアドレスに読出し動作を行
い記憶装置から送られた誤り訂正後のデータを記憶装置
に書戻す動作を行うことで、ソフトエラーの蓄積を防ぐ
方式もある。
Further, when the memory patrol method is not adopted, when the storage device reports a correctable error to the maintenance diagnosis device at the time of read access, the maintenance diagnosis device collects error address information and performs a read operation to the address. There is also a method of preventing the accumulation of soft errors by performing an operation of writing back the error-corrected data sent from the storage device to the storage device.

【0005】ソフトエラーの蓄積を防止するための従来
のパトロール方式では、パトロール動作における訂正可
能なエラーの有無に関係なくパトロールサイクル毎にパ
トロールアドレスを更新するので、そのエラーが固定エ
ラーかあるいはソフトエラーかを判断するのにパトロー
ルアドレスが一巡するまで待つ必要がある。
In the conventional patrol method for preventing the accumulation of soft errors, the patrol address is updated every patrol cycle regardless of whether or not there is a correctable error in the patrol operation, so that the error is a fixed error or a soft error. It is necessary to wait for the patrol address to complete a cycle to determine whether or not it is complete.

【0006】この場合、検出された訂正可能エラーのエ
ラーアドレス及びシンドローム情報を保守診断装置がす
べて記憶しておき、記憶装置が新たなエラー割込みをし
たとき、記憶されている情報と一致するかを判定するた
めに保守診断装置の割込みによる処理負荷が増える欠点
がある。また固定エラーの判定も遅くなる。
In this case, the error address of the detected correctable error and the syndrome information are all stored in the maintenance diagnostic device, and when the storage device makes a new error interrupt, it is determined whether or not it matches the stored information. There is a drawback in that the processing load due to the interruption of the maintenance diagnostic device increases for making the determination. Also, the determination of fixed error becomes slower.

【0007】[0007]

【発明の目的】本発明の目的は、保守診断装置の負荷を
軽減すると共に、固定エラーの判定も早くすることがで
きる記憶装置のパトロール回路を提供することである。
SUMMARY OF THE INVENTION It is an object of the present invention to provide a patrol circuit for a storage device, which can reduce the load on the maintenance diagnosis device and can quickly determine a fixed error.

【0008】[0008]

【発明の構成】本発明による記憶装置のパトロール回路
は、メモリのパトロールをなすためのパトロールサイク
ルの起動及び周期を制御する手段と、パトロールアドレ
スを順次更新しつつ生成する手段と、前記メモリからの
読出しデータの訂正可能エラーを検出訂正する手段と、
前記パトロールアドレスによるパトロール動作により前
記訂正可能エラーが検出されたとき、そのときの訂正デ
ータを前記パトロールアドレスに再書込みすると同時に
前記パトロールアドレスの更新を抑止する手段と、続く
パトロールサイクルにおいて、更新が抑止された前記パ
トロールアドレスに対して再度パトロールを実行し、更
に続くパトロールサイクルではパトロールアドレスの更
新をなすよう制御する手段とを含むことを特徴とする。
A patrol circuit of a memory device according to the present invention comprises means for controlling the activation and cycle of a patrol cycle for patrol of a memory, means for generating a patrol address while sequentially updating it, and means for generating the patrol address from the memory. Means for detecting and correcting a correctable error in the read data,
When the correctable error is detected by the patrol operation by the patrol address, the correction data at that time is rewritten to the patrol address and a means for suppressing the update of the patrol address at the same time, and an update is suppressed in the subsequent patrol cycle. Means for performing patrol again for the patrol address thus generated and for updating the patrol address in a subsequent patrol cycle.

【0009】[0009]

【実施例】次に、本発明の実施例について図面を参照し
て説明する。
Embodiments of the present invention will now be described with reference to the drawings.

【0010】図1は本発明の一実施例のパトロール方式
のブロック図、図2は図1のパトロール回路の構成例を
示すブロック図、図3はパトロール動作のタイムチャー
トを示す。
FIG. 1 is a block diagram of a patrol system according to an embodiment of the present invention, FIG. 2 is a block diagram showing a configuration example of the patrol circuit of FIG. 1, and FIG. 3 is a time chart of patrol operation.

【0011】図1に示す実施例はパトロール回路1、ア
ドレス回路2、タイミング回路3、メモリアレイ4及び
データ回路5で構成されている。
The embodiment shown in FIG. 1 comprises a patrol circuit 1, an address circuit 2, a timing circuit 3, a memory array 4 and a data circuit 5.

【0012】パトロール回路1はパトロール周期の制
御、パトロールアドレスの生成及びパトロールサイクル
の起動を行う回路である。アドレス回路2は通常のメモ
リアクセスのアドレスとパトロールアドレスとを選択し
メモリアレイ4へ供給する回路である。
The patrol circuit 1 is a circuit for controlling the patrol cycle, generating the patrol address, and activating the patrol cycle. The address circuit 2 is a circuit that selects an address for normal memory access and a patrol address and supplies the selected address to the memory array 4.

【0013】タイミング回路3はメモリアレイ4へ書込
み/読出し動作を行うためのタンミング信号を発生する
回路である。データ回路5は誤り訂正回路を有しメモリ
アレイ4へ書込み/読出し動作を行うためのタイミング
信号を発生する回路である。データ回路5は誤り訂正回
路を有しメモリアレイ4への書込みデータの入力及びリ
ードデータ誤り検査・訂正を行う回路である。
The timing circuit 3 is a circuit for generating a tamming signal for performing a write / read operation to the memory array 4. The data circuit 5 is a circuit which has an error correction circuit and generates a timing signal for performing a write / read operation to the memory array 4. The data circuit 5 is a circuit which has an error correction circuit and performs write data input to the memory array 4 and read data error check / correction.

【0014】図2はパトロール回路1の詳細ブロック図
の例であり、パトロールアドレスホールドレジスタ1
0、エラー割込みレジスタ20、パトロール周期回路3
0、パトロールアドレスカウンタ40、シンドロームレ
ジスタ50、比較回路60及びゲート回路70,80に
より構成される。これ等の回路の動作について図3のタ
イムチャートを参照して説明する。
FIG. 2 is an example of a detailed block diagram of the patrol circuit 1. The patrol address hold register 1 is shown in FIG.
0, error interrupt register 20, patrol cycle circuit 3
0, patrol address counter 40, syndrome register 50, comparison circuit 60, and gate circuits 70 and 80. The operation of these circuits will be described with reference to the time chart of FIG.

【0015】図3(a)はパトロール動作においてエラ
ーが検出されないケースのタイムチャートであり、パト
ロールサイクル毎にパトロールアドレスがi,i+1,
i+2と順次更新されている。
FIG. 3A is a time chart of a case in which no error is detected in the patrol operation. The patrol address is i, i + 1,
It is sequentially updated to i + 2.

【0016】パトロール周期回路30はパトロール周期
Tの間隔でパトロールスタート信号31及びパトロール
サイクル信号101 を出力する。パトロールアドレスカウ
ンタ40はパトロールアドレスホールドレジスタ10に
訂正可エラー501 がセットされていないので、パトロー
ルスタート信号31によりパトロールアドレス100 を更
新する動作を行う。
The patrol cycle circuit 30 outputs a patrol start signal 31 and a patrol cycle signal 101 at intervals of the patrol cycle T. The patrol address counter 40 performs the operation of updating the patrol address 100 by the patrol start signal 31 because the correctable error 501 is not set in the patrol address hold register 10.

【0017】アドレス回路2はパトロールサイクル信号
101 によってパトロールアドレス100 をメモリアレイ4
へ供給する。またタイミング回路3はメモリアレイ4へ
読出しタイミングを供給する。
The address circuit 2 outputs a patrol cycle signal.
Patrol address 100 is set to 101 by memory array 4
Supply to. The timing circuit 3 also supplies the read timing to the memory array 4.

【0018】図3(b)はパトロール動作において固定
エラーを検出したケースのタイムチャートを示す。パト
ロールアドレスi番地においてデータ回路5が訂正可能
エラーを検出すると、訂正可エラー信号501 及びシンド
ローム502 をパトロール回路1へ送る。
FIG. 3B shows a time chart of a case where a fixed error is detected in the patrol operation. When the data circuit 5 detects a correctable error at the patrol address i, the correctable error signal 501 and the syndrome 502 are sent to the patrol circuit 1.

【0019】訂正可エラー信号501 はパトロールアドレ
スホールドレジスタ10にセットされ、アドレスホール
ド信号11によってゲート回路80が閉じるために、次
のパトロールサイクルではパトロールアドレス100 は更
新されずi番地を継続する。シンドローム502 はシンド
ロームレジスタ50にセットされる。
The correctable error signal 501 is set in the patrol address hold register 10, and the gate circuit 80 is closed by the address hold signal 11, so that the patrol address 100 is not updated in the next patrol cycle and the address i continues. The syndrome 502 is set in the syndrome register 50.

【0020】これ等の動作と平行してデータ回路5は誤
りデータを訂正しライトデータ500としてメモリアレイ
4に送り、タイミング回路3からの書込みタイミング信
号によりi番地へ再書込みを行う。しかし、i番地は固
定エラーであるため、この再書込み動作によって誤りを
消すことはできない。
In parallel with these operations, the data circuit 5 corrects the error data and sends it as the write data 500 to the memory array 4, and rewrites to the address i by the write timing signal from the timing circuit 3. However, since the address i is a fixed error, the error cannot be erased by this rewriting operation.

【0021】この状態において次のパトロールサイクル
が動作すると、再びi番地からのリードデータ400 がデ
ータ回路5で検査され2回目の訂正可能エラーを検出す
る。
When the next patrol cycle operates in this state, the read data 400 from the address i is again checked by the data circuit 5 to detect the second correctable error.

【0022】この結果パトロール回路1では、シンドロ
ームレジスタ50に保持している1回目のシンドローム
と2回路のシンドローム502 とが比較回路60で比較さ
れ、シンドローム一致信号61が出される。
As a result, in the patrol circuit 1, the first-time syndrome held in the syndrome register 50 and the two-circuit syndrome 502 are compared by the comparison circuit 60, and the syndrome coincidence signal 61 is output.

【0023】ゲート回路70はアドレスホールド信号1
1、シンドローム一致信号61及び2回目の訂正可エラ
ー信号501 によって、同じ番地で同一の訂正可能エラー
が検出されたと判断し、固定エラー割込みレジスタ20
をセットし、固定エラー割込み信号21によって保守診
断装置へ割込みを行う。その後アドレスホールドレジス
タ10及びシンドロームレジスタ50のリセットを行
う。従って、次のパトロールサイクルではパトロールア
ドレスカウンタ40でパトロールアドレス100 がi+1
番地に更新される。
The gate circuit 70 receives the address hold signal 1
The fixed error interrupt register 20 determines that the same correctable error is detected at the same address by the first, the syndrome coincidence signal 61 and the second correctable error signal 501.
Is set, and a fixed error interrupt signal 21 is used to interrupt the maintenance diagnostic device. After that, the address hold register 10 and the syndrome register 50 are reset. Therefore, in the next patrol cycle, the patrol address counter 40 sets the patrol address 100 to i + 1.
The address is updated.

【0024】図3(c)はパトロール動作において間欠
エラー(ソフトエラー)を検出したケースのタイムチャ
ートである。パトロールアドレスi番地の1回目の訂正
可能エラーについての動作は前述の固定エラーのケース
と同様である。
FIG. 3C is a time chart of a case where an intermittent error (soft error) is detected in the patrol operation. The operation for the first correctable error at the patrol address i is the same as in the fixed error case described above.

【0025】パトロールアドレスi番地の2回目のパト
ロール動作においてはエラーは未検出となる。これはソ
フトエラーであったため1回目の再書込み動作によって
メモリアレイ4上のデータが正しく回復したことによ
る。従って、パトロール回路1では固定エラー割込みレ
ジスタ20はセットされず、エラー割込み信号21の割
込みは発生しない。
No error is detected in the second patrol operation at the patrol address i. This is due to a soft error, and the data on the memory array 4 was correctly recovered by the first rewriting operation. Therefore, in the patrol circuit 1, the fixed error interrupt register 20 is not set and the error interrupt signal 21 is not interrupted.

【0026】すなわち、ソフトエラー(間欠エラー)の
場合は、記憶装置内で回復に成功したため保守診断装置
への報告をしない。また次のパトロールサイクルはi+
1番地にアドレスを更新して行う。
That is, in the case of a soft error (intermittent error), the recovery in the storage device has been successful, so no report is made to the maintenance diagnostic device. The next patrol cycle is i +
The address is updated to address 1.

【0027】[0027]

【発明の効果】以上説明したように本発明によれば、パ
トロール動作において訂正可能なエラーを検出したと
き、パトロールアドレスの更新を押止して次のパトロー
ル動作時に同一アドレスにアクセスし、記憶データが回
復したかどうかを確認することによって、容易に固定エ
ラーかソフトエラー(間欠エラー)かを判別することが
できるという効果がある。
As described above, according to the present invention, when a correctable error is detected in the patrol operation, the update of the patrol address is stopped and the same address is accessed during the next patrol operation to store the stored data. It is possible to easily determine whether the error is a fixed error or a soft error (intermittent error) by checking whether the error has been recovered.

【0028】また、この判別の結果が固定エラーのとき
のみ保守診断装置に割込みを行うことによって、割込み
回数を削減し保守診断装置の障害処理動作の負荷を軽減
することが可能となる。
Further, by interrupting the maintenance diagnosis apparatus only when the result of this determination is a fixed error, it is possible to reduce the number of interruptions and reduce the load of the failure diagnosis operation of the maintenance diagnosis apparatus.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の実施例を示すブロック図である。FIG. 1 is a block diagram showing an embodiment of the present invention.

【図2】図1のパトロール回路の具体例を示すブロック
図である。
FIG. 2 is a block diagram showing a specific example of the patrol circuit of FIG.

【図3】(a)はエラーなしの場合の動作タイムチャー
ト、(b)は固定エラーの場合の動作タイムチャート、
(c)はソフトエラー(間欠エラー)の場合の動作タイ
ムチャートである。
FIG. 3A is an operation time chart in the case of no error, FIG. 3B is an operation time chart in the case of fixed error,
(C) is an operation time chart in the case of a soft error (intermittent error).

【符号の説明】[Explanation of symbols]

1 パトロール回路 2 アドレス回路 3 タイミング回路 4 メモリアレイ 5 データ回路 10 パトロールアドレスホールドレジスタ 20 エラー割込みレジスタ 30 パトロール周期回路 40 アドレスカウンタ 50 シンドロームレジスタ 60 比較回路 1 Patrol Circuit 2 Address Circuit 3 Timing Circuit 4 Memory Array 5 Data Circuit 10 Patrol Address Hold Register 20 Error Interrupt Register 30 Patrol Period Circuit 40 Address Counter 50 Syndrome Register 60 Comparison Circuit

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 メモリのパトロールをなすためのパトロ
ールサイクルの起動及び周期を制御する手段と、パトロ
ールアドレスを順次更新しつつ生成する手段と、前記メ
モリからの読出しデータの訂正可能エラーを検出訂正す
る手段と、前記パトロールアドレスによるパトロール動
作により前記訂正可能エラーが検出されたとき、そのと
きの訂正データを前記パトロールアドレスに再書込みす
ると同時に前記パトロールアドレスの更新を抑止する手
段と、続くパトロールサイクルにおいて、更新が抑止さ
れた前記パトロールアドレスに対して再度パトロールを
実行し、更に続くパトロールサイクルではパトロールア
ドレスの更新をなすよう制御する手段とを含むことを特
徴とする記憶装置のパトロール回路。
1. A means for controlling activation and a cycle of a patrol cycle for performing patrol of a memory, a means for generating a patrol address while sequentially updating the patrol address, and detecting and correcting a correctable error of read data from the memory. Means, when the correctable error is detected by the patrol operation by the patrol address, means for suppressing the update of the patrol address at the same time as rewriting the correction data at that time to the patrol address, and in the subsequent patrol cycle, A patrol circuit of a storage device, comprising means for performing patrol again for the patrol address whose update is suppressed, and controlling so as to update the patrol address in a subsequent patrol cycle.
【請求項2】 前記訂正可能エラーの検出に応答してそ
のエラーのシンドロームを保持する手段と、このシンド
ロームの内容と前記続くパトロールサイクルにおける訂
正可能エラーのシンドロームの内容とを比較する手段
と、この比較により一致が検出されたとき固定エラーの
発生とみなして固定エラー報告をなす手段とを含むこと
を特徴とする請求項1記載の記憶装置のパトロール回
路。
2. Means for retaining the syndrome of the correctable error in response to detection of the correctable error, and means for comparing the contents of this syndrome with the contents of the correctable error syndrome in the subsequent patrol cycle. 2. The patrol circuit for a storage device according to claim 1, further comprising means for making a fixed error report by considering that a fixed error has occurred when a match is detected by comparison.
JP4040359A 1992-01-30 1992-01-30 Patrol circuit for storage device Pending JPH05210597A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4040359A JPH05210597A (en) 1992-01-30 1992-01-30 Patrol circuit for storage device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4040359A JPH05210597A (en) 1992-01-30 1992-01-30 Patrol circuit for storage device

Publications (1)

Publication Number Publication Date
JPH05210597A true JPH05210597A (en) 1993-08-20

Family

ID=12578449

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4040359A Pending JPH05210597A (en) 1992-01-30 1992-01-30 Patrol circuit for storage device

Country Status (1)

Country Link
JP (1) JPH05210597A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011113404A (en) * 2009-11-27 2011-06-09 Fujitsu Ltd Buffer memory device and buffering method
JP2013037631A (en) * 2011-08-10 2013-02-21 Nec Computertechno Ltd Diagnosis device, diagnosis method and diagnostic program diagnosis method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011113404A (en) * 2009-11-27 2011-06-09 Fujitsu Ltd Buffer memory device and buffering method
JP2013037631A (en) * 2011-08-10 2013-02-21 Nec Computertechno Ltd Diagnosis device, diagnosis method and diagnostic program diagnosis method

Similar Documents

Publication Publication Date Title
US7328365B2 (en) System and method for providing error check and correction in memory systems
US8365031B2 (en) Soft error correction method, memory control apparatus and memory system
EP0032957B1 (en) Information processing system for error processing, and error processing method
JPS6051749B2 (en) Error correction method
US7246257B2 (en) Computer system and memory control method thereof
JPH05210597A (en) Patrol circuit for storage device
JP3123855B2 (en) Patrol control circuit of memory device
JP3130796B2 (en) Control storage device
JPH03108044A (en) Storage device
JPH08153045A (en) Memory control circuit
JPH0667989A (en) Patrol circuit for memory
JPH04125753A (en) On-lined diagnostic system for memory
JP3271685B2 (en) Patrol type storage device
JPH04237351A (en) Memory rewriting system
JPS6022773B2 (en) Storage device
JPH01133147A (en) Data processor
JPH054266U (en) Memory device
JPS6356751A (en) Memory patrol control system
JPH0434632A (en) Memory system
JPH07271671A (en) Cache device
JPH0520215A (en) Information processor
JPS59168997A (en) Method of main memory patrolling of computer
JPH03168839A (en) Control memory one-bit error correcting system
JPH05173899A (en) Information processor
JPH05158809A (en) Automatic memory error correcting and writing system