JP2906805B2 - Memory sharing type multiprocessor system - Google Patents

Memory sharing type multiprocessor system

Info

Publication number
JP2906805B2
JP2906805B2 JP4033669A JP3366992A JP2906805B2 JP 2906805 B2 JP2906805 B2 JP 2906805B2 JP 4033669 A JP4033669 A JP 4033669A JP 3366992 A JP3366992 A JP 3366992A JP 2906805 B2 JP2906805 B2 JP 2906805B2
Authority
JP
Japan
Prior art keywords
gate
memory
processor
multiprocessor system
use request
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP4033669A
Other languages
Japanese (ja)
Other versions
JPH05233437A (en
Inventor
善之 太田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP4033669A priority Critical patent/JP2906805B2/en
Publication of JPH05233437A publication Critical patent/JPH05233437A/en
Application granted granted Critical
Publication of JP2906805B2 publication Critical patent/JP2906805B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は、共有メモリを有する密
結合型のマルチプロセッサシステムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a tightly coupled multiprocessor system having a shared memory.

【0002】[0002]

【従来の技術】マルチプロセッサ方式では、各プロセッ
サが処理を進めるのに必要な情報をプロセッサ間におい
て相互に交換することが必要である。このようなプロセ
ッサ間通信を実現する結合方式の観点からは、密結合マ
ルチプロセッサと疎結合マルチプロセッサの2つに大別
できる。
2. Description of the Related Art In a multiprocessor system, it is necessary for processors to mutually exchange information necessary for processing to proceed. From the viewpoint of a coupling method for realizing such inter-processor communication, it can be broadly classified into a tightly-coupled multiprocessor and a loosely-coupled multiprocessor.

【0003】密結合マルチプロセッサは、図9(a)に
示すように、複数のプロセッサとメモリとの間に、相互
結合網を設けることによって実現できる。プロセッサの
数が多くなると、共有メモリにアクセスの競合(conten
tion)が起こり、アクセスが逐次的となって並列処理の
効率が低下する。
A tightly coupled multiprocessor can be realized by providing an interconnection network between a plurality of processors and a memory, as shown in FIG. As the number of processors increases, contention for access to shared memory (conten
) occurs, and the access becomes sequential and the efficiency of parallel processing decreases.

【0004】疎結合マルチプロセッサは、図9(b)に
示すように各自が専有のローカルメモリ(local memor
y)を持ち、大域的な共有メモリを持たない。プロセッ
サ間通信は、高速な入出力ポートを介して行う。疎結合
マルチプロセッサではメモリでの競合は起きないが、各
プロセッサが通信の中継を行うならば、中継負荷が問題
となる。
As shown in FIG. 9 (b), loosely coupled multiprocessors have their own local memory (local memory).
y) and does not have global shared memory. Communication between processors is performed via a high-speed input / output port. In a loosely coupled multiprocessor, contention in a memory does not occur, but if each processor relays communication, a relay load becomes a problem.

【0005】これらの共有型マルチプロセッサシステム
は、各プロセッサが主メモリを共有して動作し、主メモ
リは、各プロセッサから直接アクセスできる。しかし、
全メモリ空間を完全に共有すると、主メモリに対するア
クセストラヒックが大きくなり、ボトルネックが生じて
性能が低下する。
[0005] In these shared multiprocessor systems, each processor operates while sharing a main memory, and the main memory can be directly accessed from each processor. But,
If the entire memory space is completely shared, access traffic to the main memory increases, causing a bottleneck and deteriorating performance.

【0006】このため、図10に示すように次のような工
夫を行っている。 各プロセッサに他のプロセッサとはアクセスが競合し
ない自身のローカルメモリを備え、共有領域を一部に限
定する。 共有メモリ空間を分割して各部分空間を各プロセッサ
に割り当てる。
For this reason, the following contrivance has been made as shown in FIG. Each processor is provided with its own local memory that does not conflict with other processors, and the shared area is limited to a part. The shared memory space is divided and each partial space is allocated to each processor.

【0007】[0007]

【発明が解決しようとする課題】このようなシステムと
すると、各プロセッサが共有空間をアクセスする際には
他のプロセッサとの競合を避けるために、調停を行うア
ービタ回路が必要となる。プロセッサ(PE)の数が少
なければ、あまり問題ないが、プロセッサ数が多くなる
とアービタ回路の規模も大きくなり、制御も複雑となる
という欠点がある。
In such a system, when each processor accesses the shared space, an arbiter circuit for performing arbitration is required to avoid contention with other processors. If the number of processors (PE) is small, there is not much problem.

【0008】本発明は、上述の問題点に鑑みてなされた
もので、調停が容易であり、さらにシステムの拡張が容
易にできるメモリ共有型マルチプロセッサシステムを提
供することを目的とする。
SUMMARY OF THE INVENTION The present invention has been made in view of the above problems, and has as its object to provide a shared memory type multiprocessor system in which arbitration is easy and the system can be easily expanded.

【0009】[0009]

【課題を解決するための手段】図1は本発明の原理ブロ
ック図である。本発明は、共有メモリ空間を分割した部
分空間メモリ1とプロセッサ2から構成される複数のプ
ロセッサユニットよりなるメモリ共有型マルチプロセッ
サシステムであって、各プロセッサユニット間にゲート
3と、このゲート3を制御する調停回路4を設け、ゲー
ト3の一方側、例えば図中右側にある複数のプロセッサ
2の他部分空間メモリ使用要求信号を1つの該使用要求
信号にする論理回路、例えば論理和の出力と、ゲート3
の他方側、例えば左側にある全てのプロセッサ2の他部
分空間メモリ使用要求信号を1つの該使用要求信号にす
る論理回路、例えば論理和の出力とが各調停回路4へ入
力するよう構成したものである。
FIG. 1 is a block diagram showing the principle of the present invention. The present invention relates to a shared memory multiprocessor system including a plurality of processor units each including a partial space memory 1 obtained by dividing a shared memory space and a processor 2, wherein a gate 3 is provided between each processor unit, and a gate 3 is provided between the processor units. An arbitration circuit 4 for controlling the output of a plurality of processors 2 on one side of the gate 3, for example, the right side in FIG. , Gate 3
A logic circuit for converting the other partial space memory use request signal of all the processors 2 on the other side, for example, the left side, into one use request signal, for example, an output of a logical sum is inputted to each arbitration circuit 4 It is.

【0010】また、重複して前記使用要求信号が入力さ
れた場合は、予め設定した優先順序により使用要求に応
ずるようにしたものである。
Further, when the use request signal is inputted repeatedly, the use request is responded to in a preset priority order.

【0011】[0011]

【0012】また、n個の前記プロセッサユニットとそ
の間に設けられたn−1個の前記調停回路4で構成し、
i,j(1<i<j<n)の前記プロセッサユニット間
で前記部分メモリ1を参照する場合、i,j間の前記ゲ
ート3のみ開放するようにしたものである。
The arbitration circuit 4 includes n processor units and n-1 arbitration circuits 4 provided therebetween.
When referring to the partial memory 1 between the processor units i, j (1 <i <j <n), only the gate 3 between i, j is opened.

【0013】[0013]

【作用】図1は2つのプロセッサユニットの場合を示し
ているが、この左右に追加してゆくことにより所望のプ
ロセッサユニットを接続することができる。図1の場
合、それぞれのプロセッサが自己のメモリ2を参照する
時は調停回路4はゲート3を閉とし、相手方のメモリ2
を参照する場合は、ゲート3を開とする。
FIG. 1 shows the case of two processor units, but a desired processor unit can be connected by adding them to the left and right. In the case of FIG. 1, when each processor refers to its own memory 2, the arbitration circuit 4 closes the gate 3 and the other memory 2
, The gate 3 is opened.

【0014】図2は図1に示すゲートの開閉論理を示
す。lock−A,lock−Bは相手メモリへのアクセス要求
であり、要求ありが1、要求なしを0とする。なお
(1,1)の場合、左側のプロセッサ2に優先権を認め
たもので、この場合(1,0)と同じくなる。
FIG. 2 shows the gate opening / closing logic shown in FIG. lock-A and lock-B are access requests to the partner memory, where 1 is for requests and 0 is for no requests. In the case of (1, 1), the priority is granted to the processor 2 on the left side, which is the same as (1, 0).

【0015】また、左右両方のプロセッサ2が相手方の
メモリ1の参照要求を出した時は、調停回路は、予め競
合した場合の使用する優先順位を決めておく。図1の場
合、例えば左側のプロセッサ2に優先権を与えておき、
まず左側のプロセッサ2が右側のメモリ1を参照した
後、右側のプロセッサ2が左側のメモリ1を参照する。
これはプロセッサユニットが3個以上の場合も同様で、
例えば左端のプロセッサ2に最も高い優先度を与え、右
へ行くに従い順に優先度を低くするようにする。
When both the left and right processors 2 issue a request for referring to the memory 1 of the other party, the arbitration circuit determines in advance the priority order to be used in the case of contention. In the case of FIG. 1, for example, priority is given to the processor 2 on the left side,
First, the processor 2 on the left refers to the memory 1 on the right, and then the processor 2 on the right refers to the memory 1 on the left.
This is the same when there are three or more processor units.
For example, the highest priority is given to the processor 2 at the left end, and the priority is sequentially reduced as going to the right.

【0016】また、各調停回路4には、右側にある全て
のプロセッサ2の使用要求信号の論理和と、左側にある
全てのプロセッサ2の使用要求信号の論理和を入力する
ようにする。このようにして簡単にプロセッサユニット
の数を増やしてゆくことできる。
Each arbitration circuit 4 receives the logical sum of the use request signals of all the processors 2 on the right side and the logical sum of the use request signals of all the processors 2 on the left side. In this way, the number of processor units can be easily increased.

【0017】また、i,jのプロセッサ2でメモリ1の
参照をする際は、iとjのプロセッサ2間にあるゲート
3のみ開とし、1とi間のゲート3、iとn間のゲート
3は閉とすることにより、閉とされている区間のプロセ
ッサ2は自己のメモリ1をアクセスすることができる。
これにより1つのプロセッサ2が他のメモリ1を参照す
ることによる他のプロセッサ2への影響を最小限にする
ことができる。
When the memory 2 is referred to by the processor 2 of i and j, only the gate 3 between the processors 2 of i and j is opened, the gate 3 between 1 and i, and the gate between i and n. By closing 3, the processor 2 in the closed section can access its own memory 1.
As a result, the influence on the other processor 2 caused by one processor 2 referring to the other memory 1 can be minimized.

【0018】[0018]

【実施例】以下、本発明の実施例を図面を参照して説明
する。図3は本発明の第1実施例の構成図を示す。1は
共有メモリ空間を分割した部分空間メモリ、2はプロセ
ッサ、3は各部分空間メモリ1間の入出力を可能とする
ゲート、4はこのゲート3の開閉を制御するアービトレ
ーション回路で、各プロセッサ2の使用要求信号を入力
する。5は各プロセッサ2毎に設けられたゲートであ
る。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 3 shows a configuration diagram of the first embodiment of the present invention. 1 is a partial space memory obtained by dividing the shared memory space, 2 is a processor, 3 is a gate enabling input / output between the partial space memories 1, and 4 is an arbitration circuit for controlling opening and closing of the gate 3. Input request signal. Reference numeral 5 denotes a gate provided for each processor 2.

【0019】次に動作について説明する。図4はゲート
開閉の論理を表す。図4において、lock−A,lock−B
はそれぞれPE−A,PE−Bから出力する他の部分空
間メモリ2への使用要求信号である。0はlock信号な
し、1はlock信号ありを示す。PE−A, PE−Bの両
方からlock信号が出された時、(1,1)の場合は、P
E−Aに優先権を認め、それ故(1,0)の場合とゲー
ト開閉は同じとなる。(1,1)の場合、PE−AのMEM
−Bに対するアクセスが終わった後でないとPE−BはME
M −Aにアクセスできない。
Next, the operation will be described. FIG. 4 shows the gate opening / closing logic. In FIG. 4, lock-A, lock-B
Are use request signals to other partial space memories 2 output from PE-A and PE-B, respectively. 0 indicates no lock signal and 1 indicates lock signal. When the lock signal is output from both PE-A and PE-B, in the case of (1, 1), P
The priority is granted to EA, so the gate opening / closing is the same as in (1, 0). In the case of (1,1), MEM of PE-A
PE-B is ME only after access to
Cannot access M-A.

【0020】次に第2実施例を説明する。図5は本実施
例の構成を示す図である。本実施例は図3に示した第1
実施例にメモリMEM −C、ゲートGATE−F、プロセッサ
PE−Cを追加したもので、このためGATE−Bとアービト
レーション回路AB−Bを追加している。AB−Aには左側
にあるPE−Aからのlock信号と、右側にあるPE−B,PE
−Cのlock信号の論理和が入力される。AB−Bには左側
にあるPE−AとPE−Bのlock信号の論理和と、右側にあ
るPE−Cからのlock信号が入力される。
Next, a second embodiment will be described. FIG. 5 is a diagram showing the configuration of the present embodiment. This embodiment is similar to the first embodiment shown in FIG.
Example: memory MEM-C, gate GATE-F, processor
PE-C is added. For this purpose, GATE-B and arbitration circuit AB-B are added. AB-A has a lock signal from PE-A on the left side and PE-B and PE on the right side.
The logical sum of the -C lock signal is input. AB-B receives the logical sum of the lock signals of PE-A and PE-B on the left side and the lock signal from PE-C on the right side.

【0021】次に動作について説明する。図6は本実施
例のゲートの開閉論理を表す。優先権はPE−A,PE−
B,PE−Cの順に与えられている。故に(0,1,0)
と(0,1,1)とは同じゲート開閉状態になる。また
(1,0,0),(1,0,1),(1,1,0),
(1,1,1)は同じゲート開閉状態になる。なお、GA
TE−Eは、GATE−EaとGATE−Ebの両方のlock信号の
論理積で決まる。例えば(1,0,0)のときGATE−E
aは閉、GATE−Ebは開であるので、GATE−Eは、閉×
開=閉となる。
Next, the operation will be described. FIG. 6 shows the gate opening / closing logic of this embodiment. Priority is PE-A, PE-
B and PE-C are provided in this order. So (0,1,0)
And (0,1,1) are in the same gate open / close state. (1,0,0), (1,0,1), (1,1,0),
(1,1,1) are in the same gate opening / closing state. Note that GA
TE-E is determined by the logical product of the lock signals of both GATE-Ea and GATE-Eb. For example, when (1, 0, 0), GATE-E
a is closed and GATE-Eb is open, so GATE-E is closed x
Open = closed.

【0022】上記ゲートの開閉は信号を1ビットとした
ものである。これを複数のビットとすれば、もっと複雑
な開閉処理が可能となる。例えば図6に示す例では、PE
−AがMEM −Bにアクセスする場合、関係ないGATE−B
まで開、GATE−Fを閉としている。このためPE−Cは自
己のメモリMEM −Cにアクセス出来ないが、このような
ことを防止し、使用範囲のみのゲートを開または閉する
ように制御出来る。
The opening and closing of the gate is based on a signal of 1 bit. If this is made into a plurality of bits, more complicated opening / closing processing becomes possible. For example, in the example shown in FIG.
-When A accesses MEM-B, GATE-B is not relevant
Open and GATE-F closed. For this reason, the PE-C cannot access its own memory MEM-C, but can prevent such a situation and control to open or close the gate only in the use range.

【0023】次に第3実施例の説明をする。図7は本実
施例の構成を示す。本実施例は図5に示す第2実施例
に、メモリMEM −D,ゲートGATE−G,プロセッサPE−
DとゲートGATE−C,アービートレーション回路AB−C
を追加したものである。これに伴いPE−CとPE−Dのlo
ck信号を左側に伝えるオアゲート、PE−A,PE−B,
PE−Cのlock信号を右側に伝えるオアゲートも増設さ
れる。
Next, a third embodiment will be described. FIG. 7 shows the configuration of this embodiment. This embodiment is different from the second embodiment shown in FIG. 5 in that a memory MEM-D, a gate GATE-G, and a processor PE-
D and gate GATE-C, arbitration circuit AB-C
Is added. In accordance with this, PE-C and PE-D
OR gate for transmitting the ck signal to the left side, PE-A, PE-B,
An OR gate for transmitting the PE-C lock signal to the right side is also added.

【0024】次に動作について説明する。アービトレー
シン回路AB−A,AB−B,AB−Cは入力a,bに対して
図6に示したと同様な論理に従ってゲートGATE−A,GA
TE−B,GATE−Cを制御する。またゲートGATE−D,GA
TE−Gは入力a,bに従って開閉し、ゲートGATE−E,
GATE−Fは入力a,bの論理積に従って開閉する。
Next, the operation will be described. The arbitrage circuits AB-A, AB-B and AB-C are connected to the gates GATE-A and GA in accordance with the same logic as shown in FIG.
It controls TE-B and GATE-C. Gate GATE-D, GA
TE-G opens and closes according to inputs a and b, and gates GATE-E,
GATE-F opens and closes according to the logical product of inputs a and b.

【0025】例えばPE−Bが他のPEに属するメモリ(例
えばMEM −D)をアクセスしたい場合を考える。PE−B
はlock信号をオアゲート,へ出力する。オアゲート
ではPE−C,PE−Dからのlock信号はアクティブにな
っていないが、PE−Bからのlock信号がアクティブに変
化したので、そのlock信号をアービトレーション回路AB
−A,ゲートGATE−Dへ出力する。GATE−Dではlock信
号の入力によりゲートを閉じ、メモリMEM −Aのバスを
開放する。アービトレーション回路AB−Aは、PE−Aは
lock信号を出していないが、PE−Bがlock信号を出して
いるのでGATE−Aを開ける。
For example, consider a case where PE-B wants to access a memory (for example, MEM-D) belonging to another PE. PE-B
Outputs the lock signal to the OR gate. In the OR gate, the lock signals from PE-C and PE-D are not active, but since the lock signal from PE-B has changed to active, the lock signal is transmitted to the arbitration circuit AB.
-A, Output to gate GATE-D. In GATE-D, the gate is closed by the input of the lock signal, and the bus of the memory MEM-A is opened. The arbitration circuit AB-A is PE-A
Although the lock signal is not issued, GATE-A is opened because PE-B has issued the lock signal.

【0026】同様にして、GATE−EはPE−Aとオアゲー
トの出力によって動作するが、PE−A,PE−C,PE−
Dはlock信号を出力していないのでゲートを開け、PE−
Bのアドレスをメモリバスへ出力する。以下同様にし
て、GATE−B,GATE−Cはゲートを開け、GATE−F,GA
TE−Gはゲートを閉じて共有メモリバスはPE−Bの信号
のみを通すことになり、PE−BがメモリMEM −Dにアク
セスすることができる。
Similarly, GATE-E operates by the outputs of PE-A and OR gate, but GATE-E, PE-A, PE-C, PE-A
D does not output the lock signal, so open the gate and PE-
The address of B is output to the memory bus. Similarly, GATE-B and GATE-C open the gate, and GATE-F and GA
TE-G closes the gate and the shared memory bus passes only the signal of PE-B, so that PE-B can access the memory MEM-D.

【0027】この例ではlock信号を1ビットで行った場
合につき説明した。このため、PE−BがMEM −Dをアク
セスするのに不用なGATE−Aの開放、GATE−Dの閉鎖ま
で行っている。これは前述したようにlock信号を複数ビ
ットで行うことにより防止することができる。
In this example, the case where the lock signal is performed by one bit has been described. For this reason, GATE-A, which is unnecessary for PE-B to access MEM-D, is closed and GATE-D is closed. This can be prevented by performing the lock signal with a plurality of bits as described above.

【0028】次に第4実施例を図8により説明する。本
実施例は、図7に示す第3実施例に対してメモリMEM −
E,ゲートGATE−I,プロセッサPE−EとゲートGATE−
H,アービトレーション回路AB−Dを追加したものであ
る。これに伴いPE−DとPE−Eのlock信号を左側へ伝え
るオアゲートと、PE−A,PE−B,PE−C,PE−Dの
lock信号を右側に伝えるオアゲートを増加する。
Next, a fourth embodiment will be described with reference to FIG. This embodiment is different from the third embodiment shown in FIG.
E, gate GATE-I, processor PE-E and gate GATE-
H, in which an arbitration circuit AB-D is added. Accordingly, an OR gate for transmitting the lock signal of PE-D and PE-E to the left side, and an OR gate for PE-A, PE-B, PE-C, and PE-D.
Increase the OR gate that transmits the lock signal to the right.

【0029】動作については、オアゲート,によっ
てアービトレーション回路AB−C,AB−Dおよびゲート
GATE−H,GATE−Iを制御する信号をPE−Eのlock信号
およびPE−A〜PE−Dまでの信号から生成するだけでよ
い。このように、本発明は、全てのPEを統一制御する調
停回路を設けなくても共有メモリ型マルチプロセッサシ
ステムを構成することができる。
The operation of the arbitration circuit AB-C, AB-D and the gate is performed by an OR gate.
It is only necessary to generate signals for controlling GATE-H and GATE-I from the lock signal of PE-E and the signals from PE-A to PE-D. As described above, according to the present invention, a shared memory type multiprocessor system can be configured without providing an arbitration circuit for integrally controlling all PEs.

【0030】[0030]

【発明の効果】以上の説明から明らかなように、本発明
は、部分空間メモリとプロセッサのユニットを調停回路
を介して横に接続した構成であり、全てのプロセッサを
統一制御する調停回路を必要としないので制御が簡単で
あり、かつユニットの追加が容易に行える。
As is apparent from the above description, the present invention has a configuration in which a subspace memory and a processor unit are horizontally connected via an arbitration circuit, and requires an arbitration circuit for unified control of all processors. Therefore, the control is simple and the unit can be easily added.

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

【図1】本発明の原理ブロック図である。FIG. 1 is a principle block diagram of the present invention.

【図2】図1のゲート開閉論理を示す図である。FIG. 2 is a diagram showing a gate opening / closing logic of FIG. 1;

【図3】本発明の第1実施例の回路図である。FIG. 3 is a circuit diagram of a first embodiment of the present invention.

【図4】第1実施例のゲート開閉論理を示す図である。FIG. 4 is a diagram showing gate opening / closing logic of the first embodiment.

【図5】第2実施例の回路図である。FIG. 5 is a circuit diagram of a second embodiment.

【図6】第2実施例のゲート開閉論理を示す図である。FIG. 6 is a diagram showing gate opening / closing logic according to the second embodiment.

【図7】第3実施例の回路図である。FIG. 7 is a circuit diagram of a third embodiment.

【図8】第4実施例の回路図である。FIG. 8 is a circuit diagram of a fourth embodiment.

【図9】密結合、疎結合マルチプロセッサを説明する図
である。
FIG. 9 is a diagram illustrating a tightly coupled and loosely coupled multiprocessor.

【図10】従来の密結合マルチプロセッサの一例を示す図
である。
FIG. 10 is a diagram illustrating an example of a conventional tightly-coupled multiprocessor.

Claims (3)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 共有メモリ空間を分割した部分空間メモ
リ(1)とプロセッサ(2)から構成される複数のプロ
セッサユニットよりなるメモリ共有型マルチプロセッサ
システムにおいて、各プロセッサユニット間にゲート
(3)と、このゲート(3)を制御する調停回路を
(4)を設け、各調停回路(4)には前記ゲートの一方
側にある複数のプロセッサ(2)の他部分空間メモリ使
用要求信号を1つの該使用要求信号にする論理回路出力
と、前記ゲートの他方側にある複数のプロセッサ(2)
の他部分空間メモリ使用要求信号を1つの該使用要求信
号にする論理回路出力とが入力するよう構成したことを
特徴とするメモリ共有型マルチプロセッサシステム。
1. In a shared memory multiprocessor system comprising a plurality of processor units each comprising a partial space memory (1) obtained by dividing a shared memory space and a processor (2), a gate (3) is provided between each processor unit. An arbitration circuit for controlling the gate (3) is provided with (4), and each arbitration circuit (4) has one of the gates.
Use of other partial space memory of multiple processors (2) on the side
Circuit output for converting a use request signal into one use request signal
And a plurality of processors (2) on the other side of the gate
The other partial space memory use request signal is
A shared memory type multiprocessor system characterized in that it is configured to receive a logic circuit output to be input.
【請求項2】 重複して前記使用要求信号が入力された
場合は、予め設定した優先順序により使用要求に応ずる
ようにしたことを特徴とする請求項1記載のメモリ共有
型マルチプロセッサシステム。
2. The memory sharing type multiprocessor system according to claim 1, wherein when the use request signal is inputted repeatedly, the use request is responded to in a preset priority order.
【請求項3】 n個の前記プロセッサユニットとその間
に設けられたn−1個の前記調停回路(4)で構成し、
i,j(1<i<j<n)の前記プロセッサユニット間
で前記部分メモリ(1)を参照する場合、i,j間の前
記ゲート(3)のみ開放するようにしたことを特徴とす
る請求項1記載のメモリ共有型マルチプロセッサシステ
ム。
3. An arbitration circuit (4) comprising n processor units and n-1 arbitration circuits (4) provided therebetween.
When referring to the partial memory (1) between the processor units of i, j (1 <i <j <n), only the gate (3) between i and j is opened. The multiprocessor system according to claim 1, wherein:
JP4033669A 1992-02-20 1992-02-20 Memory sharing type multiprocessor system Expired - Fee Related JP2906805B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4033669A JP2906805B2 (en) 1992-02-20 1992-02-20 Memory sharing type multiprocessor system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4033669A JP2906805B2 (en) 1992-02-20 1992-02-20 Memory sharing type multiprocessor system

Publications (2)

Publication Number Publication Date
JPH05233437A JPH05233437A (en) 1993-09-10
JP2906805B2 true JP2906805B2 (en) 1999-06-21

Family

ID=12392869

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4033669A Expired - Fee Related JP2906805B2 (en) 1992-02-20 1992-02-20 Memory sharing type multiprocessor system

Country Status (1)

Country Link
JP (1) JP2906805B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10073783B2 (en) * 2016-11-23 2018-09-11 Advanced Micro Devices, Inc. Dual mode local data store

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4495567A (en) * 1981-10-15 1985-01-22 Codex Corporation Multiprocessor/multimemory control system

Also Published As

Publication number Publication date
JPH05233437A (en) 1993-09-10

Similar Documents

Publication Publication Date Title
US5581767A (en) Bus structure for multiprocessor system having separated processor section and control/memory section
EP0892352B1 (en) Computer system with a bus having a segmented structure
KR970029121A (en) Memory Data Path Control System in Parallel Processing Computer System
US4841178A (en) Asynchronous processor arbitration circuit
JPH0158540B2 (en)
JPS6259495A (en) Correcting method for solving bias of communication connecting switch
JP2731742B2 (en) Parallel computer with cluster configuration
Fuller et al. Computer modules: An architecture for large digital modules
JPH0635874A (en) Parallel processor
JP2906805B2 (en) Memory sharing type multiprocessor system
JP2644185B2 (en) Data processing device
JPS59206972A (en) Shared memory
JPH04113444A (en) Bidirectional ring bus device
CN113544658A (en) Computing architecture for permuting torus network interconnections
JP2807269B2 (en) Interface unit used for multi-drop access method
JPH08202672A (en) Decentralized multiprocessing system
JPH064401A (en) Memory access circuit
JP2882304B2 (en) Multiprocessor system
McFarling et al. VLSI crossbar design version two
KR100249523B1 (en) An arbitor logic for the communication between cpu and multi i/o controllers
JPH10171770A (en) Multiprocessor system
JP2610971B2 (en) Direct memory access method between central processing units
JPH022178B2 (en)
JPS62206660A (en) Processor connecting device
CN117176674A (en) Network-on-chip and data transmission method, chip and device

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19990302

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

Free format text: PAYMENT UNTIL: 20080402

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20090402

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20090402

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20100402

Year of fee payment: 11

LAPS Cancellation because of no payment of annual fees