JPH07271671A - Cache device - Google Patents

Cache device

Info

Publication number
JPH07271671A
JPH07271671A JP6059532A JP5953294A JPH07271671A JP H07271671 A JPH07271671 A JP H07271671A JP 6059532 A JP6059532 A JP 6059532A JP 5953294 A JP5953294 A JP 5953294A JP H07271671 A JPH07271671 A JP H07271671A
Authority
JP
Japan
Prior art keywords
output
address
register
cache
error
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
JP6059532A
Other languages
Japanese (ja)
Inventor
Kouji Miyagawa
江司 宮川
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 JP6059532A priority Critical patent/JPH07271671A/en
Publication of JPH07271671A publication Critical patent/JPH07271671A/en
Pending legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To making the capacity (area) of a cache and an error check circuit smaller than that of a cache system with ECC. CONSTITUTION:The check circuit 7 makes an error check on an address array output 106 and on read data 107 read out with a cache index address 103 at a request 105, and outputs a check result 108. A hit decision circuit 6 decides a cache hit by using a cache comparison address 104 as the output of an address register 2, the address array output 106, and the check result 108. A write control circuit 5 use a request 105 and the check result 108 and outputs an address hold signal 110 and invalid data 111 so as to make the data of a word specified with a cache index address 103 ineffective when the check result 108 indicates an error at the time of a store request.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、キャッシュ装置に関
し、特に、障害処理を行うキャッシュ装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a cache device, and more particularly to a cache device for performing fault handling.

【0002】[0002]

【従来の技術】従来のキャッシュ装置における障害処理
は、ECCをもちハードウエア制御によりエラー訂正を
行い、処理を継続するか、パリティチェック方式により
エラー検出を行い、その後プロセッサを一時停止して、
診断プロセッサを起動しエラー処理を行った後に再起動
して、エラーをおこした動作からもう一度やり直す(以
降リトライ処理という)ものである。
2. Description of the Related Art Fault processing in a conventional cache device has an ECC and performs error correction by hardware control and continues the processing, or performs error detection by a parity check method and then temporarily suspends the processor.
The diagnostic processor is started, error processing is performed, then restarted, and the operation that caused the error is restarted (hereinafter referred to as retry processing).

【0003】従来のパリティチェック方式のキャッシュ
装置における障害処理では、診断プロセッサによりテス
トを行い、間欠故障か固定故障を調査して、固定故障の
場合にはキャッシュの切り離しを行っている。
In the conventional fault processing in a parity check type cache device, a test is carried out by a diagnostic processor, an intermittent fault or a fixed fault is investigated, and in the case of a fixed fault, the cache is separated.

【0004】[0004]

【発明が解決しようとする課題】この従来のキャッシュ
装置における障害処理では、ECCを持つためには、エ
ラー訂正に必要な情報ビットをキャッシュ内に持ち、か
つエラー訂正回路を持つ必要がある。
In order to have ECC in the fault processing in the conventional cache device, it is necessary to have information bits necessary for error correction in the cache and also have an error correction circuit.

【0005】そのため、キャッシュの容量(面積)およ
びエラーチェック用ハードウエア量がパリティチェック
方式に比べ増加する問題がある。
Therefore, there is a problem that the capacity (area) of the cache and the amount of hardware for error checking increase as compared with the parity check method.

【0006】パリティチェック方式の場合は、診断プロ
セッサを起動してエラー処理を行うため、プロセッサを
一時的に止めなければならずエラー処理を行うことによ
るプロセッサの処理性能の著しい低下が問題となる。
In the case of the parity check method, since the diagnostic processor is activated and error processing is performed, the processor must be temporarily stopped, and there is a problem that the processing performance of the processor is significantly reduced due to the error processing.

【0007】エラーが発生したときに、プロセッサを一
時的に止め、診断プロセッサを起動しリトライ処理を行
い、間欠故障か固定故障かの判定を行うため、プロセッ
サの処理能力が低下してしまう。
When an error occurs, the processor is temporarily stopped, the diagnostic processor is activated, retry processing is performed, and it is determined whether the failure is an intermittent failure or a fixed failure. Therefore, the processing capability of the processor decreases.

【0008】また、固定故障に似た間欠故障が救済でき
ずキャッシュを切り離してしまう場合におこる性能低下
が問題となる。
Further, there is a problem that the performance is deteriorated when the intermittent failure similar to the fixed failure cannot be repaired and the cache is separated.

【0009】[0009]

【課題を解決するための手段】本発明のキャッシュ装置
は、メモリリクエストを格納するリクエストレジスタ
と、メモリアドレスを格納するアドレスレジスタと、前
記アドレスレジスタの出力で索引されるアドレスアレイ
と、前記アドレスレジスタの出力で索引されるデータア
レイと、前記リクエストレジスタの内容がストアリクエ
ストを示している場合は前記アドレスアレイの出力のエ
ラーを、前記リクエストレジスタの内容がリードリクエ
ストを示している場合は前記アドレスアレイおよびデー
タアレイの出力のエラーをチェックするチェック回路
と、前記チェック回路の出力がエラーなしを示している
場合に、前記アドレスアレイの出力と前記アドレスレジ
スタの出力の一致検出を行いキャッシュヒット、ミスを
検出し、前記チェック回路の出力がエラーありを示した
場合はすべてミスヒットとするヒット判定回路と、前記
リクエストレジスタの出力と前記アドレスレジスタの出
力と前記ヒット判定回路の出力と前記チェック回路の出
力により、前記アドレスアレイの書き込みデータおよ
び、前記アドレスレジスタのホールド指示を作成する書
き込み制御回路とを具備することを特徴とする。
A cache device according to the present invention comprises a request register for storing a memory request, an address register for storing a memory address, an address array indexed by the output of the address register, and the address register. Data array indexed by the output of the address register, and an error in the output of the address array when the content of the request register indicates a store request, and an address array when the content of the request register indicates a read request And a check circuit for checking the output of the data array, and when the output of the check circuit indicates that there is no error, a match is detected between the output of the address array and the output of the address register to detect a cache hit or miss. Detect and check the above If the output of the path indicates an error, all of the hit judgment circuits are regarded as mishits, the output of the request register, the output of the address register, the output of the hit judgment circuit, and the output of the check circuit. Write data and a write control circuit for creating a hold instruction for the address register.

【0010】[0010]

【実施例】次に、本発明について図面を参照して説明す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described with reference to the drawings.

【0011】図1は本発明の一実施例の構成を示すブロ
ック図である。図1に示すキャッシュ装置は、メモリリ
クエスト101を格納するリクエストレジスタ1と、メ
モリリクエストアドレス102を格納するアドレスレジ
スタ2と、アドレスレジスタ2の一つの出力であるキャ
ッシュ索引アドレス103をワードアドレスとするアド
レスアレイ3およびデータアレイ4と、アドレスアレイ
出力106のエラーチェックおよび、リクエスト105
とキャッシュ索引アドレス103により読みだし読みだ
しデータ107のエラーチェックを行いチェック結果1
08を出力するチェック回路7と、アドレスレジスタ2
のもう一つの出力であるキャッシュ比較アドレス104
およびアドレスアレイ出力106、チェック結果108
を使いキャッシュヒットの判定を行うヒット判定回路6
と、リクエスト105、チェック結果108を使い、ス
トアリクエスト時にチェック結果108がエラーを示し
た場合、キャッシュ索引アドレス103で指定されるワ
ードのデータを無効にするるため、アドレスホールド信
号110およびインバリッドデータ111を出力する書
き込み制御回路5と、チェック結果108がエラーを示
したときに起動されるタイマ20と、タイマ20が動作
中であることを示す表示レジスタ21と、表示レジスタ
21がタイマ20が動作中であることを示し、かつチェ
ック結果108がエラーを示した場合(連続エラー信号
204)にセットされ、キャッシュの切り離し状態を示
すキャッシュ疑似OFF信号206を出力するOFFレ
ジスタ23と、OFFレジスタ23と同様に、連続エラ
ー信号204によりカウント動作を行うエラーカウンタ
24と、タイマ20がある既定値になったときに、タイ
マ20および表示レジスタ21、OFFレジスタ23を
リセットするタイマ一致信号203を出力するタイマ比
較回路22と、エラーカウンタ24がある既定値に達し
たときにキャッシュ固定故障報告207を行うカウンタ
比較回路25とを具備する。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention. The cache device shown in FIG. 1 uses a request register 1 for storing a memory request 101, an address register 2 for storing a memory request address 102, and an address having a cache index address 103, which is one output of the address register 2, as a word address. Error check and request 105 of array 3 and data array 4 and address array output 106
And the cache index address 103, and the read result 107 is checked for errors, and the check result 1
Check circuit 7 for outputting 08 and address register 2
Another output of the cache comparison address 104
And address array output 106, check result 108
Hit judgment circuit 6 for judging cache hits using
When using the request 105 and the check result 108 and the check result 108 indicates an error at the time of the store request, the address hold signal 110 and the invalid data are invalidated to invalidate the data of the word specified by the cache index address 103. The write control circuit 5 that outputs 111, the timer 20 that is started when the check result 108 indicates an error, the display register 21 that indicates that the timer 20 is operating, and the display register 21 that the timer 20 operates. The OFF register 23 and the OFF register 23, which are set when the check result 108 indicates an error (continuous error signal 204) and output a cache pseudo OFF signal 206 indicating a cache disconnection state, Similarly, the continuous error signal 204 An error counter 24 that performs a count operation, a timer comparison circuit 22 that outputs a timer match signal 203 that resets the timer 20, the display register 21, and the OFF register 23 when the timer 20 reaches a predetermined value, and the error counter 24 And a counter comparison circuit 25 that issues a cache fixed failure report 207 when a predetermined value is reached.

【0012】次にこの実施例の動作について説明する。Next, the operation of this embodiment will be described.

【0013】メモリリクエスト101とメモリリクエス
トアドレス102が送られていると、それぞれをリクエ
ストレジスタ1とアドレスレジスタ2に格納し、アドレ
スアレイ3およびデータアレイ4をキャッシュ索引アド
レス103で索引する。
When the memory request 101 and the memory request address 102 are sent, they are stored in the request register 1 and the address register 2, respectively, and the address array 3 and the data array 4 are indexed by the cache index address 103.

【0014】チェック回路7は、アドレスアレイ出力1
06と読みだしデータ107とリクエスト105を入力
としチェック動作を開始し、リクエスト105がストア
リクエストの場合には、アドレスアレイ出力106のパ
リティチェックのみを行い、リードリクエストの場合に
はアドレスアレイ出力106および読みだしデータ10
7のパリティチェックを行う。
The check circuit 7 outputs the address array output 1
When the request 105 is a store request, only the parity check of the address array output 106 is performed, and in the case of a read request, the address array output 106 and the read data 107 and the request 105 are input. Reading data 10
7 parity check is performed.

【0015】以上のチェック動作を結果はチェック結果
108としてヒット判定回路6および書き込み制御回路
5に報告される。
The result of the above check operation is reported to the hit determination circuit 6 and the write control circuit 5 as a check result 108.

【0016】ヒット判定回路6は、キャッシュ比較アド
レス104とアドレスアレイ出力106とチェック結果
108を入力しヒット判定を行う。チェック結果108
がエラーなしを示し、かつキャッシュ比較アドレス10
4とアドレスアレイ出力106が一致している場合はヒ
ット信号109にてキャッシュヒットを報告し、チェッ
ク結果108がエラーありを示す場合には無条件にヒッ
ト信号109によりキャッシュミスヒットを報告する。
このような制御を行うことにより、キャッシュ内でエラ
ーが発生した場合は、メモリリクエストはキャッシュバ
イパスの形となり、プロセッサを停止することなく処理
を継続できる。
The hit decision circuit 6 inputs the cache comparison address 104, the address array output 106 and the check result 108 and makes a hit decision. Check result 108
Indicates no error, and the cache comparison address 10
When 4 and the address array output 106 match, a cache signal is reported by the hit signal 109, and when the check result 108 indicates that there is an error, the cache signal is unconditionally reported by the hit signal 109.
By performing such control, when an error occurs in the cache, the memory request is in the form of cache bypass, and the processing can be continued without stopping the processor.

【0017】書き込み制御回路5は、リクエスト105
とチェック結果108を入力して、リクエスト105が
ストアリクエストの場合は、アドレスホールド信号11
0によりアドレスレジスタ2をホールドし、インバリッ
ドデータ111を送出して、エラーがあるキャッシュ内
のワードをインヒビットする。インヒビットしておかな
いと、エラーが間欠故障であった場合次のリードリクエ
ストがヒットしてしまうと、エラーを起こしたストアリ
クエストによるデータ更新がされていないため、読みだ
しデータが不正となる。また、リードリクエスト時に
は、通常のキャッシュヒットと同様に新しいデータでア
ドレスアレイ、データアレイが更新されるため、次から
のリクエストによる矛盾は生じない。
The write control circuit 5 requests the request 105.
If the request 105 is a store request, the address hold signal 11 is input.
When 0, the address register 2 is held, the invalid data 111 is transmitted, and the word in the cache having the error is inhibited. Otherwise, if the next read request hits when the error is an intermittent failure, the read data becomes invalid because the data update by the store request that caused the error has not been performed. Further, at the time of a read request, the address array and the data array are updated with new data as in the case of a normal cache hit, so that no contradiction occurs due to the next request.

【0018】以上のことにより、パリティチェック方式
のキャッシュ装置において、プロセッサを止めることな
く、ハードウエアでエラー処理が可能となり、キャッシ
ュエラーによるプロセッサの処理能力低下を防ぐことが
できる。
As described above, in the parity check type cache device, error processing can be performed by hardware without stopping the processor, and it is possible to prevent a decrease in the processing capability of the processor due to a cache error.

【0019】チェック結果108がエラーありを示す
と、タイマ20は動作を開始し、タイマ20が動作中で
あることを示す表示レジスタ21がセットされる。
When the check result 108 indicates that there is an error, the timer 20 starts operating and the display register 21 indicating that the timer 20 is operating is set.

【0020】表示レジスタ21がタイマ20の動作中を
示している間に、チェック結果108が再びエラーあり
を示した場合は、連続エラー信号204によりOFFレ
ジスタ23をセットするとともに、エラーカウンタ24
をカウントアップする。
If the check result 108 indicates that there is an error again while the display register 21 indicates that the timer 20 is operating, the OFF register 23 is set by the continuous error signal 204 and the error counter 24 is set.
To count up.

【0021】OFFレジスタ23がセットされるとキャ
ッシュ疑似OFF信号206により、キャッシュは一時
的に切り離される。
When the OFF register 23 is set, the cache pseudo OFF signal 206 temporarily disconnects the cache.

【0022】タイマ比較回路22はタイマ出力202を
入力し、ある既定値と比較しながら一致を検出する。タ
イマ出力202と既定値が一致した場合はタイマリセッ
ト指示203を出力し、タイマ20の動作停止と表示レ
ジスタ21のリセットおよびOFFレジスタ23のリセ
ットを指示する。
The timer comparison circuit 22 receives the timer output 202 and detects a match while comparing it with a predetermined value. When the timer output 202 and the default value match, a timer reset instruction 203 is output to instruct to stop the operation of the timer 20, reset the display register 21, and reset the OFF register 23.

【0023】OFFレジスタ23がリセットされること
により、キャッシュは再び組み込まれ通常動作にもど
る。
When the OFF register 23 is reset, the cache is incorporated again and the normal operation is resumed.

【0024】また、カウンタ比較回路25は、エラーカ
ウンタ出力205を入力し、ある既定値と比較し、一致
を検出する。エラーカウンタ出力205と既定値が一致
した場合は、固定故障報告207により、キャッシュを
完全に切り離す。
Further, the counter comparison circuit 25 receives the error counter output 205, compares it with a predetermined value, and detects a match. When the error counter output 205 matches the default value, the fixed failure report 207 completely disconnects the cache.

【0025】以上のことにより、キャッシュが間欠故障
の場合は、OFFレジスタ23がセットされないため
(チェック結果108はタイマ20が動作中に再びエラ
ーありを報告することはない)プロセッサの処理性能を
落とすことは殆どなくエラー処理が行われる。
As described above, when the cache has an intermittent failure, the OFF register 23 is not set (the check result 108 does not report that there is an error again while the timer 20 is operating), which reduces the processing performance of the processor. In most cases, error handling is performed.

【0026】キャッシュが固定故障に似た間欠故障の場
合は、OFFレジスタ23により何回かは切り離される
が、固定故障報告207の成立するまで(エラーカウン
タ24が既定値に一致するまで)に回復すれば、組み込
まれた状態で動作可能であるため、完全に切り離す場合
に比べ、処理能力の低下を防ぐことができる。
When the cache is an intermittent failure similar to a fixed failure, the OFF register 23 disconnects the cache several times, but recovers until the fixed failure report 207 is established (until the error counter 24 matches a predetermined value). By doing so, it is possible to operate in the assembled state, so that it is possible to prevent a decrease in processing capability as compared with the case of completely separating.

【0027】[0027]

【発明の効果】以上説明したように、本発明によれば、
ECCをキャッシュ内に持たずにエラー処理が可能とな
るため、キャッシュの容量(面積)およびエラーチェッ
ク回路をECC付きのキャッシュ方式に比べて小さくで
きる。
As described above, according to the present invention,
Since error processing can be performed without having an ECC in the cache, the capacity (area) of the cache and the error check circuit can be made smaller than in the cache system with ECC.

【0028】また、ハードウエアでエラー処理を行うた
め、エラー処理にかかる時間が従来に比べ短縮できプロ
セッサの処理性能に殆ど影響をあたえることがない。
Further, since the error processing is performed by hardware, the time required for the error processing can be shortened as compared with the conventional case and the processing performance of the processor is hardly affected.

【0029】さらに、本発明によれば、キャッシュエラ
ーが発生した場合、固定故障か間欠故障かの区別をハー
ドウエア的に行え、特に固定故障を報告する前にある一
定時間の間隔で、キャッシュを切り離したり、組み込ん
だりしながらキャッシュの状態をテストするため、固定
故障に似た間欠故障も教えることが可能となり、無駄な
キャッシュ切り離しを削減できる。
Further, according to the present invention, when a cache error occurs, it is possible to distinguish between a fixed failure and an intermittent failure by hardware, and in particular, the cache is opened at a certain time interval before the fixed failure is reported. Since the cache status is tested while disconnecting or incorporating, it is possible to teach an intermittent failure similar to a fixed failure and reduce unnecessary cache disconnection.

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

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

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

1 リクエストレジスタ 2 アドレスレジスタ 3 アドレスアレイ 4 データアレイ 5 書き込み制御回路 6 ヒット判定回路 7 チェック回路 101 メモリリクエスト 102 メモリリクエストアドレス 103 キャッシュ索引アドレス 104 キャッシュ比較アドレス 105 リクエスト 106 アドレスアレイ出力 107 読みだしデータ 108 チェック結果 109 ヒット信号 110 アドレスホールド信号 111 インバリッドデータ 201 表示レジスタ出力 202 タイマ出力 203 タイマリセット指示 204 連続エラー信号 205 エラーカウンタ出力 206 キャッシュ疑似OFF信号 207 固定故障報告 1 request register 2 address register 3 address array 4 data array 5 write control circuit 6 hit determination circuit 7 check circuit 101 memory request 102 memory request address 103 cache index address 104 cache comparison address 105 request 106 address array output 107 read data 108 check Result 109 Hit signal 110 Address hold signal 111 Invalid data 201 Display register output 202 Timer output 203 Timer reset instruction 204 Continuous error signal 205 Error counter output 206 Cache pseudo OFF signal 207 Fixed fault report

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 メモリリクエストを格納するリクエスト
レジスタと、 メモリアドレスを格納するアドレスレジスタと、 前記アドレスレジスタの出力で索引されるアドレスアレ
イと、 前記アドレスレジスタの出力で索引されるデータアレイ
と、 前記リクエストレジスタの内容がストアリクエストを示
している場合は前記アドレスアレイの出力のエラーを、
前記リクエストレジスタの内容がリードリクエストを示
している場合は前記アドレスアレイおよびデータアレイ
の出力のエラーをチェックするチェック回路と、 前記チェック回路の出力がエラーなしを示している場合
に、前記アドレスアレイの出力と前記アドレスレジスタ
の出力の一致検出を行いキャッシュヒット、ミスを検出
し、前記チェック回路の出力がエラーありを示した場合
はすべてミスヒットとするヒット判定回路と、 前記リクエストレジスタの出力と前記アドレスレジスタ
の出力と前記ヒット判定回路の出力と前記チェック回路
の出力により、前記アドレスアレイの書き込みデータお
よび、前記アドレスレジスタのホールド指示を作成する
書き込み制御回路とを具備することを特徴とするキャッ
シュ装置。
1. A request register for storing a memory request, an address register for storing a memory address, an address array indexed by the output of the address register, a data array indexed by the output of the address register, If the content of the request register indicates a store request, an error in the output of the address array,
When the content of the request register indicates a read request, a check circuit for checking the output error of the address array and the data array, and when the output of the check circuit indicates no error, the address array A hit determination circuit that detects the cache hit and the miss by performing a match detection between the output and the output of the address register, and when the output of the check circuit indicates that there is an error, a hit determination circuit, and the output of the request register and the A cache device comprising: a write control circuit that creates write data of the address array and a hold instruction of the address register by output of the address register, output of the hit determination circuit, and output of the check circuit. .
【請求項2】 前記チェック回路からの出力により起動
されるタイマと、 前記タイマが動作中であることを表示する表示レジスタ
と、 前記タイマの値がある既定値になった場合に前記タイマ
の動作停止およびリセットと前記表示レジスタのリセッ
トを指示するタイマ比較回路と、 前記表示レジスタと前記チェック回路の出力によりカウ
ント動作を行うエラーカウンタと、 前記エラーカウンタがある既定値に達した場合にキャッ
シュの固定故障を報告するタイマ比較回路と、 前記キャッシュを一時的に切り離し状態とするOFFレ
ジスタとを具備することを特徴とする請求項1記載のキ
ャッシュ装置。
2. A timer activated by an output from the check circuit, a display register for indicating that the timer is operating, and an operation of the timer when the value of the timer reaches a predetermined value. A timer comparison circuit for instructing stop and reset and reset of the display register, an error counter that performs a count operation by the output of the display register and the check circuit, and fixing of the cache when the error counter reaches a predetermined value. 2. The cache device according to claim 1, further comprising a timer comparison circuit that reports a failure, and an OFF register that temporarily disconnects the cache.
JP6059532A 1994-03-29 1994-03-29 Cache device Pending JPH07271671A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6059532A JPH07271671A (en) 1994-03-29 1994-03-29 Cache device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6059532A JPH07271671A (en) 1994-03-29 1994-03-29 Cache device

Publications (1)

Publication Number Publication Date
JPH07271671A true JPH07271671A (en) 1995-10-20

Family

ID=13115981

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6059532A Pending JPH07271671A (en) 1994-03-29 1994-03-29 Cache device

Country Status (1)

Country Link
JP (1) JPH07271671A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015153125A (en) * 2014-02-14 2015-08-24 三菱電機株式会社 Hardware failure monitor

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04171550A (en) * 1990-11-06 1992-06-18 Shikoku Nippon Denki Software Kk Cache memory
JPH05108501A (en) * 1991-10-11 1993-04-30 Nec Corp Fault processing system
JPH05165730A (en) * 1991-12-12 1993-07-02 Fujitsu Ltd Data processor

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04171550A (en) * 1990-11-06 1992-06-18 Shikoku Nippon Denki Software Kk Cache memory
JPH05108501A (en) * 1991-10-11 1993-04-30 Nec Corp Fault processing system
JPH05165730A (en) * 1991-12-12 1993-07-02 Fujitsu Ltd Data processor

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015153125A (en) * 2014-02-14 2015-08-24 三菱電機株式会社 Hardware failure monitor

Similar Documents

Publication Publication Date Title
US6505305B1 (en) Fail-over of multiple memory blocks in multiple memory modules in computer system
US7734949B2 (en) Information error recovery apparatus and methods
JP4395425B2 (en) Data processing apparatus and method for processing corrupted data values
US7900084B2 (en) Reliable memory for memory controller with multiple channels
US8621336B2 (en) Error correction in a set associative storage device
US20090164727A1 (en) Handling of hard errors in a cache of a data processing apparatus
JPH07134663A (en) Cache memory test method for information processor
JPH0895856A (en) Computer apparatus with cache memory
US5987585A (en) One-chip microprocessor with error detection on the chip
US20030023932A1 (en) Method and apparatus for parity error recovery
US5381544A (en) Copyback memory system and cache memory controller which permits access while error recovery operations are performed
JPH07271671A (en) Cache device
JP3239935B2 (en) Tightly-coupled multiprocessor system control method, tightly-coupled multiprocessor system, and recording medium therefor
JPH08153045A (en) Memory control circuit
JP2000305840A (en) Cache memory and its fault detection method
JPH0581059A (en) Multiprocessor system
JPH04273348A (en) Cache memory
JPH05210597A (en) Patrol circuit for storage device
JPH04115339A (en) Memory error processing system
JPH04125753A (en) On-lined diagnostic system for memory
JPH04243446A (en) Cache registration controller
JP2000330875A (en) Cache memory, main memory, memory subsystem, and information processor
JPH0341538A (en) Main storage device
JPS59207080A (en) Control device of cache memory
JPH06259269A (en) Diagnostic circuit for multiprocessor

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19981215