JPS61198355A - Multi-processor system - Google Patents

Multi-processor system

Info

Publication number
JPS61198355A
JPS61198355A JP3930085A JP3930085A JPS61198355A JP S61198355 A JPS61198355 A JP S61198355A JP 3930085 A JP3930085 A JP 3930085A JP 3930085 A JP3930085 A JP 3930085A JP S61198355 A JPS61198355 A JP S61198355A
Authority
JP
Japan
Prior art keywords
processor
inter
command
instruction
processors
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
JP3930085A
Other languages
Japanese (ja)
Inventor
Takashi Hiraoka
平岡 孝
Kunihiko Sakata
邦彦 坂田
Ikuo Uchibori
内堀 郁夫
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP3930085A priority Critical patent/JPS61198355A/en
Publication of JPS61198355A publication Critical patent/JPS61198355A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/163Interprocessor communication
    • G06F15/167Interprocessor communication using a common memory, e.g. mailbox
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/163Interprocessor communication
    • G06F15/17Interprocessor communication using an input/output type connection, e.g. channel, I/O port

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Multi Processors (AREA)
  • Information Transfer Systems (AREA)

Abstract

PURPOSE:To quicken the inter-processor communciation instruction processing by applying interlock between processors so as to reduce the hardware of processors and to simplify the firmware in issuing the inter-processor communciation instruction. CONSTITUTION:When a TEST and SET instruction is executed, a processor 21 decides whether or not an FF 34 is set already depending on the signal state of a specific line on a data line of a system bus 26. When the FF 34 is set already, the processor 21 withdraws the issue of the inter-processor communication instruction while it is regarded that other processor issues the said instruction or is going to issue it. On the other hand, when the FF 34 is reset, it is regarded that the right of issue of the said instruction is given, the processor 21 issues the inter-processor communication instruction to a processor 22. When a series of processings is finished, the processor 21 executed a reset instruction resetting the FF 34.

Description

【発明の詳細な説明】 [発明の技術分野] この発明は、スプリットバス制御方式を適用するマルチ
プロセッサシステムに係り、特にプロセッサ間通信命令
処理方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Technical Field of the Invention] The present invention relates to a multiprocessor system that applies a split bus control method, and particularly to an interprocessor communication command processing method.

[発明の技術的背景] マルチプロセッサシステムにおいては、各プロセッサが
互いに連携をとって動作する必要がある。
[Technical Background of the Invention] In a multiprocessor system, each processor needs to operate in cooperation with each other.

そのために、各プロセッサが他のプロセッサに対し、そ
のプロセッサのステータス通知を要求したり、何らかの
処理を依頼したりしなければならない場合がある。そこ
で、そのための手段として、一般にプロセッサ間通信命
令が用意されている。
Therefore, each processor may have to request other processors to notify their status or request some kind of processing. Therefore, inter-processor communication instructions are generally provided as a means for this purpose.

従来のマルチプロセッサシステムにおけるプロセッサ間
通信命令の処理について第3図を参照して説明する。
Processing of interprocessor communication commands in a conventional multiprocessor system will be explained with reference to FIG.

第3図のマルチプロセッサシステムにおいて、複数、例
えば4台のプロセッサ11〜14は、スプリットバス制
御方式を適用するシステムバス15によって相互接続さ
れている。このシステムバス15には、同バス15の制
御を行なうバスコントロールユニット(以下、BCUと
称する)16、各プロセッサ11〜14により共通に使
用される主記憶装置17などが、更に接続されている。
In the multiprocessor system shown in FIG. 3, a plurality of processors 11 to 14, for example four, are interconnected by a system bus 15 to which a split bus control method is applied. Further connected to the system bus 15 are a bus control unit (hereinafter referred to as BCU) 16 that controls the bus 15, a main memory 17 that is commonly used by each of the processors 11 to 14, and the like.

さて、第3図のシステムにおいて、例えばプロセッサ1
1がプロセッサ12に対してプロセッサ間通信命令を発
行する場合の同命令の処理手順は次の通りとなる。
Now, in the system shown in FIG. 3, for example, processor 1
When the processor 1 issues an inter-processor communication command to the processor 12, the processing procedure for the command is as follows.

■ プロセッサ11は、システムバス15を介してプロ
セッサ12にプロセッサ間通信命令を発行する。
(2) The processor 11 issues an inter-processor communication command to the processor 12 via the system bus 15.

■ プロセッサ12はプロセッサ11からのプロセッサ
間通信命令を受取ると、プロセッサ11に対し、同命令
を受取った旨をシステムバス15経出で通知する。
(2) When the processor 12 receives an interprocessor communication command from the processor 11, it notifies the processor 11 through the system bus 15 that it has received the command.

■ プロセッサ11は、プロセッサ12がプロセッサ間
通信命令を受取ったことを確認すると、プロセッサ12
に対し、要求の内容を示す情報(以下、指令と称する)
をシステムバス15経由で転送する。
■ When the processor 11 confirms that the processor 12 has received the inter-processor communication command, the processor 11
Information indicating the content of the request (hereinafter referred to as a directive)
is transferred via the system bus 15.

■ プロセッサ12はプロセッサ11からの指令を受取
ると、同指令に従い、要求された処理を行なう。
(2) When the processor 12 receives a command from the processor 11, it performs the requested processing in accordance with the command.

■ プロセッサ12はプロセッサ11によって要求され
た処理を終了すると、プロセッサ11に対し、処理が終
了した旨をシステムバス15経出で通知する。これで、
プロセッサ間通信命令の処理【よ完結する。
(2) When the processor 12 completes the processing requested by the processor 11, it notifies the processor 11 via the system bus 15 that the processing has been completed. with this,
The processing of inter-processor communication instructions is completed.

以上に述べたように、プロセッサ間通信命令の処理にお
いては、該当するプロセッサ間で数回のデータ授受がシ
ステムバス15経由で行なわれる。
As described above, in processing an inter-processor communication command, data is exchanged several times between the corresponding processors via the system bus 15.

一方、システムバス15は[スプリットt< 2 II
I m方式」を適用している。このスプリットバス制御
方式は、一連の手順が全て終了するまで1台のプロセッ
サがバスを占有する方式と異なり、1回のデータ転送毎
に(1バスサイクル毎に)バスが解放される。したがっ
て第3図に示すマルチプロセッサシステムでは、次のよ
うな事態が発生し得る。
On the other hand, the system bus 15 has [split t<2 II
The I m method is applied. This split bus control method differs from a method in which one processor occupies the bus until a series of procedures are all completed, and the bus is released for each data transfer (every bus cycle). Therefore, in the multiprocessor system shown in FIG. 3, the following situation may occur.

(イ) 1台のプロセッサに対し、複数のプロセッサが
ほぼ同時に(1つのプロセッサ間通信命令処理が完結し
ないうちに)プロセッサ間通信命令を発行する。
(a) A plurality of processors issue inter-processor communication commands to one processor almost simultaneously (before processing of one inter-processor communication command is completed).

(ロ) 2台のプロセッサが、はぼ同時に、互いにその
相手プロセッサに対しプロセッサ間通信命令を発行する
(b) Two processors issue inter-processor communication commands to each other's processor almost simultaneously.

上記(イ)の事態に対処するために、各プロセッサ11
〜14は他プロセツサからのプロセッサ間通信命令を格
納するFIFOメモリを内蔵し、同メモリに格納された
プロセッサ間通信命令を順次取出して処理するようにな
っている。
In order to deal with the situation (b) above, each processor 11
-14 have a built-in FIFO memory for storing inter-processor communication commands from other processors, and sequentially retrieve and process the inter-processor communication commands stored in the memory.

さて、上記(ロ)の事態が発生した場合、各プロセッサ
のハードウェアおよびファームウェアが、プロセッサ間
通信命令発行処理中はその処理しかできないような構造
になっていると、両プロセッサが発行したプロセッサ間
通信命令に対する応答がいつまでも返ってこないため、
デッドロック状態に陥ってしまう。そこで、この状態を
回避するために、第3図のシステムにおけるプロセッサ
11〜14は、プロセッサ間通信命令発行処理中であっ
てもプロセッサ間通信命令の受信処理を並列して行なえ
るハードウェアおよびファームウェア構造となっている
Now, when the situation (b) above occurs, if the hardware and firmware of each processor is structured so that it can only process the inter-processor communication command while it is issuing the inter-processor communication command, the inter-processor communication command issued by both processors will Because the response to the communication command is not returned forever,
You end up in a deadlock situation. Therefore, in order to avoid this situation, the processors 11 to 14 in the system shown in FIG. It has a structure.

[背景技術の問題点] 上述したように、従来のマルチプロセッサシステムにお
いては、複数のプロセッサが同時にプロセッサ間通信命
令を発行するとし)う極めて発生頻度の低い事象に対処
するために、FIFOメモ1ノ設置等によるハードウェ
ア量の増大、およびファームウェアの複雑化を招く問題
があった。し力)も、    “上記ファームウェアの
複雑(ヒにより、発生頻度の^い通常の(1対1の)プ
ロセッサ間通信命令処理を行なう場合でも、処理速度が
低下する問題もあった・ [発明の目的] この発明は上記事情に鑑みてなされたものでその目的は
、プロセッサ間通信命令発行に際し、プロセッサ相互間
でインタロックをかけることにより競合の状態をなくし
、もって各プロセッサのIs−ドウエア量の低減、並び
にファームウェアの簡略化が図れ、プロセッサ間通信命
令処理を高速化できるマルチプロセッサシステムを提供
することにある。
[Problems with the Background Art] As described above, in conventional multiprocessor systems, FIFO memory 1 There was a problem in that the amount of hardware increased due to the installation of new hardware, etc., and the firmware became more complex. ``Due to the complexity of the firmware described above, there was a problem that the processing speed decreased even when processing normal (one-to-one) inter-processor communication commands, which occur frequently. Purpose] This invention was made in view of the above circumstances, and its purpose is to eliminate the contention state by interlocking between processors when issuing inter-processor communication commands, thereby reducing the Is-doware amount of each processor. It is an object of the present invention to provide a multiprocessor system that can reduce the number of processors, simplify firmware, and speed up interprocessor communication instruction processing.

[発明の概要] この発明では、スプリットバス制御方式を適用するマル
チプロセッサシステムのバスコントロールユニット(B
CU)に、プロセッサ間通信命令発行の可否を示すフラ
グが設けられる。上記システム内のプロセッサは、プロ
セッサ間通信命令発行に際してバスコントロールユニッ
ト内の上記フラグを参照し、その参照結果に応じて同命
令の発行を行なう手段を有している。即ち各プロセッサ
は、プロセッサ間通信命令を発行しようとするときに上
記フラグが第1の論理状態にあれば、他プロセツサによ
ってインタロツタがかけられているものとして同命令の
発行を待ち、これに対して上記フラグが第2の論理状態
にあれば、プロセッサ間通信命令発行が可能であるもの
として上記フラグを第1の論理状態に設定することによ
り他プロセツサに対してインタロックをかけ、しかる後
、同命令を発行するように構成される。このような構成
により、複数のプロセッサが同時にプロセッサ間通信命
令を発行するといった競合状態の発生が防、止できる。
[Summary of the Invention] This invention provides a bus control unit (B) of a multiprocessor system that applies a split bus control method.
CU) is provided with a flag indicating whether or not an inter-processor communication command can be issued. The processors in the system refer to the flag in the bus control unit when issuing an inter-processor communication command, and have means for issuing the command in accordance with the reference result. In other words, if each processor attempts to issue an interprocessor communication command and the flag is in the first logical state, it assumes that an interlock has been applied by another processor, waits for the command to be issued, and responds accordingly. If the flag is in the second logic state, it is assumed that it is possible to issue an interprocessor communication command, and the flag is set to the first logic state to interlock other processors. configured to issue instructions; With such a configuration, it is possible to prevent the occurrence of a race condition in which a plurality of processors issue interprocessor communication commands at the same time.

ε発明の実施例) 第1図はこの発明の一実施例に係るマルチプロセッサシ
ステムの構成を示す。同図にお0て、21〜24はプロ
セッサ、25はプロセッサ21〜24により共通使用さ
れる主記憶装置である。2(3Gよスプリットバス制御
方式を適用するシステムノ<ス、27(マシステムバス
26を制御するBCU(/<スコントロールユニット)
である。プロセッサ21〜24、主記憶装置25および
BCU27は、システムバス26により相互接続されて
いる。システムバス261よ、データライン、アドレス
ライン、ファンクションラインおよびコントロールライ
ン(いずれも図示せず)を有している。上記ファンクシ
ョンライン(よ、主記憶装置25またはBCU27に対
するアクセスの形態を指定する情報等の転送に供せられ
る。またコントロールラインは、メモリスタート信号C
MSTAなどの各種コントロール信号の転送に供される
(Embodiment of the Invention) FIG. 1 shows the configuration of a multiprocessor system according to an embodiment of the invention. In the figure, 21 to 24 are processors, and 25 is a main storage device commonly used by the processors 21 to 24. 2 (system node that applies the 3G split bus control method), 27 (BCU (/< system control unit) that controls the system bus 26)
It is. The processors 21 to 24, the main storage device 25, and the BCU 27 are interconnected by a system bus 26. The system bus 261 has data lines, address lines, function lines, and control lines (all not shown). The function line (Y) is used to transfer information specifying the mode of access to the main memory 25 or BCU 27.The control line is also used to transfer memory start signal C.
Used for transferring various control signals such as MSTA.

BCLI27において、31はシステムバス26の一部
の情報(具体的にはアドレスラインおよびファンクショ
ンライン上の情報)をデコードするデコーダ、32.3
3はデコーダ31のデコード信号ラインである。デコー
ダ31のイネーブル端子ENには、システムバス26(
のコントロールライン中の所定ライン)からメモリスタ
ート信号CMSTAが導かれるようになっている。34
はプロセッサ間通信命令発行の可否を示すフラグとして
用いられるフリップフロップ、例えばJKフリップ70
ツブ(以下、F/Fと称する)、35はF / F 3
4のQ出力信号をデコード信号ライン32の状態に応じ
てシステムバス26(のデータライン中)の特定ライン
に出力する出力ゲートである。F / F 34のJ入
力端子はデコード信号ライン32に接続され、K入力端
子はデコード信号ライン33に接続されている。
In the BCLI 27, 31 is a decoder that decodes some information on the system bus 26 (specifically, information on the address line and the function line); 32.3
3 is a decode signal line of the decoder 31. The enable terminal EN of the decoder 31 is connected to the system bus 26 (
A memory start signal CMSTA is led from a predetermined line among the control lines of the memory start signal CMSTA. 34
is a flip-flop used as a flag indicating whether or not an inter-processor communication command can be issued, such as the JK flip 70.
Tsubu (hereinafter referred to as F/F), 35 is F / F 3
This is an output gate that outputs a Q.4 output signal to a specific line of (among the data lines of) the system bus 26 in accordance with the state of the decode signal line 32. The J input terminal of the F/F 34 is connected to the decode signal line 32, and the K input terminal is connected to the decode signal line 33.

次に、この発明の一実施例の動作を、プロセッサ21が
プロセッサ22に対してプロセッサ間通信命令を発行し
ようとする場合を例にとり、第2図のフローチャートを
参照して説明する。この場合プロセッサ21は、まずB
CU27内のF / F 34に対するTEST&SE
T命令を実行する(ステップ81)。このF / F 
34に対するTEST&SET命令は、F / F 3
4がリセツトシていればセットさせ、リセットしていれ
ばそのままの状態とし、且つ命令を発行したプロセッサ
に対しF / F 34がすでにセットしていたか否か
を通知する命令である。
Next, the operation of one embodiment of the present invention will be described with reference to the flowchart of FIG. 2, taking as an example a case where the processor 21 attempts to issue an inter-processor communication command to the processor 22. In this case, the processor 21 first
TEST&SE for F/F 34 in CU27
The T command is executed (step 81). This F/F
TEST & SET command for F/F 3
This command causes the F/F 34 to be set if it has been reset, leaves it in the same state if it has been reset, and notifies the processor that issued the command whether or not the F/F 34 has already been set.

F / F 34に対するTEST&SET命令実行の
具体的動作を以下に述べる。
The specific operation of executing the TEST&SET command on the F/F 34 will be described below.

この実施例において、T E S T & S E、 
T命令はシステムバス26のファンクションラインで指
定され、B CU 27内のF // F 34はシス
テムバス26のアドレスラインで指定される。即ちプロ
セッサ21は、プロセッサ間通信命令を発行しようとす
る場合、8CU27内のF / F 34を指定するア
ドレス情報をシステムバス26のアドレスラインに送出
すると共に、TEST&SET命令を指定するファンク
ション情報をシステムバス26のファンクションライン
に送出する。また、この実施例では、BCU27内のF
 / F 34に対するTEST&SET命令の実行は
、主記憶1if125対するアクセスと同様の公いとな
っている。そこでプロセッサ21は、上記のアドレス情
報およびファンクション情報の送出時に、メモリスター
ト信号CMSTAをシステムバス26のコントロールラ
インにおける特定ラインに送出する。
In this example, T E S T & S E,
The T instruction is specified on the function line of the system bus 26, and the F//F 34 in the B CU 27 is specified on the address line of the system bus 26. That is, when the processor 21 intends to issue an interprocessor communication command, it sends address information specifying the F/F 34 in the 8CU 27 to the address line of the system bus 26, and also sends function information specifying the TEST & SET command to the system bus. It is sent to 26 function lines. In addition, in this embodiment, the F in the BCU 27
Execution of the TEST&SET command to /F 34 is public, similar to access to the main memory 1if 125. Therefore, the processor 21 sends the memory start signal CMSTA to a specific line in the control line of the system bus 26 when sending the address information and function information.

プロセッサ21から送出された(BCU27内のF/F
34に対する)TEST&SET命令指定情報およびメ
モリスタート信号CMSTAは、B CtJ 27内の
デコーダ31に導かれる。デコーダ31は、上記メモリ
スタート信@CMSTAに応じ、F / F 34に対
するTEST&SET命令指定情報をデコードし、TE
ST&SET命令が指定されたことを示す論理゛1“の
デコード信号をデコード信号ライン32に出力する。こ
のデコード信号ライン32上の論理′1″の信号は、F
 / F 34のJ入力端子に導かれると共に出力ゲー
ト35に導かれる。
Sent from the processor 21 (F/F in the BCU 27
34) and the memory start signal CMSTA are guided to the decoder 31 in the B CtJ 27. The decoder 31 decodes the TEST & SET command designation information for the F/F 34 in response to the memory start signal @CMSTA, and
A decode signal of logic "1" indicating that the ST&SET command has been specified is output to the decode signal line 32. The signal of logic "1" on the decode signal line 32 is
/F 34 is guided to the J input terminal and also to the output gate 35.

これにより、出力ゲート35は、その時点におけるF 
/ F 34の状態を示すQ出力信号をシステムバス2
6のデータラインにおける特定ラインに送出する。
As a result, the output gate 35 outputs F at that point.
/F The Q output signal indicating the status of 34 is sent to system bus 2.
It is sent to a specific line among the 6 data lines.

プロセッサ21は、この特定ライン上の状態により、F
 / F 34がすでにセットしていたか否かを認識す
ることができる。一方、F / F 34は、J入力端
子に論理111 ++の信号が入力されることにより、
その時点においてリセット状態にあればセットされる。
Depending on the state on this particular line, the processor 21
/F It is possible to recognize whether or not 34 has already been set. On the other hand, the F/F 34 has a logic 111++ signal input to the J input terminal.
It is set if it is in the reset state at that time.

もしセットされていれば、F / F 34はセット状
態のままとなる。
If set, F/F 34 remains set.

プロセッサ21は、TEST&SET命令を実行すると
、システムバス26のデータラインにおける特定ライン
の信号状態により、F / F 34がすでにセットさ
れていたか否かの判定を行なう(ステップ82>。F 
/ F 34がすでにセットしていた場合(即ち、YE
S判定の場合)には、他のプロセッサがプロセッサ間通
信命令を発行したか或はこれから発行しようとしている
ものとして、プロセッサ21はプロセッサ間通信命令の
発行を見合わせる。
When the processor 21 executes the TEST & SET command, it determines whether the F/F 34 has already been set based on the signal state of a specific line in the data line of the system bus 26 (step 82>.F).
/ F If 34 has already been set (i.e. YE
In the case of determination S), the processor 21 suspends issuing the inter-processor communication command, assuming that another processor has issued or is about to issue the inter-processor communication command.

そしてプロセッサ21は、F / F 34をセットし
た他プロセツサが同プロセッサ21に対してプロセッサ
間通信命令を発行する可能性を考慮して、プロセッサ間
通信命令を受信しているか否かの判定を行なう(ステッ
プ83)。もし、受信していれば(即ち、YES判定で
あれば)、プロセッサ21はプロセッサ間通信受信処理
に進む。これに対してプロセッサ間通信命令を受信して
いなければ(即ち、No判定であれば)、プロセッサ2
1はステップS1の処理に戻り、F / F 34に対
するTEST&SET命令を再び実行する。以上のシー
ケンスは、F / F 34がリセットするまで、即ち
他プロセツサがプロセッサ間通信命令発行処理を終了す
るまで繰返される。
The processor 21 then determines whether or not an inter-processor communication command has been received, taking into consideration the possibility that another processor that has set the F/F 34 will issue an inter-processor communication command to the same processor 21. (Step 83). If it has been received (that is, if the determination is YES), the processor 21 proceeds to inter-processor communication reception processing. On the other hand, if the inter-processor communication command has not been received (that is, if the determination is No), the processor 2
1 returns to the process of step S1 and executes the TEST&SET command for the F/F 34 again. The above sequence is repeated until the F/F 34 is reset, that is, until the other processor completes the inter-processor communication command issuing process.

一方、ステップS2でNO判定となった場合、即ちF 
/ F 34がリセットしていた場合には、プロセッサ
21はプロセッサ間通信命令発行の権利が与えられたも
のとして、プロセッサ22に対してプロセッサ間通信命
令を発行し、従来技術で述べたような処理を行なう(ス
テップ84)。そして、これら一連の処理を完結すると
、プロセッサ21はF / F 34をリセットするリ
セット命令を実行する(ステップ85)。このF / 
F 34に対するリセット命令の実行は、上記したTE
ST&SET命令の実行と同様に行なわれる。即ちプロ
セッサ21は、8 CU 27内のF / F 34を
リセットさせたい場合、同F / F 34に対するリ
セット命令をメモリスタート信号CMSTAと共に発行
する。この場合、BC4J27内のデコーダ31は、F
 / F 34に対するリセット命令が指定されたこと
を示す論理“1″の信号をデコード信号ライン33に出
力する。デコード信号ライン33上の論理“1″の信号
はF / F 34のに入力端子に導かれ、これにより
(セット状態にあった)F/F34はリセットされる。
On the other hand, if the determination in step S2 is NO, that is, F
/F If the F 34 has been reset, the processor 21 assumes that it has been given the right to issue an inter-processor communication command, issues an inter-processor communication command to the processor 22, and performs the processing described in the prior art. (Step 84). After completing this series of processing, the processor 21 executes a reset instruction to reset the F/F 34 (step 85). This F/
The execution of the reset command for F34 is performed by the above-mentioned TE.
This is done in the same way as the ST&SET instruction. That is, when the processor 21 wants to reset the F/F 34 in the 8 CU 27, it issues a reset command to the F/F 34 together with the memory start signal CMSTA. In this case, the decoder 31 in BC4J27
/F A logic "1" signal indicating that a reset command for 34 has been designated is output to decode signal line 33. The logic "1" signal on the decode signal line 33 is led to the input terminal of the F/F 34, thereby resetting the F/F 34 (which was in the set state).

なお、上述の動作説明は、プロセッサ21がプロセッサ
間通信命令を発行する場合であったが、他のプロセッサ
22〜24がプロセッサ間通信命令を発行しようとする
場合も同様である。
Note that the above description of the operation is for the case where the processor 21 issues an inter-processor communication command, but the same applies to cases where the other processors 22 to 24 try to issue an inter-processor communication command.

[発明の効果コ 以上詳述したようにこの発明によれば、次に列挙する作
用効果を奏することができる。
[Effects of the Invention] As detailed above, according to the present invention, the following effects can be achieved.

■ プロセッサ間通信命令発行に際し、プロセッサ相互
間でインタロックをかけることにより競合の状態をなく
したことから、1台のプロセッサに対して複数台のプロ
セッサからプロセッサ間通信命令が発行されることがな
くなるので、FIF○メモリおよびその制御回路が不要
となり、ハードウェア量の低減が図れる。
■ When issuing inter-processor communication commands, interlocking between processors eliminates conflict, so multiple processors will no longer issue inter-processor communication commands to one processor. Therefore, the FIF○ memory and its control circuit are not required, and the amount of hardware can be reduced.

■ 2台のプロセッサが、はぼ同時に、互いにその相手
プロセッサに対しプロセッサ間通信命令を発行すること
がなくなるため、プロセッサ間通信命令受信の並列処理
に対処する必要がなく、したがってファームウェアの簡
略化およびステップ数の低減が図れる。
■ Since two processors no longer issue inter-processor communication commands to each other's processors at almost the same time, there is no need to deal with parallel processing of receiving inter-processor communication commands, which simplifies firmware and The number of steps can be reduced.

■ ファームウェアが簡略化できることからプロセッサ
間通信命令処理の高速化が図れる。
■ Since the firmware can be simplified, the processing speed of inter-processor communication commands can be increased.

なお、この発明では、複数台のプロセッサがほぼ同時に
プロセッサ間通信命令を発行しようとした場合、同命令
の発行を持たされるプロセッサが生じるが、■複数台の
プロセッサがほぼ同時にプロセッサ図通信命令を発行し
ようとする確率は極めて低く、■プロセッサ間通信命令
以外には何の影響も及ぼさないことから、システム全体
の性能に及ぼす悪影響はほとんどない。
In addition, in this invention, if multiple processors try to issue an inter-processor communication command at almost the same time, some processors will be forced to issue the same command; The probability of attempting to issue this command is extremely low, and it has no effect on anything other than inter-processor communication commands, so there is almost no negative impact on the performance of the entire system.

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

第1図はこの発明の一実施例に係るマルチプロセッサシ
ステムのブロック構成図、第2図は動作を説明するため
のフローチャート、第3図は従来例を示すブロック図で
ある。 21〜24・・・プロセッサ、26・・・システムバス
、27・・・バスコントロールユニット(BCU)、3
1・・・デコーダ、34・・・JKフリップフロップ(
F/F、フラグ)。 出願人代理人 弁理士 鈴 江 武 産業1図 処理各5J 第3図
FIG. 1 is a block diagram of a multiprocessor system according to an embodiment of the present invention, FIG. 2 is a flow chart for explaining the operation, and FIG. 3 is a block diagram showing a conventional example. 21 to 24... Processor, 26... System bus, 27... Bus control unit (BCU), 3
1...Decoder, 34...JK flip-flop (
F/F, flag). Applicant's agent Patent attorney Takeshi Suzue Industry 1 diagram processing each 5J Figure 3

Claims (1)

【特許請求の範囲】[Claims] スプリットバス制御方式を適用するシステムバスと、こ
のシステムバスに接続される複数のプロセッサと、上記
システムバスを制御するバスコントロールユニットとを
有し、プロセッサ間通信命令により上記システムバスを
用いたプロセッサ間通信が行なわれるマルチプロセッサ
システムにおいて、上記バスコントロールユニットに、
上記プロセッサ間通信命令発行の可否を示すフラグを設
けると共に、上記各プロセッサに、上記プロセッサ間通
信命令発行に際して上記フラグを参照し、同フラグが第
1の論理状態にあるときは上記命令の発行を待ち、同フ
ラグが第2の論理状態にあるときは同フラグを第1の論
理状態に設定して上記命令を発行する手段を設けたこと
を特徴とするマルチプロセッサシステム。
It has a system bus to which a split bus control method is applied, a plurality of processors connected to this system bus, and a bus control unit that controls the system bus. In a multiprocessor system where communication is performed, the bus control unit has
A flag is provided to indicate whether or not the inter-processor communication command can be issued, and each processor is instructed to refer to the flag when issuing the inter-processor communication command, and when the flag is in the first logical state, issue the command. A multiprocessor system comprising means for waiting, and when the flag is in a second logic state, setting the flag to a first logic state and issuing the instruction.
JP3930085A 1985-02-28 1985-02-28 Multi-processor system Pending JPS61198355A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3930085A JPS61198355A (en) 1985-02-28 1985-02-28 Multi-processor system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3930085A JPS61198355A (en) 1985-02-28 1985-02-28 Multi-processor system

Publications (1)

Publication Number Publication Date
JPS61198355A true JPS61198355A (en) 1986-09-02

Family

ID=12549272

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3930085A Pending JPS61198355A (en) 1985-02-28 1985-02-28 Multi-processor system

Country Status (1)

Country Link
JP (1) JPS61198355A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06243089A (en) * 1993-02-15 1994-09-02 Oki Electric Ind Co Ltd Bus acquiring system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58225467A (en) * 1982-06-25 1983-12-27 Toshiba Corp Interlocking system for multi-processor system
JPS59195728A (en) * 1983-04-22 1984-11-06 Nec Corp Data processing device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58225467A (en) * 1982-06-25 1983-12-27 Toshiba Corp Interlocking system for multi-processor system
JPS59195728A (en) * 1983-04-22 1984-11-06 Nec Corp Data processing device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06243089A (en) * 1993-02-15 1994-09-02 Oki Electric Ind Co Ltd Bus acquiring system

Similar Documents

Publication Publication Date Title
US3323109A (en) Multiple computer-multiple memory system
US4719622A (en) System bus means for inter-processor communication
JPH0332094B2 (en)
JPH1196124A (en) Parallel processor system
JP2001209549A (en) Device for executing context switching and its method
WO2024001137A1 (en) Multi-core processing system and task scheduling method thereof, chip, and storage medium
US4926419A (en) Priority apparatus
JPS61198355A (en) Multi-processor system
CN118414604A (en) Cross-domain communication method and cross-domain communication device in computing device
EP0376003A2 (en) Multiprocessing system with interprocessor communications facility
JPS634219B2 (en)
JP2713204B2 (en) Information processing system
JPH09218859A (en) Multiprocessor control system
JP2856709B2 (en) Bus coupling system
JPH064401A (en) Memory access circuit
JPH056333A (en) Multi-processor system
US5134613A (en) Two parety memory access arbitrator
JP2961542B2 (en) Data processing system
JPS616753A (en) Common memory device
JPH03241442A (en) Store buffer control system
JPS6160161A (en) Multi-processor system
JPS5825299B2 (en) Memory control method
JPS62297954A (en) Memory control system
JPS59111563A (en) Controlling system of multi-processor
JPH06161951A (en) Bus control system