JPH04192022A - Data processor - Google Patents

Data processor

Info

Publication number
JPH04192022A
JPH04192022A JP32691090A JP32691090A JPH04192022A JP H04192022 A JPH04192022 A JP H04192022A JP 32691090 A JP32691090 A JP 32691090A JP 32691090 A JP32691090 A JP 32691090A JP H04192022 A JPH04192022 A JP H04192022A
Authority
JP
Japan
Prior art keywords
data
memory device
speed
speed memory
cpu
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
JP32691090A
Other languages
Japanese (ja)
Inventor
Toshimi Sugiura
杉浦 俊美
Koji Hirano
平野 浩爾
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 JP32691090A priority Critical patent/JPH04192022A/en
Publication of JPH04192022A publication Critical patent/JPH04192022A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To prevent the deterioration of the processing efficiency due to the wait for the use of a data transfer bus by providing a signal line to the bus in order to instruct each high speed memory device to prefetch the contents of the data on a low speed shared memory device. CONSTITUTION:A data transfer bus 6 is provided with a data prefetch signal line 7. When the latest data is not present on a 1st high speed memory device 3, a 1st CPU 1 requests a low speed shared memory device 5 for the data. Thus the relevant data is read out of the device 5 and sent to the device 3 via the bus 6. At the same time, the CPU 1 activates the line 7 and requests the updation of the data stored in a 2nd high speed memory device 4. The device 4 reads the data on the same address line out of the device 5. Thus it is possible to omit a process where a 2nd CPU 2 has an access to the device 5. Then the number of times of the utilization of the bus 6 is reduced and the holding time is shortened. Thus, the data processing efficiency is improved.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は中央処理装置と、この中央処理装置が最近使用
したデータを一時保存する高速メモリ装置とを一組とし
て複数組有するマルチプロセッサシステム用のデータ処
理装置に関する。
[Detailed Description of the Invention] [Industrial Application Field] The present invention is directed to a multiprocessor system having a plurality of sets including a central processing unit and a high-speed memory device for temporarily storing data recently used by the central processing unit. The present invention relates to a data processing device.

(従来の技術〕 第3図は従来のデータ処理装置を示す模式図であり、図
中1は第1の中央処理装置(以下第1のCPUと称す)
、2は第2の中央処理装置(以下第2のCPUと称す)
、8は第1のCPUIが最近使用したデータを一時保存
する第1の高速メモリ装置、4は第2のCPU2が最近
使用したデータを一時保存する第2の高速メモリ装置、
5は低速共有メモリ装置を示している。この低速共有メ
モリ装置5と高速メモリ装置3,4とはデータ転送バス
6で接続されている。
(Prior Art) FIG. 3 is a schematic diagram showing a conventional data processing device, in which 1 is a first central processing unit (hereinafter referred to as the first CPU).
, 2 is a second central processing unit (hereinafter referred to as second CPU)
, 8 is a first high-speed memory device that temporarily stores data recently used by the first CPU, 4 is a second high-speed memory device that temporarily stores data recently used by the second CPU 2,
5 indicates a low-speed shared memory device. The low-speed shared memory device 5 and the high-speed memory devices 3 and 4 are connected by a data transfer bus 6.

第4図は第1.第2高速メモリ装置8.4の模式図であ
り、データのディレクトリ情報を格納する部ディレクト
リ部11、データ自体を格納するデータメモリ部!2と
を有し、ディレクトリ部エエにはタグ情報13、バリッ
ド・ビット14、ダーティ・ビット15が格納されるよ
うになっている。
Figure 4 is 1. It is a schematic diagram of the second high-speed memory device 8.4, in which a directory section 11 stores directory information of data, and a data memory section stores data itself! 2, and tag information 13, valid bits 14, and dirty bits 15 are stored in the directory section AE.

タグ情報13はデータメモリ部12の各データが低速共
有メモリ装置5のいずれの位置に格納されたデータであ
るかを示すブロック番号である。またバリッド・ビット
14はタグ情報13の有効性を示し、“1”のときは有
効、“0”のときは無効を示す。
The tag information 13 is a block number indicating in which position in the low-speed shared memory device 5 each data in the data memory section 12 is stored. Further, the valid bit 14 indicates the validity of the tag information 13, and when it is "1", it is valid, and when it is "0", it is invalid.

更にダーティ・ビット15はタグ情報の最新性を示し、
 “1”のときは最新であることを、 “O″のときは
最新でないことを示す。
Furthermore, dirty bit 15 indicates the latestness of tag information,
“1” indicates the latest, and “O” indicates not the latest.

このバリッド・ビット14.ダーティ・ビット15の組
合せによって第1.第2高速メモリ装置8゜4に格納さ
れているデータの3つの状態を表すようになっている。
This valid bit 14. The combination of dirty bits 15 causes the first . It is adapted to represent three states of data stored in the second high speed memory device 8.4.

■ バリッド・ビット14が“0”のときデータメモリ
部12のデータは無効である。
(2) When the valid bit 14 is "0", the data in the data memory section 12 is invalid.

■ バリッド・ビット14が“1”でダーティ・ビット
が“0”のとき、データメモリ部12のデータは有効で
あり、且つ低速共有メモリ装置5のデータと一致してい
る。
(2) When the valid bit 14 is "1" and the dirty bit is "0", the data in the data memory section 12 is valid and matches the data in the low-speed shared memory device 5.

■ バリッド・ビット14が“1”、ダーティ・ビット
15が“1″″のとき、データメモリ部12のデータは
有効であって、しかも低速共有メモリ装置5のデータよ
り新しい。
(2) When the valid bit 14 is "1" and the dirty bit 15 is "1", the data in the data memory unit 12 is valid and newer than the data in the low-speed shared memory device 5.

而してこようなデータ処理装置の動作を第5図に示すフ
ローチャートに従って説明する。
The operation of such a data processing apparatus will be explained with reference to the flowchart shown in FIG.

第5図は従来のデータ処理装置の読み出し手順を示すフ
ローチャートである。
FIG. 5 is a flowchart showing the read procedure of a conventional data processing device.

第1のCPUIが高速メモリ装置3から最新データを読
み出しすべくデータのアドレス情報を第1の高速メモリ
装置3へ入力すると、第1の高速メモリ装置8は該当す
るデータが格納されているか否か検索を行い、検索の結
果要求するデータのアドレス情報と一致したタグ情報1
3が存在し、且つ第1の高速メモリ装置8の該当バリッ
ド・ビット14が“1″の場合は第1の高速メモリ装置
8におけるデータメモリ部12の該当するデータが第1
のCPUI 1へ読み出される。
When the first CPUI inputs data address information to the first high-speed memory device 3 in order to read the latest data from the high-speed memory device 3, the first high-speed memory device 8 checks whether the corresponding data is stored or not. Perform a search, and as a result of the search, tag information 1 that matches the address information of the requested data
3 exists and the corresponding valid bit 14 of the first high-speed memory device 8 is “1”, the corresponding data in the data memory section 12 of the first high-speed memory device 8 is the first
is read out to CPUI 1.

一方、検索の結果、第1のCPUIから入力された情報
と一致するタグ情報13が第1の高速メモリ装置8に存
在しない場合、又は第1の高速メモリ装置3の該当バリ
ッド・ビット14が“0“の場合は読み出しミスとなる
(ステップ11)。
On the other hand, as a result of the search, if the tag information 13 that matches the information input from the first CPUI does not exist in the first high-speed memory device 8, or if the corresponding valid bit 14 of the first high-speed memory device 3 is “ If the value is 0'', a reading error occurs (step 11).

第1の高速メモリ装置3のデータメモリ部12に最新デ
ータが存在しない場合、低速共有メモリ装置5にデータ
を要求する。低速共有メモリ装置5に該当する最新デー
タが存在する場合は、この最新データはデータ転送バス
6を介して低速共有メモリ装置5から第1の高速メモリ
装置3に読み込まれる(ステップ512)。これによっ
て第1の高速メモリ3のデータメモリ部12に格納され
ているデータは低速共有メモリ装置5のデータと一致す
ることとなり、第1の高速メモリ装置3の該当タグ情報
13にブロック番号が書き込まれ、また該当バリッド・
ビット14は“1#、ダーティ・ビット15は“0”と
なる。
If the latest data does not exist in the data memory section 12 of the first high-speed memory device 3, the data is requested from the low-speed shared memory device 5. If the latest data exists in the low-speed shared memory device 5, this latest data is read from the low-speed shared memory device 5 to the first high-speed memory device 3 via the data transfer bus 6 (step 512). As a result, the data stored in the data memory section 12 of the first high-speed memory 3 matches the data in the low-speed shared memory device 5, and the block number is written in the corresponding tag information 13 of the first high-speed memory device 3. Also, the corresponding valid
Bit 14 becomes "1#" and dirty bit 15 becomes "0".

第1の高速メモリ装置8のデータメモリ部12に最新デ
ータが格納されると、第1のCPUIは再びデータを読
み出すべ(該当アドレス情報を第1の高速メモリ装置3
へ出力する。第1の高速メモリ装置3はアドレス情報が
入力されると、該当するデータが格納されているか検索
を行い、要求されたアドレス情報と一致したタグ情報1
3が存在する場合、データメモリ部12の該当するデー
タが第1のCPUIへ読み出され、ヒツトとなる(ステ
ップ513)。
When the latest data is stored in the data memory unit 12 of the first high-speed memory device 8, the first CPU should read the data again (transfer the corresponding address information to the first high-speed memory device 3).
Output to. When address information is input, the first high-speed memory device 3 performs a search to see if the corresponding data is stored, and tag information 1 that matches the requested address information.
3 exists, the corresponding data in the data memory section 12 is read out to the first CPUI and becomes a hit (step 513).

続いて9Js2のCPU2が第2の高速メモリ装置4に
対して同様にデータの読み出しを要求し、第2の高速メ
モリ装置4にデータのアドレス情報を入力すると、第2
の高速メモリ装置4が該当するデータが格納されている
か検索を行う。要求するデータのアドレス情報と一致し
たタグ情報13が存在し、且つ第2の高速メモリ装置4
の該当バリッド・ビット14が1”の場合、第2の高速
メモリ装置4のデータメモリ部12における該当するデ
ータの読み出しを行い、一方検索の結果、第1のCPU
Iから入力されたアドレス情報と一致したタグ情報13
が第2の高速メモリ装置4に存在しない場合、又は第2
の高速メモリ装置4の該当バリッド・ビット14が“0
”の場合は読み出しミスが生じる(ステップ514)。
Subsequently, the CPU 2 of 9Js2 similarly requests the second high-speed memory device 4 to read data, and when the data address information is input to the second high-speed memory device 4, the second
The high-speed memory device 4 searches whether the corresponding data is stored. If the tag information 13 that matches the address information of the requested data exists and the second high-speed memory device 4
If the corresponding valid bit 14 of is 1", the corresponding data in the data memory section 12 of the second high-speed memory device 4 is read out, and as a result of the search, the first CPU
Tag information 13 that matches the address information input from I
does not exist in the second high-speed memory device 4, or
The corresponding valid bit 14 of the high-speed memory device 4 is “0”.
”, a read error occurs (step 514).

第2の高速メモリ装置4のデータメモリ部12に該当す
る最新データが存在しない場合は、低速共有メモリ装置
5にデータを要求する。低速共有メモリ装置5に該当デ
ータが格納されている場合は、そのデータはデータ転送
バス6を介して低速共有メモリ装置5から第2の高速メ
モリ装置4へ読み込まれる(ステップ515)。第2の
高速メモリ装置4にデータが読み込まれると、タグ情報
13にブロック番号が書き込まれ、またバリッド・ビッ
ト14は“1”、ダーティ・ビット15は0”となり、
再び第2のCPU2は第2の高速メモリ装置4へ読み出
し要求を行い、前述した過程で当該最新データが読み出
され、ヒツトとなる(ステップ816)。
If the latest data does not exist in the data memory section 12 of the second high-speed memory device 4, the data is requested from the low-speed shared memory device 5. If the relevant data is stored in the low-speed shared memory device 5, the data is read from the low-speed shared memory device 5 to the second high-speed memory device 4 via the data transfer bus 6 (step 515). When the data is read into the second high-speed memory device 4, the block number is written in the tag information 13, the valid bit 14 becomes "1", the dirty bit 15 becomes "0",
The second CPU 2 issues a read request to the second high-speed memory device 4 again, and in the process described above, the latest data is read out and becomes a hit (step 816).

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

ところで前述した如き従来装置にあっては、複数のCP
Uが順次的に低速共有メモリ装置5の同一アドレスライ
ンからデータを読み出す際、データ転送バス6を順次的
に複数回(上記従来装置では2回)使用することとなる
が、第1のCPUIがデータ転送バスを使用していると
きは第2のCPU2はその間待機することとなるため、
データ転送バス6の使用回数が多いときは処理効率の低
下は避けられないという問題があった。
By the way, in the conventional device as mentioned above, multiple CP
When U sequentially reads data from the same address line of the low-speed shared memory device 5, the data transfer bus 6 is sequentially used multiple times (twice in the conventional device described above). When using the data transfer bus, the second CPU 2 will be on standby during that time, so
There is a problem in that when the data transfer bus 6 is used many times, a decrease in processing efficiency is unavoidable.

本発明はかかる事情に鑑みなされたものであって、その
目的とするところは、各CPUによるデータ転送バスの
使用回数を削減し、データ転送バスの使用待ちによる処
理効率の低下を防止し得るようにしたデータ処理装置を
提供するにある。
The present invention has been made in view of the above circumstances, and its purpose is to reduce the number of times each CPU uses the data transfer bus, and to prevent a decrease in processing efficiency due to waiting for the use of the data transfer bus. The purpose of the present invention is to provide a data processing device according to the present invention.

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

本発明に係るデータ処理装置は低速共有メモリ装置のデ
ータ内容を各高速メモリ装置に先取りさせるための信号
線をデータ転送バスに備える。
The data processing device according to the present invention includes a data transfer bus with a signal line for causing each high-speed memory device to prefetch the data contents of the low-speed shared memory device.

〔作用〕[Effect]

本発明にあってはこれによって、複数の中央制御装置が
順次的に低速共有メモリ装置の同一アドレスラインから
データを読み出す際、低速共有メモリ装置のデータが−
の高速メモリ装置に読み込まれると、信号線の活性化に
より中央制御装置からの読出し要求に先立って略同時的
に他の高速メモリ装置にも同じデータが読み込まれるこ
ととなる。
According to the present invention, when a plurality of central control units sequentially read data from the same address line of the low-speed shared memory device, the data of the low-speed shared memory device is
When the data is read into one high-speed memory device, the activation of the signal line causes the same data to be read into other high-speed memory devices almost simultaneously prior to a read request from the central control unit.

〔実施例〕〔Example〕

以下本発明をその実施例を示す図面に基づき具体的に説
明する。第1図は本発明に係るデータ処理装置の模式図
である。図中1は第1の中央制御装置(以下第1のCP
Uという)、2は第2の中央制御装置(以下第2のCP
Uという)、3は第1のCPUIが最近使用したデータ
を一時保存する第1の高速メモリ装置、4は第2のCP
U2が最近使用したデータを一時保存する第2の高速メ
モリ装置、5は低速共有メモリ装置を示している。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be specifically described below based on drawings showing embodiments thereof. FIG. 1 is a schematic diagram of a data processing device according to the present invention. In the figure, 1 is the first central control unit (hereinafter referred to as the first CP).
2 is the second central control unit (hereinafter referred to as the second CP).
), 3 is a first high-speed memory device for temporarily storing data recently used by the first CPU, and 4 is a second CPU
A second high-speed memory device temporarily stores data recently used by U2, and 5 indicates a low-speed shared memory device.

第1のCPUIと第1の高速メモリ装置3と、また第2
のCPU2と第2の高速メモリ装置4とは夫々相互にデ
ータの送受が可能となっており、一方第1の高速メモリ
装置3.第2の高速メモリ装置4と低速共有メモリ装置
5との間はデータ転送バス6を介してデータの送受が可
能となっている。
a first CPUI, a first high-speed memory device 3, and a second CPUI;
The CPU 2 and the second high-speed memory device 4 are capable of mutually transmitting and receiving data, while the first high-speed memory device 3. Data can be sent and received between the second high-speed memory device 4 and the low-speed shared memory device 5 via a data transfer bus 6.

そして本発明装置にあってはデータ転送バス6にデータ
先取り信号線7が設けられている。信号線7は第1.第
2のCPUI、2に接続されると共に、第1.第2の高
速メモリ装置8.4及び低速共有メモリ装置5に接続さ
れている。
In the device of the present invention, the data transfer bus 6 is provided with a data prefetch signal line 7. The signal line 7 is the first. is connected to the second CPUI, 2, and the first CPUI. It is connected to a second high speed memory device 8.4 and to a low speed shared memory device 5.

第1.第2の高速メモリ装置3.4は夫々第4図に示し
た従来装置における場合と同様に、第2図に示す如きデ
ータのディレクトリ部11とデータメモリ部12とを備
え、ディレクトリ部11にはタグ情報13.バリッド・
ビット14.ダーティ・ビット15が格納されるように
なっている。タグ情報13は高速メモリ装置3,4のデ
ータメモリ部12におけるデータが低速共有メモリ装置
5のどの位置に格納されたデータに対応するかを示すブ
ロック番号であり、またバリッド・ビット14はタグ情
報13の有効性を、更にダーティ・ビット15はタグ情
報13の最新性を夫々従来装置における場合と同じ態様
で表すようになっている。
1st. The second high-speed memory devices 3.4 each include a data directory section 11 and a data memory section 12 as shown in FIG. 2, as in the conventional device shown in FIG. Tag information 13. Valid
Bit 14. Dirty bit 15 is stored. The tag information 13 is a block number indicating which position in the low-speed shared memory device 5 the data in the data memory section 12 of the high-speed memory devices 3 and 4 corresponds to, and the valid bit 14 is the tag information. Furthermore, the dirty bit 15 represents the validity of the tag information 13, and the currency of the tag information 13, respectively, in the same manner as in the conventional device.

而してこのような本発明装置において、第1のCPUI
が第1の高速メモリ装置3から最新データを読み出し、
続いて第2のCPU2が第2の高速メモリ装置4から同
一データの読み出しを行う動作を第2図に示すフローチ
ャートに従って説明する。
Therefore, in such an apparatus of the present invention, the first CPU
reads the latest data from the first high-speed memory device 3,
Next, the operation of the second CPU 2 to read the same data from the second high-speed memory device 4 will be described with reference to the flowchart shown in FIG.

先ず第1のCPUIが第1の高速メモリ装置3に対して
最新データの読み出しを行うべくデータのアドレス情報
を入力すると、第1の高速メモリ装置3は該当データが
格納されているか検索を行い、検索の結果、要求データ
のアドレス情報と一致するタグ情報13が存在する場合
、換言すれば第1の高速メモリ装置3の該当バリッド・
ビット14が“1”の場合はデータメモリ部12の該当
するデータの読み出しを行う。
First, when the first CPUI inputs data address information to the first high-speed memory device 3 to read the latest data, the first high-speed memory device 3 searches to see if the corresponding data is stored. As a result of the search, if tag information 13 that matches the address information of the request data exists, in other words, the corresponding valid/
When the bit 14 is "1", the corresponding data in the data memory section 12 is read out.

一方、検索の結果、要求データのアドレス情報と一致す
るタグ情報13が存在しない場合、換言すれば第1の高
速メモリ装置3の該当バリッド・ビット14が“0”の
場合、読み出しミスとなる(ステップSL)。
On the other hand, as a result of the search, if the tag information 13 that matches the address information of the requested data does not exist, in other words, if the corresponding valid bit 14 of the first high-speed memory device 3 is "0", a reading error will occur ( Step SL).

このように第1の高速メモリ装置3のデータメモリ部1
2に該当する最新データが存在しない場合第1のCPU
Iは低速共有メモリ装置5にデータを要求する。
In this way, the data memory section 1 of the first high speed memory device 3
If the latest data corresponding to 2 does not exist, the first CPU
I requests data from the low-speed shared memory device 5.

低速共有メモリ装置5に該当するデータが格納されてい
る場合は、データ転送バス6を介してデータが第1の高
速メモリ装置3に読み込まれ(ステップS2)、第1の
高速メモリ装置8におけるタグ情報13にブロック番号
が書き込まれ、また該当バリッド・ビット14は1″、
ダーティ・ビット15は“0” となる。
If the corresponding data is stored in the low-speed shared memory device 5, the data is read into the first high-speed memory device 3 via the data transfer bus 6 (step S2), and the tag in the first high-speed memory device 8 is read. The block number is written in the information 13, and the corresponding valid bit 14 is 1'',
Dirty bit 15 becomes "0".

またこれと同時に第1のCPUIはデータ先取り信号線
7を活性状態とし、第2の高速メモリ装置4の同一アド
レスラインのデータの更新を要求する。
At the same time, the first CPUI activates the data prefetch signal line 7 and requests updating of the data on the same address line of the second high-speed memory device 4.

これによって第2の高速メモリ装置4は低速共有メモリ
装置5から同一アドレスラインのデータを読み込み(ス
テップS3)、これによって第2の高速メモリ装置4に
おいてもタグ情報13にブロック番号が書き込まれ、ま
た該当バリッド・ビット14が“1″、ダーティ・ビッ
ト15が“0”となる。
As a result, the second high-speed memory device 4 reads data on the same address line from the low-speed shared memory device 5 (step S3), and as a result, the block number is written in the tag information 13 in the second high-speed memory device 4 as well. The corresponding valid bit 14 becomes "1" and the dirty bit 15 becomes "0".

第1の高速メモリ装置3にデータが読み込まれると、第
1のCPUIは前述した過程で当該最新データを読み出
し、ヒツトする(ステップS4)。
When the data is read into the first high-speed memory device 3, the first CPUI reads and hits the latest data in the process described above (step S4).

続いて第2のCPU2が第2の高速メモリ装置4に対し
て同一データの読み出しを要求する。第2の高速メモリ
装置4はデータのアドレス情報が入力されると該当する
データが格納されているか検索を行う。
Subsequently, the second CPU 2 requests the second high-speed memory device 4 to read the same data. When the second high-speed memory device 4 receives data address information, it searches to see if the corresponding data is stored.

前述した如く第1のCPUIが読み出しミスをしたとき
はデータ先取り信号線7の活性化によって低速共有メモ
リ装置5からのデータは第1の高速メモリ装置8への読
み込みと略同時的に第2の高速メモリ装置4にも既に読
み込まれていることとなるから、入力されたアドレス情
報と一致するタグ情報13が存在し、且つ第2の高速メ
モリ装置4の該当バリッド・ビット14が“1”である
から、第2の高速メモリ装置4におけるデータメモリ部
12の該当するデータを読み出す、即ちヒツトする(ス
テップS5)。
As mentioned above, when the first CPUI makes a read error, the data prefetch signal line 7 is activated so that the data from the low-speed shared memory device 5 is transferred to the second high-speed memory device 8 almost simultaneously with the reading to the first high-speed memory device 8. Since it has already been read into the high-speed memory device 4, there is tag information 13 that matches the input address information, and the corresponding valid bit 14 of the second high-speed memory device 4 is “1”. Therefore, the corresponding data in the data memory section 12 of the second high-speed memory device 4 is read out, that is, it is hit (step S5).

従って、第2のCPU2によって低速共有メモリ装71
5をアクセスする過程が省略され、これに伴うデータ転
送バス6の使用がなく、それだけ使用回数が低減される
こととなる。
Therefore, the second CPU 2 uses the low-speed shared memory device 71.
5 is omitted, the data transfer bus 6 is not used accordingly, and the number of times it is used is reduced accordingly.

上述の実施例はCPU、高速メモリ装置を2組備えた場
合について説明したが、何らこれに限らず、任意数のC
PU、高速メモリ装置を持つ場合にも適用し得ることは
勿論である。
Although the above-mentioned embodiment describes the case where two sets of CPUs and high-speed memory devices are provided, the case is not limited to this, and any number of CPUs may be used.
Of course, the present invention can also be applied to cases with PUs and high-speed memory devices.

〔発明の効果〕〔Effect of the invention〕

以上の如く本発明装置にあっては、データ転送バスに低
速共有メモリ装置のデータを各高速メモリ装置に先取り
させるための信号線を設けたから、データ転送バスの使
用回数が大幅に低減され、それだけ負担が軽減され、待
機時間が短縮されて、データ処理効率の向上が図れる等
、本発明は優れた効果を奏するものである。
As described above, in the device of the present invention, since the data transfer bus is provided with a signal line for causing each high-speed memory device to pre-fetch data from the low-speed shared memory device, the number of times the data transfer bus is used is significantly reduced, and The present invention has excellent effects, such as reducing burden, shortening standby time, and improving data processing efficiency.

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

第1図は本発明装置の模式図、第2図は本発明装置の処
理手順を示すフローチャート、第3図は従来装置の模式
図、第4図は高速メモリ装置の模式図、第5図は従来装
置の処理手順を示すフローチャートである。 1・・・第1のCPU  2・・・第2のCPU  S
・・・第1の高速メモリ装置 4・・・第2の高速メモ
リ装置5・・・低速共有メモリ装置 6・・・データ転
送バス7・・・データ先取り信号線 なお、図中、同一符号は同一、又は相当部分を示す。 代理人  大  岩  増  雄 第   1    図 第   2   図 第   3   図 第   4   図 第   5   図 手続補正書(自発) 平成3年を月4B 2、発明の名称 データ処理装置 3、補正をする者 事件との関係 特許畠願人 住 所    東京都千代田区丸の内二丁目2番3号名
 称  (601)三菱電機株式会社代表者 志 岐 
守 哉 4、代理人 住 所    東京都千代田区丸の内二丁目2番3号(
連絡先03(3213)3421特許部)5、補正の対
象 明細書の「発明の詳細な説明」の欄 6、 補正の内容 (11明細書の第2頁14行目に「部ディレクトリ部1
1Jとあるを「ディレクトリ部11」と訂正する。 (2)  明細書の第11頁1行目に「タグ情報13が
存在する場合、換言すれば第1」とあるを「タグ情報1
3が存在し、且つ第1」と訂正する。 (3)  明細書の第11頁6行目乃至同頁7行目に「
タグ情報13が存在しない場合、換言すれば第1」とあ
るを「タグ情報13が存在しない場合、又は第1」と訂
正する。 以上
FIG. 1 is a schematic diagram of the device of the present invention, FIG. 2 is a flowchart showing the processing procedure of the device of the present invention, FIG. 3 is a schematic diagram of a conventional device, FIG. 4 is a schematic diagram of a high-speed memory device, and FIG. 5 is a schematic diagram of a high-speed memory device. 2 is a flowchart showing a processing procedure of a conventional device. 1...First CPU 2...Second CPU S
. . . First high-speed memory device 4 . . Second high-speed memory device 5 . Indicates the same or equivalent part. Agent Masuo Oiwa Figure 1 Figure 2 Figure 3 Figure 4 Figure 5 Figure Procedure Amendment (Voluntary) 1991, Month 4B 2, Name of Invention Data Processing Device 3, Person Making Amendment Case Related Patent applicant Address 2-2-3 Marunouchi, Chiyoda-ku, Tokyo Name (601) Mitsubishi Electric Corporation Representative Shiki
Moriya 4, agent address: 2-2-3 Marunouchi, Chiyoda-ku, Tokyo (
Contact information: 03 (3213) 3421 Patent Department) 5, “Detailed Description of the Invention” column 6 of the specification subject to amendment, Contents of the amendment (11 “Department Directory Department 1” on page 2, line 14 of the specification)
1J should be corrected to read "Directory section 11." (2) In the first line of page 11 of the specification, the phrase "If tag information 13 exists, in other words, the first" has been replaced with "tag information 1."
3 exists and is the first." (3) From page 11, line 6 to line 7 of the specification, “
If the tag information 13 does not exist, in other words, it is the first," is corrected to read, "If the tag information 13 does not exist, or in other words, the first."that's all

Claims (1)

【特許請求の範囲】[Claims] (1)複数の中央処理装置と、各中央処理装置に対応し
て配置された複数の高速メモリ装置と、前記中央処理装
置にて共通に使用される低速共有メモリ装置とを備え、
前記各高速メモリ装置と低速共有メモリ装置との間をデ
ータ転送バスにてデータを送受するようにしたデータ処
理装置において、 前記低速共有メモリ装置のデータを前記各高速メモリ装
置に先取りさせるべく、前記データ転送バスにデータ先
取り用信号線を設けたことを特徴とするデータ処理装置
(1) comprising a plurality of central processing units, a plurality of high-speed memory devices arranged corresponding to each central processing unit, and a low-speed shared memory device commonly used by the central processing units,
In the data processing device, data is transmitted and received between each of the high-speed memory devices and the low-speed shared memory device via a data transfer bus. A data processing device characterized in that a data transfer bus is provided with a signal line for data prefetching.
JP32691090A 1990-11-27 1990-11-27 Data processor Pending JPH04192022A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP32691090A JPH04192022A (en) 1990-11-27 1990-11-27 Data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP32691090A JPH04192022A (en) 1990-11-27 1990-11-27 Data processor

Publications (1)

Publication Number Publication Date
JPH04192022A true JPH04192022A (en) 1992-07-10

Family

ID=18193120

Family Applications (1)

Application Number Title Priority Date Filing Date
JP32691090A Pending JPH04192022A (en) 1990-11-27 1990-11-27 Data processor

Country Status (1)

Country Link
JP (1) JPH04192022A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6486479B1 (en) 1994-03-15 2002-11-26 Fujitsu Limited Charged particle beam exposure system and method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6486479B1 (en) 1994-03-15 2002-11-26 Fujitsu Limited Charged particle beam exposure system and method
US6646275B2 (en) 1994-03-15 2003-11-11 Fujitsu Limited Charged particle beam exposure system and method

Similar Documents

Publication Publication Date Title
US6496902B1 (en) Vector and scalar data cache for a vector multiprocessor
KR100274327B1 (en) Methods and apparatus for providing multiple outstanding operations in a cache consistent multiple processor computer system
JP3218773B2 (en) Cache controller
US5283883A (en) Method and direct memory access controller for asynchronously reading/writing data from/to a memory with improved throughput
JP3365433B2 (en) Cache memory structures and their use
US5893153A (en) Method and apparatus for preventing a race condition and maintaining cache coherency in a processor with integrated cache memory and input/output control
US6836829B2 (en) Peripheral device interface chip cache and data synchronization method
KR970010368B1 (en) Cache line replace apparatus and method
US5987570A (en) Performing overlapping burst memory accesses and interleaved memory accesses on cache misses
JPH06309230A (en) Bus snooping method
JPH11328106A (en) Computer system equipped with arbitration mechanism enabling multiple bus masters for access to graphic bus
US6976130B2 (en) Cache controller unit architecture and applied method
JPH0410102B2 (en)
KR960007833B1 (en) Method and apparatus for fast page mode selection
JPH04192022A (en) Data processor
US5862358A (en) Method and apparatus for reducing the apparent read latency when connecting busses with fixed read reply timeouts to CPUs with write-back caches
JP2003099324A (en) Streaming data cache for multimedia processor
JPH02110646A (en) Pre-readout device for memory
JP3226557B2 (en) Multiprocessor system
JP2001229074A (en) Memory controller and information processor and memory control chip
JP2778623B2 (en) Prefetch control device
EP0567708A1 (en) Apparatus for optimizing cache memory invalidation
JPH06301600A (en) Storage device
KR970004520B1 (en) High speed memory control method and apparatus
JPH06309228A (en) Data processor