JPH05298182A - Cache memory - Google Patents

Cache memory

Info

Publication number
JPH05298182A
JPH05298182A JP4084362A JP8436292A JPH05298182A JP H05298182 A JPH05298182 A JP H05298182A JP 4084362 A JP4084362 A JP 4084362A JP 8436292 A JP8436292 A JP 8436292A JP H05298182 A JPH05298182 A JP H05298182A
Authority
JP
Japan
Prior art keywords
address
ecc
error correction
data
byte
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.)
Withdrawn
Application number
JP4084362A
Other languages
Japanese (ja)
Inventor
Koji Iida
弘司 飯田
Tsutomu Ban
勉 伴
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
NEC Software Shikoku Ltd
Original Assignee
NEC Corp
NEC Software Shikoku 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 Corp, NEC Software Shikoku Ltd filed Critical NEC Corp
Priority to JP4084362A priority Critical patent/JPH05298182A/en
Publication of JPH05298182A publication Critical patent/JPH05298182A/en
Withdrawn legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To make it possible to unnecessitate an ECC correction circuit, to reduce quantity of hardware and to improve processing speed for eliminating the ECC correction circuit of a low-order address register by comparing the read data from an address array as it is an ECC code without performing the error correction of the data. CONSTITUTION:In a cache memory where error correction codes are used for address array parts 31 to 3n, an ECC coding is performed for the high-order part of a main memory address for which a memory access request is performed by an ECC generation circuit 90, and the read data from the address arrays 31 to 3n and the ECC coded data are directly compared by the byte unit of the error correction code by a byte comparator 41. As a result, when a noncoincidence does not exist or the noncoincidence of the number of byte at a range where a correction is possible to be performed by the error correction code exists, a cache hit signal is outputted from noncoincidence number of byte decision circuits 5 1 to 5n.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はキャッシュメモリに関
し、特にアドレスアレイに誤り訂正符号を使用している
場合のキャッシュヒット判定方法に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a cache memory, and more particularly to a cache hit determination method when an error correction code is used in an address array.

【0002】[0002]

【従来の技術】従来のアドレスアレイ部に誤り訂正符号
を用いたキャッシュメモリについて説明する前に、ま
ず、キャッシュメモリと誤り訂正符号について簡潔に説
明する。
2. Description of the Related Art Before describing a conventional cache memory using an error correction code in an address array section, first, a brief description will be given of the cache memory and the error correction code.

【0003】主メモリデータの一部を高速メモリに保持
し、見かけ上の平均メモリアクセス時間を高速化したキ
ャッシュメモリは、一般に、主メモリデータの一部を保
持するデータアレイ部と、データアレイ部が保持してい
るデータの主メモリでのアドレスを保持するアドレスア
レイ部、メモリアクセス要求されたアドレス(以下、目
的のアドレスと呼ぶ)がアドレスアレイに登録されてい
るか否かを判定するアドレス比較部などから構成され
る。
A cache memory in which a part of main memory data is held in a high-speed memory and an apparent average memory access time is shortened is generally a data array section that holds a part of main memory data and a data array section. An address array unit that holds the address of the data held by the main memory in the main memory, and an address comparison unit that determines whether or not a memory access requested address (hereinafter referred to as the target address) is registered in the address array. Etc.

【0004】メモリへのアクセス要求が出されると、目
的のアドレスキャッシュメモリ内に登録されているか否
かを調べるために、アドレスアレイを参照する。アドレ
スアレイに目的のアドレスが登録されている場合は(以
下、キャッシュヒットと呼ぶ)、データアレイのデータ
を読み出しあるいは更新する。アドレスアレイに目的の
アドレスが登録されていない場合は(以下、キャッシュ
ミスと呼ぶ)、該当アドレスをアドレスアレイに登録
し、主メモリをアクセスして、該当アドレスのデータを
データアレイにロードする。
When a memory access request is issued, the address array is referred to in order to check whether it is registered in the target address cache memory. When the target address is registered in the address array (hereinafter referred to as cache hit), the data in the data array is read or updated. When the target address is not registered in the address array (hereinafter referred to as cache miss), the corresponding address is registered in the address array, the main memory is accessed, and the data at the corresponding address is loaded into the data array.

【0005】誤り訂正符号(Error Correc
ting Code,以下ECCと略す)は、符号に冗
長度をもたせることにより、符号の一部に誤りが発生し
た場合でもその誤りが軽微なものである場合には、誤り
の発生を検出し誤りの影響を除去して元の正しい符号に
修正できるように構成された符号のことであり、一般に
冗長度を大きくする程訂正可能な誤りの範囲も大きくな
る。誤り訂正を行うデータ単位を「バイト」と呼ぶ。誤
り訂正符号の記憶装置への応用としては、例えば、1個
の符号を多数のメモリ素子に分割して記憶し、メモリ素
子をバイトに対応させ、1個のメモリ素子の故障であれ
ば他のメモリ素子の内容から元の内容を再現できるよう
な誤り訂正符号を使用すれば、同時に複数のメモリ素子
が故障しない限り、故障の影響を除去することができ
る。
Error correction code (Error Correc)
(Ting Code, hereinafter abbreviated as ECC), by providing redundancy in a code, even if an error occurs in a part of the code, if the error is minor, the occurrence of the error is detected and the error is detected. It is a code configured so that the influence can be removed and the original correct code can be corrected. Generally, the larger the redundancy, the larger the range of correctable errors. A data unit for error correction is called "byte". As an application of the error correction code to a storage device, for example, one code is divided into a large number of memory elements and stored, and a memory element is made to correspond to a byte. By using an error correction code that can reproduce the original contents from the contents of the memory element, the effect of the failure can be removed unless a plurality of memory elements fail at the same time.

【0006】次に、従来のアドレスアレイ部に誤り訂正
符号を用いたキャッシュメモリについて説明する。
Next, a conventional cache memory using an error correction code in the address array section will be described.

【0007】従来のアドレスアレイ部に誤り訂正符号を
用いたキャッシュメモリのアドレスアレイ部及びアドレ
ス比較部は、一般に、図2に示すような構成となってい
る。アドレスレジスタは上位アドレスレジスタ10と下
位アドレスレジスタ20とで構成されており、それぞれ
目的のアドレスの上位部分、下位部分がセットされてい
る。上位アドレスレジスタ10にはECC生成回路90
が接続されている。アドレスアレイ31,32,・・
・,3nに登録する上位アドレスをECC符号化する。
アドレスアレイ31,32,・・・,3nは、データア
レイと同じ個数(n個)だけ存在し、それぞれデータア
レイに保持されているデータの主メモリでのアドレスの
上位部分を、ECC符号化された状態で保持する。EC
C訂正回路91,92,・・・,9nは、アドレスアレ
イ31,32,・・・,3nが保持しているアドレス上
位部分に誤りが有れば訂正する。アドレスアレイに保持
されているアドレス上位部分と下位アドレスレジスタに
セットされているアドレス下位部分を合成して得られる
アドレスが、データアレイに格納されているデータの主
メモリでのアドレスになる。ビット比較器41a,42
a,・・・,4naは、ECC訂正回路91,92,・
・・,9nの出力であるデータアレイに保持されている
データの主メモリでのアドレス(上位部分)と、上位ア
ドレスレジスタ10にセットされた目的のアドレスの上
位部分とをビット毎に比較する。完全一致判定回路51
a,52a,・・・,5naはそれぞれ比較器41a,
42a,・・・,4naでの比較結果が、全ビット完全
に一致していればキャッシュヒット信号61,62,・
・・,6nを出力する。
The address array unit and the address comparison unit of the cache memory using the error correction code in the conventional address array unit are generally constructed as shown in FIG. The address register is composed of an upper address register 10 and a lower address register 20, and the upper part and the lower part of the target address are set therein. The upper address register 10 has an ECC generation circuit 90.
Are connected. Address arrays 31, 32, ...
The upper address registered in 3n is ECC encoded.
The number of address arrays 31, 32, ..., 3n is the same as the number of data arrays (n), and the upper part of the address in the main memory of the data held in each data array is ECC encoded. Hold it in the open state. EC
The C correction circuits 91, 92, ..., 9n correct if there is an error in the upper address portion held by the address arrays 31, 32 ,. The address obtained by synthesizing the upper address part held in the address array and the lower address part set in the lower address register becomes the address in the main memory of the data stored in the data array. Bit comparators 41a, 42
a, ..., 4na are ECC correction circuits 91, 92, ...
.., 9n is output, and the address (upper part) of the data held in the data array in the main memory is compared with the upper part of the target address set in the upper address register 10 bit by bit. Perfect match determination circuit 51
a, 52a, ..., 5na are comparators 41a,
42a, ..., 4na, the cache hit signals 61, 62, ...
.., 6n is output.

【0008】続いて、この様に構成されたキャッシュメ
モリの動作について説明する。
Next, the operation of the cache memory thus constructed will be described.

【0009】メモリアクセス要求が出されると、目的の
アドレスが上位アドレスレジスタ10及び下位アドレス
レジスタ20にセットされる。下位アドレスレジスタ2
0の内容にしたがってアドレスアレイ31,32,・・
・,3nから、データアレイが保持しているデータの主
メモリでのアドレスの上位部分が、ECC符号化された
状態で読み出される。該アドレス上位部分は、ECC訂
正回路91,92,・・・,9nで訂正されビット比較
器41a,42a,・・・,4naへ送られ、上位アド
レスレジスタ10にセットされた目的のアドレスの上位
部分とビット毎に比較される。ビット比較器41a,4
2a,・・・4naの中に全ビットが完全に一致するも
のが有る場合には対応する完全一致判定回路51a,5
2a,・・・,5naからキャッシュヒット信号61,
62,・・・6nが出力され、対応するデータアレイ中
のデータがアクセスされる。全ビットが完全に一致する
ものが無い場合にはキャッシュミスとなり、主メモリへ
のアクセスが行なわれる。主メモリからデータが返され
ると、データアレイの1つにロードされ、対応するアド
レスアレイに目的のアドレス(上位部分)が登録され
る。
When a memory access request is issued, the target address is set in the upper address register 10 and the lower address register 20. Lower address register 2
According to the contents of 0, address arrays 31, 32, ...
.., 3n, the upper part of the address in the main memory of the data held by the data array is read in the ECC encoded state. The upper part of the address is corrected by the ECC correction circuits 91, 92, ..., 9n and sent to the bit comparators 41a, 42a ,. It is compared bit by bit with the part. Bit comparators 41a, 4
2a, ..., 4na, if there is a complete match of all bits, the corresponding perfect match determination circuits 51a, 5a
Cache hit signal 61 from 2a, ..., 5na,
62, ..., 6n are output, and the data in the corresponding data array is accessed. If none of the bits completely match, a cache miss occurs and the main memory is accessed. When the data is returned from the main memory, it is loaded into one of the data arrays and the target address (upper part) is registered in the corresponding address array.

【0010】[0010]

【発明が解決しようとする課題】上述した従来のキャッ
シュメモリは、アドレスアレイ31,32,・・・3n
からの読出データをECC訂正回路91,92,・・・
9nで訂正してからキャッシュヒットの判定をするよう
になっている。このため、ECC訂正回路がアドレスア
レイと同じ個数だけ必要になり、ハードウェア量が増大
する。また、下位アドレスレジスタ20からキャッシュ
ヒット信号61,62,・・・6nに至るパスはキャッ
シュメモリの性能上のクリティカルパスとなっているこ
とが多く、論理段数の深いECC訂正回路は処理速度を
低下させる。さらに、比較器付きのメモリ素子が使用で
きないため、ハードウェア量が増大するだけでなく、処
理速度も低下するという欠点があった。
The above-described conventional cache memory has the address arrays 31, 32, ... 3n.
The read data from the ECC correction circuits 91, 92, ...
The cache hit is judged after correction in 9n. Therefore, the same number of ECC correction circuits as the address array are required, and the amount of hardware increases. Further, the path from the lower address register 20 to the cache hit signals 61, 62, ... 6n is often a critical path in terms of the performance of the cache memory, and the ECC correction circuit having a large number of logical stages reduces the processing speed. Let Further, since the memory device with the comparator cannot be used, not only the amount of hardware increases but also the processing speed decreases.

【0011】[0011]

【課題を解決するための手段】本発明のアドレスアレイ
部に誤り訂正符号を用いたキャッシュメモリは、メモリ
アクセス要求のあった主メモリアドレスの上位部分をE
CC符号化する第一の手段と、アドレスアレイからの読
出データと前記第一の手段によって得られたECC符号
とを誤り訂正符号のバイト単位に直接比較する第二の手
段と、その結果、不一致かないかまたは高々誤り訂正符
号の訂正可能な範囲のバイト数の不一致であれば、キャ
ッシュヒット信号を出力する第三の手段と、を有してい
る。
A cache memory using an error correction code in an address array unit according to the present invention has an upper portion of a main memory address for which a memory access request is issued, which is E.
The first means for CC encoding, the second means for directly comparing the read data from the address array and the ECC code obtained by the first means in byte units of the error correction code, and as a result, they do not match. Or a third means for outputting a cache hit signal if the number of bytes in the correctable range of the error correction code does not match.

【0012】[0012]

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

【0013】図1は本発明の一実施例の構成図である。
アドレスレジスタは上位アドレスレジスタ10と下位ア
ドレスレジスタ20とで構成されており、それぞれ目的
のアドレスの上位部分、下位部分がセットされる。EC
C生成回路90は、目的のアドレスの上位部分をECC
符号化する。ECC符号化された上位アドレスは、アド
レスアレイ31,32,・・・,3nと、バイト比較器
41,42,・・・,4nに出力される。アドレスアレ
イ31,32,・・・,3nは、データアレイと同じ個
数(n個)だけ存在し、それぞれデータアレイに保持さ
れているデータの主メモリでのアドレスの上位部分を、
ECC符号化された状態で保持する。バイト比較器4
1,42,・・・,4nはアドレスアレイ31,32,
・・・,3nの出力すなわちデータアレイに保持されて
いるデータの主メモリでのアドレスの上位部分(ECC
符号化されたもの)と、ECC生成回路90の出力すな
わち目的のアドレスの上位部分(ECC符号化されたも
の)とを、誤り訂正符号のバイト単位に直接比較する。
ここで「バイト」は必ずしも複数ビットである必要はな
く1ビットで構成されていてもよい。不一致バイト数判
定回路51,52,・・・,5nはそれぞれバイト比較
器41,42,・・・,4nでの比較結果が全バイト完
全に一致しているか、または高々誤り訂正符号の訂正可
能な範囲のバイト数の不一致であれば、キャッシュヒッ
ト信号61,62,・・・,6nを出力する。
FIG. 1 is a block diagram of an embodiment of the present invention.
The address register is composed of an upper address register 10 and a lower address register 20, and the upper part and the lower part of the target address are set respectively. EC
The C generation circuit 90 uses the ECC for the upper part of the target address.
Encode. The ECC-encoded upper address is output to the address arrays 31, 32, ..., 3n and the byte comparators 41, 42 ,. The number of address arrays 31, 32, ..., 3n is the same as the number of data arrays (n), and the upper part of the address in the main memory of the data held in each data array is
It is held in the ECC encoded state. Byte comparator 4
1, 42, ..., 4n are address arrays 31, 32,
..., 3n output, that is, the upper part of the address in the main memory of the data held in the data array (ECC
The encoded data) and the output of the ECC generation circuit 90, that is, the upper part of the target address (ECC encoded data) are directly compared in byte units of the error correction code.
Here, the “byte” does not necessarily have to be a plurality of bits and may be composed of 1 bit. .., 5n, the comparison results of the byte comparators 41, 42 ,. If the number of bytes in the range does not match, the cache hit signals 61, 62, ..., 6n are output.

【0014】続いて、この様に構成されたキャッシュメ
モリの動作について説明する。
Next, the operation of the cache memory thus constructed will be described.

【0015】メモリアクセス要求が出されると、目的の
アドレスが上位アドレスレジスタ10及び下位アドレス
レジスタ20にセットされる。下位アドレスレジスタ2
0の内容にしたがってアドレスアレイ31,32,・・
・,3nから、データアレイが保持しているデータの主
メモリでのアドレスの上位部分が、ECC符号化された
状態で読み出される。読み出されたアドレス上位部分
(ECC符号化されたもの)は、バイト比較器41,4
2,・・・,4nに送られ、目的のアドレスの上位部分
(ECC符号化されたもの)と誤り訂正符号のバイト単
位に比較される。バイト単位の比較結果は、不一致バイ
ト数判定回路51,52,・・・5nに送られ、全バイ
ト完全に一致しているか、または高々誤り訂正符号の訂
正可能な範囲のバイト数の不一致であれば、キャッシュ
ヒット信号61,62,・・・,6nが出力される。キ
ャッシュヒット信号61,62,・・・,6nのいずれ
かが出力されると、対応するデータアレイ中のデータが
アクセスされる。誤り訂正符号の訂正可能な範囲を越え
たバイト数の不一致であればキャッシュヒット信号は出
力されない。いずれのキャッシュヒット信号も出力され
ない場合にはキャッシュミスとなり、主メモリへのアク
セスが行なわれる。主メモリからデータが返されると、
データアレイの1つにロードされ、対応するアドレスア
レイに目的のアドレスの上位部分が登録される。
When a memory access request is issued, the target address is set in the upper address register 10 and the lower address register 20. Lower address register 2
According to the contents of 0, address arrays 31, 32, ...
.., 3n, the upper part of the address in the main memory of the data held by the data array is read in the ECC encoded state. The read upper part of the address (ECC encoded) is the byte comparator 41, 4
2, ..., 4n, and compared with the upper part (ECC encoded) of the target address in byte units of the error correction code. The comparison result in units of bytes is sent to the non-coincidence byte number determination circuits 51, 52, ... 5n, and all the bytes are completely coincident or the number of bytes in the correctable range of the error correction code is not coincident. For example, the cache hit signals 61, 62, ..., 6n are output. When any of the cache hit signals 61, 62, ..., 6n is output, the data in the corresponding data array is accessed. If the number of bytes does not match the correctable range of the error correction code, the cache hit signal is not output. If no cache hit signal is output, a cache miss occurs and the main memory is accessed. When data is returned from main memory,
It is loaded into one of the data arrays and the upper part of the desired address is registered in the corresponding address array.

【0016】[0016]

【発明の効果】以上説明したように、本発明は、アドレ
スアレイからの読出データを誤り訂正することなくEC
C符号のまま比較することにより、ECC訂正回路が不
要になり、ハードウェア量を減少させることができる。
また、下位アドレスレジスタからキャッシュヒット信号
に至るクリティカルパスからECC訂正回路が無くなる
ために、処理速度を向上させることができる。さらに、
比較器付きのメモリ素子を使用すれば、アドレスアレイ
とバイト比較器を同一素子で構成することができるた
め、より一層高速化できるという効果がある。
As described above, according to the present invention, the read data from the address array can be EC-corrected without error correction.
By comparing the C code as it is, the ECC correction circuit becomes unnecessary, and the amount of hardware can be reduced.
Further, since the ECC correction circuit is eliminated from the critical path from the lower address register to the cache hit signal, the processing speed can be improved. further,
If the memory device with the comparator is used, the address array and the byte comparator can be configured by the same device, so that the speed can be further increased.

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

【図1】本発明の一実施例を示す構成図である。FIG. 1 is a configuration diagram showing an embodiment of the present invention.

【図2】従来のキャッシュメモリの構成図である。FIG. 2 is a configuration diagram of a conventional cache memory.

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

10 上位アドレスレジスタ 20 下位アドレスレジスタ 31,32,・・・,3n アドレスアレイ 41,42,・・・,4n バイト比較器 41a,42a,・・・,4na ビット比較器 51,52,・・・,5n 不一致バイト数判定回路 51a,52a,・・・,5na 完全一致判定回路 61,62,・・・,6n キャッシュヒット信号 90 ECC生成回路 91,92,・・・,9n ECC訂正回路 10 High-order address register 20 Low-order address register 31, 32, ..., 3n address array 41, 42, ..., 4n byte comparator 41a, 42a, ..., 4na bit comparator 51, 52 ,. , 5n non-matching byte number judging circuit 51a, 52a, ..., 5na perfect match judging circuit 61, 62, ..., 6n cache hit signal 90 ECC generation circuit 91, 92, ..., 9n ECC correction circuit

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 アドレスアレイ部に誤り訂正符号を用い
たキャッシュメモリにおいて、メモリアクセス要求のあ
った主メモリアドレスの上位部分をECC符号化する第
一の手段と、アドレスアレイからの読出データと前記第
一の手段によって得られたECC符号とを誤り訂正符号
のバイト単位に直接比較する第二の手段と、その結果、
不一致かないかまたは高々誤り訂正符号の訂正可能な範
囲のバイト数の不一致であれば、キャッシュヒット信号
を出力する第三の手段と、を有することを特徴とするキ
ャッシュメモリ。
1. In a cache memory using an error correction code in an address array section, first means for ECC-encoding the upper portion of a main memory address for which a memory access request is made, read data from an address array, and Second means for directly comparing the ECC code obtained by the first means with the byte unit of the error correction code, and, as a result,
A cache memory comprising: a third means for outputting a cache hit signal if there is no mismatch or if there is a mismatch in the number of bytes in the correctable range of the error correction code at most.
JP4084362A 1992-04-07 1992-04-07 Cache memory Withdrawn JPH05298182A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4084362A JPH05298182A (en) 1992-04-07 1992-04-07 Cache memory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4084362A JPH05298182A (en) 1992-04-07 1992-04-07 Cache memory

Publications (1)

Publication Number Publication Date
JPH05298182A true JPH05298182A (en) 1993-11-12

Family

ID=13828417

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4084362A Withdrawn JPH05298182A (en) 1992-04-07 1992-04-07 Cache memory

Country Status (1)

Country Link
JP (1) JPH05298182A (en)

Similar Documents

Publication Publication Date Title
US5418796A (en) Synergistic multiple bit error correction for memory of array chips
US6018817A (en) Error correcting code retrofit method and apparatus for multiple memory configurations
US6976194B2 (en) Memory/Transmission medium failure handling controller and method
US6996766B2 (en) Error detection/correction code which detects and corrects a first failing component and optionally a second failing component
US5164944A (en) Method and apparatus for effecting multiple error correction in a computer memory
US6973613B2 (en) Error detection/correction code which detects and corrects component failure and which provides single bit error correction subsequent to component failure
JP4071940B2 (en) Shared error correction for memory design
US5754566A (en) Method and apparatus for correcting a multilevel cell memory by using interleaving
US6044483A (en) Error propagation operating mode for error correcting code retrofit apparatus
EP0989492B1 (en) Technique for correcting single-bit errors in caches with sub-block parity bits
US5477551A (en) Apparatus and method for optimal error correcting code to parity conversion
US4961193A (en) Extended errors correcting device having single package error correcting and double package error detecting codes
JP2003507985A (en) System and method for detecting 2-bit errors and correcting errors due to component failure
JPH06324951A (en) Computer system with error inspection / correction function
US5774481A (en) Reduced gate error detection and correction circuit
JP2001358702A (en) Device for inspecting error correction code
US4631725A (en) Error correcting and detecting system
JPS63115239A (en) Error inspection/correction circuit
US20040225944A1 (en) Systems and methods for processing an error correction code word for storage in memory components
US4569051A (en) Methods of correcting errors in binary data
US11881277B2 (en) Memory device and operating method thereof
JPH01158698A (en) Semiconductor memory
US5550849A (en) Method and apparatus for detecting single or multiple bit errors instorage devices
US7392347B2 (en) Systems and methods for buffering data between a coherency cache controller and memory
US20040088497A1 (en) Methods and apparatus for exchanging data using cyclic redundancy check codes

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19990608