JPH05127990A - Cache data transfer system - Google Patents

Cache data transfer system

Info

Publication number
JPH05127990A
JPH05127990A JP3311811A JP31181191A JPH05127990A JP H05127990 A JPH05127990 A JP H05127990A JP 3311811 A JP3311811 A JP 3311811A JP 31181191 A JP31181191 A JP 31181191A JP H05127990 A JPH05127990 A JP H05127990A
Authority
JP
Japan
Prior art keywords
data
transfer
block
cache memory
memory
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
JP3311811A
Other languages
Japanese (ja)
Inventor
Hisakazu Ito
尚和 伊東
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry 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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP3311811A priority Critical patent/JPH05127990A/en
Publication of JPH05127990A publication Critical patent/JPH05127990A/en
Pending legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PURPOSE:To allow to execute look-ahead only in the case of need, and to eliminate useless using time of a bus. CONSTITUTION:A microprogram 11 has transfer mode switching information 11a. A processor 12 informs a cache memory 13 of transfer mode information by executing the microprogram 11. Thus, in the case that mishit is caused, as for data transfer from a main memory 14 to the cache memory 13, for instance, either a block boundary transfer mode A to transfer the data to the block boundary of one block containing the requested data or a requested data transfer mode B to transfer only the block of the requested data is designated.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、キャッシュメモリを有
する情報処理装置等において、特に、そのメインメモリ
からキャッシュメモリへのキャッシュデータ転送方式に
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing apparatus having a cache memory, and more particularly to a cache data transfer system from its main memory to the cache memory.

【0002】[0002]

【従来の技術】一般に、情報処理装置等においては、処
理速度を向上させるため、記憶容量は少ないが高速なキ
ャッシュメモリを備えている。このようなキャッシュメ
モリは、メインメモリのデータの一部を格納し、プロセ
ッサの要求があった場合、そのデータがキャッシュメモ
リ内にある場合は、そのまま応答し、そのデータがキャ
ッシュメモリ内に無い場合は、メインメモリからそのデ
ータを転送し、プロセッサに応答する。図2に、このよ
うなキャッシュデータ転送方式を説明するためのブロッ
ク図を示す。図の装置は、マイクロプログラム(μP)
1と、プロセッサ2と、キャッシュメモリ3と、メイン
メモリ4とからなる。マイクロプログラム1は、プロセ
ッサ2が命令を実行するためのもので、オペレーション
部とオペランド部からなっている。キャッシュメモリ3
は、上述したように、メインメモリ4のデータの一部を
格納するメモリで、メインメモリ4のデータをブロック
単位に格納する。図3に、キャッシュメモリ3とメイン
メモリ4との構成を示す。キャッシュメモリ3はタグ部
3aとデータ部3bとを備え、データ部3bの各ブロッ
クは4個のサブブロックで構成されている。一つのサブ
ブロックの幅はメモリバス5と等しいデータ幅であり、
また、メインメモリ4のデータ幅もメモリバス5と同じ
データ幅となっている。タグ部3aのアドレスタグに対
応するデータ部3bの4個のサブブロックは、メインメ
モリ4上で連続したアドレスのデータであり、アドレス
タグは、その先頭アドレスを示している。
2. Description of the Related Art Generally, an information processing apparatus or the like is provided with a high-speed cache memory having a small storage capacity in order to improve processing speed. Such a cache memory stores a part of the data in the main memory, responds as it is if the data is in the cache memory when requested by the processor, and if the data is not in the cache memory. Transfers its data from main memory and responds to the processor. FIG. 2 shows a block diagram for explaining such a cache data transfer method. The device shown is a microprogram (μP)
1, a processor 2, a cache memory 3, and a main memory 4. The microprogram 1 is for the processor 2 to execute an instruction, and includes an operation part and an operand part. Cache memory 3
Is a memory that stores a part of the data in the main memory 4, and stores the data in the main memory 4 in block units. FIG. 3 shows the configurations of the cache memory 3 and the main memory 4. The cache memory 3 includes a tag unit 3a and a data unit 3b, and each block of the data unit 3b is composed of four sub blocks. The width of one sub-block is the same as the data width of the memory bus 5,
The data width of the main memory 4 is the same as that of the memory bus 5. The four sub-blocks of the data part 3b corresponding to the address tags of the tag part 3a are data of consecutive addresses on the main memory 4, and the address tag indicates the head address thereof.

【0003】次に、動作について説明する。プロセッサ
2は、図2に示すマイクロプログラム1により制御され
る。マイクロプログラムの指示によりプロセッサ2から
キャッシュメモリ3にリード要求6が出される。これに
より、キャッシュメモリ3は、その要求データがキャッ
シュメモリ3に存在するかどうかをチェックし、要求デ
ータが存在した場合は、そのデータをプロセッサ2に応
答する(図2中、符号7で示す)。
Next, the operation will be described. The processor 2 is controlled by the microprogram 1 shown in FIG. A read request 6 is issued from the processor 2 to the cache memory 3 according to an instruction from the microprogram. As a result, the cache memory 3 checks whether or not the requested data exists in the cache memory 3, and if the requested data exists, responds to the data with the processor 2 (indicated by reference numeral 7 in FIG. 2). ..

【0004】また、要求データがキャッシュメモリ3に
存在しない場合(ミスヒット)は、キャッシュメモリ3
からメインメモリ4にリード要求8が出される。キャッ
シュメモリ3のデータは4個のサブブロック単位で管理
されているため、メインメモリ4は、要求データ(ある
サブブロックのデータ)からブロック境界までのサブブ
ロックデータをキャッシュメモリ3に対して応答する
(図2中、符号9で示す)。例えば、要求データがサブ
ブロック2に対するものであった場合、メインメモリ4
からのデータ転送は、ブロック境界であるサブブロック
4まで連続転送される。また、この場合のメモリバスサ
イクルは3つのサブブロックを転送するため、3バスサ
イクル必要である。その後、キャッシュメモリ3へのデ
ータ転送が終了した時点でキャッシュメモリ3からプロ
セッサ2へ応答7が返り、キャッシュメモリ3へのアク
セスは終了する。
If the requested data does not exist in the cache memory 3 (miss hit), the cache memory 3
Issues a read request 8 to the main memory 4. Since the data in the cache memory 3 is managed in units of four sub blocks, the main memory 4 responds to the cache memory 3 with sub block data from request data (data of a certain sub block) to a block boundary. (Indicated by reference numeral 9 in FIG. 2). For example, if the requested data is for the sub-block 2, the main memory 4
Data is continuously transferred up to sub-block 4, which is a block boundary. Further, the memory bus cycle in this case requires three bus cycles because three sub blocks are transferred. Thereafter, when the data transfer to the cache memory 3 is completed, the response 7 is returned from the cache memory 3 to the processor 2, and the access to the cache memory 3 is completed.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、上記従
来のキャッシュ転送方式は、キャッシュメモリ3のミス
ヒット時、プロセッサ2が要求したサブブロックデータ
が属するブロック内のデータを、要求されたサブブロッ
クのデータからブロック境界の最後のデータまでの連続
データをキャッシュメモリ3に転送するため、プロセッ
サ2の要求しないサブブロックデータの転送が行われ
る。例えば、図3において、プロセッサ2の要求データ
はサブブロック2のみであるが、メインメモリ4からの
データ転送は、不要なサブブロック3、4も行われてし
まう。このため、メモリバス5の使用時間が長くなるこ
とや、キャッシュメモリ3からプロセッサ2への応答時
間が長くかかる等の問題点を有していた。尚、ここで、
キャッシュメモリ3のデータ管理を一つのサブブロック
単位に行えば、ミスヒット時のこのような問題は生じな
いが、このような管理を行うのは、必要とするメモリ容
量が膨大なものになってしまうため、小容量のキャッシ
ュメモリでは非常に困難である。本発明は、上記従来の
問題点を解決するためになされたもので、ヒット率を低
下させることなく、不要なメモリバスサイクルを無く
し、処理速度を向上させることのできるキャッシュデー
タ転送方式を提供することを目的とする。
However, in the above-mentioned conventional cache transfer method, when the cache memory 3 misses, the data in the block to which the sub-block data requested by the processor 2 belongs is changed to the data of the requested sub-block. Since the continuous data from to the last data on the block boundary is transferred to the cache memory 3, the sub block data not requested by the processor 2 is transferred. For example, in FIG. 3, the requested data of the processor 2 is only the sub-block 2, but the data transfer from the main memory 4 also involves the unnecessary sub-blocks 3 and 4. Therefore, there are problems that the memory bus 5 is used for a long time and that the response time from the cache memory 3 to the processor 2 is long. In addition, here
If the data management of the cache memory 3 is performed in units of one sub-block, such a problem at the time of a mishit does not occur, but such management requires a huge memory capacity. Therefore, it is very difficult to use a small capacity cache memory. The present invention has been made to solve the above-mentioned conventional problems, and provides a cache data transfer method capable of eliminating unnecessary memory bus cycles and improving processing speed without lowering the hit rate. The purpose is to

【0006】[0006]

【課題を解決するための手段】本発明のキャッシュデー
タ転送方式は、メインメモリと、このメインメモリ上の
データの一部をブロック単位に格納するキャッシュメモ
リとを備え、プロセッサがマイクロプログラム命令を実
行することにより、前記メインメモリと前記キャッシュ
メモリ間のデータ転送を行うキャッシュデータ転送方式
において、前記プロセッサへのマイクロプログラム命令
に前記データ転送の転送モードを切替える転送モード切
替情報を設け、前記メインメモリと前記キャッシュメモ
リ間の転送を行う場合、前記転送モード切替情報に基づ
き、前記プロセッサの要求するデータのブロックを含む
複数のブロックを転送するか、または前記プロセッサの
要求するデータのブロックのみを転送するかを選択する
ことを特徴とするものである。
A cache data transfer system according to the present invention comprises a main memory and a cache memory for storing a part of data on the main memory in block units, and a processor executes a micro program instruction. Thus, in the cache data transfer method for transferring data between the main memory and the cache memory, transfer mode switching information for switching the transfer mode of the data transfer is provided in the microprogram instruction to the processor, When performing transfer between the cache memories, whether to transfer a plurality of blocks including a block of data requested by the processor or only a block of data requested by the processor based on the transfer mode switching information. Is characterized by selecting Than it is.

【0007】[0007]

【作用】本発明のキャッシュデータ転送方式において
は、マイクロプログラムは、転送モード切替情報を有し
ている。プロセッサは、マイクロプログラムを実行する
ことにより、キャッシュメモリに対し、転送モード情報
を通知する。これにより、ミスヒットが生じた場合、メ
インメモリからキャッシュメモリへのデータ転送は、例
えば、要求されたデータを含む1ブロックのブロック境
界まで転送するブロックバウンダリ転送モードか、また
は要求されたデータのブロックのみを転送する要求デー
タ転送モードのいずれかが指定される。従って、必要な
場合のみデータの先読みを行うことができ、不要なバス
の使用時間を無くすことができる。
In the cache data transfer system of the present invention, the microprogram has transfer mode switching information. The processor notifies the transfer mode information to the cache memory by executing the microprogram. As a result, when a mishit occurs, the data transfer from the main memory to the cache memory is, for example, a block boundary transfer mode in which data is transferred to a block boundary of one block including the requested data, or a block of the requested data is transferred. Only one of the request data transfer modes for transferring only data is specified. Therefore, the data can be prefetched only when necessary, and unnecessary use time of the bus can be eliminated.

【0008】[0008]

【実施例】以下、本発明の実施例を図面を用いて詳細に
説明する。図1は本発明のキャッシュデータ転送方式を
実施するためのシステム構成を示すブロック図である。
図のシステムは、マイクロプログラム(μP)11と、
プロセッサ12と、キャッシュメモリ13と、メインメ
モリ14とからなる。マイクロプログラム11はオペレ
ーション部とオペランド部からなり、また、1ビットの
転送モード切替情報11aを有している。プロセッサ1
2は、このマイクロプログラム11によって制御され、
逐次命令処理を行うものであり、キャッシュメモリ13
およびメインメモリ14は、従来のキャッシュメモリ3
およびメインメモリ14と同様の構成である。
Embodiments of the present invention will be described in detail below with reference to the drawings. FIG. 1 is a block diagram showing a system configuration for implementing the cache data transfer system of the present invention.
The system shown in the figure includes a microprogram (μP) 11 and
It includes a processor 12, a cache memory 13, and a main memory 14. The microprogram 11 is composed of an operation part and an operand part, and has 1-bit transfer mode switching information 11a. Processor 1
2 is controlled by this microprogram 11,
The cache memory 13 performs sequential instruction processing.
And the main memory 14 is the conventional cache memory 3
It has the same configuration as the main memory 14.

【0009】次に、動作について説明する。マイクロプ
ログラム11をプロセッサ12が実行することにより、
キャッシュメモリ13へのデータアクセスが指示され
る。マイクロプログラム11のデータアクセスオーダに
は、ブロックバウンダリ転送モードと要求データ転送モ
ードがあり、これら転送モードは、マイクロプログラム
11中の転送モード切替情報11aで識別する。プロセ
ッサ12からリード要求16がキャッシュメモリ13に
対して通知されると、キャッシュメモリ13は、そのデ
ータがキャッシュメモリ13内にあるかどうかをチェッ
クし、あった場合は、該当するデータをプロセッサ12
に応答データ17として返送する。尚、このような動作
は従来と同様である。
Next, the operation will be described. By executing the microprogram 11 by the processor 12,
Data access to the cache memory 13 is instructed. The data access order of the microprogram 11 includes a block boundary transfer mode and a request data transfer mode. These transfer modes are identified by the transfer mode switching information 11a in the microprogram 11. When the read request 16 is notified from the processor 12 to the cache memory 13, the cache memory 13 checks whether the data is in the cache memory 13, and if there is, the corresponding data is retrieved by the processor 12
To the response data 17 as the response data. Incidentally, such an operation is similar to the conventional one.

【0010】また、プロセッサ12からの要求データが
キャッシュメモリ13内に存在しない場合(ミスヒッ
ト)は、キャッシュメモリ13はメインメモリ14に対
し、リード要求18または19を通知する。これらのリ
ード要求18、19には、マイクロプログラム11の転
送モード切替情報11aによるデータ転送モード情報も
含まれており、リード要求18はブロックバウンダリ転
送モードA、リード要求19は要求データ転送モードB
の要求転送モードを示している。リード要求18または
19を受けたメインメモリ14は、そのデータ転送モー
ドに従って2種類の応答20または21を返す。ここ
で、応答20はブロックバウンダリ転送モードAの応
答、応答21は要求データ転送モードBの応答である。
When the requested data from the processor 12 does not exist in the cache memory 13 (miss hit), the cache memory 13 notifies the main memory 14 of the read request 18 or 19. These read requests 18 and 19 also include data transfer mode information based on the transfer mode switching information 11a of the microprogram 11. The read request 18 is the block boundary transfer mode A, and the read request 19 is the requested data transfer mode B.
The request transfer mode is shown. The main memory 14 receiving the read request 18 or 19 returns two types of responses 20 or 21 according to the data transfer mode. Here, the response 20 is a response in the block boundary transfer mode A, and the response 21 is a response in the requested data transfer mode B.

【0011】次に、上記転送モードを詳細に説明する。 ブロックバウンダリ転送モード 図4は、ブロックバウンダリ転送モードの説明図であ
る。キャッシュメモリ13からメインメモリ14へのリ
ード要求(図1におけるリード要求18)はサブブロッ
ク単位であり、ここでは一例としてリード要求がサブブ
ロック2に対するものであるとする。メインメモリ14
はこのリード要求に対し、サブブロック2を含むブロッ
ク境界までの連続データをメモリバス15を介してキャ
ッシュメモリ13に応答する(図1における応答2
0)。ここで、データの順序は要求データであるサブブ
ロック2が先頭で、以下サブブロック3が第2サイク
ル、サブブロック4が第3サイクルとして連続転送され
る。このとき、応答メモリバスサイクルは3サイクルで
あり、これは従来のデータ転送と同様である。キャッシ
ュメモリ13はメインメモリ14からの受信データをデ
ータ部13bにライトした後、プロセッサ12に応答す
る。尚、図4中、13aはキャッシュメモリ13のタグ
部を示す。
Next, the transfer mode will be described in detail. Block Boundary Transfer Mode FIG. 4 is an explanatory diagram of the block boundary transfer mode. The read request from the cache memory 13 to the main memory 14 (read request 18 in FIG. 1) is in sub-block units, and here, as an example, the read request is for the sub-block 2. Main memory 14
Responds to this read request with continuous data up to the block boundary including the sub-block 2 via the memory bus 15 to the cache memory 13 (Response 2 in FIG. 1).
0). Here, the order of the data is that the sub-block 2 which is the requested data is the first, the sub-block 3 is the second cycle, and the sub-block 4 is the third cycle, so that the data is continuously transferred. At this time, the response memory bus cycle is 3 cycles, which is similar to the conventional data transfer. The cache memory 13 writes the received data from the main memory 14 to the data section 13b, and then responds to the processor 12. In FIG. 4, 13a indicates a tag portion of the cache memory 13.

【0012】要求データ転送モード 図5は、要求データ転送モードの説明図である。キャッ
シュメモリ13からメインメモリ14へのリード要求
(図1におけるリード要求19)はサブブロック単位で
あり、ここでもリード要求がサブブロック2に対するも
のであるとする。メインメモリ14はこのリード要求に
対し、サブブロック2のデータのみをメモリバス15を
介してキャッシュメモリ13に応答する(図1における
応答21)。このとき応答メモリバスサイクルは1サイ
クルである。その後、キャッシュメモリ13は上記ブロ
ックバウンダリ転送モードの場合と同様に、受信データ
をデータ部13bにライトした後、プロセッサ12に応
答する。
Request Data Transfer Mode FIG. 5 is an explanatory diagram of the request data transfer mode. The read request from the cache memory 13 to the main memory 14 (read request 19 in FIG. 1) is in sub-block units, and here again, the read request is for the sub-block 2. In response to this read request, the main memory 14 responds only the data of the sub block 2 to the cache memory 13 via the memory bus 15 (response 21 in FIG. 1). At this time, the response memory bus cycle is one cycle. After that, the cache memory 13 writes the received data to the data portion 13b, and then responds to the processor 12, as in the case of the block boundary transfer mode.

【0013】このように、上記実施例では、2種類の転
送モードから命令毎に転送モードを選択することができ
るため、マイクロプログラム11がキャッシュメモリ1
3の管理する一つのサブブロックのデータのみ必要とす
る命令であった場合、その要求データのみをメインメモ
リ14よりキャッシュメモリ13に転送することがで
き、従って、不要なバスの使用時間を無くすことができ
る。また、ブロックバウンダリ転送モードを選択するこ
とにより、必要な場合のみメインメモリ14からデータ
の先読みを行うことができる。
As described above, in the above-described embodiment, the transfer mode can be selected for each instruction from the two kinds of transfer modes.
If the instruction requires only the data of one sub-block managed by 3, the requested data can be transferred from the main memory 14 to the cache memory 13, thus eliminating unnecessary bus use time. You can Further, by selecting the block boundary transfer mode, it is possible to prefetch data from the main memory 14 only when necessary.

【0014】尚、上記実施例では、転送モードを、要求
データのみか、あるいは、ブロック境界までかの2種類
としたが、これに限定されるものではなく、更に細分化
して3種類以上の転送モードを設定するように構成して
もよい。これには、マイクロプログラム11の転送モー
ド切替情報11aを2ビット以上とすれば、3種類以上
の転送モードを指定することができる。また、上記実施
例では、キャッシュメモリ13とメインメモリ14間の
データ転送として、メインメモリ14からキャッシュメ
モリ13へのデータ転送について説明したが、これとは
逆に、キャッシュメモリ13からメインメモリ14への
データ転送時においても上記実施例と同様に行うことが
できる。
In the above embodiment, the transfer modes are two types, that is, the request data only or the block boundary. However, the present invention is not limited to this, and the transfer mode is further divided into three or more types. It may be configured to set the mode. To this end, if the transfer mode switching information 11a of the microprogram 11 is 2 bits or more, it is possible to specify three or more transfer modes. In the above embodiment, the data transfer from the main memory 14 to the cache memory 13 was explained as the data transfer between the cache memory 13 and the main memory 14, but conversely to this, from the cache memory 13 to the main memory 14. The data transfer can be performed in the same manner as in the above embodiment.

【0015】[0015]

【発明の効果】以上説明したように、本発明のキャッシ
ュデータ転送方式によれば、メインメモリとキャッシュ
メモリ間のデータ転送を行う場合、プロセッサからの要
求データのみを転送するか、または複数のブロックのデ
ータを転送するかをマイクロプログラムによって命令単
位に切替えるようにしたので、必要な場合のみデータの
先読みを行うことができ、不要なデータ転送によるバス
の使用時間を無くすことができ、従って、処理速度の向
上を図ることができる。
As described above, according to the cache data transfer method of the present invention, when the data transfer between the main memory and the cache memory is performed, only the request data from the processor is transferred or a plurality of blocks are transferred. Since the micro program switches whether to transfer the data for each instruction in units of instructions, it is possible to pre-read the data only when necessary and eliminate the bus usage time due to unnecessary data transfer. The speed can be improved.

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

【図1】本発明のキャッシュデータ転送方式を実施する
ためのシステム構成図である。
FIG. 1 is a system configuration diagram for implementing a cache data transfer system of the present invention.

【図2】従来のキャッシュデータ転送方式を実施するた
めのシステム構成図である。
FIG. 2 is a system configuration diagram for implementing a conventional cache data transfer method.

【図3】一般的なキャッシュメモリシステムの構成図で
ある。
FIG. 3 is a configuration diagram of a general cache memory system.

【図4】本発明のキャッシュデータ転送方式におけるブ
ロック境界までの転送制御の説明図である。
FIG. 4 is an explanatory diagram of transfer control up to block boundaries in the cache data transfer method of the present invention.

【図5】本発明のキャッシュデータ転送方式における要
求データのみの転送制御の説明図である。
FIG. 5 is an explanatory diagram of transfer control of only request data in the cache data transfer method of the present invention.

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

11 マイクロプログラム 11a 転送モード切替情報 12 プロセッサ 13 キャッシュメモリ 13a タグ部 13b データ部 14 メインメモリ A ブロックバウンダリ転送モード B 要求データ転送モード 11 Micro Program 11a Transfer Mode Switching Information 12 Processor 13 Cache Memory 13a Tag Part 13b Data Part 14 Main Memory A Block Boundary Transfer Mode B Request Data Transfer Mode

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 メインメモリと、このメインメモリ上の
データの一部をブロック単位に格納するキャッシュメモ
リとを備え、プロセッサがマイクロプログラム命令を実
行することにより、前記メインメモリと前記キャッシュ
メモリ間のデータ転送を行うキャッシュデータ転送方式
において、 前記プロセッサへのマイクロプログラム命令に前記デー
タ転送の転送モードを切替える転送モード切替情報を設
け、 前記メインメモリと前記キャッシュメモリ間の転送を行
う場合、 前記転送モード切替情報に基づき、前記プロセッサの要
求するデータのブロックを含む複数のブロックを転送す
るか、または前記プロセッサの要求するデータのブロッ
クのみを転送するかを選択することを特徴とするキャッ
シュデータ転送方式。
1. A main memory and a cache memory for storing a part of data on the main memory in block units, wherein a processor executes a microprogram instruction to allow a space between the main memory and the cache memory. In a cache data transfer method for transferring data, transfer mode switching information for switching a transfer mode of the data transfer is provided in a microprogram instruction to the processor, and when transfer between the main memory and the cache memory is performed, the transfer mode A cache data transfer method characterized by selecting whether to transfer a plurality of blocks including a block of data requested by the processor or to transfer only a block of data requested by the processor based on switching information.
JP3311811A 1991-10-30 1991-10-30 Cache data transfer system Pending JPH05127990A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3311811A JPH05127990A (en) 1991-10-30 1991-10-30 Cache data transfer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3311811A JPH05127990A (en) 1991-10-30 1991-10-30 Cache data transfer system

Publications (1)

Publication Number Publication Date
JPH05127990A true JPH05127990A (en) 1993-05-25

Family

ID=18021706

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3311811A Pending JPH05127990A (en) 1991-10-30 1991-10-30 Cache data transfer system

Country Status (1)

Country Link
JP (1) JPH05127990A (en)

Similar Documents

Publication Publication Date Title
JP3289661B2 (en) Cache memory system
EP1769364B1 (en) Information processing apparatus and information processing method
JPH03217963A (en) Multi-processor system and method of controlling private cache of the same
JPH0364893B2 (en)
JPH09223118A (en) Snoop cache memory control system
US6029224A (en) Self-contained memory apparatus having diverse types of memory and distributed control
US5812816A (en) System and method for transferring data between memories of different types occupying a single real address space using a dedicated memory transfer bus
JP2002108705A (en) Method and device for reducing cache contamination
JPH05127990A (en) Cache data transfer system
JPH01159746A (en) Disk cache control system
JP2004240616A (en) Memory controller and memory access control method
JP2854668B2 (en) Disk cache control method
JPH06243037A (en) Data look-ahead device
JP2854667B2 (en) Disk cache control method
JPH0789341B2 (en) Data processing device
JPH07152650A (en) Cache control unit
KR100387576B1 (en) Method for processing cache cohesion protocol of multi-processor system
JPH06231033A (en) Data processor with distributed shared memory system
JPH0520188A (en) Cache controller
JPH057740B2 (en)
JPH11149409A (en) Memory controller and computer system
KR20020048513A (en) Circuit of controlling data in cache memory
JPH10247182A (en) Multiprocessor system
JPH04291642A (en) Cache control system
JPH0447344B2 (en)