[go: up one dir, main page]

JP2929631B2 - Communication device between processors - Google Patents

Communication device between processors

Info

Publication number
JP2929631B2
JP2929631B2 JP531690A JP531690A JP2929631B2 JP 2929631 B2 JP2929631 B2 JP 2929631B2 JP 531690 A JP531690 A JP 531690A JP 531690 A JP531690 A JP 531690A JP 2929631 B2 JP2929631 B2 JP 2929631B2
Authority
JP
Japan
Prior art keywords
interrupt
processor
message
processors
bus
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP531690A
Other languages
Japanese (ja)
Other versions
JPH03210851A (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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co 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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP531690A priority Critical patent/JP2929631B2/en
Publication of JPH03210851A publication Critical patent/JPH03210851A/en
Application granted granted Critical
Publication of JP2929631B2 publication Critical patent/JP2929631B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)
  • Small-Scale Networks (AREA)

Description

【発明の詳細な説明】 (産業上の利用分野) この発明はプロセッサ間通信方式に関し、特に複数の
プロセッサ間(マルチプロセッサシステム)でメッセー
ジの交換を行うプロセッサ間通信方式に関する。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an inter-processor communication system, and more particularly, to an inter-processor communication system for exchanging messages between a plurality of processors (multiprocessor system).

(従来の技術) 第5図に従来の共有メモリを用いたマルチプロセッサ
システムのシステム図を示す。図から明らかなように、
該マルチプロセッサシステムはシステムバス10に接続さ
れた共有メモリ11と複数個のCPU1〜nから構成されてい
る。なお、各CPU1〜nにはローカルメモリが設けられて
いる。
(Prior Art) FIG. 5 shows a system diagram of a conventional multiprocessor system using a shared memory. As is clear from the figure,
The multiprocessor system includes a shared memory 11 connected to a system bus 10 and a plurality of CPUs 1 to n. Each of the CPUs 1 to n is provided with a local memory.

前記共有メモリ11には、第6図に示されているよう
に、メッセージの発信者と受信者との関係に対応する数
のメッセージ書込用領域が設定されている。上記の場
合、CPUはn個存在するから、n×(n−1)個のメッ
セージ書込用領域が設定されている。該メッセージ書込
用領域のアドレスは、予め通信する両者が共に認識して
いる。
As shown in FIG. 6, a number of message writing areas corresponding to the relationship between the sender and the receiver of the message are set in the shared memory 11. In the above case, since there are n CPUs, n × (n−1) message write areas are set. The address of the message writing area is recognized in advance by both communicating parties.

さて、該マルチプロセッサシステムにおいて、メッセ
ージの交換を行う場合には、前記n個のプロセッサが対
等に動作する。いま、前記CPUnがCPU1にメッセージを送
る場合には、該CPUnは前記共有メモリ11の領域n→1に
該メッセージを書込み、CPU1に割込み信号(n→1)を
送って割込みをかける。
Now, in the multiprocessor system, when exchanging messages, the n processors operate equally. Now, when the CPUn sends a message to the CPU1, the CPUn writes the message in the area n → 1 of the shared memory 11 and sends an interrupt signal (n → 1) to the CPU1 to cause an interrupt.

このように、CPU1〜nが対等にメッセージの交換を行
うと、該メッセージは前記共有メモリ11の所定のアドレ
スのメッセージ書込用領域に格納され、各CPUには、第
7図に示されているように、(n−1)種類の割込み信
号が入力することになる。
As described above, when the CPUs 1 to n exchange messages equally, the messages are stored in the message writing area at a predetermined address of the shared memory 11, and each CPU has the information shown in FIG. Thus, (n-1) types of interrupt signals are input.

(発明が解決しようとする課題) 前記マルチプロセッサシステムのシステムバス10に接
続されるCPUの数が増大すると、前記共有メモリ11のメ
ッセージ書込用領域および割込み信号の種類が大きく増
加する。すなわち、CPUの数が1増加すると、該共有メ
モリ11のメッセージ書込用領域および割込み信号の種類
は、それぞれn個増加することになる。
(Problems to be Solved by the Invention) When the number of CPUs connected to the system bus 10 of the multiprocessor system increases, the message writing area of the shared memory 11 and the types of interrupt signals greatly increase. That is, when the number of CPUs increases by 1, the message writing area of the shared memory 11 and the type of interrupt signal increase by n each.

該共有メモリ11の容量はメモリ技術の進歩により比較
的簡単に増やすことができる。しかしながら、割込み信
号の種類が増大すると、該種類を判別するために、多く
のハードの部品を必要とする。
The capacity of the shared memory 11 can be increased relatively easily by the advance of the memory technology. However, when the type of the interrupt signal increases, many hardware components are required to determine the type.

該ハードの部品が増大すると、装置が大型になり高価
になるだけでなく、システムバスの種類によっては、そ
の仕様上割り込みの種類の数が制限され実現不可能にな
るという問題があった。
When the number of hardware components increases, not only does the device become large and expensive, but also depending on the type of system bus, the number of interrupt types is limited due to its specifications, making it impossible to implement.

本発明の目的は、前記従来装置の問題点を除去し、CP
Uの数が増加しても、割込み信号の種類の増加を極力抑
えることのできるプロセッサ間通信方式を提供すること
にある。例えば、CPUの数を1増加した場合、割込み信
号の種類を1増加させるだけで済ますことのできるプロ
セッサ間通信方式を提供することにある。
An object of the present invention is to eliminate the problems of the conventional device, and
An object of the present invention is to provide an inter-processor communication method capable of minimizing an increase in the types of interrupt signals even when the number of U increases. For example, it is an object of the present invention to provide an inter-processor communication system in which, when the number of CPUs is increased by one, only the type of the interrupt signal needs to be increased by one.

(課題を解決するための手段および作用) 前記目的を達成するために、本発明は、複数のプロセ
ッサと該複数のプロセッサが共通にアクセスできる共有
メモリをシステムバスを通じて結合したプロセッサ間通
信方式において、該複数のプロセッサの各々は、前記シ
ステムバスに接続され受信した割込み信号を記憶する記
憶手段と、該システムバスにバスインタフェースを介し
て接続されたローカルバスと、該ローカルバスに接続さ
れた、同一の割込み先に対しては自分の識別番号を付加
された同一種類の割込み信号を発生し、かつ送出する第
1の手段および割込み信号を前記記憶手段から読出して
割込みをかけた相手方を検知する第2の手段とを設けた
点に特徴がある。
(Means and Actions for Solving the Problems) In order to achieve the above object, the present invention provides an inter-processor communication system in which a plurality of processors and a shared memory that can be commonly accessed by the plurality of processors are connected via a system bus. Each of the plurality of processors includes a storage unit connected to the system bus for storing a received interrupt signal, a local bus connected to the system bus via a bus interface, and a same bus connected to the local bus. The first means for generating the same type of interrupt signal to which its own identification number is added for the interrupt destination, and the first means for transmitting the interrupt signal and the second means for reading the interrupt signal from the storage means and detecting the other party that has caused the interrupt. The feature is that the second means and the second means are provided.

本発明によれば、該プロセッサが割込みをかける時に
は、プロセッサはメッセージを前記共有メモリの所定の
領域に送出し、続いて第1の手段によって識別信号を付
加した割込み信号を宛先のプロセッサの記憶手段に送出
する。
According to the present invention, when the processor causes an interrupt, the processor sends a message to a predetermined area of the shared memory, and then transmits the interrupt signal added with the identification signal by the first means to the storage means of the destination processor. To send to.

一方、割込みをかけられたプロセッサはシステムバス
にバスインタフェースを介して接続されたローカルバス
に接続された前記第2の手段により、割込みをかけた相
手方を検知し、必要な処理をする。
On the other hand, the interrupted processor detects the interrupted partner by the second means connected to the local bus connected to the system bus via the bus interface, and performs necessary processing.

この結果、割込みをかけられるプロセッサは、ローカ
ルバスに接続されている処理手段の動作とは無関係に、
他のプロセッサからの割込み要求を受理でき、他のプロ
セッサが割込み要求をするのを待たせることがなくな
る。
As a result, the interrupted processor can operate independently of the processing means connected to the local bus.
An interrupt request from another processor can be accepted, and there is no need to wait for another processor to issue an interrupt request.

(実施例) 以下に、図面を参照して、本発明を詳細に説明する。(Example) Hereinafter, the present invention will be described in detail with reference to the drawings.

第1図は本発明の一実施例のシステムブロック図を示
す。図において、前記第5図と同一の符号は同一または
同等物を示す。
FIG. 1 shows a system block diagram of one embodiment of the present invention. In the figure, the same reference numerals as those in FIG. 5 denote the same or equivalent components.

図示されているように、システムバス10に接続された
CPU1〜nの代表として図示されたCPU1は、概略、ローカ
ルバス21、CPU22、ローカルメモリ23、バスインタフェ
ース24および割込み論理回路25から構成され、またCPUn
は、同様に、概略、ローカルバス31、CPU32、ローカル
メモリ33、バスインタフェース34および割込み論理回路
35から構成されている。
As shown, connected to the system bus 10
The CPU 1 illustrated as a representative of the CPUs 1 to n generally includes a local bus 21, a CPU 22, a local memory 23, a bus interface 24, and an interrupt logic circuit 25.
Similarly, the local bus 31, CPU 32, local memory 33, bus interface 34 and interrupt logic
Consists of 35.

共有メモリ11は従来と同様のものを使用することがで
き、第6図で説明したように、n×(n−1)個のメッ
セージ書込用領域を有している。個々のメッセージ書込
用領域のエントリ数は1でもよいが、複数の場合が好適
である。以下の説明は、該エントリが複数ある場合につ
きなされている。
The shared memory 11 can be the same as the conventional one, and has nx (n-1) message write areas as described with reference to FIG. Although the number of entries in each message writing area may be one, a plurality of entries is preferable. The following description is made for a case where there are a plurality of entries.

前記割込み論理回路25、35は、入力してきたデータを
受信した順に格納しその順に出力するFIFOメモリから構
成されている。
The interrupt logic circuits 25 and 35 are composed of FIFO memories that store input data in the order in which they are received and output the data in that order.

また、ローカルメモリ33は、図示されているように、
プロセッサ使用領域、割込み時使用領域、メッセージ使
用領域等を有している。該割込み時使用領域のアドレス
は割込みをかけるCPUと対応しており、例えばCPUnがCPU
1に割込みをかける時には、例えばアドレス1000Hをアク
セスすればよい。これは、システムバス10上のCPU1の割
込み論理回路25をアドレスしたことになる。アドレス10
00Hがアクセスされると、割込み信号は、ローカルメモ
リ33→CPU32→バスインタフェース34→バス10を経て、
割込み論理回路25に送られる。また、他のCPUが自分の
ローカルメモリのアドレス1000Hをアクセスすれば、前
記と同様に該他のCPUからCPU1に割込みをかけたことに
なる。このため、CPU1に入力する割込み信号の種類は1
種類になる。
Also, the local memory 33, as shown,
It has a processor use area, an interrupt use area, a message use area, and the like. The address of the area used at the time of the interrupt corresponds to the CPU that issues the interrupt.
When interrupting 1, for example, the address 1000H may be accessed. This means that the interrupt logic circuit 25 of the CPU 1 on the system bus 10 has been addressed. Address 10
When 00H is accessed, the interrupt signal goes through the local memory 33 → CPU 32 → bus interface 34 → bus 10,
It is sent to the interrupt logic circuit 25. Further, if the other CPU accesses the address 1000H of its own local memory, it means that the other CPU has interrupted the CPU 1 as described above. Therefore, the type of interrupt signal input to CPU1 is 1
Be kind.

次に、CPUnからCPU1に割込みをかける場合のCPUnの動
作を、第1図および第2図を参照して説明する。第2図
は該CPUnの処理を示すフローチャートである。
Next, the operation of CPUn when interrupting CPU1 from CPUn will be described with reference to FIG. 1 and FIG. FIG. 2 is a flowchart showing the processing of the CPUn.

まず、割込みをかけたいプロセッサに対応する共有メ
モリ11中の領域(第6図のn→1領域)が一杯か否かの
判断をする(ステップS1)。
First, it is determined whether or not the area in the shared memory 11 (the n → 1 area in FIG. 6) corresponding to the processor to be interrupted is full (step S1).

一杯でなければ(ステップS1が否定)、CPUnは、まず
共有メモリ11の割込みをかけたいプロセッサに対応する
領域(前記n→1領域)のエントリに、必要なメッセー
ジを書込む(ステップS2)。
If it is not full (No at Step S1), the CPU n first writes a necessary message to the entry of the shared memory 11 in the area corresponding to the processor to be interrupted (the n → 1 area) (Step S2).

これは、ローカルメモリ33のメッセージ使用領域の該
n→1領域に対応する領域に、該必要なメッセージを書
込むことにより行われる。書込まれたメッセージは、ロ
ーカルメモリ33→CPU32→バスインタフェース34→バス1
0を経て共有メモリ11の予定の領域に送られる。
This is performed by writing the necessary message in an area corresponding to the n → 1 area of the message use area of the local memory 33. The written message is stored in the local memory 33 → CPU 32 → bus interface 34 → bus 1
The data is sent to a predetermined area of the shared memory 11 via 0.

次に、該メッセージが最初のものか否かの判断が行わ
れる(ステップS3)。該判断が肯定の場合には、自プロ
セッサの識別番号を付けて、相手のプロセッサに割込み
をかける(ステップS4)。この識別番号を付加された割
込み信号は相手の割込み論理回路、すなわちFIFOメモリ
に格納されることになる。
Next, it is determined whether or not the message is the first one (step S3). When the judgment is affirmative, the identification number of the own processor is added, and the other processor is interrupted (step S4). The interrupt signal with this identification number is stored in the other interrupt logic circuit, that is, in the FIFO memory.

割込みをかけられたプロセッサ、例えばCPU1は、自己
のCPU22が割込み論理回路25の出力をバスインタフェー
ス24を介して取込むことにより、割込みがあったことを
認識する。
The interrupted processor, for example, CPU1, recognizes that an interrupt has occurred by its own CPU 22 taking in the output of the interrupt logic circuit 25 via the bus interface 24.

前記ステップS3が否定のとき、すなわち前記メッセー
ジが最初のものでないときにはリターンとなり、共有メ
モリ11中の領域(n→1領域)の次のエントリに格納さ
れることになる。
If the step S3 is negative, that is, if the message is not the first one, a return is made, and the message is stored in the next entry of the area (n → 1 area) in the shared memory 11.

このようにして、共有メモリ11中の領域(n→1領
域)の全てのエントリがメッセージで一杯になると(ス
テップS1が肯定)、エラーコードの設定が行われ(ステ
ップS5)、メッセージ通信処理要求は拒否される。
In this way, when all the entries in the area (n → 1 area) in the shared memory 11 are full of messages (step S1 is affirmative), an error code is set (step S5), and a message communication processing request is issued. Is rejected.

以上のように、本実施例によれば、割込みをかけるプ
ロセッサは、自分のローカルメモリの割込み時使用領域
の特定のアドレス(例えば、前記CPU1に割込みをかける
場合は、1000H)をアクセスすることにより割込みをか
けることができるので、割込みをかけられるプロセッサ
には同一の種類の割込み信号が届くことになる。
As described above, according to the present embodiment, the interrupting processor accesses the specific address (for example, 1000H when interrupting the CPU 1) of the local memory use area at the time of the interrupt. Since the interrupt can be made, the same kind of interrupt signal reaches the processor that can make the interrupt.

また、同じプロセッサ、例えば前記CPUnが複数回割込
みをかけ、前に送ったメッセージが前記n→1領域に残
っている時には、前記ステップS3、S4の処理から明らか
なように、2回目以降の割込み時に出力されたプロセッ
サの識別番号は、CPU1の割込み論理回路25、すなわちFI
FOメモリに送出されない。この結果、該FIFOメモリは最
大(n−1)個の記憶エントリを有していればよいこと
がわかる。
Further, when the same processor, for example, the CPUn interrupts a plurality of times, and the previously sent message remains in the n → 1 area, as is clear from the processing of the steps S3 and S4, the second and subsequent interrupts are performed. The processor identification number output at that time is the interrupt logic circuit 25 of CPU1,
Not sent to FO memory. As a result, it is understood that the FIFO memory only needs to have a maximum of (n-1) storage entries.

次に、割込みをかけられる側のプロセッサ(前記CPU
1)の処理を、第3図を参照して説明する。
Next, the processor to be interrupted (the CPU
The process 1) will be described with reference to FIG.

前記のようにして他のプロセッサ、例えばCPUnからCP
U1に割込みがあると(ステップS11)、CPU1内の予め定
められたレジスタの内容は他へ退避させられる(ステッ
プS12)。次に、CPU1は自己の割込み論理回路25、すな
わちFIFOメモリの中に、識別信号が格納されているか否
かの判断をする。(ステップS13)。FIFOメモリの中
に、識別信号が格納されている場合には(ステップS13
が否定)、該FIFOメモリから識別番号を読みだし(ステ
ップS14)、対応するタスクに通知する(ステップS1
5)。
As described above, other processors, such as CPUn to CP
When there is an interrupt in U1 (step S11), the contents of a predetermined register in CPU 1 are saved to another (step S12). Next, the CPU 1 determines whether or not the identification signal is stored in its own interrupt logic circuit 25, that is, in the FIFO memory. (Step S13). If the identification signal is stored in the FIFO memory (step S13
Is negative), the identification number is read from the FIFO memory (step S14), and the corresponding task is notified (step S1).
Five).

該タスクは該割込みをかけたプロセッサの識別番号の
通知を待っており(ステップS21)、該識別番号の通知
があると、前記共有メモリ11上のn→1領域のエントリ
1からメッセージを読み出す(ステップS22)。次い
で、該メッセージに対する必要な処理を行う(ステップ
S23)。続いて、該n→1領域のエントリ2にメッセー
ジが入っているか否かの判断をし、入っている場合には
(ステップS24が否定)、前記ステップS22に進んで、こ
れを読みだし、必要な処理を行う(ステップS23)。一
方、前記ステップS24が肯定の場合には、ステップS21に
進んで、割込みをかけたプロセッサの識別番号の通知を
待機する。
The task waits for the notification of the identification number of the interrupted processor (step S21), and upon receiving the notification of the identification number, reads the message from the entry 1 of the n → 1 area on the shared memory 11 (step S21). Step S22). Next, necessary processing for the message is performed (step
S23). Subsequently, it is determined whether or not a message is included in the entry 2 of the n → 1 area. (Step S23). On the other hand, if step S24 is positive, the process proceeds to step S21 to wait for notification of the identification number of the interrupted processor.

第4図は割込みをかけられたプロセッサCPU1〜nが、
それぞれ同一の割込み信号(1)〜(n)を受信し、相
手側のプロセッサの識別番号は前記FIFOに格納されてい
る様子を示す。
FIG. 4 shows that the interrupted processors CPU1 to CPUn are
The same interrupt signals (1) to (n) are received, and the identification numbers of the other processors are stored in the FIFO.

以上のように、本実施例によれば、割込みをかけられ
たプロセッサCPU1は、割込み信号を検知すると、FIFOメ
モリからプロセッサ識別番号を読み出すことにより、ど
のプロセッサから割込みがあったかがすぐにわかる。ま
た、この識別番号をタスクに渡せば、該識別番号から共
有メモリ11がアクセスされ、メッセージが読み出される
ことになる。この時、共有メモリ11の複数のエントリに
メッセージが格納されている場合には、該メッセージは
順次続けて読み出されることになる。
As described above, according to the present embodiment, when the interrupted processor CPU1 detects the interrupt signal, by reading the processor identification number from the FIFO memory, it is possible to immediately know which processor has issued the interrupt. When the identification number is passed to the task, the shared memory 11 is accessed from the identification number and the message is read. At this time, when a message is stored in a plurality of entries of the shared memory 11, the message is read out successively.

以上の説明から明らかなように、割込みをかけられる
プロセッサCPU1〜nは、従来方式とは異なり、それぞ
れ、1種類の割込み信号検知手段をもつだけでよくな
る。
As is clear from the above description, the interruptable processors CPU1 to CPUn need only have one type of interrupt signal detecting means, unlike the conventional method.

なお、前記実施例においては、プロセッサのローカル
メモリの特定のアドレスをアクセスして割込み信号を発
生させたが、本発明はこれに限定されることなく、他の
方法で生成するようにしてもよい。
In the above-described embodiment, the interrupt signal is generated by accessing a specific address of the local memory of the processor. However, the present invention is not limited to this, and the interrupt signal may be generated by another method. .

(発明の効果) 以上の説明から明らかなように、従来方式によれば、
プロセッサ間通信方式に接続されているプロセッサ数が
nの場合、プロセッサを1個増やすと割込み信号の種類
はn個増加するが、本発明によれば、1個しか増加せ
ず、比較的小さなハードウェアで効率的なプロセッサ間
通信を実現できる効果がある。
(Effects of the Invention) As is clear from the above description, according to the conventional method,
When the number of processors connected to the interprocessor communication system is n, increasing the number of processors by one increases the number of interrupt signals by n. However, according to the present invention, the number of interrupt signals increases by only one and a relatively small hardware There is an effect that efficient inter-processor communication can be realized by hardware.

したがって、本発明は、プロセッサ数が非常に多いプ
ロセッサ間通信方式に適用されたり、あるいはシステム
バス等の制限により多くの割込み種類をもてないプロセ
ッサ間通信方式に適用されると、特にその効果は大き
い。
Therefore, when the present invention is applied to an inter-processor communication system having a very large number of processors, or applied to an inter-processor communication system which does not have many interrupt types due to a limitation of a system bus or the like, the effect is particularly large.

また本発明によれば、割込み信号を受信し記憶する第
1の記憶手段がシステムバスに接続され、ローカルバス
からは切り離されているので、該ローカルバスに接続さ
れている処理手段の動作とは無関係に、他のプロセッサ
からの割込み要求を受理でき、他のプロセッサが割込み
要求をするのを待たせることがないという効果を奏する
ことができる。
Further, according to the present invention, since the first storage means for receiving and storing the interrupt signal is connected to the system bus and separated from the local bus, the operation of the processing means connected to the local bus is different from the operation of the processing means connected to the local bus. Irrespective of this, it is possible to receive an interrupt request from another processor, and it is possible to obtain an effect of not waiting for another processor to make an interrupt request.

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

第1図は本発明の一実施例のシステムブロック図、第2
図は割込みをかけるプロセッサの処理を示すフローチャ
ート、第3図は割込みをかけられたプロセッサの処理を
示すフローチャート、第4図は割込み時に各プロセッサ
に入力する割込み信号と識別番号とを示す説明図、第5
図はプロセッサ間通信方式の全体のシステムを示すブロ
ック図、第6図は共有メモリのメッセージ書込用領域を
示す概念図、第7図は、従来のシステムにおいて、割込
み時に各プロセッサに入力する割込み信号を示す説明図
である。 11……共有メモリ、22,32……CPU、23,33……ローカル
メモリ、25,35……割込み論理回路(FIFO)
FIG. 1 is a system block diagram of one embodiment of the present invention, and FIG.
FIG. 3 is a flowchart showing a process of a processor that issues an interrupt, FIG. 3 is a flowchart showing a process of a processor that has been interrupted, FIG. 4 is an explanatory diagram showing an interrupt signal input to each processor at the time of an interrupt, and an identification number; Fifth
FIG. 6 is a block diagram showing the entire system of the inter-processor communication system, FIG. 6 is a conceptual diagram showing a message writing area of a shared memory, and FIG. FIG. 4 is an explanatory diagram showing signals. 11: Shared memory, 22, 32: CPU, 23, 33: Local memory, 25, 35: Interrupt logic circuit (FIFO)

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】複数のプロセッサと該複数のプロセッサが
共通にアクセスできる共有メモリをシステムバスを通じ
て結合したプロセッサ間通信装置において、 該複数のプロセッサの各々は、 前記システムバスに接続され受信した割込み信号を記憶
する記憶手段と、 該システムバスにバスインタフェースを介して接続され
たローカルバスと、 該ローカルバスに接続された、同一の割込み先に対して
は自分の識別番号を付加された同一種類の割込み信号を
発生し、かつ送出する第1の手段および割込み信号を前
記記憶手段から読出して割込みをかけた相手方を検知す
る第2の手段とを具備したことを特徴とするプロセッサ
間通信装置。
An inter-processor communication device in which a plurality of processors and a shared memory commonly accessible by the plurality of processors are connected via a system bus, wherein each of the plurality of processors is connected to the system bus and receives an interrupt signal. A local bus connected to the system bus via a bus interface; and the same type of the same interrupt destination connected to the local bus and having its own identification number added thereto. An inter-processor communication device comprising: first means for generating and transmitting an interrupt signal; and second means for reading the interrupt signal from the storage means and detecting the other party that has caused the interrupt.
JP531690A 1990-01-12 1990-01-12 Communication device between processors Expired - Fee Related JP2929631B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP531690A JP2929631B2 (en) 1990-01-12 1990-01-12 Communication device between processors

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP531690A JP2929631B2 (en) 1990-01-12 1990-01-12 Communication device between processors

Publications (2)

Publication Number Publication Date
JPH03210851A JPH03210851A (en) 1991-09-13
JP2929631B2 true JP2929631B2 (en) 1999-08-03

Family

ID=11607855

Family Applications (1)

Application Number Title Priority Date Filing Date
JP531690A Expired - Fee Related JP2929631B2 (en) 1990-01-12 1990-01-12 Communication device between processors

Country Status (1)

Country Link
JP (1) JP2929631B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2010119932A1 (en) * 2009-04-17 2012-10-22 日本電気株式会社 Multiprocessor system, memory management method and communication program in multiprocessor system

Also Published As

Publication number Publication date
JPH03210851A (en) 1991-09-13

Similar Documents

Publication Publication Date Title
US6546471B1 (en) Shared memory multiprocessor performing cache coherency
US5032985A (en) Multiprocessor system with memory fetch buffer invoked during cross-interrogation
JPH0666056B2 (en) Information processing system
US4872110A (en) Storage of input/output command timeout and acknowledge responses
JP2929631B2 (en) Communication device between processors
JPS5832427B2 (en) multiplex information processing system
JPS61165170A (en) Bus control method
US6345332B1 (en) Bus interchange apparatus and dual system for accessing a fault information register without regard to buffer conditions
US20050165974A1 (en) Computer apparatus and computer system
JPH0427583B2 (en)
JPH07271654A (en) Controller
JPS6379161A (en) Semiconductor memory device
JP3047667B2 (en) Data transfer method between CPUs
JPH07109599B2 (en) Information transfer device for processing system
JPH1011411A (en) Interruption control system
JPS6347867A (en) Inter-dual cpu communication system
JPS6349815B2 (en)
JP3219422B2 (en) Cache memory control method
JPH01234962A (en) Bus control system
JPS61165160A (en) Bus controlling system
JPS61288261A (en) Multiprocessor system
JPH0535693A (en) Data transfer device
JPH0675796A (en) Parity error recorder
JPH01133444A (en) System bus controller
JPS6388669A (en) Inter-cpu communication equipment

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees