JP2546411B2 - Cache memory device - Google Patents

Cache memory device

Info

Publication number
JP2546411B2
JP2546411B2 JP2142087A JP14208790A JP2546411B2 JP 2546411 B2 JP2546411 B2 JP 2546411B2 JP 2142087 A JP2142087 A JP 2142087A JP 14208790 A JP14208790 A JP 14208790A JP 2546411 B2 JP2546411 B2 JP 2546411B2
Authority
JP
Japan
Prior art keywords
address
index
error
cache memory
detected
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.)
Expired - Fee Related
Application number
JP2142087A
Other languages
Japanese (ja)
Other versions
JPH0434630A (en
Inventor
一 福澤
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 Corp
Original Assignee
Nippon Electric Co 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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP2142087A priority Critical patent/JP2546411B2/en
Publication of JPH0434630A publication Critical patent/JPH0434630A/en
Application granted granted Critical
Publication of JP2546411B2 publication Critical patent/JP2546411B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Description

【発明の詳細な説明】 技術分野 本発明はキャッシュメモリ装置に関し、特にキャッシ
ュメモリの索引時に発生したエラーの処理制御に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a cache memory device, and more particularly to control processing of an error that occurs during indexing of a cache memory.

従来技術 一般にキャッシュメモリは高速で、高集積度のRAM(R
andom Access Memory)で構成されているが、この種のR
AMは読出し時の間欠的なエラーや放射線等によるメモリ
のビット値反転(ソフトエラー)などの障害の頻度が高
い。
Conventional Technology Generally, a cache memory is a high-speed, highly integrated RAM (R
andom Access Memory), but this type of R
AM has a high frequency of failures such as intermittent errors during reading and bit value inversion (soft error) of memory due to radiation.

間欠的なエラーの場合には再度の読出しにより正常に
読出せることもあり、メモリのビット値が反転した場合
には再度の書込みによって修復することが可能である。
In the case of an intermittent error, it may be possible to normally read by reading again, and when the bit value of the memory is inverted, it is possible to recover by writing again.

従来、この種のキャッシュメモリ装置では、キャッシ
ュメモリの索引時にエラーが検出された場合でも直ちに
障害とすることなく、再度の書込みなどによって該エラ
ーが修復されるまで、キャッシュメモリの索引結果を強
制的にキャッシュメモリ上に要求データが存在しないと
して、いわゆるキャッシュミスヒットとして主記憶装置
のデータを使用するように制御しているものがある。
Conventionally, in this type of cache memory device, even if an error is detected at the time of indexing the cache memory, the index result of the cache memory is forcibly forced until the error is repaired by rewriting or the like without immediately causing a failure. In some cases, the requested data does not exist in the cache memory, and the data in the main storage device is controlled to be used as a so-called cache mishit.

一方、ストアリクエストによりキャッシュメモリ上に
ストアデータを書込む場合、ストアアドレスでキャッシ
ュメモリを索引し、該アドレス上の主記憶装置のデータ
がキャッシュメモリに格納されているか否か、すなわち
キャッシュヒットしたかミスヒットしたかを調べ、キャ
ッシュメモリに格納されていればキャッシュメモリおよ
び主記憶装置の両方にストアデータを書込み、キャッシ
ュメモリに格納されていなければ主記憶装置のみにスト
アデータを書込み、キャッシュメモリにはストアデータ
を書込まない方式、いわゆるストアスルー方式をとるこ
とが多い。
On the other hand, when the store data is written in the cache memory by the store request, the cache memory is indexed by the store address and whether or not the data in the main memory at the address is stored in the cache memory, that is, whether or not the cache is hit. Check if there is a mishit, and if it is stored in the cache memory, write the store data to both the cache memory and the main memory, and if it is not stored in the cache memory, write the store data only to the main memory and write it to the cache memory. Often uses a so-called store-through method, in which store data is not written.

上記のようなストアスルー方式のキャッシュメモリ装
置においては、ストアリクエストによるキャッシュメモ
リの索引によって間欠的なエラーが検出され、キャッシ
ュメモリの索引結果が強制的にキャッシュミスヒットに
されたとすると、このストアアドレスに対する主記憶装
置のデータがキャッシュメモリに格納されていたとして
も、ストアデータは主記憶装置に反映されているだけ
で、キャッシュメモリ上に反映されることはない。
In the above-described store-through type cache memory device, if an intermittent error is detected by the index of the cache memory due to a store request and the index result of the cache memory is forced to be a cache mishit, the store address Even if the data of the main storage device for the above is stored in the cache memory, the store data is only reflected in the main storage device and is not reflected in the cache memory.

したがって、この状態で後続のメモリリードリクエス
トによりストアリクエストと同一のアドレスでキャッシ
ュメモリが索引されたとき、間欠エラーが訂正されて正
常に読出されたとすると、該アドレス上の主記憶装置の
データがキャッシュメモリに格納されているので、上記
のストアデータが反映されていないデータが読出される
こととなり、該データにより誤動作が発生してしまう。
Therefore, in this state, when the cache memory is indexed by the subsequent memory read request at the same address as the store request, assuming that the intermittent error is corrected and the data is normally read, the data in the main memory device at that address is cached. Since the data is stored in the memory, the data that does not reflect the above-mentioned store data is read, and the data causes a malfunction.

そこで、ストアリクエストによりキャッシュメモリが
索引されたときにエラーが検出されると、そのキャッシ
ュメモリ全体(キャッシュメモリが複数のレベルで構成
されている場合にはそのエラーが検出されたレベル全
体)の使用を禁止するようになっていた。
Therefore, if an error is detected when the cache memory is indexed by a store request, use of the entire cache memory (or the entire level where the error is detected if the cache memory is configured with multiple levels) Was supposed to be banned.

その後に、たとえば命令間の区切りにおいて障害処理
ファームウェアもしくはソフトウェアに割込み要求を出
力し、キャッシュメモリのイニシャライズを実行してキ
ャッシュメモリの復旧を図ってから命令のリトライを行
うことで、システムの継続運転を実行していた。
After that, for example, an interrupt request is output to the fault handling firmware or software at the breaks between instructions, the cache memory is initialized, the cache memory is restored, and then the instructions are retried to ensure continuous operation of the system. Was running.

このような従来のキャッシュメモリ装置では、ストア
リクエストによるキャッシュメモリの索引でエラーが検
出されたとき、キャッシュメモリ全体もしくはキャッシ
ュメモリが複数のレベルで構成されている場合にはエラ
ーが検出されたレベル全体の使用を禁止し、その後にキ
ャッシュメモリ全体のイニシャライズを実行しているの
で、キャッシュメモリの使用が禁止されている間、シス
テムの性能が著しく低下してしまうという欠点がある。
In such a conventional cache memory device, when an error is detected in the cache memory index by a store request, the entire cache memory or the entire level in which the error is detected when the cache memory is composed of multiple levels Since the use of the cache memory is prohibited and the initialization of the entire cache memory is executed thereafter, there is a drawback that the system performance is significantly reduced while the use of the cache memory is prohibited.

また、キャッシュメモリ全体のイニシャライズを実行
してキャッシュメモリの障害の復旧を行うために、それ
まで蓄積されたキャッシュメモリのデータがすべて失わ
れてしまい、システムの性能が大幅に低下してしまうと
いう欠点がある。
In addition, since the entire cache memory is initialized and the cache memory failure is restored, all the cache memory data that has been accumulated up to that point is lost, resulting in a significant decrease in system performance. There is.

発明の目的 本発明は上記のような従来のものの欠点を除去すべく
なされたもので、エラー検出時にシステムの性能低下を
最小限に抑えてシステムの継続運転を行うことができる
キャッシュメモリ装置の提供を目的とする。
SUMMARY OF THE INVENTION The present invention has been made to eliminate the above-mentioned drawbacks of the prior art, and provides a cache memory device capable of performing continuous operation of a system while minimizing performance degradation of the system when an error is detected. With the goal.

発明の構成 本発明によるキャッシュメモリ装置は、主記憶装置の
データの一部を格納するキャッシュメモリに対する索引
のエラーを検出する検出手段と、前記検出手段により前
記エラーが検出されたとき、前記キャッシュメモリに対
する索引の結果をミスヒットとする第1の抑止手段と、
ストアリクエストによる前記キャッシュメモリに対する
索引のエラーが前記検出手段により検出されたとき、前
記キャッシュメモリの索引アドレスを保持するアドレス
保持手段と、前記検出手段により前記ストアリクエスト
による前記キャッシュメモリに対する索引でエラーが検
出されたか否かを示すエラー情報を前記キャッシュメモ
リのアドレスに対応して格納するエラー情報格納手段
と、前記キャッシュメモリの索引時に前記エラー情報格
納手段から読出された前記エラー情報に応じて該索引の
結果をミスヒットとする第2の抑止手段と、前記検出手
段により前記エラーが検出された前記ストアリクエスト
によるキャッシュメモリに対する索引に連続する前記キ
ャッシュメモリの索引の索引アドレスと前記アドレス保
持手段に保持された索引アドレスとを比較する比較手段
と、前記比較手段により一致が検出されたときに該索引
の結果をミスヒットとする第3の抑止手段と、前記キャ
ッシュメモリに前記主記憶装置のデータを登録するとき
に前記エラー情報格納手段の内容を更新する手段とを有
することを特徴とする。
According to the present invention, a cache memory device according to the present invention includes a detection unit that detects an error in an index of a cache memory that stores a part of data in a main storage device, and the cache memory when the error is detected by the detection unit. A first deterrent means for making the result of the index to be a mishit,
When an error in the index to the cache memory due to a store request is detected by the detection unit, an error is found in the address holding unit that holds the index address of the cache memory, and the index to the cache memory due to the store request by the detection unit. Error information storage means for storing error information indicating whether or not detected, corresponding to an address of the cache memory; and the index according to the error information read from the error information storage means at the time of indexing the cache memory. Second deterring means for making the result of the above as a mishit, and the index holding address of the index of the cache memory that is continuous with the index for the cache memory by the store request in which the error is detected by the detecting means, and held in the address holding means. Was done A comparison means for comparing the reference address with the reference address, a third suppressing means for making the result of the index a mishit when a match is detected by the comparison means, and the data of the main memory device is registered in the cache memory. And a means for updating the contents of the error information storage means.

実施例 次に、本発明の一実施例について図面を参照して説明
する。
Embodiment Next, an embodiment of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例の構成を示すブロック図で
ある。図においては、本発明の一実施例によるキャッシ
ュメモリを構成するデータアレイ部とアドレスアレイ部
とのうちアドレスアレイ部の構成を示している。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention. In the figure, the configuration of the address array unit of the data array unit and the address array unit that constitute the cache memory according to the embodiment of the present invention is shown.

ここで、データアレイ部は主記憶装置のデータの一部
をブロック単位(64バイト単位)で、複数のブロックデ
ータを保持し、アドレスアレイ部はそれらのブロックデ
ータのブロックアドレスを管理している。
Here, the data array unit holds a part of the data in the main storage device in block units (64-byte units) and holds a plurality of block data, and the address array unit manages the block addresses of these block data.

また、アドレスアレイ部はキャッシュメモリのサイ
ズ、すなわちキャッシュメモリに登録される全ブロック
データの個数に対応したアドレス幅で索引される。
The address array unit is indexed by the address width corresponding to the size of the cache memory, that is, the number of all block data registered in the cache memory.

このキャッシュ索引アドレス(以下索引アドレスとす
る)としては主記憶装置のブロックアドレスの下位部分
が使用され、ブロックアドレスの上位部分はキャッシュ
キーアドレス部(以下キーアドレス部とする)として索
引アドレスに対応する位置に格納される。
The lower part of the block address of the main memory is used as this cache index address (hereinafter referred to as the index address), and the upper part of the block address corresponds to the index address as the cache key address part (hereinafter referred to as the key address part). Stored in position.

キャッシュメモリを索引する場合には、索引アドレス
でアドレスアレイ部内のキーアドレス部を読出し、この
キーアドレス部と主記憶装置のブロックアドレスのキー
アドレス部に対応する部分とを比較する。
When indexing the cache memory, the key address part in the address array part is read by the index address and this key address part is compared with the part corresponding to the key address part of the block address of the main memory.

比較結果が一致を示す場合にはキャッシュヒットであ
り、このアドレス上の主記憶装置のブロックデータがキ
ャッシュメモリ上にも存在することになる。
If the comparison result shows a match, there is a cache hit, and the block data of the main memory device at this address also exists in the cache memory.

一方、比較結果が不一致を示す場合にはキャッシュミ
スヒットであり、このアドレス上の主記憶装置のブロッ
クデータがキャッシュメモリ上に存在しないことにな
る。
On the other hand, if the comparison result shows a non-coincidence, it means a cache miss, and the block data of the main memory at this address does not exist in the cache memory.

データアレイ部はアドレスアレイ部の索引で用いられ
る索引アドレスにデータ要求元からの要求データ幅で決
まるブロック内アドレスを加えたアドレスで索引され、
この索引により読出されたデータはアドレスアレイ部で
キャッシュヒットが検出されたときに有効データとして
データ要求元に返送される。
The data array section is indexed by an address that is the index address used in the index of the address array section plus the address within the block determined by the requested data width from the data request source,
The data read by this index is returned to the data request source as valid data when a cache hit is detected in the address array section.

ここで、たとえばデータ要求幅が8バイトであれば、
ブロック内アドレスは3ビットとなる。
Here, for example, if the data request width is 8 bytes,
The block address is 3 bits.

ストアの実行時には上述の処理と同様にしてアドレス
アレイ部が索引され、キャッシュヒットが検出されたと
きにストアデータのデータアレイ部への書込みが行われ
る。
When the store is executed, the address array section is indexed in the same manner as the above-mentioned processing, and when the cache hit is detected, the store data is written to the data array section.

つまり、ストアリクエストによるキャッシュメモリの
索引時に発生するエラーは、アドレスアレイ部の索引に
よってのみ生じることになる。
In other words, the error that occurs when the cache memory is indexed by the store request is generated only by the index of the address array section.

第1図において、アドレスアレイアドレスレジスタ
(AAA)(以下アドレスレジスタとする)1はアドレス
アレイ(AA)4の索引アドレスを保持し、アドレスアレ
イライトレジスタ(AAW)(以下ライトレジスタとす
る)2はアドレスアレイ(AA)4のライトデータとなる
アドレスアレイ4のキーアドレス部に対応するブロック
アドレスの上位部分を保持する。
In FIG. 1, an address array address register (AAA) (hereinafter referred to as an address register) 1 holds an index address of an address array (AA) 4, and an address array write register (AAW) (hereinafter referred to as a write register) 2 The upper part of the block address corresponding to the key address part of the address array 4 which becomes the write data of the address array (AA) 4 is held.

アドレスアレイライトイネーブルレジスタ(WE)(以
下ライトイネーブルレジスタとする)3はメモリリード
リクエストによるキャッシュメモリの索引でキャッシュ
ミスヒットした場合に、ライトレジスタ2に保持されて
いるメモリリードリクエストのキーアドレス部をアドレ
スアレイ4の該当するアドレス位置に書込むときに書込
みを指示する論理“1"、つまりキャッシュ登録指示がセ
ットされる。
The address array write enable register (WE) (hereinafter referred to as the write enable register) 3 stores the key address part of the memory read request held in the write register 2 when a cache miss hit occurs in the cache memory index by the memory read request. When writing to a corresponding address position of the address array 4, a logic "1" for instructing writing, that is, a cache registration instruction is set.

アドレスアレイ4はキャッシュメモリの登録ブロック
アドレスを管理する。
The address array 4 manages the registered block address of the cache memory.

比較器5はライトレジスタ2にセットされたブロック
アドレスのキーアドレス部と、アドレスアレイ4から読
出されたキーアドレス部とを比較し、その比較結果をア
ンドゲート21に出力する。
The comparator 5 compares the key address portion of the block address set in the write register 2 with the key address portion read from the address array 4, and outputs the comparison result to the AND gate 21.

エラー検出回路6はアドレスアレイ4から読出された
キーアドレス部のパリティをチェックし、その検出結果
を論理反転ゲート16とナンドゲート17とアンドゲート18
とに夫々出力する。
The error detection circuit 6 checks the parity of the key address portion read from the address array 4, and the detection result is used as a logic inversion gate 16, a NAND gate 17, and an AND gate 18.
And output respectively.

フリップフロップ(以下F/Fとする)7はストアリク
エストであることを示すストアリクエスト代表を保持す
る。
The flip-flop (hereinafter referred to as F / F) 7 holds a store request representative indicating a store request.

エラーストアアドレスレジスタ(以下アドレスレジス
タとする)8はストアリクエストによるアドレスアレイ
4の索引において、エラー検出回路6でエラーが検出さ
れたときにアドレスレジスタ1にセットされている索引
アドレスを保持する。
An error store address register (hereinafter referred to as an address register) 8 holds the index address set in the address register 1 when an error is detected by the error detection circuit 6 in the index of the address array 4 by the store request.

ストアエラーフラグライトレジスタ(以下ストアエラ
ーフラグとする)9はストアリクエストによるアドレス
アレイ4の索引において、エラー検出回路6でエラーが
検出されたときに論理“1"がセットされ、アドレスアレ
イ4に新規ブロックデータのキーアドレス部が登録され
るときに論理“0"がセットされる。
A store error flag write register (hereinafter referred to as a store error flag) 9 is set to a logic "1" when an error is detected by the error detection circuit 6 in the index of the address array 4 by the store request, and the address array 4 is newly added. A logical "0" is set when the key address part of the block data is registered.

このストアエラーフラグ9に論理“1"がセットされて
いるときには、アドレスレジスタ8にエラーが検出され
たストアリクエストの索引アドレスがセットされている
ことを示す。
When the logical "1" is set in the store error flag 9, it indicates that the index address of the store request in which the error is detected is set in the address register 8.

エラーフラグレジスタファイルライトイネーブルレジ
スタ(WE)(以下ライトイネーブルレジスタとする)10
はストアエラーフラグ9の内容をエラーフラグレジスタ
ファイル(以下ファイルとする)12に書込むときに論理
“1"がセットされる。
Error flag register file Write enable register (WE) (hereafter referred to as write enable register) 10
When writing the contents of the store error flag 9 to the error flag register file (hereinafter referred to as a file) 12, a logic "1" is set.

比較器11はアドレスレジスタ1にセットされた索引ア
ドレスとアドレスレジスタ8にセットされた索引アドレ
スとを比較し、その比較結果をナンドゲート19に出力す
る。
The comparator 11 compares the index address set in the address register 1 with the index address set in the address register 8 and outputs the comparison result to the NAND gate 19.

ファイル12は同時にリードライト可能なレジスタファ
イルで構成され、それまでにそのエントリのアドレスア
レイ4のストアリクエストによる索引でエラーが発生し
たか否かを示すフラグ情報をアドレスアレイ4の各ワー
ドに対応して格納する。
The file 12 is composed of a register file that can be read and written at the same time, and corresponds to each word of the address array 4 with flag information indicating whether or not an error has occurred in the index by the store request of the address array 4 of that entry. To store.

論理反転ゲート13はライトイネーブルレジスタ3への
キャッシュ登録指示を反転し、その反転値をアンドゲー
ト14およびナンドゲート15に出力する。
The logic inversion gate 13 inverts the cache registration instruction to the write enable register 3 and outputs the inversion value to the AND gate 14 and the NAND gate 15.

アンドゲート14は論理反転ゲート13の反転値とアンド
ゲート18の演算結果との論理積をとり、その演算結果を
ストアエラーフラグ9に出力する。
The AND gate 14 takes the logical product of the inverted value of the logical inversion gate 13 and the operation result of the AND gate 18, and outputs the operation result to the store error flag 9.

ナンドゲート15は論理反転ゲート13の反転値とナンド
ゲート17の演算結果との否定論理積をとり、その演算結
果をライトイネーブルレジスタ10に出力する。
The NAND gate 15 performs a NAND operation of the inverted value of the logic inversion gate 13 and the operation result of the NAND gate 17, and outputs the operation result to the write enable register 10.

論理反転ゲート16はエラー検出回路6の検出結果を反
転し、その反転値をアンドゲート21に出力する。
The logic inversion gate 16 inverts the detection result of the error detection circuit 6 and outputs the inverted value to the AND gate 21.

ナンドゲート17はエラー検出回路6の検出結果とF/F7
のストアリクエスト代表との否定論理積をとり、その演
算結果をナンドゲート15に出力する。
The NAND gate 17 detects the detection result of the error detection circuit 6 and F / F7.
And a NAND operation with the store request representative of (1) and output the operation result to the NAND gate 15.

アンドゲート18はエラー検出回路6の検出結果とF/F7
のストアリクエスト代表との論理積をとり、その演算結
果をアンドゲート14に出力する。
AND gate 18 detects the result of error detection circuit 6 and F / F7.
And the result of the operation is output to the AND gate 14.

ナンドゲート19はストアエラーフラグ9のフラグ情報
と比較器11の比較結果との否定論理積をとり、その演算
結果をアンドゲート21に出力する。
The NAND gate 19 calculates the NAND of the flag information of the store error flag 9 and the comparison result of the comparator 11 and outputs the operation result to the AND gate 21.

論理反転ゲート20はファイル12のフラグ情報を反転
し、その反転値をアンドゲート21に出力する。
The logic inversion gate 20 inverts the flag information of the file 12 and outputs the inverted value to the AND gate 21.

アンドゲート21は比較器5の比較結果と、論理反転ゲ
ート16,20の反転値と、ナンドゲート19の演算結果との
論理積をとり、その演算結果をアドレスアレイ4の索引
結果として出力する。
The AND gate 21 takes the logical product of the comparison result of the comparator 5, the inverted values of the logic inversion gates 16 and 20, and the operation result of the NAND gate 19, and outputs the operation result as the index result of the address array 4.

この第1図を用いて本発明の一実施例の動作について
説明する。
The operation of one embodiment of the present invention will be described with reference to FIG.

ストアリクエストが発行されると、アドレスレジスタ
1に索引アドレスが、ライトレジスタ2にキーアドレス
部が、F/F7にストアリクエスト代表(論理“1")が夫々
セットされる。
When the store request is issued, the index address is set in the address register 1, the key address part is set in the write register 2, and the store request representative (logical "1") is set in the F / F7.

その後に、アドレスレジスタ1にセットされた索引ア
ドレスにしたがってアドレスアレイ4に保持されている
キーアドレス部が読出され、そのキーアドレス部が比較
器5でライトレジスタ2にセットされたキーアドレス部
と比較される。
After that, the key address part held in the address array 4 is read according to the index address set in the address register 1, and the key address part is compared with the key address part set in the write register 2 by the comparator 5. To be done.

比較器5は一致を検出すると論理“1"を、不一致を検
出すると論理“0"をアンドゲート21に出力する。
The comparator 5 outputs a logic "1" to the AND gate 21 when it detects a match and a logic "0" when it detects a mismatch.

アドレスアレイ4から読出されたキーアドレス部は同
時にエラー検出回路6でパリティの正当性がチェックさ
れる。
At the same time, the key address portion read from the address array 4 is checked for correctness of parity by the error detection circuit 6.

エラー検出回路6はアドレスアレイ4から読出された
キーアドレス部にパリティエラーを検出すると論理“1"
を、パリティエラーを検出しなければ論理“0"を論理反
転ゲート16とナンドゲート17とアンドゲート18とに夫々
出力する。
When the error detection circuit 6 detects a parity error in the key address portion read from the address array 4, it outputs a logical "1".
If a parity error is not detected, a logic "0" is output to the logic inversion gate 16, the NAND gate 17, and the AND gate 18, respectively.

エラー検出回路6でアドレスアレイ4から読出された
キーアドレス部にパリティエラーが検出されて論理“1"
が出力されると、この検出信号が論理反転ゲート16で反
転され、論理“0"に反転された信号がアンドゲート21に
供給されるので、索引結果として論理“0"が、すなわち
キャッシュミスヒットが出力される。
The error detection circuit 6 detects a parity error in the key address portion read from the address array 4 and outputs a logic "1".
When this is output, this detection signal is inverted by the logic inversion gate 16 and the signal inverted to the logic “0” is supplied to the AND gate 21, so that the logic “0”, that is, the cache miss hit, is obtained as the index result. Is output.

言い換えれば、比較器5で一致が検出されても、エラ
ー検出回路6でパリティエラーが検出されると、比較器
5の比較結果がアンドゲート21で強制的にキャッシュミ
スヒットされる。
In other words, even if the comparator 5 detects a match, if the error detection circuit 6 detects a parity error, the comparison result of the comparator 5 is forcibly cache-missed by the AND gate 21.

また、ストアリクエストによるアドレスアレイ4の索
引においてエラー検出回路6でパリティエラーが検出さ
れて論理“1"が出力されると、この検出結果(論理
“1")とF/F7のストアリクエスト代表(論理“1")との
論理積がアンドゲート18でとられ、その結果論理“1"
が、つまりストアリクエストによるアドレスアレイ4の
索引でエラーが検出されたことを示すフラグ情報がアン
ドゲート14に出力される。
Further, when a parity error is detected by the error detection circuit 6 in the index of the address array 4 by the store request and a logic "1" is output, this detection result (logic "1") and the store request representative of the F / F7 ( ANDed with the logical "1") by AND gate 18, and as a result logical "1"
, That is, flag information indicating that an error has been detected in the index of the address array 4 by the store request is output to the AND gate 14.

通常、キャッシュメモリの索引時にはキャッシュ登録
指示が常に論理“0"となっているので、論理反転ゲート
13の出力が常に論理“1"となり、アンドゲート14はアン
ドゲート18の演算結果をそのままストアエラーフラグ9
に出力することとなるため、ストアリクエストによるア
ドレスアレイ4の索引でエラーが検出されたことを示す
フラグ情報がアンドゲート14を介してストアエラーフラ
グ9にセットされる。
Normally, when the cache memory is indexed, the cache registration instruction is always a logical "0".
The output of 13 always becomes logic "1", and the AND gate 14 stores the operation result of the AND gate 18 as it is in the error flag 9
Therefore, the flag information indicating that an error is detected in the index of the address array 4 by the store request is set in the store error flag 9 via the AND gate 14.

一方、エラー検出回路6の検出結果(論理“1")とF/
F7のストアリクエスト代表(論理“1")との否定論理積
がナンドゲート17でとられ、その結果論理“0"がナンド
ゲート15に出力される。
On the other hand, the detection result of the error detection circuit 6 (logic “1”) and F /
The NAND gate with the store request representative of F7 (logic "1") is taken by the NAND gate 17, and as a result, the logic "0" is output to the NAND gate 15.

ナンドゲート15では論理反転ゲート13の出力(論理
“1")とナンドゲート17の演算結果(論理“0")との否
定論理積がとられ、その結果論理“1"がライトイネーブ
ルレジスタ10にセットされる。つまり、ライトイネーブ
ルレジスタ10にはストアエラーフラグ9のフラグ情報の
ファイル12への書込みを指示する内容がセットされる。
In the NAND gate 15, the output of the logic inverting gate 13 (logic “1”) and the operation result of the NAND gate 17 (logic “0”) are NANDed, and as a result, the logic “1” is set in the write enable register 10. It That is, the write enable register 10 is set with the content instructing the writing of the flag information of the store error flag 9 into the file 12.

上述の処理と同時に、アドレスアレイ4の索引に使用
されたストアリクエストの索引アドレスがアドレスレジ
スタ1からアドレスレジスタ8に出力されてセットされ
る。
Simultaneously with the above processing, the index address of the store request used for the index of the address array 4 is output from the address register 1 to the address register 8 and set.

ファイル12ではライトイネーブルレジスタ10にストア
エラーフラグ9のフラグ情報のファイル12への書込みを
指示する内容がセットされているので、アドレスレジス
タ8の索引アドレスで示されるアドレス位置、すなわち
アドレスアレイ4の索引でエラーが検出されたストアリ
クエストの索引アドレスに対応するアドレス位置に、ス
トアリクエストによるアドレスアレイ4の索引でエラー
が検出されたことを示すストアエラーフラグ9のフラグ
情報(論理“1")が書込まれる。
In the file 12, the write enable register 10 is set with the content for instructing the writing of the flag information of the store error flag 9 to the file 12, so that the address position indicated by the index address of the address register 8, that is, the index of the address array 4 is set. The flag information (logical “1”) of the store error flag 9 indicating that an error is detected in the index of the address array 4 by the store request is written in the address position corresponding to the index address of the store request in which the error is detected in Get caught.

このようにして、ファイル12にはアドレスアレイ4の
索引アドレスに対応して、ストアリクエストによるアド
レスアレイ4の索引でエラーが検出されたことがあるか
否かを示すフラグ情報が保持されることになる。
In this way, the file 12 holds flag information corresponding to the index address of the address array 4 indicating whether or not an error has been detected in the index of the address array 4 by the store request. Become.

したがって、アドレスアレイ4の索引を行うとき、そ
の索引アドレスで同時にファイル12を索引すれば、以前
にその索引アドレスと同一の索引アドレスのストアリク
エストによるアドレスアレイ4の索引でエラーが検出さ
れたか否かを検査することができる。
Therefore, when indexing the address array 4 and indexing the file 12 at the same time with the index address, whether an error was previously detected in the index of the address array 4 due to a store request of the same index address as the index address. Can be inspected.

この検査によりエラーが検出されていることがわかっ
た場合には、ファイル12から読出されたフラグ情報(論
理“1")が論理反転ゲート20で反転され、論理“0"に反
転された信号がアンドゲート21に供給されるので、索引
結果として論理“0"が、すなわちキャッシュミスヒット
が出力される。
If this inspection shows that an error has been detected, the flag information (logic "1") read from the file 12 is inverted by the logic inversion gate 20, and the signal inverted to logic "0" is output. Since it is supplied to the AND gate 21, a logical "0", that is, a cache mishit is output as the index result.

よって、以前にその索引アドレスと同一の索引アドレ
スのストアリクエストによるアドレスアレイ4の索引で
エラーが検出されていれば、比較器5で一致が検出され
ても、比較器5の比較結果をアンドゲート21で強制的に
キャッシュミスヒットとすることができるので、ストア
データが反映されていないデータがデータアレイ部から
読出され、該データにより誤動作が発生してしまうのを
防止することができる。
Therefore, if an error was previously detected in the index of the address array 4 due to a store request of the same index address as that index address, even if a match is detected in the comparator 5, the comparison result of the comparator 5 is AND gated. Since it is possible to forcibly cause a cache miss hit at 21, it is possible to prevent data that does not reflect the store data from being read from the data array section and causing a malfunction due to the data.

エラーが検出されたストアリクエストに連続してメモ
リリードリクエストが発行された場合、このメモリリー
ドリクエストによるアドレスアレイ4の索引時には直前
のストアリクエストによるアドレスアレイ4の索引でエ
ラーが検出されたときの索引アドレスおよびフラグ情報
がアドレスレジスタ8およびストアエラーフラグ9にセ
ットされた状態のままである。
When a memory read request is issued consecutively to a store request in which an error is detected, the index when the error is detected in the index of the address array 4 by the immediately preceding store request when the address array 4 is indexed by this memory read request. The address and flag information remains set in the address register 8 and the store error flag 9.

よって、メモリリードリクエストによりアドレスアレ
イ4を索引するときに、ファイル12を索引するととも
に、同時にアドレスレジスタ8およびストアエラーフラ
グ9の内容を検索しなければならない。
Therefore, when the address array 4 is indexed by the memory read request, the file 12 must be indexed and the contents of the address register 8 and the store error flag 9 must be searched at the same time.

そこで、このメモリリードリクエストの索引アドレス
がアドレスレジスタ1にセットされると、この索引アド
レスでアドレスアレイ4が索引されるのと同時に、この
索引アドレスが比較器11に入力されるとともに、ファイ
ル12のリードアドレスとして供給される。
Therefore, when the index address of this memory read request is set in the address register 1, the address array 4 is indexed by this index address, and at the same time, this index address is input to the comparator 11 and stored in the file 12. It is supplied as a read address.

比較器11ではこの索引アドレスとアドレスレジスタ8
に保持された直前のストアリクエストの索引アドレスと
が比較され、一致が検出されると論理“1"がナンドゲー
ト19に出力される。
In the comparator 11, this index address and the address register 8
Is compared with the index address of the immediately preceding store request held in, and if a match is detected, a logical “1” is output to the NAND gate 19.

ナンドゲート19ではストアエラーフラグ9のフラグ情
報(論理“1")と比較器11の比較結果(論理“1")との
否定論理積がとられ、その演算結果として論理“0"がア
ンドゲート21に供給されるので、索引結果として論理
“0"が、すなわちキャッシュミスヒットが出力される。
In the NAND gate 19, the NAND information of the flag information (logic “1”) of the store error flag 9 and the comparison result (logic “1”) of the comparator 11 is obtained, and the logic “0” is obtained as the operation result of the AND operation. , A logical "0", that is, a cache mishit is output as the index result.

したがって、エラーが検出されたストアリクエストに
連駆してメモリリードリクエストが発行されても、その
メモリリードリクエストの索引アドレスが直前のストア
リクエストの索引アドレスと同一であれば、比較器5で
一致が検出されても、比較器5の比較結果をアンドゲー
ト21で強制的にキャッシュミスヒットとすることができ
るので、ストアデータが反映されていないデータがデー
タアレイ部から読出され、該データにより誤動作が発生
してしまうのを防止することができる。
Therefore, even if the memory read request is issued following the store request in which the error is detected, if the index address of the memory read request is the same as the index address of the immediately preceding store request, the comparator 5 determines that a match is found. Even if it is detected, the comparison result of the comparator 5 can be forced to be a cache mishit by the AND gate 21, so that the data in which the store data is not reflected is read from the data array section and the malfunction is caused by the data. It can be prevented from occurring.

一方、メモリリードリクエストの索引アドレスによっ
てファイル12から、その索引アドレスと同一の索引アド
レスのストアリクエストによるアドレスアレイ4の索引
でエラーが検出されたことを示すフラグ情報が読出され
た場合には、ファイル12から読出されたフラグ情報(論
理“1")が論理反転ゲート20で反転され、論理“0"に反
転された信号がアンドゲート21に供給されるので、索引
結果として論理“0"が、すなわちキャッシュミスヒット
が出力される。
On the other hand, when the flag information indicating that an error is detected in the index of the address array 4 by the store request of the same index address as the index address of the memory read request is read from the file 12 by the index address of the memory read request, The flag information (logic "1") read from 12 is inverted by the logic inversion gate 20, and the signal inverted to logic "0" is supplied to the AND gate 21, so that the logic "0" is obtained as the index result. That is, a cache mishit is output.

よって、以前にその索引アドレスと同一の索引アドレ
スのストアリクエストによるアドレスアレイ4の索引で
エラーが検出されていれば、比較器5で一致が検出され
ても、比較器5の比較結果をアンドゲート21で強制的に
キャッシュミスヒットとすることができるので、ストア
データが反映されていないデータがデータアレイ部から
読出され、該データにより誤動作が発生してしまうのを
防止することができる。
Therefore, if an error was previously detected in the index of the address array 4 due to a store request of the same index address as that index address, even if a match is detected in the comparator 5, the comparison result of the comparator 5 is AND gated. Since it is possible to forcibly cause a cache miss hit at 21, it is possible to prevent data that does not reflect the store data from being read from the data array section and causing a malfunction due to the data.

また、あるタイミングでストアリクエストによるアド
レスアレイ4の索引でエラーが検出され、そのときの索
引アドレスがアドレスレジスタ8にセットされ、そのエ
ラーの発生を示すフラグ情報がストアエラーフラグ9に
セットされたとする。
Further, it is assumed that an error is detected in the index of the address array 4 due to the store request at a certain timing, the index address at that time is set in the address register 8, and the flag information indicating the occurrence of the error is set in the store error flag 9. .

すると、次のタイミングでそのフラグ情報がアドレス
レジスタ8を示すファイル12のアドレス位置に書込まれ
るが、そのファイル12へのフラグ情報の書込みと後続の
リクエストによるファイル12の索引とが重なった場合、
ファイル12への書込みアドレスと読出しアドレスとが異
なっていれば、ファイル12へのフラグ情報の書込みとフ
ァイル12の索引とが並行して同時に行われ、ファイル12
への書込みアドレスと読出しアドレスとが一致していれ
ば、ファイル12へのフラグ情報の書込みが優先して行わ
れる。
Then, the flag information is written at the address position of the file 12 indicating the address register 8 at the next timing, but when the writing of the flag information to the file 12 and the index of the file 12 due to the subsequent request overlap,
If the write address and the read address to the file 12 are different, the writing of the flag information to the file 12 and the index of the file 12 are simultaneously performed in parallel, and the file 12
If the write address and the read address to the file 12 match, the flag information is written to the file 12 with priority.

ただし、ライトイネーブルレジスタ10に論理“0"がセ
ットされている場合には、ファイル12へのフラグ情報の
書込みが行われず、ファイル12の索引が行われる。
However, when the logical "0" is set in the write enable register 10, the flag information is not written to the file 12 and the file 12 is indexed.

つまり、ファイル12への書込みアドレスと読出しアド
レスとが一致しており、かつファイル12へのフラグ情報
の書込みが行われる場合には、上述したように、アドレ
スレジスタ8およびストアエラーフラグ9の検索のみを
行えば、以前にその索引アドレスと同一の索引アドレス
を持つストアリクエストによるアドレスアレイ4の索引
でエラーが発生したことが検出されることになる。
That is, when the write address and the read address to the file 12 match and the flag information is written to the file 12, only the search of the address register 8 and the store error flag 9 is performed as described above. Then, it is detected that an error has occurred in the index of the address array 4 due to the store request having the same index address as that index address previously.

したがって、一度ストアリクエストによるアドレスア
レイ4の索引でエラーが検出された場合には、それ以降
の同一アドレスによるキャッシュメモリの索引がすべて
キャッシュミスヒットとなり、ストアデータが反映され
ていないデータがデータアレイ部から読出され、該デー
タにより誤動作が発生してしまうのを防止することがで
きる。
Therefore, once an error is detected in the index of the address array 4 due to a store request, all subsequent indexes of the cache memory with the same address result in a cache miss, and data that does not reflect the store data becomes data array section. It is possible to prevent an erroneous operation due to the data being read from the memory.

ここで、以前にストアリクエストによるアドレスアレ
イ4の索引でエラーが検出された索引アドレスと同一の
索引アドレスでメモリリードリクエストが実行されたと
すると、このメモリリードリクエストは上述したように
キャッシュミスヒットとなる。
Here, if a memory read request is executed at the same index address as the index address where an error was previously detected in the index of the address array 4 by the store request, this memory read request results in a cache mishit as described above. .

このとき、アドレスレジスタ1に保持されている索引
アドレスに対応するアドレスアレイ4の格納位置に、ラ
イトレジスタ2に保持されているキーアドレス部が登録
される。
At this time, the key address portion held in the write register 2 is registered in the storage position of the address array 4 corresponding to the index address held in the address register 1.

よって、もしも以前のストアリクエストによるアドレ
スアレイ4の索引で検出されたエラーが間欠障害であっ
たならば、このキャッシュミスヒットとなったメモリリ
ードリクエストによる主記憶装置からのブロックデータ
のキャッシュメモリへの書込みによって、アドレスアレ
イ4の障害が復旧されることになる。
Therefore, if the error detected by the index of the address array 4 due to the previous store request is an intermittent failure, the block data from the main memory device to the cache memory by the memory read request resulting in this cache mishit is transferred to the cache memory. By writing, the failure of the address array 4 is recovered.

また、アンドゲート21を介してこのメモリリードリク
エストによりキャッシュミスヒットが発生したことが上
位装置の制御回路(図示せず)に通知されると、キャッ
シュ登録指示によってライトイネーブルレジスタ3に論
理“1"がセットされ、アドレスアレイ4の書込み動作が
実行される。
When the control circuit (not shown) of the higher-level device is notified of the occurrence of the cache mishit by this memory read request via the AND gate 21, the cache enable instruction causes the write enable register 3 to be logically "1". Is set, and the write operation of the address array 4 is executed.

一方、キャッシュミスヒットが制御回路に通知される
のと同時に、アドレスレジスタ1に保持されている索引
アドレスがアドレスレジスタ8にセットされる。
On the other hand, at the same time when the cache mishit is notified to the control circuit, the index address held in the address register 1 is set in the address register 8.

制御回路からのキャッシュ登録指示は論理反転ゲート
13により論理“0"に反転され、この論理“0"がアンドゲ
ート14を介してストアエラーフラグ9にセットされ、ま
たナンドゲート15を介してライトイネーブルレジスタ10
に論理“1"がセットされる。
The cache registration instruction from the control circuit is a logic inversion gate
The logic "0" is inverted by 13 and this logic "0" is set to the store error flag 9 through the AND gate 14 and the write enable register 10 through the NAND gate 15.
Is set to logic "1".

これによって、ファイル12にはキャッシュミスヒット
となったメモリリードリクエストの索引アドレスに対応
する格納位置に論理“0"が書込まれ、以後その索引アド
レスによるアドレスアレイ4の索引で新たにエラーが検
出されるまで、ファイル12の索引によりアドレスアレイ
4の索引結果を強制的にキャッシュミスヒットとするこ
とはなくなる。
As a result, a logical "0" is written in the file 12 at the storage position corresponding to the index address of the memory read request that resulted in the cache miss, and a new error is detected in the index of the address array 4 by the index address thereafter. Until this is done, the index result of the address array 4 is not forced to be a cache miss by the index of the file 12.

したがって、アドレスアレイ4の書込み動作によりア
ドレスアレイの間欠障害が復旧した場合には、以後その
索引アドレスによる索引に対してキャッシュメモリを何
の支障もなく使用することが可能となる。
Therefore, when the intermittent failure of the address array is recovered by the write operation of the address array 4, it becomes possible to use the cache memory for the index by the index address thereafter without any trouble.

このように、ストアリクエストによるアドレスアレイ
4の索引でエラーが検出された場合、キャッシュメモリ
のブロックデータを管理するエントリ単位で、すなわち
アドレスアレイ4に登録された索引アドレス単位でキャ
ッシュメモリの使用の許可および禁止を制御するととも
に、エラーが検出されたアドレスアレイ4の索引アドレ
スに再書込みが行われたときに該索引アドレスに対する
使用禁止を解除するようにすることによって、ストアリ
クエストによるアドレスアレイ4の索引でエラーが検出
された場合でもキャッシュメモリ全体もしくはレベル全
体を使用禁止とすることがなくなるので、システムの性
能低下を最小限に抑えてシステムの継続運転を行うこと
ができる。
In this way, when an error is detected in the index of the address array 4 due to the store request, use of the cache memory is permitted in the entry unit for managing the block data of the cache memory, that is, in the index address unit registered in the address array 4. The index of the address array 4 by the store request is controlled by canceling the prohibition of the index address of the address array 4 in which the error is detected and rewriting the index address of the address array 4 when the error is detected. Even if an error is detected in, the use of the entire cache memory or the entire level will not be prohibited, so that the system performance can be minimized and the system can be continuously operated.

また、キャッシュメモリのイニシャライズを行わずに
復旧を行うので、それまで蓄積されたキャッシュメモリ
のデータがすべて失われることはなく、システムの性能
の大幅な低下を防止することができる。
Further, since the cache memory is restored without being initialized, all the data in the cache memory accumulated up to that point is not lost, and it is possible to prevent a significant decrease in system performance.

発明の効果 以上説明したように本発明によれば、ストアリクエス
トによるキャッシュメモリの索引でエラーが検出された
場合、キャッシュメモリのブロックデータを管理するエ
ントリ単位でキャッシュメモリの使用の許可および禁止
を制御するとともに、エラーが検出されたキャッシュメ
モリのエントリに再書込みが行われたときに該エントリ
の使用禁止を解除するようにすることによって、エラー
検出時にシステムの性能低下を最小限に抑えてシステム
の継続運転を行うことができるという効果がある。
As described above, according to the present invention, when an error is detected in a cache memory index due to a store request, permission and prohibition of use of the cache memory are controlled for each entry that manages block data of the cache memory. In addition, when the entry of the cache memory in which the error is detected is rewritten, the use prohibition of the entry is released to minimize the system performance degradation when the error is detected. The effect is that continuous operation can be performed.

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

第1図は本発明の一実施例の構成を示すブロック図であ
る。 主要部分の符号の説明 1……アドレスアレイアドレスレジスタ 2……アドレスアレイライトレジスタ 3……アドレスアレイライトイネーブルレジスタ 4……アドレスアレイ 5,11……比較器 6……エラー検出回路 7……フリップフロップ 8……エラーストアアドレスレジスタ 9……ストアエラーフラグライトレジスタ 10……エラーフラグレジスタファイルライトイネーブル
レジスタ 12……エラーフラグレジスタファイル 13,16,20……論理反転ゲート 14,18,21……アンドゲート 15,17,19……ナンドゲート
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention. Description of symbols of main part 1 ... Address array address register 2 ... Address array write register 3 ... Address array write enable register 4 ... Address array 5,11 ... Comparator 6 ... Error detection circuit 7 ... Flip floc P 8 …… Error store address register 9 …… Store error flag write register 10 …… Error flag register file write enable register 12 …… Error flag register file 13,16,20 …… Logic inversion gate 14,18,21 …… AND gate 15,17,19 …… Nand gate

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】主記憶装置のデータの一部を格納するキャ
ッシュメモリに対する索引のエラーを検出する検出手段
と、前記検出手段により前記エラーが検出されたとき、
前記キャッシュメモリに対する索引の結果をミスヒット
とする第1の抑止手段と、ストアリクエストによる前記
キャッシュメモリに対する索引のエラーが前記検出手段
により検出されたとき、前記キャッシュメモリの索引ア
ドレスを保持するアドレス保持手段と、前記検出手段に
より前記ストアリクエストによる前記キャッシュメモリ
に対する索引でエラーが検出されたか否かを示すエラー
情報を前記キャッシュメモリのアドレスに対応して格納
するエラー情報格納手段と、前記キャッシュメモリの索
引時に前記エラー情報格納手段から読出された前記エラ
ー情報に応じて該索引の結果をミスヒットとする第2の
抑止手段と、前記検出手段により前記エラーが検出され
た前記ストアリクエストによるキャッシュメモリに対す
る索引に連続する前記キャッシュメモリの索引の索引ア
ドレスと前記アドレス保持手段に保持された索引アドレ
スとを比較する比較手段と、前記比較手段により一致が
検出されたときに該索引の結果をミスヒットとする第3
の抑止手段と、前記キャッシュメモリに前記主記憶装置
のデータを登録するときに前記エラー情報格納手段の内
容を更新する手段とを有することを特徴とするキャッシ
ュメモリ装置。
1. A detecting means for detecting an error of an index to a cache memory storing a part of data of a main memory; and a detecting means for detecting the error,
First deterring means for making the result of the index for the cache memory a mishit, and address holding for holding the index address of the cache memory when an error of the index for the cache memory due to a store request is detected by the detecting means. Means, error information storage means for storing error information indicating whether or not an error is detected by the detection means in the index for the cache memory by the store request, corresponding to an address of the cache memory; Second deterring means for making the result of the index as a mishit according to the error information read from the error information storing means at the time of indexing, and cache memory by the store request in which the error is detected by the detecting means. Consecutive in index Serial third to the comparing means for comparing the index address and the index address held in the address holding unit of the cache memory index, and miss the results of the index when the match is detected by said comparing means
And a means for updating the contents of the error information storage means when registering the data of the main storage device in the cache memory.
JP2142087A 1990-05-31 1990-05-31 Cache memory device Expired - Fee Related JP2546411B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2142087A JP2546411B2 (en) 1990-05-31 1990-05-31 Cache memory device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2142087A JP2546411B2 (en) 1990-05-31 1990-05-31 Cache memory device

Publications (2)

Publication Number Publication Date
JPH0434630A JPH0434630A (en) 1992-02-05
JP2546411B2 true JP2546411B2 (en) 1996-10-23

Family

ID=15307128

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2142087A Expired - Fee Related JP2546411B2 (en) 1990-05-31 1990-05-31 Cache memory device

Country Status (1)

Country Link
JP (1) JP2546411B2 (en)

Also Published As

Publication number Publication date
JPH0434630A (en) 1992-02-05

Similar Documents

Publication Publication Date Title
EP0706128B1 (en) Fast comparison method and apparatus for errors corrected cache tags
US8977820B2 (en) Handling of hard errors in a cache of a data processing apparatus
US3800294A (en) System for improving the reliability of systems using dirty memories
US7328391B2 (en) Error correction within a cache memory
EP0989492B1 (en) Technique for correcting single-bit errors in caches with sub-block parity bits
US7987407B2 (en) Handling of hard errors in a cache of a data processing apparatus
US7752505B2 (en) Method and apparatus for detection of data errors in tag arrays
US4483003A (en) Fast parity checking in cache tag memory
US6480975B1 (en) ECC mechanism for set associative cache array
Namjoo et al. Watchdog processors and capability checking
JP4395425B2 (en) Data processing apparatus and method for processing corrupted data values
US8190973B2 (en) Apparatus and method for error correction of data values in a storage device
US4831622A (en) Apparatus for forcing a reload from main memory upon cache memory error
KR870001307B1 (en) System for treatment of single bit error in buffer storage unit
US6226763B1 (en) Method and apparatus for performing cache accesses
US6519684B1 (en) Low overhead method for selecting and updating an entry in a cache memory
US7395489B2 (en) Control system and memory control method executing a detection of an error in a formation in parallel with reading operation
EP1444580A2 (en) Method and apparatus for fixing bit errors encountered during cache references without blocking
US6567952B1 (en) Method and apparatus for set associative cache tag error detection
JP2546411B2 (en) Cache memory device
US6546501B1 (en) Cache memory apparatus and computer readable recording medium on which a program for controlling a cache memory is recorded
KR860002027B1 (en) Key memory error processing system
JP2701703B2 (en) Cache memory
JPH05165719A (en) Memory access processor
JPH04243446A (en) Cache registration controller

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20070808

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080808

Year of fee payment: 12

LAPS Cancellation because of no payment of annual fees