JPH044442A - Information processor - Google Patents

Information processor

Info

Publication number
JPH044442A
JPH044442A JP2106993A JP10699390A JPH044442A JP H044442 A JPH044442 A JP H044442A JP 2106993 A JP2106993 A JP 2106993A JP 10699390 A JP10699390 A JP 10699390A JP H044442 A JPH044442 A JP H044442A
Authority
JP
Japan
Prior art keywords
data
cache memory
memory
central processing
processing unit
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
JP2106993A
Other languages
Japanese (ja)
Inventor
Masamitsu Fukui
福井 正光
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2106993A priority Critical patent/JPH044442A/en
Publication of JPH044442A publication Critical patent/JPH044442A/en
Pending legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PURPOSE:To prevent the content of a cache memory from being updated by arbitrary data which are transferred between a main memory and CPU by providing a switching means which is opened and closed under the control from the CPU between the CPU and main memory. CONSTITUTION:When a CPU 1 requests data and makes a cache hit, the data exist in a cache memory 3 and the data are read. In case the cache hit is made wrongly, the CPU 1 accesses a main memory 2 and reads out the data and, at the same time, the data are written in the memory 3 along with the address. At the time of writing the data, old data in the memory 3 are updated. On the other hand, the CPU 1 closes (conducts) a switching means 3f. Therefore, data can be transferred directly between the CPU 1 and main memory 2 and updating of the cache memory 3 can be stopped unconditionally.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明は、主記憶装置と中央処理装置の間にキャッシ
ュメモリ(主記憶緩衝装置)を有する情報処理装置に関
するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an information processing apparatus having a cache memory (main memory buffer) between a main memory and a central processing unit.

〔従来の技術〕[Conventional technology]

第2図は、従来のキャッシュメモリを有する記憶装置の
概略構成図である。図において、1は中央処理装置(C
PU) 、2は主記憶装置、3は中央処理装置1と主記
憶装置2との間でデータの受は渡し動作を緩衝するため
のキャッシュメモリ(主記憶緩衝装置)、3aはキャッ
シュメモリ内に保持されているデータのアドレスを格納
するアドレスアレイ、3bはCPUIが要求するデータ
がキャッシュメモリに格納されているかどうかを判定す
るヒツトlコンパレータ、3cはキャッシュメモリ内で
保持されているデータを格納するデータアレイ、3dは
中央処理装置1と主記憶装置2及びキャッシュメモリ3
の間で受は渡しするデータのアドレス部分を受は渡しす
るためのアドレスバス、3eは中央処理装置1と主記憶
装置2及びキャッシュメモリ3の間で受は渡しするデー
タ部分を受は渡しするためのデータバス、4は中央処理
装置1とキャッシュメモリ3を接続するキャッシュメモ
リバス、5は主記憶装置2とキャッシュメモリ3を接続
するメモリバスである。
FIG. 2 is a schematic configuration diagram of a storage device having a conventional cache memory. In the figure, 1 is the central processing unit (C
PU), 2 is a main memory, 3 is a cache memory (main memory buffer) for buffering data exchange and passing operations between the central processing unit 1 and the main memory 2, and 3a is a main memory in the cache memory. Address array 3b stores addresses of held data; 3b is a comparator that determines whether data requested by the CPUI is stored in the cache memory; 3c stores data held in the cache memory. Data array, 3d is central processing unit 1, main memory 2 and cache memory 3
3e is an address bus for passing the address part of the data to be passed between the central processing unit 1 and the main storage device 2 and the cache memory 3; 4 is a cache memory bus that connects the central processing unit 1 and the cache memory 3, and 5 is a memory bus that connects the main storage device 2 and the cache memory 3.

次に動作について説明する。キャッシュメモリ3には、
最初データは何も格納されていない。中央処理装置1と
主記憶装置2の間でデータが受は渡されると、キャッシ
ュメモリ3の内部において、アドレスバス3dを監視し
て上記データに対応するアドレスをアドレスアレイ3a
に格納する。同時に、ヒツトコンパレータ3 bはこの
アドレスのデータとアドレスアレイ3aの内容とを比較
し、該当するアドレスのデータがアドレスアレイ3a内
に格納されていない、こと(ヒツトミス)を判定する。
Next, the operation will be explained. In cache memory 3,
Initially, no data is stored. When data is received and passed between the central processing unit 1 and the main memory 2, the address bus 3d is monitored within the cache memory 3 and the address corresponding to the data is stored in the address array 3a.
Store in. At the same time, the hit comparator 3b compares the data at this address with the contents of the address array 3a, and determines that the data at the corresponding address is not stored in the address array 3a (hit miss).

そして、上記データをデータバス3eを通してデータア
レイ3cに同時に対応するアドレスのデータをアドレス
アレイ3aに夫々格納する。
Then, the above data is passed through the data bus 3e to the data array 3c, and data at the corresponding address is simultaneously stored in the address array 3a.

このようにして、中央処理装置Iと主記憶装置2の間で
データの受は渡しが行われると、ヒツトコンパレータ3
bの判定によって次々とアドレスアレイ3a及びデータ
アレイ3c内に各データが格納されていく。
In this way, when data is received and passed between the central processing unit I and the main memory 2, the human comparator 3
Based on the determination b, each piece of data is stored in the address array 3a and data array 3c one after another.

キャッシュメモリ3内にデータがない場合は書き込みを
一方的に行い、既に古いアドレスとデータとが格納され
ていtzら、新たに受は渡されるデータにより所定の順
位で古いデータを更新する。
If there is no data in the cache memory 3, writing is performed unilaterally, and if the old address and data have already been stored, the new receiver updates the old data in a predetermined order with the transferred data.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

従来方式のキャッシュメモリを用いた記(、!装置では
、過去に受は渡しが行われたデータに関して画一的にキ
ャッシュメモリ内のデータの更新が行われるので、近い
将来に二度と使用されないと予想されるデータが受は渡
しの対象となった場合にシュメモリの使用効率が低下し
てしまうことになる。さらに、主記憶装置内のあるアド
レス空間から別のアドレス空間へデータを単に転送しよ
うとする場合でも、中央処理装置との間でデータの受は
渡しを行うだけで、キャッシュメモリ内のデータが容易
に更新されてしまうという問題点があった。
In devices using conventional cache memory, the data in the cache memory is uniformly updated for data that has been received or passed in the past, so it is expected that it will not be used again in the near future. This will reduce the efficiency of the memory usage if the data that is sent is received or passed.Furthermore, if you simply try to transfer data from one address space in main memory to another address space, Even in this case, there is a problem in that the data in the cache memory is easily updated by simply transferring data to and from the central processing unit.

この発明は上記のような問題点を解消するためになされ
たもので、主記憶装置と中央処理装置の間で受は渡しが
行われる任意のデータによってキャッシュメモリの内容
が更新されないようにできるとともに、主記憶装置内の
あるアドレス空間から別のアドレス空間へデータの転送
を行う場合に、キャッシュメモリの内容が転送データに
よって変更されることを防ぐこ吉ができる記憶装置を得
ることを目的とする。
This invention was made to solve the above-mentioned problems, and it is possible to prevent the contents of the cache memory from being updated by arbitrary data that is exchanged between the main memory and the central processing unit. The purpose of the present invention is to obtain a storage device that can prevent the contents of a cache memory from being changed by the transferred data when data is transferred from one address space to another address space in a main memory device. .

〔課題を解決するための手段〕[Means to solve the problem]

この発明においては、上記課題を解決するために、中央
処理装置1と主記憶装置2との間にキャッシュメモリ3
を設けて、これらの間でデータ転送を行う情報処理装置
において、中央処理装置1からの制御により開閉される
スイッチ手段3fを中央処理装置1と主記憶装置2との
間に設けた。
In this invention, in order to solve the above problems, a cache memory 3 is provided between the central processing unit 1 and the main storage device 2.
In the information processing apparatus which transfers data between the central processing unit 1 and the main storage unit 2, a switching means 3f is provided between the central processing unit 1 and the main storage unit 2, which is opened and closed under control from the central processing unit 1.

〔作用〕[Effect]

中央処理装置1がデータを要求して、キャツシュヒツト
したら、当該データはキャッシュメモリ3に存在し、そ
こからデータを読み取る。ヒツトミスの場合は中央処理
装置1は主記憶装置2をアクセスし、データを読み出す
とともに、当該データはアドレスとともにキャッシュメ
モリ3に書き込まれる。このときキャッシュメモリ内の
古いデータは更新される。一方中央処理装置1はスイッ
チ手段3fを閉(導通)とさせることにより、中央処理
装置1と主記憶装置2とが直接データの転送を行い、無
条件にキャッシュメモリ3の更新を中止させることがで
きる。そしてキャッシュメモリ3のバイパス制御を中央
処理装置1からの主記憶装置2に対するデータの受は渡
し実行時に任意に行うようにした。
When the central processing unit 1 requests and caches data, the data exists in the cache memory 3 and is read from there. In the case of a hit miss, the central processing unit 1 accesses the main memory 2 and reads the data, and the data is written to the cache memory 3 along with the address. At this time, old data in the cache memory is updated. On the other hand, by closing (conducting) the switch means 3f, the central processing unit 1 can directly transfer data between the central processing unit 1 and the main storage device 2, and can unconditionally stop updating the cache memory 3. can. Bypass control of the cache memory 3 is made such that data reception from the central processing unit 1 to the main storage device 2 is arbitrarily performed at the time of execution of transfer.

〔実施例〕〔Example〕

以下、この発明を図面に従って説明する。 The present invention will be explained below with reference to the drawings.

第1図は、本発明の情報処理装置の構成図である。図に
おいて、1は中央処理装置(CPU)、2は主記憶装置
、3は中央処理装置1と主記憶装置2との間でデータの
受は渡し動作を緩衝するためのキャッシュメモリ(主記
憶緩衝装置)、3aはキャッシュメモリ内に保持されて
いるデータのアドレスを格納するアドレスアレイ、3b
はCPU1が要求するデータがキャッシュメモリに格納
されているかどうかを判定するヒツトのコンパレータ、
3cはキャッシュメモリ内で保持されているデータを格
納するデータアレイ、3dは中央処理装置1と主記憶装
置2及びキャッシュメモリ3の間で受は渡しするデータ
のアドレス部分を受は渡しするためのアドレスバス、3
eは中央処理装置1と主記憶装置2及びキャッシュメモ
リ3の間で受は渡しするデータ部分を受は渡しするため
のデータバス、4は中央処理装置1とキャッシュメモリ
3を接続するキャッシュメモリバス、5は主記憶装W2
とキャッシュメモリ3を接続するメモリバスである。
FIG. 1 is a configuration diagram of an information processing apparatus according to the present invention. In the figure, 1 is a central processing unit (CPU), 2 is a main memory, and 3 is a cache memory (main memory buffer) for buffering data receiving and passing operations between the central processing unit 1 and the main memory 2. 3a is an address array that stores addresses of data held in the cache memory; 3b is an address array that stores addresses of data held in the cache memory;
is a human comparator that determines whether the data requested by CPU1 is stored in the cache memory;
3c is a data array for storing data held in the cache memory; 3d is a data array for passing the address part of the data to be passed between the central processing unit 1, the main storage device 2, and the cache memory 3; address bus, 3
e is a data bus for receiving and passing data portions between the central processing unit 1 and the main storage device 2 and cache memory 3; 4 is a cache memory bus connecting the central processing unit 1 and the cache memory 3; , 5 is the main memory W2
This is a memory bus that connects the cache memory 3 and the cache memory 3.

次に3fは中央処理装置1によって制御され主記憶装置
2間で受は渡しされるデータをキャッシュメモリ内に格
納するか、バイパスするかを制御するスイッチ手段とし
てのバイパススイッチであり、3gはデータをバイパス
する時に中央処理装置1と主記憶装置2のデータバスを
直接接続するバイパスバス、3hは中央処理装置1がバ
イパススイッチ3fを制御するためのバイパススイッチ
制御線である。
Next, 3f is a bypass switch that is controlled by the central processing unit 1 and controls whether data transferred between the main storage devices 2 is stored in the cache memory or bypassed; A bypass bus 3h directly connects the data bus of the central processing unit 1 and the main storage device 2 when bypassing the data bus, and a bypass switch control line 3h is used by the central processing unit 1 to control the bypass switch 3f.

バイパススイッチ3fは開閉によりキャッシュメモリバ
ス4とメモリバス5とを接続するバイパスモード位置と
、切断する通常モード位置とを備えている。
The bypass switch 3f has a bypass mode position where the cache memory bus 4 and the memory bus 5 are connected by opening and closing, and a normal mode position where the bypass switch 3f disconnects the cache memory bus 4 and the memory bus 5.

次に動作及び作用について説明する。まず中央処理装置
1と主記憶装置2の間で受は渡しが行われたデータをキ
ャッシュメモリ3に格納する。このとき中央処理装置1
はバイパススイッチ3fを通常モード位置に制御して、
データの受は渡しを実行する。中央処理装置1が所定の
アドレスのデータに対して読み出しを指令すると、キャ
ッシュメモリ3のコンパレータ3bはこのアドレスのデ
ータとアドレスアレイ3aの内容とを比較し、該当する
アドレスのデータがアドレスアレイ3a内に格納されて
いないと判定すると、主記憶装置2ヘデータを読み出し
に行き、このデータを同時にデータバス3eを通してデ
ータアレイ3cに、かつ対応するアドレスのデータをア
ドレスバス3dからアドレスアレイ3aに夫々格納する
。このとき古いデータはアドレスアレイ3a、データア
レイ3Cから夫々追い出され、データの更新がなされる
Next, the operation and effect will be explained. First, data exchanged between the central processing unit 1 and the main memory 2 is stored in the cache memory 3. At this time, the central processing unit 1
controls the bypass switch 3f to the normal mode position,
Data is received and passed. When the central processing unit 1 instructs to read data at a predetermined address, the comparator 3b of the cache memory 3 compares the data at this address with the contents of the address array 3a, and the data at the corresponding address is stored in the address array 3a. If it is determined that the data is not stored in the main memory 2, the data is read out from the main memory 2, and this data is simultaneously stored in the data array 3c via the data bus 3e, and the data at the corresponding address is stored in the address array 3a from the address bus 3d. . At this time, old data is removed from address array 3a and data array 3C, respectively, and the data is updated.

これに対して、中央処理装置1と主記憶装置2の間で受
は渡されたデータを無条件にキャッシュメモリに格納し
ない場合には、キャッシュメモリへのバイパススイッチ
3fをバイパスモード位置に制御してデータの受は渡し
を実行する。この時、中央処理装置1が主記憶装置2か
らデータを読み出そうとする場合に、該当するデータが
既にキャッシュメモリ3内に格納されていたならば(コ
ンパレータ3bで一致判定)、このデータをデータアレ
イ3cからデ、−タバス3eを通して読み出すことも可
能である。逆に該当するデータがキャッシュメモリ内に
格納されていないならば(不一致)、当該データはスイ
ッチ3fを通り、中央処理装置1と主記憶装置2との間
で直接転送される。このときアドレスのデータのアドレ
スアレイ3aの格納も禁止される。
On the other hand, if the data passed between the central processing unit 1 and the main storage device 2 is not to be unconditionally stored in the cache memory, the cache memory bypass switch 3f is controlled to the bypass mode position. data is received and passed. At this time, when the central processing unit 1 attempts to read data from the main storage device 2, if the corresponding data is already stored in the cache memory 3 (matching is determined by the comparator 3b), this data will be read. It is also possible to read data from the data array 3c through the data bus 3e. Conversely, if the relevant data is not stored in the cache memory (mismatch), the data is directly transferred between the central processing unit 1 and the main storage device 2 through the switch 3f. At this time, storage of address data in the address array 3a is also prohibited.

このために、キャッシュメモリ3内にあるアドレスアレ
イ3a及びヒツトコンパレータ3bは、常にアドレスバ
ス3dの内容を監視しているが、キャッシュメモリへの
バイパスモードが指定されている場合において、データ
の読み出し動作時はアドレスの一致不一致にかかわらず
、アドレスアレイ3aの内容を更新しない。
For this reason, the address array 3a and the hit comparator 3b in the cache memory 3 always monitor the contents of the address bus 3d, but when the bypass mode to the cache memory is specified, the data read operation At this time, the contents of the address array 3a are not updated regardless of whether the addresses match or do not match.

次に、中央処理装置1から主記憶装置2ヘデータを書き
込む場合には、該当するデータが既にキャッシュメモリ
内に格納されていたならば、キャッシュメモリ3内の該
当するデータをデータバス3eを通して無効化する機能
を実行できる。
Next, when writing data from the central processing unit 1 to the main memory 2, if the corresponding data is already stored in the cache memory, the corresponding data in the cache memory 3 is invalidated via the data bus 3e. can perform the following functions.

なお、上記実施例ではバイパススイッチ3r及びバイパ
スバス3gをキャッシュメモリ3の内部に設けたものを
示したが、キャッシュメモリ3の外部にバイパススイッ
チ3f及びバイパスバス3gを設けてもよい。また、上
記実施例では中央処理装置1と主記憶装置2の間でデー
タの受は渡しに関与するキャッシュメモリ3について説
明したが、主記憶装置2や中央処理装置1と別に設けた
補助記憶装置、あるいは他の入出力装置との間でデータ
の受は渡しに関与するものでもよい。
In the above embodiment, the bypass switch 3r and the bypass bus 3g are provided inside the cache memory 3, but the bypass switch 3f and the bypass bus 3g may be provided outside the cache memory 3. In addition, in the above embodiment, the cache memory 3 that is involved in receiving and passing data between the central processing unit 1 and the main storage unit 2 has been described, but an auxiliary storage unit provided separately from the main storage unit 2 and the central processing unit 1 has been described. , or may be involved in receiving and passing data to and from other input/output devices.

その他、上記実施例では、中央処理装置と主記憶装置の
間に接続されるキャッシュメモリに関して説明したが、
主記憶装置内であるアドレス空間にあるデータを、別の
アドレス空間に峠道する機能を考えた場合には、中央処
理装置から制御することのできるデータ転送用の専用装
置をキャッシュメモリとは独立した形でメモリバス上に
設け、転送データをキャッシュメモリ内に格納しないよ
うにしてもよい。   ′ 〔発明の効果〕 以上説明してきたようにこの発明によれば、中央処理装
置と主記憶装置との間にキャッシュメモリを設けて、こ
れらの間でデータ転送を行う情報処理装置において、中
央処理装置からの制御により開閉されるスイッチ手段を
中央処理装置と主記憶装置との間に設けて、キャッシュ
メモリをスイッチ手段によりバイパスするようにしたの
で、不要なデータをキャッシュメモリ内に格納すること
を防ぎ、不用意にキャッシュメモリを不要データにより
更新することを避けるように構成したので、小容量のキ
ャッシュメモリを有効に利用することができることから
、データ記憶領域を小容量化することで安価にでき、ま
た、データの受は渡しに関わる処理速度を向上すること
ができるなどの効果がある。
In addition, in the above embodiment, the cache memory connected between the central processing unit and the main storage device was explained.
When considering the function of transferring data from one address space in the main memory to another address space, a dedicated device for data transfer that can be controlled from the central processing unit is set up independently of the cache memory. The transfer data may be provided on the memory bus in such a manner that the transfer data is not stored in the cache memory. [Effects of the Invention] As explained above, according to the present invention, in an information processing device in which a cache memory is provided between a central processing unit and a main storage device and data is transferred between them, the central processing A switch means that is opened and closed under control from the device is provided between the central processing unit and the main memory, and the cache memory is bypassed by the switch means, thereby preventing unnecessary data from being stored in the cache memory. Since the configuration is configured to prevent the cache memory from being updated with unnecessary data inadvertently, the small capacity cache memory can be used effectively, making it possible to reduce the data storage area at low cost. In addition, there are effects such as the ability to improve the processing speed involved in receiving and passing data.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図はこの発明の一実施例によるキャッシュメモリを
有する情報処理装置を示す構成図、第2図は従来のキャ
ッシュメモリを有する情報処理装置を示す概略構成図で
ある。 1は中央処理装置、2は主記憶装置、3はキャッシュメ
モリ、3aはアドレスアレイ、3bはコンパレーク、3
cはデータアレイ、3dはアドレスバス、3eはデータ
バス、3fはバイパススイッチ、3gはバイパスバス、
3hはバ・イバスス・イソチ市11卸線、4ばキャッシ
ュメモリバス、5はメモリバスを示ず。 なお、図中、同一符号は同一、又は相当部分を示す。
FIG. 1 is a block diagram showing an information processing apparatus having a cache memory according to an embodiment of the present invention, and FIG. 2 is a schematic block diagram showing an information processing apparatus having a conventional cache memory. 1 is a central processing unit, 2 is a main memory, 3 is a cache memory, 3a is an address array, 3b is a comparator, 3
c is a data array, 3d is an address bus, 3e is a data bus, 3f is a bypass switch, 3g is a bypass bus,
3h indicates the Bay Ibas Isochi city 11 wholesale line, 4 indicates the cache memory bus, and 5 indicates the memory bus. In addition, in the figures, the same reference numerals indicate the same or equivalent parts.

Claims (1)

【特許請求の範囲】[Claims] 中央処理装置と主記憶装置との間にキャッシュメモリを
設けて、これらの間でデータ転送を行う情報処理装置に
おいて、前記中央処理装置からの制御により開閉される
スイッチ手段を前記中央処理装置と前記主記憶装置との
間に設けたことを特徴とする情報処理装置。
In an information processing device in which a cache memory is provided between a central processing unit and a main storage device and data is transferred between the two, a switch means that is opened and closed under control from the central processing unit is connected between the central processing unit and the main storage device. An information processing device characterized in that it is provided between a main storage device.
JP2106993A 1990-04-23 1990-04-23 Information processor Pending JPH044442A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2106993A JPH044442A (en) 1990-04-23 1990-04-23 Information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2106993A JPH044442A (en) 1990-04-23 1990-04-23 Information processor

Publications (1)

Publication Number Publication Date
JPH044442A true JPH044442A (en) 1992-01-08

Family

ID=14447759

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2106993A Pending JPH044442A (en) 1990-04-23 1990-04-23 Information processor

Country Status (1)

Country Link
JP (1) JPH044442A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61232324A (en) * 1985-04-08 1986-10-16 Mazda Motor Corp Intake device of engine

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61232324A (en) * 1985-04-08 1986-10-16 Mazda Motor Corp Intake device of engine

Similar Documents

Publication Publication Date Title
US7017011B2 (en) Coherence controller for a multiprocessor system, module, and multiprocessor system with a multimodule architecture incorporating such a controller
US4445174A (en) Multiprocessing system including a shared cache
JPH02297645A (en) Data processor and high-speed queuing mechanism therefor
US6546465B1 (en) Chaining directory reads and writes to reduce DRAM bandwidth in a directory based CC-NUMA protocol
US5815675A (en) Method and apparatus for direct access to main memory by an I/O bus
JPH044442A (en) Information processor
JPS6126702B2 (en)
KR920008426B1 (en) Data process unit
JPS59173828A (en) Data processing system
JP2680293B2 (en) Data processing device and cache memory control method
JPH0553912A (en) Control method for cache memory
JPH0724043B2 (en) Data processing device
JP3782178B2 (en) Information processing device
JPH02297656A (en) Data control system
JPH03269650A (en) Buffer storage
JPH02112039A (en) Buffer storage device
JP2551613B2 (en) Data processing device
JPH01226056A (en) Address converter
JPH02183847A (en) Control circuit for cache memory purge
JPH10207773A (en) Bus connecting device
JPH03210645A (en) Cache control system
JPH01223545A (en) Buffer memory
KR20000028207A (en) Method for using cache of main process board in switching system
JPH06274416A (en) Cache memory device
JPH04359336A (en) Data substituting circuit for cache memory