JP2825914B2 - Communication system between processors - Google Patents

Communication system between processors

Info

Publication number
JP2825914B2
JP2825914B2 JP2042627A JP4262790A JP2825914B2 JP 2825914 B2 JP2825914 B2 JP 2825914B2 JP 2042627 A JP2042627 A JP 2042627A JP 4262790 A JP4262790 A JP 4262790A JP 2825914 B2 JP2825914 B2 JP 2825914B2
Authority
JP
Japan
Prior art keywords
bus
answer
command
control unit
inter
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 - Lifetime
Application number
JP2042627A
Other languages
Japanese (ja)
Other versions
JPH03246743A (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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2042627A priority Critical patent/JP2825914B2/en
Publication of JPH03246743A publication Critical patent/JPH03246743A/en
Application granted granted Critical
Publication of JP2825914B2 publication Critical patent/JP2825914B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔発明の目的〕 (産業上の利用分野) 本発明は、マルチプロセッサシステムにおいて任意の
プロセッサ間で通信を行うプロセッサ間通信方式に関す
る。
DETAILED DESCRIPTION OF THE INVENTION [Object of the Invention] (Industrial application field) The present invention relates to an inter-processor communication method for performing communication between arbitrary processors in a multiprocessor system.

(従来の技術) 第4図は2台のプロセッサで構成されるマルチプロセ
ッサシステムにおいてプロセッサ間の通信を行う従来の
プロセッサ間通信方式の構成を示すブロック図である。
同図においては、第1のプロセッサ(CPU1)111および
第2のプロセッサ(CPU2)211がシステムバス(SBUS)1
40を介して互いに通信し得るように接続されている。
(Prior Art) FIG. 4 is a block diagram showing a configuration of a conventional interprocessor communication system for performing communication between processors in a multiprocessor system including two processors.
In the figure, a first processor (CPU1) 111 and a second processor (CPU2) 211 are connected to a system bus (SBUS) 1.
They are connected so that they can communicate with each other via 40.

第1のプロセッサ(CPU1)111は、第1の中央制御部
(MPU1)112と、第1のプロセッサ(CPU1)111の内部バ
スである第1のチップバス(CBUS1)113と、該第1のチ
ップバス(CBUS1)113およびシステムバス(SBUS)140
の間でハスを接続制御する第1のバス変換制御部(BC
1)115と、プロセッサ間の通信用の第1のプロセッサ間
通信用制御部(PCTL1)114とから構成されている。該第
1のプロセッサ間通信制御部(PCTL1)114は、送信する
コマンドを保持する第1の送信コマンド用レジスタ(CM
DSR1)122と、該第1の送信コマンド用レジスタ(CMDSR
1)122からコマンドを取り出し送信するための第1のコ
マンド取り出し制御部(CSRS1)121と、前記第1の送信
コマンド用レジスタ(CMDSR1)122にコマンドを書き込
むための第1のコマンド書き込み制御部(CSRW1)123
と、送信したコマンドが正常に終了したか否かを示し、
正常終了時には[0」に設定され、異常終了時には
「1」に設定される第1のフラグ(ENDF1)125と、該第
1のフラグ(ENDF1)125から読み出すための第1の読み
出し制御部(EFR1)124と、前記第1の送信コマンド用
レジスタ(CMDSR1)122にフラグを書き込むための第1
のフラグ書き込み制御部(EEW1)126と、受信したコマ
ンドを保持する第1の受信コマンド用レジスタ(CMDRR
1)128と、該第1の受信コマンド用レジスタ(CMDRR1)
128からコマンドを読み出すための第1のコマンド読み
出し制御部(CRRR1)127と、前記第1の受信コマンド用
レジスタ(CMDRR1)128にコマンドを書き込むための第
1のコマンド書き込み制御部(CRRW1)129とから構成さ
れている。
The first processor (CPU 1) 111 includes a first central control unit (MPU 1) 112, a first chip bus (CBUS 1) 113 which is an internal bus of the first processor (CPU 1) 111, Chip bus (CBUS1) 113 and system bus (SBUS) 140
Bus conversion control unit (BC)
1) 115, and a first inter-processor communication control unit (PCTL1) 114 for communication between processors. The first inter-processor communication control unit (PCTL1) 114 stores a first transmission command register (CM
DSR1) 122 and the first transmission command register (CMDSR
1) A first command extraction control unit (CSRS1) 121 for extracting and transmitting a command from the 122, and a first command writing control unit (CSRS1) for writing a command to the first transmission command register (CMDSR1) 122. CSRW1) 123
Indicates whether the transmitted command has been completed normally,
A first flag (ENDF1) 125 that is set to [0] at the time of normal termination, and is set to “1” at the time of abnormal termination, and a first read control unit (READ) for reading from the first flag (ENDF1) 125 EFR1) 124 and a first for writing a flag in the first transmission command register (CMDSR1) 122.
Flag write control unit (EEW1) 126 and a first received command register (CMDRR
1) 128 and the first received command register (CMDRR1)
A first command read control unit (CRRR1) 127 for reading a command from the first 128; a first command write control unit (CRRW1) 129 for writing a command to the first received command register (CMDRR1) 128; It is composed of

第2のプロセッサ(CPU2)211は、第1のプロセッサ
(CPU1)111と同じように構成され、第1のプロセッサ
(CPU1)111において百番代で始まる各構成要素の符号
が第2のプロセッサ(CPU2)211において2百番代で始
まる同じ符号で示され、またCPU1等のように記号の最後
に付く数字も第1のプロセッサ(CPU1)111における構
成要素が「1」であるのに対して、第2のプロセッサ
(CPU2)211においては「2」となっている点が異なる
ものである。
The second processor (CPU2) 211 is configured in the same manner as the first processor (CPU1) 111, and the components of the first processor (CPU1) 111 starting from the hundredth are denoted by the second processor (CPU1). In the CPU2) 211, the same reference numerals starting from the 200th generation are indicated by the same reference numerals, and the numbers at the end of the symbols, such as CPU1, also indicate that the component in the first processor (CPU1) 111 is "1". In the second processor (CPU2) 211, the difference is “2”.

第5図は第4図におけるプロセッサ間通信のバス上の
信号の流れを示す図であるが、次に第5図を参照して第
1のプロセッサ(CPU1)111から第2のプロセッサ(CPU
2)211に通信を行う場合の動作を説明する。なお、第5
図において、細い実線で示す矢印はバスアクセス信号を
示し、点線の矢印はバスアクセス完了信号を示し、太線
はデータを示し、またハッチングを施した部分はバス保
留中を示す。
FIG. 5 is a diagram showing the flow of signals on the bus for inter-processor communication in FIG. 4. Next, referring to FIG. 5, the first processor (CPU1) 111 to the second processor (CPU
2) The operation when communication is performed with 211 will be described. The fifth
In the figure, thin solid arrows indicate bus access signals, dotted arrows indicate bus access completion signals, thick lines indicate data, and hatched portions indicate bus suspension.

第5図のステップ1において、第1の中央制御部(MP
U1)112がで示すように第1のチップバス(CBUS1)11
3を確保し、「1」で示すように第1のプロセッサ間通
信用制御部(PCTL1)114の第1のコマンド書き込み制御
部(CSRW1)123を介して第1の送信コマンド用レジスタ
(CMDSR1)122にプロセッサ間通信のコマンドを書き込
み、第1のプロセッサ間通信用制御部(PCTL1)114に対
しプロセッサ間通信の実行を指示する。コマンド書き込
みが終了すると、(A)に示すように第1のプロセッサ
間通信用制御部(PCTL1)114は第1の中央制御部(MPU
1)112にバスアクセスの完了を通知し、第1のチップバ
ス(CBUS1)113を解放する。
In step 1 of FIG. 5, the first central control unit (MP
As shown by U1) 112, the first chip bus (CBUS1) 11
3 and the first transmission command register (CMDSR1) via the first command writing control unit (CSRW1) 123 of the first interprocessor communication control unit (PCTL1) 114 as indicated by "1". A command for inter-processor communication is written in 122, and the first inter-processor communication control unit (PCTL1) 114 is instructed to execute inter-processor communication. When the command writing is completed, the first inter-processor communication control unit (PCTL1) 114 switches the first central control unit (MPU) as shown in FIG.
1) Notify 112 of the completion of the bus access and release the first chip bus (CBUS1) 113.

次にステツプ2において、第1のプロセッサ間通信用
制御部(PCTL1)114がに示すように第1のチップバス
(CBUS1)113を確保し、「2」で示すように第1のバス
変換制御部(BC1)115に第1の送信コマンド用レジスタ
(CMDSR1)122の内容を転送し、第2のプロセッサ(CPU
2)211とのプロセッサ間通信を指示する。以降、第1の
チップバス(CBUS1)113は第1のプロセッサ間通信用制
御部(PCTL1)114が保留する。
Next, in step 2, the first inter-processor communication control unit (PCTL1) 114 secures the first chip bus (CBUS1) 113 as shown by (1), and the first bus conversion control as shown by "2". The contents of the first transmission command register (CMDSR1) 122 are transferred to the second processor (CPU1).
2) Instruct interprocessor communication with 211. Thereafter, the first inter-processor communication control unit (PCTL1) 114 holds the first chip bus (CBUS1) 113.

ステップ3においては、第1のバス変換制御部(BC
1)115がで示すようにシステムバス(SBUS)140を確
保し、「3」で示すように第2のバス変換制御部(BC
2)215に対しコマンドを転送し、(B)で示すように第
2のバス変換制御部(BC2)215からのバスアクセスの完
了を受信し、システムバス(SBUS)140を解放する。
In step 3, the first bus conversion control unit (BC
1) A system bus (SBUS) 140 is secured as indicated by 115, and a second bus conversion controller (BC) is indicated as indicated by “3”.
2) Transfer the command to the 215, receive the completion of the bus access from the second bus conversion control unit (BC2) 215 as shown in (B), and release the system bus (SBUS) 140.

更に、ステップ4においては、第2のバス変換制御部
(BC2)215がで示すように第2のチップバス(CBUS
2)213を確保し、「4」で示すように第2のプロセッサ
間通信用制御部(PCTL2)214の第2のコマンド書き込み
制御部(CRRW2)229を介し第2の受信コマンド用レジス
タ(CMDRR2)228にコマンドを書き込む。コマンドの書
き込みが終了すると、第2のバス変換制御部(BC2)215
は(C)で示すように第2のプロセッサ間通信用制御部
(PCTL2)214からのバスアクセスの完了を受信し、第2
のチップバス(CBUS2)213を解放する。コマンド書き込
みが不可能な場合には、第2のバス変換制御部(BC2)2
15は(C)で示すように第2のプロセッサ間通信用制御
部(PCTL2)214からのバスアクセスの異常完了を受信
し、第2のチップバス(CBUS2)213を解放する。
Further, in step 4, as indicated by the second bus conversion control unit (BC2) 215, the second chip bus (CBUS)
2) Reserve 213 and register the second received command register (CMDRR2) via the second command write control unit (CRRW2) 229 of the second inter-processor communication control unit (PCTL2) 214 as indicated by “4”. ) Write the command to 228. Upon completion of the command writing, the second bus conversion control unit (BC2) 215
Receives the completion of the bus access from the second inter-processor communication control unit (PCTL2) 214 as shown in FIG.
The chip bus (CBUS2) 213 is released. If the command cannot be written, the second bus conversion control unit (BC2) 2
15 receives the abnormal completion of the bus access from the second inter-processor communication control unit (PCTL2) 214 and releases the second chip bus (CBUS2) 213 as shown in FIG.

ステップ5においては、第2のバス変換制御部(BC
2)215がで示すようにシステムバス(SBUS)140を確
保し、「5」で示すように第1のバス変換制御部(BC
1)115に対しコマンドの書き込みが正常に終了((C)
が正常完了時)したか否((C)が異常完了時)かのア
ンサを転送し、(D)で示すように第1のバス変換制御
部(BC1)115からのバスアクセスの完了を受信し、シス
テムバス(SBUS)140を解放する。
In step 5, the second bus conversion control unit (BC
2) The system bus (SBUS) 140 is secured as indicated by 215, and the first bus conversion controller (BC) is indicated as indicated by “5”.
1) Writing of commands to 115 ends normally ((C)
(When (C) is abnormal completion) is transferred, and completion of bus access from the first bus conversion control unit (BC1) 115 is received as shown in (D) as shown in (D). Then, the system bus (SBUS) 140 is released.

ステップ6においては、(E)で示すように第1のバ
ス変換制御部(BC1)115は「5」で示すアンサに応じて
第1のプロセッサ間通信用制御部(PCTL1)114にバスア
クセスの正常/異常完了を通知する。第1のプロセッサ
間通信用制御部(PCTL1)114はこのバスアクセス完了信
号を受信して、第1のチップバス(CBUS1)113を解放す
る。第1のプロセッサ間通信用制御部(PCTL1)114で
は、第1のフラグ書き込み制御部(EFW1)126を介し、
プロセッサ間通信が正常に終了した場合には、第1のフ
ラグ(EMDF1)125に「0」(正常終了フラグ)を書き込
み、異常終了をした場合には、「1」(異常終了フラ
グ)を書き込む。
In step 6, as shown in (E), the first bus conversion control unit (BC1) 115 sends a bus access request to the first inter-processor communication control unit (PCTL1) 114 according to the answer indicated by "5". Notifies normal / abnormal completion. The first inter-processor communication control unit (PCTL1) 114 receives this bus access completion signal and releases the first chip bus (CBUS1) 113. In the first inter-processor communication control unit (PCTL1) 114, via the first flag write control unit (EFW1) 126,
If the inter-processor communication has been completed normally, "0" (normal end flag) is written to the first flag (EMDF1) 125, and if it has ended abnormally, "1" (abnormal end flag) is written. .

第6図はバス変換制御部におけるプロセッサ間通信時
の動作を示すフローチャートであり、第6図(a)はチ
ップバス(CBUS1,2)113,213からバス変換制御部(BC1,
2)115,215にアクセスがある場合のフローチャートであ
り、また第6図(b)はシステムバス(SBUS)140から
バス変換制御部(BC1,2)115,215にアクセスがある場合
のフローチャートである。
FIG. 6 is a flow chart showing the operation at the time of communication between processors in the bus conversion control unit. FIG. 6 (a) shows the bus conversion control unit (BC1, BC1) from the chip buses (CBUS1,2) 113,213.
2) It is a flowchart when there is access to 115 and 215, and FIG. 6 (b) is a flowchart when there is access from the system bus (SBUS) 140 to the bus conversion control units (BC1, 2) 115 and 215.

まず、第6図(a)を参照してチップバス(CBUS1,
2)113,213からバス変換制御部(BC1,2)115,215にアク
セスがある場合について説明する。
First, referring to FIG. 6 (a), the chip bus (CBUS1,
2) A case where the bus conversion control units (BC1, 2) 115 and 215 are accessed from 113 and 213 will be described.

チップバス(CBUS1,2)113,213からバス変換制御部
(BC1,2)115,215にアクセスがあると、チップバス(CB
US1,2)113,213からコマンドデータを受信し(ステップ
510)、システムバス(SBUS)140を確保する(ステップ
520)。相手のバス変換制御部(BC2,11)215,115にコマ
ンドデータを転送し(ステップ530)、相手のバス変換
制御部(BC2,1)215,115からバスアクセス完了信号を待
ち(ステップ540)、システムバス(SBUS)140を解放す
る(ステップ550)。相手のバス変換制御部(BC2,1)21
5,115からアンサデータを待ち(ステップ560)、相手の
バス変換制御部(BC2,11)215,115に対し、バスアクセ
ス完了信号を送出し(ステップ570)、システムバス(S
BUS)140に対し、バスアクセス完了信号を送出する(ス
テップ580)。
When the chip bus (CBUS1,2) 113,213 accesses the bus conversion control unit (BC1,2) 115,215, the chip bus (CB
US1,2) Receives command data from 113,213 (step
510), secure system bus (SBUS) 140 (step)
520). Command data is transferred to the partner bus conversion control units (BC2, 11) 215, 115 (step 530), and a bus access completion signal is waited for from the partner bus conversion control units (BC2, 1) 215, 115 (step 540). SBUS) 140 is released (step 550). The other party's bus conversion control unit (BC2,1) 21
Wait for answer data from 5,115 (step 560), send a bus access completion signal to the other bus conversion control unit (BC2,11) 215,115 (step 570), and send the system bus (S
A bus access completion signal is sent to the (BUS) 140 (step 580).

次に、第6図(b)を参照してシステムバス(SBUS)
140からバス変換制御部(BC1,2)115,215にアクセスが
ある場合について説明する。
Next, referring to FIG. 6 (b), the system bus (SBUS)
A case where the bus conversion control units (BC1, 2) 115 and 215 have access from 140 will be described.

システムバス(SBUS)140からバス変換制御部(BC1,
2)115,215にアクセスがあると、コマンドデータを受信
し(ステップ610)、相手のバス変換制御部(BC2,1)21
5,115にバスアクセス完了信号を送出し(ステップ62
0)、チップバス(CBUS1,2)113,213を確保する(ステ
ップ630)。それから、プロセッサ間通信用制御部(PCT
L1,2)114,214にコマンドデータを転送し(ステップ64
0)、プロセッサ間通信用制御部(PCTL1,2)114,214か
らバスアクセス完了信号を待ち(ステップ650)、チッ
プバス(CBUS1,2)113,213を解放し(ステップ660)、
システムバス(SBUS)140を確保する(ステップ670)。
プロセッサ間通信用制御部(PCTL1,2)114,214から正常
終了を受信した場合には、ステップ690に進み、相手の
バス変換制御部(BC2,1)215,115に正常終了のアンサデ
ータを転送し、またステップ680においてプロセッサ間
通信用制御部(PCTL1,2)114,214から異常終了を受信し
た場合には、ステップ700に進み、相手のバス変換制御
部(BC2,1)215,115に異常終了のアンサデータを転送す
る。相手のバス変換制御部(BC2,1)215,115からバスア
クセス完了信号を待ち(ステップ710)、システムバス
(CBUS)140を解放する(ステップ720)。
From the system bus (SBUS) 140 to the bus conversion controller (BC1,
2) When access is made to 115 and 215, command data is received (step 610), and the other bus conversion control unit (BC2, 1) 21
A bus access completion signal is sent to 5,115 (step 62
0), and secure chip buses (CBUS1,2) 113,213 (step 630). Then, the control unit for communication between processors (PCT
L1, 2) Transfer the command data to 114, 214 (step 64)
0), waits for a bus access completion signal from the inter-processor communication control units (PCTL1, 2) 114, 214 (step 650), and releases the chip buses (CBUS1, 2) 113, 213 (step 660)
A system bus (SBUS) 140 is secured (step 670).
If a normal end is received from the inter-processor communication control units (PCTL1, 2) 114, 214, the process proceeds to step 690, where the normally-completed answer data is transferred to the partner bus conversion control units (BC2, 1) 215, 115; If an abnormal end is received from the interprocessor communication control units (PCTL1,2) 114,214 in step 680, the process proceeds to step 700, and the abnormal end answer data is transferred to the partner bus conversion control units (BC2,1) 215,115. I do. It waits for a bus access completion signal from the partner bus conversion controller (BC2,1) 215,115 (step 710), and releases the system bus (CBUS) 140 (step 720).

(発明が解決しようとする課題) 上述したように、インタロック方式のチップバスを経
由した従来のプロセッサ間通信では、チップバスの特性
上、コマンドに対する応答は応答信号と正常か否かを伝
える信号によるだけで、相手のプロセッサの状態に応じ
た複数の種類の応答(例えば、通信バッファフル、プロ
セッサ停止中、バス障害等)を返信することができない
という問題がある。
(Problems to be Solved by the Invention) As described above, in the conventional inter-processor communication via the interlock type chip bus, due to the characteristics of the chip bus, a response to a command is a response signal and a signal indicating whether or not the command is normal. However, there is a problem that it is not possible to return a plurality of types of responses (for example, communication buffer full, processor stopped, bus failure, etc.) according to the state of the partner processor.

また、コマンドを発行してからアンサを受信するまで
の期間、送信側プロセッサのチップバスは保留されたま
まで使用不可能となり、チップバス上の装置がチップバ
スを利用した他の処理を行うことができないという問題
がある。
In addition, during the period from issuing a command to receiving an answer, the chip bus of the transmitting processor is suspended and unusable, and devices on the chip bus may perform other processing using the chip bus. There is a problem that can not be.

更に、受信側のプロセッサは、アンサ転送時にシステ
ムバスが確保できない場合には、システムバスが確保で
きるまで待ち合わせ状態となり、他の処理を行うことが
できないという問題がある。
Furthermore, if the system bus cannot be secured at the time of answer transfer, the receiving processor enters a waiting state until the system bus can be secured, and there is a problem that other processing cannot be performed.

本発明は、上記に鑑みてなされたもので、その目的と
するところは、相手プロセッサの状態に応じて複数の応
答を可能とするとともに、プロセッサの使用効率を向上
することができるプロセッサ間通信方式を提供すること
にある。
The present invention has been made in view of the above, and an object of the present invention is to provide an inter-processor communication method capable of enabling a plurality of responses according to the state of a partner processor and improving the use efficiency of the processor. Is to provide.

〔発明の構成〕[Configuration of the invention]

(課題を解決するための手段) 上記目的を達成するため、本発明のプロセッサ間通信
方式は、マルチプロセッサシステムでプロセッサ内バス
であるチップバスにおいてはコマンドの送信と該コマン
ドに対するアンサの受信を連続したバス制御動作で行う
インタロック方式を使用し、プロセッサ間のバスである
システムバスにおいてはコマンドの送信と該コマンドに
対するアンサの受信をコマンドを送信した後に一度バス
を解放し、別のバス制御動作を行うスプリット方式を使
用し、チップバスとシステムバスの間にバス変換回路お
よびチップバス上にプロセッサ間通信回路を有し、任意
のプロセッサ間で通信を行うプロセッサ間通信方式であ
って、前記バス変換回路がチップバスからのプロセッサ
間通信によるバスアクセスを受信した時点においてチッ
プバスにアクセス完了を返信し、チップバスを解放する
チップバス解放手段と、前記プロセッサ間通信回路に設
けられ、受信コマンドに対するアンサを複数保持するア
ンサ保持手段と、コマンド受信時にアクセス完了を返信
し、チップバスを解放するとともに、アンサを作成し、
前記アンサ保持手段に登録するアンサ登録手段と、前記
アンサ保持手段からアンサを取り出して送信する送信手
段とを有することを要旨とする。
(Means for Solving the Problems) In order to achieve the above object, an inter-processor communication system of the present invention provides a multi-processor system that continuously transmits a command and receives an answer to the command on a chip bus which is a bus in the processor. In the system bus which is a bus between the processors, the bus is released once after transmitting the command to transmit the command and receive the answer to the command, and another bus control operation is performed. An inter-processor communication system that has a bus conversion circuit between a chip bus and a system bus and an inter-processor communication circuit on the chip bus, and performs communication between arbitrary processors. When the conversion circuit receives bus access from the chip bus by inter-processor communication, A chip bus releasing means for returning an access completion to the chip bus and releasing the chip bus; an answer holding means provided in the inter-processor communication circuit for holding a plurality of answers to the received command; Reply, release the chip bus, create an answer,
The gist of the present invention is to have an answer registering means for registering the answer in the answer holding means, and a transmitting means for taking out the answer from the answer holding means and transmitting the answer.

(作用) 本発明のプロセッサ間通信方式では、チップバスから
のプロセッサ間通信によるバスアクセスを受信した時点
でチップバスにアクセス完了を返信してチップバスを解
放し、プロセッサ間通信回路に設けたアンサ保持手段で
受信コマンドに対するアンサを複数保持し、コマンド受
信時にアクセス完了を返信し、チップバスを解放すると
ともに、アンサを作成し、送信アンサ保持手段に登録
し、該送信アンサ保持手段からアンサを取り出し送信し
ている。
(Operation) In the inter-processor communication system of the present invention, when the bus access by the inter-processor communication from the chip bus is received, the access completion is returned to the chip bus to release the chip bus, and an answer provided in the inter-processor communication circuit is provided. The holding means holds a plurality of answers to the received command, returns an access completion upon receiving the command, releases the chip bus, creates an answer, registers the answer in the sending answer holding means, and retrieves the answer from the sending answer holding means. Sending.

(実施例) 以下、図面を用いて本発明の実施例を説明する。(Example) Hereinafter, an example of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例に係わるプロセッサ間通信
方式の構成を示すブロック図である。同図に示すプロセ
ッサ間通信方式は、2台のプロセッサと両者間を接続す
る共通バスから構成されるマルチプロセッサシステムに
適用されてある。同図において、第1のプロセッサ(CP
U1)10および第2のプロセッサ(CPU2)20はシステムバ
ス(SBUS)30を介して互いに通信し得るように接続され
ている。
FIG. 1 is a block diagram showing a configuration of an inter-processor communication system according to an embodiment of the present invention. The inter-processor communication method shown in FIG. 1 is applied to a multiprocessor system including two processors and a common bus connecting the two processors. In the figure, the first processor (CP
The U1) 10 and the second processor (CPU2) 20 are connected so as to be able to communicate with each other via a system bus (SBUS) 30.

第1のプロセッサ(CPU1)10は、第1の中央制御部
(MPU1)101と、該第1のプロセッサ(CPU1)10の内部
バスである第1のチップバス(CBUS1)103と、該第1の
チップバス(CBUS1)103およびシステムバス(SBUS)30
の間でバスを接続制御する第1のバス制御部(XBC1)10
5と、プロセッサ間の通信のための第1のプロセッサ間
通信用制御部(PCTL1)104とから構成されている。該第
1のプロセッサ間通信用制御部(PCTL1)104は、送信コ
マンドを複数保持する第1の送信コマンド保持キュー
(CMDSQ1)142と、該第1の送信コマンド保持キュー(C
MDSQ1)142からコマンドを取り出し送信するための第1
のコマンド取り出し制御部(CSQS1)141と、第1の送信
コマンド保持キュー(CMDSQ1)142にコマンドを書き込
むための第1のコマンド書き込み制御部(CSQW1)143
と、送信コマンドに対し受信したアンサを複数保持する
第1の受信アンサ保持キュー(ANSRQ1)145と、該第1
の受信アンサ保持キュー(ANSRQ1)145からアンサを読
み出すための第1のアンサ読み出し制御部(ARQR1)144
と、第1の受信アンサ保持キュー(ANSRQ1)145にアン
サを書き込むための第2のアンサ書き込み制御部(ARQW
1)146と、受信したコマンドを複数保持する第1の受信
コマンド保持キュー(CMDRQ1)148と、第1の受信コマ
ンド保持キュー(CMDRQ1)148からアンサを読み出すた
めの第1のアンサ読み出し制御部(CRQR1)147と、第1
の受信コマンド保持キュー(CMDRQ1)148にアンサを書
き込むための第1のアンサ書き込み制御部(CRQW1)149
と、受信コマンドに対し送信するアンサを複数保持する
第1の送信アンサ保持キュー(ANSSQ1)151と、該第1
の送信アンサ保持キュー(ANSSQ1)151からアンサを読
み出すための第1のアンサ読み出し制御部(ASQR1)150
と、第1の送信アンサ保持キュー(ANSSQ1)151にアン
サを書き込むための第1のアンサ書き込み制御部(ANQW
1)152とから構成されている。
The first processor (CPU1) 10 includes a first central control unit (MPU1) 101, a first chip bus (CBUS1) 103 which is an internal bus of the first processor (CPU1) 10, and a first Chip bus (CBUS1) 103 and system bus (SBUS) 30
Bus control unit (XBC1) 10 for controlling connection of a bus between
5 and a first inter-processor communication control unit (PCTL1) 104 for communication between processors. The first inter-processor communication control unit (PCTL1) 104 includes a first transmission command holding queue (CMDSQ1) 142 that holds a plurality of transmission commands, and a first transmission command holding queue (C
MDSQ1) First for extracting and sending commands from 142
Command fetch control unit (CSQS1) 141 and a first command write control unit (CSQW1) 143 for writing a command to the first transmission command holding queue (CMDSQ1) 142
A first received answer holding queue (ANSRQ1) 145 for holding a plurality of answers received in response to the transmission command;
First answer read control unit (ARQR1) 144 for reading an answer from the reception answer holding queue (ANSRQ1) 145
And a second answer writing control unit (ARQW) for writing an answer in the first reception answer holding queue (ANSRQ1) 145.
1) 146, a first received command holding queue (CMDRQ1) 148 that holds a plurality of received commands, and a first answer read control unit (READ) for reading an answer from the first received command holding queue (CMDRQ1) 148. CRQR1) 147 and the first
Answer writing control unit (CRQW1) 149 for writing an answer to the received command holding queue (CMDRQ1) 148
A first transmission answer holding queue (ANSSQ1) 151 for holding a plurality of answers to be transmitted in response to a reception command;
Answer reading control unit (ASQR1) 150 for reading an answer from the transmission answer holding queue (ANSSQ1) 151
And a first answer write control unit (ANQW) for writing an answer to the first transmission answer holding queue (ANSSQ1) 151.
1) 152.

第2のプロセッサ(CPU2)20は、第1のプロセッサ
(CPU1)10と同じように構成され、第1のプロセッサ
(CPU1)10において百番代で始まる各構成要素の符号が
第2のプロセッサ(CPU2)20において2百番代で始まる
同じ符号で示され、またCPU1等のように記号の最後に付
く数字も第1のプロセッサ(CPU1)10における構成要素
が「1」であるのに対して、第2のプロセッサ(CPU2)
20においては「2」となっている点が異なるものであ
る。
The second processor (CPU2) 20 is configured in the same manner as the first processor (CPU1) 10, and the components of the first processor (CPU1) 10 starting from the hundredth are denoted by the second processor (CPU1). In the CPU 2) 20, the same reference numerals starting from the 200th generation are used, and the numbers at the end of the symbols, such as CPU1, also indicate that the component in the first processor (CPU1) 10 is "1". , The second processor (CPU2)
20 is different in that it is “2”.

第2図は第1図におけるプロセッサ間通信のバス上の
信号の流れを示す図であるが、次に第2図を参照して第
1のプロセッサ(CPU1)10から第2のプロセッサ(CPU
2)20に通信を行う場合の動作を説明する。なお、第2
図において、細い実線で示す矢印はバスアクセス信号を
示し、点線の矢印はバスアクセス完了信号を示し、太線
はデータを示し、またハッチングを施した部分はバス保
留中を示す。
FIG. 2 is a diagram showing a signal flow on a bus for inter-processor communication in FIG. 1. Next, referring to FIG. 2, a first processor (CPU1) 10 to a second processor (CPU
2) The operation when communication is performed at 20 will be described. The second
In the figure, thin solid arrows indicate bus access signals, dotted arrows indicate bus access completion signals, thick lines indicate data, and hatched portions indicate bus suspension.

第2図のステップ1において、第1の中央制御部(MP
U1)101がで示すように第1のチップバス(CBUS1)10
3を確保し、「1」で示すように第1のプロセッサ間通
信用制御部(PCTL1)104の第1のコマンド書き込み制御
部(CSQW1)143を介し第1の送信コマンド保持キュー
(CMDSQ1)142にプロセッサ間通信のコマンドを書き込
み、第1のプロセッサ間通信用制御部(PCTL1)104に対
しプロセッサ間通信の実行を指示する。コマンド書き込
みが終了すると、(A)で示すように第1のプロセッサ
間通信用制御部(PCTL1)104は第1の中央制御部(MPU
1)101にバスアクセスの完了を通知し、第1のチップバ
ス(CBUS1)103を解放する。
In step 1 of FIG. 2, the first central control unit (MP
U1) As shown by 101, the first chip bus (CBUS1) 10
3 and the first transmission command holding queue (CMDSQ1) 142 via the first command writing control unit (CSQW1) 143 of the first inter-processor communication control unit (PCTL1) 104 as indicated by “1”. A command for inter-processor communication is written in the command line, and the first inter-processor communication control unit (PCTL1) 104 is instructed to execute inter-processor communication. When the command writing is completed, the first inter-processor communication control unit (PCTL1) 104, as shown in FIG.
1) Notify 101 of the completion of the bus access and release the first chip bus (CBUS1) 103.

次にステップ2において、第1のプロセッサ間通信用
制御部(PCTL1)104がに示すように第1のチップバス
(CBUS1)103を確保し、「2」で示すように第1のバス
制御部(XBC1)105に第1の送信コマンド保持キュー(C
MDSQ1)142の内容を転送し、第1のプロセッサ(CPU1)
10とのプロセッサ間通信を指示し、(B)で示すように
第1のバス制御部(XCB1)105からのバスアクセスの完
了を受信し、第1のチップバス(CBUS1)103を解放す
る。
Next, in step 2, the first inter-processor communication control unit (PCTL1) 104 secures the first chip bus (CBUS1) 103 as shown by (1), and the first bus control unit (2) as shown by (2). (XBC1) 105 stores the first transmission command holding queue (C
MDSQ1) Transfers the contents of 142 to the first processor (CPU1)
Instructs inter-processor communication with 10 and receives the completion of the bus access from the first bus control unit (XCB1) 105 as shown in (B), and releases the first chip bus (CBUS1) 103.

ステップ3においては、第1のバス制御部(XBC1)10
5がで示すようにシステムバス(SBUS)30を確保し、
「3」で示すように第2のバス制御部(XBC2)205に対
しコマンドを転送し、(C)で示すように第2のバス制
御部(XBC2)205からのバスアクセスの完了を受信し、
システムバス(SBUS)30を解放する。
In step 3, the first bus control unit (XBC1) 10
5 secure system bus (SBUS) 30 as shown by
The command is transferred to the second bus control unit (XBC2) 205 as indicated by “3”, and the completion of the bus access from the second bus control unit (XBC2) 205 is received as indicated by (C). ,
Release the system bus (SBUS) 30.

更に、ステップ4において、第2のバス制御部(XBC
2)205がで示すように第2のチップバス(CBUS2)203
を確保し、「4」で示すように第2のプロセッサ間通信
用制御部(PCTL2)204の第2のアンサ書き込み制御部
(CRQW2)249を介し第2の受信コマンド保持キュー(CM
DRQ2)248にコマンドを書き込む。コマンドの書き込み
が終了すると、第2のバス制御部(XBC2)205は(D)
で示すように第2のプロセッサ間通信用制御部(PCTL
2)204からのバスアクセスの完了を受信し、第2のチッ
プバス(CBUS2)203を解放する。第2のプロセッサ間通
信用制御部(PCTL2)204はコマンド受信時に第2のプロ
セッサ(CPU2)20の状態に応じたアンサコードを生成
し、第2の送信アンサ保持キュー(ANSSQ2)251に登録
する。
Further, in step 4, the second bus control unit (XBC
2) The second chip bus (CBUS2) 203 as indicated by 205
And the second received command holding queue (CM) via the second answer write control unit (CRQW2) 249 of the second inter-processor communication control unit (PCTL2) 204 as indicated by “4”.
DRQ2) Write the command to 248. When the writing of the command is completed, the second bus control unit (XBC2) 205
As shown in the figure, the second inter-processor communication control unit (PCTL
2) Upon receiving the completion of the bus access from 204, the second chip bus (CBUS2) 203 is released. The second inter-processor communication control unit (PCTL2) 204 generates an answer code according to the state of the second processor (CPU2) 20 at the time of receiving the command, and registers the answer code in the second transmission answer holding queue (ANSSQ2) 251. .

また、ステップ5において、第2のプロセッサ間通信
用制御部(PCTL2)204がで示すように第2のチップバ
ス(CBUS2)203を確保し、「5」で示すように第2の送
信アンサ保持キュー(ANSSQ2)251内のアンサを第2の
バス制御部(XBC2)205に対し転送し、(E)で示すよ
うに第2のプロセッサ間通信用制御部(PCTL2)204から
のバスアクセスの完了を受信し、第2のチップバス(CB
US2)203を解放する。
Also, in step 5, the second inter-processor communication control unit (PCTL2) 204 secures the second chip bus (CBUS2) 203 as indicated by the symbol and holds the second transmission answer as indicated by the symbol "5". The answer in the queue (ANSSQ2) 251 is transferred to the second bus control unit (XBC2) 205, and the bus access from the second interprocessor communication control unit (PCTL2) 204 is completed as shown in (E). And the second chip bus (CB
US2) Release 203.

ステップ6において、第2のバス制御部(XBC2)205
がで示すようにシステムバス(SBUS)30を確保し、
「6」で示すように第1のバス制御部(XBC1)105に対
しアンサを転送し、(F)で示すように第1のバス制御
部(XBC1)105からのバスアクセスの完了を受信し、シ
ステムバス(SBUS)30を解放する。
In step 6, the second bus control unit (XBC2) 205
Secure system bus (SBUS) 30 as shown by
The answer is transferred to the first bus control unit (XBC1) 105 as indicated by “6”, and the completion of the bus access from the first bus control unit (XBC1) 105 is received as indicated by (F). Then, the system bus (SBUS) 30 is released.

更に、ステップ7において、第1のバス制御部(XBC
1)105がで示すように第1のチップバス(CBUS1)103
を確保し、「7」で示すように第1のプロセッサ間通信
用制御部(PCTL1)104の第2のアンサ書き込み制御部
(ARQW1)146を介し第1の受信アンサ保持キュー(ANSR
Q1)145にアンサを書き込み、(G)で示すように第1
のプロセッサ間通信用制御部(PCTL1)104からのバスア
クセスの完了を受信し、第1のチップバス(CBUS1)103
を解放する。
Further, in step 7, the first bus control unit (XBC
1) The first chip bus (CBUS1) 103 as indicated by 105
And the first reception answer holding queue (ANSR) via the second answer writing control unit (ARQW1) 146 of the first inter-processor communication control unit (PCTL1) 104 as shown by “7”.
Q1) Write an answer to 145, and first answer as shown in (G).
Of the bus access from the inter-processor communication control unit (PCTL1) 104 of the first chip bus (CBUS1) 103
To release.

第3図はバス制御部(XBC1,2)105,205におけるプロ
セッサ間通信時の動作を示すフローチャートであり、第
3図(a)はチップバス(CBUS1,2)103,203からバス制
御部(XBC1,2)105,205にアクセスがある場合のフロー
チャートであり、また第3図(b)はシステムバス(SB
US)30からバス制御部(XBC1,2)105,205にアクセスが
ある場合のフローチャートである。
FIG. 3 is a flowchart showing the operation of the bus control units (XBC1, 2) 105, 205 at the time of communication between the processors. FIG. 3 (a) shows the chip buses (CBUS1, 2) 103, 203 to the bus control units (XBC1, 2). FIG. 3B is a flowchart in the case where access is made to 105 and 205, and FIG.
9 is a flowchart in the case where the US) 30 accesses the bus control units (XBC1, 2) 105 and 205.

まず、第3図(a)を参照してチップバス(CBUS1,
2)103,203からバス制御部(XBC1,2)105,205にアクセ
スがある場合について説明する。
First, referring to FIG. 3 (a), the chip bus (CBUS1,
2) The case where the bus control units (XBC1, 2) 105 and 205 are accessed from 103 and 203 will be described.

チップバス(CBUS1,2)103,203からバス制御部(XBC
1,2)105,205にアクセスがあると、チップバス(CBUS1,
2)103,203からコマンドまたはアンサデータを受信し
(ステップ310)、チップバス(CBUS1,2)103,203に対
し、バスアクセス完了信号を送出し(ステップ320)、
システムバス(SBUS)30を確保する(ステップ330)。
相手のバス制御部(XBC2,1)205,105にコマンドまたは
アンサデータを転送し(ステップ340)、相手のバス制
御部(XBC2,1)205,105からバスアクセス完了信号を待
ち(ステップ350)、システムバス(SBUS)30を解放す
る(ステップ360)。
Bus control unit (XBC) from chip bus (CBUS1,2) 103,203
1,2) When there is access to 105,205, the chip bus (CBUS1,
2) Receiving a command or answer data from 103, 203 (step 310) and sending a bus access completion signal to chip buses (CBUS1, 2) 103, 203 (step 320)
The system bus (SBUS) 30 is secured (step 330).
The command or answer data is transferred to the partner bus control unit (XBC2, 1) 205, 105 (step 340), a bus access completion signal is waited from the partner bus control unit (XBC2, 1) 205, 105 (step 350), and the system bus ( SBUS) 30 is released (step 360).

次に、第3図(b)を参照してシステムバス(SBUS)
30からバス制御部(XBC1,2)105,205にアクセスがある
場合について説明する。
Next, referring to FIG. 3 (b), the system bus (SBUS)
The case where the bus control units (XBC1, 2) 105, 205 are accessed from 30 will be described.

システムバス(SBUS)30からバス制御部(XBC1,2)10
5,205にアクセスがあると、コマンドまたはアンサデー
タを受信し(ステップ410)、相手のバス制御部(XBC2,
1)205,105にバスアクセス完了信号を送出し(ステップ
420)、チップバス(CBUS1,2)103,203を確保する(ス
テップ430)。プロセッサ間通信用制御部(PCTL1,2)10
4,204にコマンドまたはアンサデータを転送し(ステッ
プ440)、プロセッサ間通信用制御部(PCTL1,2)104,20
4からバスアクセス完了信号を待ち(ステップ450)、チ
ップバス(CBUS1,2)103,203を解放する(ステップ46
0)。
System bus (SBUS) 30 to bus controller (XBC1, 2) 10
When 5,205 is accessed, a command or answer data is received (step 410), and the other bus control unit (XBC2,
1) Send a bus access completion signal to 205 and 105 (step
420), and secure chip buses (CBUS1, 2) 103, 203 (step 430). Inter-processor communication control unit (PCTL1,2) 10
The command or answer data is transferred to 4,204 (step 440), and the inter-processor communication control units (PCTL1,2) 104,20
4 waits for a bus access completion signal (step 450), and releases the chip buses (CBUS1, 2) 103, 203 (step 46).
0).

なお、上記実施例では、プロセッサが2台の場合につ
いて説明したが、これに限定されるものでなく、3台以
上でも同様に適用できるものであることは勿論である。
In the above embodiment, the case where the number of processors is two has been described. However, the present invention is not limited to this, and it goes without saying that three or more processors can be similarly applied.

〔発明の効果〕〔The invention's effect〕

以上説明したように、本発明によれば、チップバスか
らのプロセッサ間通信によるバスアクセスを受信した時
点でチップバスにアクセス完了を返信してチップバスを
解放し、プロセッサ間通信回路に設けたアンサ保持手段
で受信コマンドに対するアンサを複数保持し、コマンド
受信時にアクセス完了を返信し、チップバスを解放する
とともに、アンサを作成し、送信アンサ保持手段に登録
し、該送信アンサ保持手段からアンサを取り出し送信し
ているので、プロセッサ間通信において送信側のプロセ
ッサに対し受信側のプロセッサの状態に応じた複数種類
の応答を行うことができるとともに、また送信側のロセ
ッサはコマンドを送信した時点でチップバスを解放でき
るため、チップバスのスループットを向上し、プロセッ
サの使用効率を向上することができる。更に、受信側の
プロセッサはアンサをアンサ送信キューに登録した時点
でアンサの送信を終了しなくても、次の処理を実行する
ことができる。
As described above, according to the present invention, when the bus access by the inter-processor communication from the chip bus is received, the access completion is returned to the chip bus to release the chip bus, and the answer provided in the inter-processor communication circuit is provided. The holding means holds a plurality of answers to the received command, returns an access completion upon receiving the command, releases the chip bus, creates an answer, registers the answer in the sending answer holding means, and retrieves the answer from the sending answer holding means. Because of the transmission, in the inter-processor communication, a plurality of types of responses can be made to the transmitting processor in accordance with the state of the receiving processor, and the transmitting processor transmits the command to the chip bus at the time of transmitting the command. To improve chip bus throughput and processor utilization Rukoto can. Furthermore, the processor on the receiving side can execute the following processing without ending the transmission of the answer when the answer is registered in the answer transmission queue.

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

第1図は本発明の一実施例に係わるプロセッサ間通信方
式の構成を示すブロック図、第2図は第1図におけるプ
ロセッサ間通信のバス上の信号の流れを示す図、第3図
は第1図のプロセッサ間通信方式のバス制御部(XBC)
におけるプロセッサ間通信時の動作を示すフローチャー
ト、第4図は2台のプロセッサで構成されるマルチプロ
セッサシステムにおいてプロセッサ間の通信を行う従来
のプロセッサ間通信方式の構成を示すブロック図、第5
図は第4図におけるプロセッサ間通信のバス上の信号の
流れを示す図、第6図は第4図のプロセッサ間通信方式
のバス変換制御部におけるプロセッサ間通信時の動作を
示すフローチャートである。 10,20……プロセッサ(CPU)、 30……システムバス(SBUS)、 101,201……中央制御部(MPU)、 103,203……チップバス(CBUS)、 104,204……プロセッサ間通信用制御部(PCTL)、 105,205……バス制御部(XBC)、 141,241……コマンド取り出し制御部(CSQS)、 142,242……送信コマンド保持キュー(CMDSQ)、 143,243……コマンド書き込み制御部(CSQW)、 144,244……アンサ読み出し制御部(ARQR)、 145,245……受信アンサ保持キュー(ANSRQ)、 146,246……アンサ書き込み制御部(ARQW)、 147,247……アンサ読み出し制御部(CRQR)、 148,248……受信コマンド保持キュー(CMDRQ)、 149,249……アンサ書き込み制御部(CRQW)、 150,250……アンサ読み出し制御部(ASQR)、 151,251……送信アンサ保持キュー(ANSSQ)、 152,252……アンサ書き込み制御部(ASQW)。
FIG. 1 is a block diagram showing a configuration of an inter-processor communication system according to an embodiment of the present invention, FIG. 2 is a diagram showing a signal flow on a bus for inter-processor communication in FIG. 1, and FIG. Bus control unit (XBC) for inter-processor communication system in Fig. 1
And FIG. 4 is a block diagram showing a configuration of a conventional inter-processor communication system for performing communication between processors in a multiprocessor system including two processors.
FIG. 4 is a diagram showing a signal flow on a bus for inter-processor communication in FIG. 4, and FIG. 6 is a flowchart showing an operation at the time of inter-processor communication in a bus conversion control unit of the inter-processor communication system in FIG. 10,20 Processor (CPU), 30 System bus (SBUS), 101,201 Central control unit (MPU), 103,203 Chip bus (CBUS), 104,204 Communication control unit between processors (PCTL) , 105,205… Bus control unit (XBC), 141, 241… Command fetch control unit (CSQS), 142, 242… Transmission command holding queue (CMDSQ), 143, 243… Command write control unit (CSQW), 144, 244… Answer read control 145,245 ... Reception answer holding queue (ANSRQ), 146,246 ... Answer writing control unit (ARQW), 147,247 ... Answer reading control unit (CRQR), 148,248 ... Reception command holding queue (CMDRQ), 149,249 … Answer writing control unit (CRQW), 150,250… Answer reading control unit (ASQR), 151,251… Transmission answer holding queue (ANSSQ), 152,252… Answer writing control unit (ASQW).

フロントページの続き (58)調査した分野(Int.Cl.6,DB名) G06F 15/16Continuation of the front page (58) Field surveyed (Int.Cl. 6 , DB name) G06F 15/16

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】マルチプロセッサシステムでプロセッサ内
バスであるチップバスにおいてはコマンドの送信と該コ
マンドに対するアンサの受信を連続したバス制御動作で
行うインタロック方式を使用し、プロセッサ間のバスで
あるシステムバスにおいてはコマンドの送信と該コマン
ドに対するアンサの受信をコマンドを送信した後に一度
バスを解放し、別のバス制御動作を行うスプリット方式
を使用し、チップバスとシステムバスの間にバス変換回
路およびチップバス上にプロセッサ間通信回路を有し、
任意のプロセッサ間で通信を行うプロセッサ間通信方式
であって、前記バス変換回路がチップバスからのプロセ
ッサ間通信によるバスアクセスを受信した時点において
チップバスにアクセス完了を返信し、チップバスを解放
するチップバス解放手段と、前記プロセッサ間通信回路
に設けられ、受信コマンドに対するアンサを複数保持す
るアンサ保持手段と、コマンド受信時にアクセス完了を
返信し、チップバスを解放するとともに、アンサを作成
し、前記アンサ保持手段に登録するアンサ登録手段と、
前記アンサ保持手段からアンサを取り出して送信する送
信手段とを有することを特徴とするプロセッサ間通信方
式。
In a multiprocessor system, a chip bus which is a bus in a processor uses an interlock system in which transmission of a command and reception of an answer to the command are performed by a continuous bus control operation, and the system is a bus between processors. In the bus, the command is transmitted and the answer to the command is received. After transmitting the command, the bus is released once, and a separate bus control operation is used.A bus conversion circuit and a bus conversion circuit are provided between the chip bus and the system bus. Having an inter-processor communication circuit on a chip bus,
An inter-processor communication method for performing communication between arbitrary processors, wherein when the bus conversion circuit receives a bus access from the chip bus by inter-processor communication, an access completion is returned to the chip bus and the chip bus is released. A chip bus releasing unit, an answer holding unit provided in the inter-processor communication circuit, for holding a plurality of answers to the received command, returning an access completion upon receiving the command, releasing the chip bus, and creating an answer; Answer registration means for registering in the answer holding means;
Transmitting means for extracting an answer from the answer holding means and transmitting the answer.
JP2042627A 1990-02-26 1990-02-26 Communication system between processors Expired - Lifetime JP2825914B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2042627A JP2825914B2 (en) 1990-02-26 1990-02-26 Communication system between processors

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2042627A JP2825914B2 (en) 1990-02-26 1990-02-26 Communication system between processors

Publications (2)

Publication Number Publication Date
JPH03246743A JPH03246743A (en) 1991-11-05
JP2825914B2 true JP2825914B2 (en) 1998-11-18

Family

ID=12641255

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2042627A Expired - Lifetime JP2825914B2 (en) 1990-02-26 1990-02-26 Communication system between processors

Country Status (1)

Country Link
JP (1) JP2825914B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20230091314A (en) * 2021-12-16 2023-06-23 (주)세이프시스템 S-BUS/C-BUS Communication Converter For Fire Detection System

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3411300B2 (en) * 1992-02-18 2003-05-26 株式会社日立製作所 Information processing device
JP2006331452A (en) * 2006-07-31 2006-12-07 Hitachi Ltd Bus control system and computer system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20230091314A (en) * 2021-12-16 2023-06-23 (주)세이프시스템 S-BUS/C-BUS Communication Converter For Fire Detection System
KR102613664B1 (en) * 2021-12-16 2023-12-14 (주)세이프시스템 S-BUS/C-BUS Communication Converter For Fire Detection System

Also Published As

Publication number Publication date
JPH03246743A (en) 1991-11-05

Similar Documents

Publication Publication Date Title
JP2661733B2 (en) Data processing system
US4862350A (en) Architecture for a distributive microprocessing system
JPH0354375B2 (en)
JPS63255759A (en) Control system
JPH0772889B2 (en) Information processing system
JP2825914B2 (en) Communication system between processors
EP0183431B1 (en) System control network for multiple processor modules
EP0174446B1 (en) distributed multiprocessing system
JPS6126706B2 (en)
EP0577431B1 (en) Method of resetting coupled modules and a system using the method
JPS60194647A (en) Data transmission system
JP2876676B2 (en) Communication control method between processors
JPS5834858B2 (en) Data exchange control method
JPH03210654A (en) Distributed control processor
JP2705955B2 (en) Parallel information processing device
JPS61131156A (en) Multiprocessor system
JPS61166666A (en) Information processing system
JPS6362068A (en) Inter-processor interface circuit
JP2666782B2 (en) Multiple bus control system
JPH03278262A (en) Information processor
JPS58142465A (en) Data transferring and processing device
JPH0834616B2 (en) Synchronization method of common data in multi-processor system
JPS605368A (en) Communication control processor
JPS6124742B2 (en)
JPH08297629A (en) Bus repeater

Legal Events

Date Code Title Description
FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20070911

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20080911

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20080911

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20090911

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20090911

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20100911

Year of fee payment: 12

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100911

Year of fee payment: 12