JPH05233437A - Memory sharing type multiprocessor system - Google Patents

Memory sharing type multiprocessor system

Info

Publication number
JPH05233437A
JPH05233437A JP4033669A JP3366992A JPH05233437A JP H05233437 A JPH05233437 A JP H05233437A JP 4033669 A JP4033669 A JP 4033669A JP 3366992 A JP3366992 A JP 3366992A JP H05233437 A JPH05233437 A JP H05233437A
Authority
JP
Japan
Prior art keywords
gate
memory
processor
processors
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.)
Granted
Application number
JP4033669A
Other languages
Japanese (ja)
Other versions
JP2906805B2 (en
Inventor
Yoshiyuki Ota
善之 太田
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

Landscapes

  • Multi Processors (AREA)
  • Memory System (AREA)

Abstract

PURPOSE:To eliminate need for an arbitrating circuit which performs synthetic control over all processors and facilitated control, and to easily add a unit by laterally connecting a partial space memory to the unit of a processor through the arbitrating circuit. CONSTITUTION:This system consists of plural processor units each consisting of the partial space memory 1 formed by dividing a shared memory space and the processor 2. A gate 3 and the arbitrating circuit 4 which controls the gate 3 are provided between the processor units and other part spatial memory use request signals from all the processors 2 are inputted to each of the arbitrating circuits 4. When the use request signals are inputted repeatedly, the use requests are complied with according to previously set priority. Consequently, the arbitration is facilitated and the expansion of the system is made easy.

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 the multiprocessor system, it is necessary for the processors to mutually exchange information necessary for each processor to proceed with processing. From the viewpoint of a coupling method for realizing such inter-processor communication, it can be roughly classified into two types, a tightly coupled multiprocessor and a loosely coupled multiprocessor.

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

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

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

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

【0007】[0007]

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

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

【0009】[0009]

【課題を解決するための手段】図1は本発明の原理ブロ
ック図である。本発明は、共有メモリ空間を分割した部
分空間メモリ1とプロセッサ2から構成される複数のプ
ロセッサユニットよりなるメモリ共有型マルチプロセッ
サシステムであって、各プロセッサユニット間にゲート
3と、このゲート3を制御する調停回路4を設け、各調
停回路4には全てのプロセッサ2からの他部分空間メモ
リ使用要求信号が入力するよう構成したものである。
FIG. 1 is a block diagram showing the principle of the present invention. The present invention is a memory sharing type multiprocessor system including a plurality of processor units each of which is composed of a partial space memory 1 and a processor 2 in which a shared memory space is divided. An arbitration circuit 4 for controlling is provided, and each arbitration circuit 4 is configured to receive another partial space memory use request signal from all processors 2.

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

【0011】また、各前記調停回路4には、右側にある
全てのプロセッサ2の前記使用要求信号の論理和と、左
側にある全てのプロセッサ2の前記使用要求信号の論理
和が入力するようにしたものである。
Further, 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 are input to each arbitration circuit 4. It was done.

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

【0013】[0013]

【作用】図1は2つのプロセッサユニットの場合を示し
ているが、この左右に追加してゆくことにより所望のプ
ロセッサユニットを接続することができる。図1の場
合、それぞれのプロセッサが自己のメモリ2を参照する
時は調停回路4はゲート3を閉とし、相手方のメモリ2
を参照する場合は、ゲート3を開とする。
Although FIG. 1 shows the case of two processor units, a desired processor unit can be connected by adding these 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
When referring to, the gate 3 is opened.

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

【0015】また、左右両方のプロセッサ2が相手方の
メモリ1の参照要求を出した時は、調停回路は、予め競
合した場合の使用する優先順位を決めておく。図1の場
合、例えば左側のプロセッサ2に優先権を与えておき、
まず左側のプロセッサ2が右側のメモリ1を参照した
後、右側のプロセッサ2が左側のメモリ1を参照する。
これはプロセッサユニットが3個以上の場合も同様で、
例えば左端のプロセッサ2に最も高い優先度を与え、右
へ行くに従い順に優先度を低くするようにする。
Further, when both the left and right processors 2 issue a reference request for the memory 1 of the other party, the arbitration circuit preliminarily determines the priority order to be used in case of conflict. In the case of FIG. 1, for example, priority is given to the processor 2 on the left side,
First, the left processor 2 refers to the right memory 1, and then the right processor 2 refers to the left memory 1.
This also applies 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 lowered in order toward the right.

【0016】また、各調停回路4には、右側にある全て
のプロセッサ2の使用要求信号の論理和と、左側にある
全てのプロセッサ2の使用要求信号の論理和を入力する
ようにする。このようにして簡単にプロセッサユニット
の数を増やしてゆくことできる。
Further, to each arbitration circuit 4, 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 are inputted. 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への影響を最小限にする
ことができる。
Further, when the memory 1 is referred to by the processor 2 of i, j, only the gate 3 between the processors 2 of i and j is opened, and the gate 3 between 1 and i and the gate between i and n. By making 3 closed, the processor 2 in the closed section can access its own memory 1.
As a result, it is possible to minimize the influence of one processor 2 referring to another memory 1 on another processor 2.

【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 block diagram of the first embodiment of the present invention. Reference numeral 1 is a partial space memory obtained by dividing a shared memory space, 2 is a processor, 3 is a gate that enables input / output between the partial space memories 1, and 4 is an arbitration circuit that controls opening / closing of the gate 3. Input the use request signal of. Reference numeral 5 is 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 logic of gate opening / closing. In FIG. 4, lock-A, lock-B
Is a use request signal to the other partial space memories 2 output from PE-A and PE-B, respectively. 0 indicates that there is no lock signal, and 1 indicates that there is a lock signal. When the lock signal is output from both PE-A and PE-B, in the case of (1, 1), P
EA has priority, and therefore the gate opening and closing is the same as in (1,0). In the case of (1,1), MEM of PE-A
PE-B is the ME only after the access to -B is completed.
I 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 this embodiment. This embodiment is the first shown in FIG.
Examples include memory MEM-C, gate GATE-F, processor
PE-C is added, and therefore 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, 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 given in this order. Therefore (0,1,0)
And (0,1,1) are in the same gate open / close state. Also, (1,0,0), (1,0,1), (1,1,0),
(1,1,1) is in the same gate open / close state. GA
TE-E is determined by the logical product of lock signals of both GATE-Ea and GATE-Eb. For example, when (1,0,0), GATE-E
Since a is closed and GATE-Eb is open, GATE-E is closed ×
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 performed with a signal of 1 bit. If this is made up of a plurality of bits, more complicated opening / closing processing becomes possible. For example, in the example shown in FIG.
-A is unrelated when accessing MEM-B GATE-B
Is open and GATE-F is closed. For this reason, the PE-C cannot access its own memory MEM-C, but it can be controlled so as to prevent such a situation and 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, the 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 it has a memory MEM-D, a gate GATE-G, and a processor PE-.
D and gate GATE-C, arbitration circuit AB-C
Is added. Along with this, PE-C and PE-D lo
OR gate for transmitting ck signal to the left side, PE-A, PE-B,
An OR gate for transmitting the PE-C lock signal to the right side will also be 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 arbitration circuits AB-A, AB-B and AB-C have gates GATE-A and GA according to the logic similar to that shown in FIG.
Controls TE-B and GATE-C. Also gate GATE-D, GA
TE-G opens and closes according to inputs a and b, and gate 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. Although the lock signals from PE-C and PE-D are not active in the OR gate, the lock signal from PE-B has changed to active, so the lock signal is changed to 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. Arbitration circuit AB-A, PE-A
Although the lock signal is not output, PE-B outputs the lock signal, so open GATE-A.

【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 PE-A and the output of the OR gate, but PE-A, PE-C, PE-
Since D does not output the lock signal, the gate is opened 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
The 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 1 bit has been described. For this reason, PE-B is opening GATE-A and closing GATE-D, which are unnecessary for accessing MEM-D. 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. 7 in that the memory MEM-
E, Gate GATE-I, Processor PE-E and Gate GATE-
H, arbitration circuit AB-D is added. Along with this, the OR gate which transmits the lock signal of PE-D and PE-E to the left side, and PE-A, PE-B, PE-C, 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を統一制御する調
停回路を設けなくても共有メモリ型マルチプロセッサシ
ステムを構成することができる。
Regarding the operation, an arbitration circuit AB-C, AB-D and a gate are provided by an OR gate.
Signals for controlling GATE-H and GATE-I need only be generated from the PE-E lock signal and the signals from PE-A to PE-D. As described above, the present invention can configure a shared memory type multiprocessor system without providing an arbitration circuit for uniformly controlling all PEs.

【0030】[0030]

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

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

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

【図2】図1のゲート開閉論理を示す図である。FIG. 2 is a diagram showing the 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 a 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 a gate opening / closing logic of a 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 (4)

【特許請求の範囲】[Claims] 【請求項1】 共有メモリ空間を分割した部分空間メモ
リ(1)とプロセッサ(2)から構成される複数のプロ
セッサユニットよりなるメモリ共有型マルチプロセッサ
システムにおいて、各プロセッサユニット間にゲート
(3)と、このゲート(3)を制御する調停回路を
(4)を設け、各調停回路(4)には全てのプロセッサ
(2)からの他部分空間メモリ使用要求信号が入力する
よう構成したことを特徴とするメモリ共有型マルチプロ
セッサシステム。
1. A memory shared 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), and a gate (3) between each processor unit. An arbitration circuit (4) for controlling the gate (3) is provided, and each arbitration circuit (4) is configured to receive another partial space memory use request signal from all the processors (2). A shared memory multiprocessor system.
【請求項2】 重複して前記使用要求信号が入力された
場合は、予め設定した優先順序により使用要求に応ずる
ようにしたことを特徴とする請求項1記載のメモリ共有
型マルチプロセッサシステム。
2. The memory sharing type multiprocessor system according to claim 1, wherein when the use request signals are input in duplicate, the use request is responded to in a preset priority order.
【請求項3】 各前記調停回路(4)には、右側にある
全てのプロセッサ(2)の前記使用要求信号の論理和
と、左側にある全てのプロセッサ(2)の前記使用要求
信号の論理和が入力するようにしたことを特徴とする請
求項1記載のメモリ共有型マルチプロセッサシステム。
3. Each of the arbitration circuits (4) has a logical sum of the use request signals of all the processors (2) on the right side and the logic of the use request signals of all the processors (2) on the left side. The memory sharing type multiprocessor system according to claim 1, wherein a sum is input.
【請求項4】 n個の前記プロセッサユニットとその間
に設けられたn−1個の前記調停回路(4)で構成し、
i,j(1<i<j<n)の前記プロセッサユニット間
で前記部分メモリ(1)を参照する場合、i,j間の前
記ゲート(3)のみ開放するようにしたことを特徴とす
る請求項1記載のメモリ共有型マルチプロセッサシステ
ム。
4. The processor comprises n processor units and n-1 arbitration circuits (4) provided therebetween,
When the partial memory (1) is referred to between the processor units of i and j (1 <i <j <n), only the gate (3) between i and j is opened. The memory sharing type multiprocessor system according to claim 1.
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 true JPH05233437A (en) 1993-09-10
JP2906805B2 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)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190082308A (en) * 2016-11-23 2019-07-09 어드밴스드 마이크로 디바이시즈, 인코포레이티드 Dual mode local data storage

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5878246A (en) * 1981-10-15 1983-05-11 コ−デツクス・コ−ポレ−シヨン Access regulating apparatus and method

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5878246A (en) * 1981-10-15 1983-05-11 コ−デツクス・コ−ポレ−シヨン Access regulating apparatus and method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190082308A (en) * 2016-11-23 2019-07-09 어드밴스드 마이크로 디바이시즈, 인코포레이티드 Dual mode local data storage
JP2020500379A (en) * 2016-11-23 2020-01-09 アドバンスト・マイクロ・ディバイシズ・インコーポレイテッドAdvanced Micro Devices Incorporated Dual mode local data store

Also Published As

Publication number Publication date
JP2906805B2 (en) 1999-06-21

Similar Documents

Publication Publication Date Title
US5581767A (en) Bus structure for multiprocessor system having separated processor section and control/memory section
US4237534A (en) Bus arbiter
US5265223A (en) Preservation of priority in computer bus arbitration
US6314484B1 (en) Computer system with a bus having a segmented structure
JPH0731662B2 (en) Multiprocessor system
US20030146073A1 (en) Asynchronous crossbar with deterministic or arbitrated control
JPH0359634B2 (en)
Fuller et al. Computer modules: An architecture for large digital modules
US5581732A (en) Multiprocessor system with reflective memory data transfer device
JP2906805B2 (en) Memory sharing type multiprocessor system
US5264842A (en) Generalized usage of switch connections with wait chain
JP2807269B2 (en) Interface unit used for multi-drop access method
JPH08202672A (en) Decentralized multiprocessing system
JPS59218532A (en) Bus connecting system
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
JPH064401A (en) Memory access circuit
JPS62206660A (en) Processor connecting device
JP2720462B2 (en) Arbitration circuit
SU1683026A1 (en) Exchange direction selector of the decentralized computer system
RU2134442C1 (en) Device for logic program control of electric drives, electronic switches, and alarms
JPH0644133A (en) Multiprocessor system
JPS635460A (en) Parallel computer
JPS6152766A (en) Multi-processor control system

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