JPH0573509A - Inter-processor communication system - Google Patents

Inter-processor communication system

Info

Publication number
JPH0573509A
JPH0573509A JP23286091A JP23286091A JPH0573509A JP H0573509 A JPH0573509 A JP H0573509A JP 23286091 A JP23286091 A JP 23286091A JP 23286091 A JP23286091 A JP 23286091A JP H0573509 A JPH0573509 A JP H0573509A
Authority
JP
Japan
Prior art keywords
processor
interrupt
data
slave
memory
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
JP23286091A
Other languages
Japanese (ja)
Inventor
Kunio Nakatsuka
國男 中塚
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP23286091A priority Critical patent/JPH0573509A/en
Publication of JPH0573509A publication Critical patent/JPH0573509A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Abstract

PURPOSE:To obtain the inter-processor communication system which can send data to plural slave processors at the same time. CONSTITUTION:When a master processor 10 sends data to the slave processors 20, the data to be sent are written in the respective 2-PORT memories 23 of the slave processors 20 respectively and the master processor 10 interrupts the slave processors 20 at the same time; and the slave processors 20 receives the interruption from the master processor 10 and read the sent data out of the 2-PORT memory 23 to receive the data from the master processor at the same time.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】この発明は、マルチプロセッサシ
ステムにおけるプロセッサ間通信方式に関するものであ
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an interprocessor communication system in a multiprocessor system.

【0002】[0002]

【従来の技術】図4は、例えば特開昭60−23756
6号公報に示された従来のプロセッサ間通信方式を示す
構成図である。図において、10はプロセッサA、20
はプロセッサB、40は共有メモリ、300、301は
割り込み信号(あるいは割り込み信号線)である。
2. Description of the Related Art FIG. 4 shows, for example, JP-A-60-23756.
It is a block diagram which shows the conventional inter-processor communication system shown by the 6th publication. In the figure, 10 is a processor A, 20
Is a processor B, 40 is a shared memory, and 300 and 301 are interrupt signals (or interrupt signal lines).

【0003】次に動作について説明する。図4に示すよ
うに、プロセッサA10またはプロセッサB20のいず
れからもアクセスできる共有メモリエリア40を置くこ
とによりデータ授受を行うものである。この共有メモリ
エリア40は、プロセッサA10またはプロセッサB2
0から自分のメモリと同様に使用でき、所定のエリア
を、プロセッサA10用またはプロセッサB20用と分
けてアドレスを決めて割り付けておき、送信側プロセッ
サA10が相手のプロセッサB20に送りたい指示ある
いは状態等のデータをその自分に割り付けられたメモリ
に書き込む。これは通常のメモリアクセスとまったく同
様に行われる。送信側プロセッサはデータを書き込み
後、受信側プロセッサにI/O命令等を送出する。受信
側プロセッサは、送信側プロセッサの命令を受信側プロ
セッサの割り込み原因とするように設定しておく。また
受信側プロセッサは、送信側プロセッサが、すぐ次の処
理に移行できるように、つまりI/O命令等を終了させ
るべく、応答信号を即時返送する。受信側プロセッサ
は、その後自分の好きな時間に送信側からおくられてき
た指示等のデータを読みとり処理すれば良い。このと
き、送信側プロセッサはプロセッサA10またはプロセ
ッサB20のどちらであってもかまわないし、同じ方法
で通信可能である。また、前述したような方法でデータ
を転送したとき、両プロセッサの処理のスピードがあわ
ないとき(たとえば片方の送信側プロセッサが相手の受
信側プロセッサにおくりたいデータがたくさんあるのに
受信側プロセッサは別の処理に忙しくてデータを受け付
ける時間がない様なとき)があると、データの授受確認
をしなければならない。この場合には、受信側プロセッ
サが受信側を完了すると、そのエリアをクリア(または
ある応答パターンをかきこむ)することによって送信側
プロセッサに未だデータを処理し終わってないことを通
知する。従って、送信側プロセッサは、通信エリアが空
きになっていなければ、たとえ送信データを抱えていて
も待っているような処理を行う。こうすることによっ
て、送信側プロセッサ間の処理スピードの違いによるデ
ータの紛失は避けられる。図5は上記動作を説明するフ
ローチャートである。同図において、送信エリアと受信
エリアは共通メモリ上で同一のアドレスエリアであり、
データの流れている方向により送信エリア、受信エリア
と名付けられている。また、送信側プロセッサと受信側
プロセッサが入れ替わっても、良いように各プロセッサ
毎に送信エリア(相手側の受信エリア)を分けてあれ
ば、データの混信はない。
Next, the operation will be described. As shown in FIG. 4, the shared memory area 40 that can be accessed by either the processor A10 or the processor B20 is placed to exchange data. This shared memory area 40 is used for the processor A10 or the processor B2.
It can be used in the same way as from 0 to its own memory, and a predetermined area is divided into one for processor A10 or one for processor B20, an address is determined and allocated, and the instruction or state that the transmitting processor A10 wants to send to the other processor B20. Write the data of to the memory allocated to it. This is done just like a normal memory access. The transmitting processor writes the data and then sends an I / O command or the like to the receiving processor. The receiving processor sets the instruction of the transmitting processor as the cause of the interrupt of the receiving processor. Further, the receiving side processor immediately returns a response signal so that the transmitting side processor can immediately shift to the next processing, that is, in order to end the I / O command or the like. The receiving side processor may then read and process the data such as the instruction sent from the transmitting side at its own desired time. At this time, the transmitting side processor may be either the processor A10 or the processor B20 and can communicate in the same manner. Also, when data is transferred by the method described above, when the processing speed of both processors does not match (for example, one receiving processor has a lot of data to receive to the other receiving processor If you are busy with another process and do not have time to receive the data), you must confirm the data transfer. In this case, when the receiving processor completes the receiving side, the area is cleared (or a certain response pattern is written) to notify the transmitting processor that the data has not been processed yet. Therefore, if the communication area is not empty, the transmission side processor performs a process of waiting even if it has transmission data. By doing so, data loss due to the difference in processing speed between the transmitting processors can be avoided. FIG. 5 is a flow chart for explaining the above operation. In the figure, the transmission area and the reception area are the same address area on the common memory,
They are named the transmission area and the reception area depending on the direction of data flow. Further, even if the transmission side processor and the reception side processor are exchanged, if the transmission area (reception area of the other side) is divided for each processor, there is no data interference.

【0004】[0004]

【発明が解決しようとする課題】従来のプロセッサ間通
信方式は、以上のように構成されているので、複数個の
スレーブプロセッサにデータを送信するときは、プロセ
ッサ毎にデータを順次送信しなければならず、例えば複
数個のスレーブプロセッサの時刻を合わせる処理の様に
同時にデータを送信する処理においては、プロセッサ毎
にデータを順次送信するために複数個のスレーブプロセ
ッサ間で設定された時間に、送信時間分のずれが生じる
などの問題点があった。
Since the conventional interprocessor communication system is configured as described above, when transmitting data to a plurality of slave processors, the data must be transmitted sequentially for each processor. However, in the process of transmitting data at the same time, such as the process of synchronizing the times of a plurality of slave processors, the data is transmitted at a set time between the slave processors in order to sequentially transmit the data for each processor. There was a problem such as a time shift.

【0005】この発明は上記のような問題点を解消する
ためになされたもので、マスタプロセッサから複数個の
スレーブプロセッサにデータを送信するときに、同時に
送信することの出来るプロセッサ間通信方式を得ること
を目的としている。
The present invention has been made in order to solve the above problems, and obtains an interprocessor communication system capable of simultaneously transmitting data from a master processor to a plurality of slave processors. The purpose is to

【0006】[0006]

【課題を解決するための手段】第1の発明に係わるプロ
セッサ間通信方式は、マスタプロセッサとスレーブプロ
セッサよりアクセスできるメモリと、マスタプロセッサ
上にスレーブプロセッサに割り込みを発生させる割込発
生部と、この割り込みを複数のスレーブプロセッサに伝
える信号線と、複数個のスレーブプロセッサのそれぞれ
にマスタプロセッサよりの割り込みを受信する割込コン
トローラとを設けたものである。
An interprocessor communication system according to a first aspect of the present invention includes a memory accessible by a master processor and a slave processor, an interrupt generation unit for generating an interrupt on the slave processor on the master processor, A signal line for transmitting an interrupt to a plurality of slave processors and an interrupt controller for receiving an interrupt from a master processor are provided in each of the plurality of slave processors.

【0007】第2の発明に係るプロセッサ間通信方式
は、マスタプロセッサがデータをメモリに設定する設定
工程と、マスタプロセッサが複数のスレーブプロセッサ
に同時に割り込みを発生させる割り込み通知工程と、各
スレーブプロセッサがそれぞれ割り込みを感知してメモ
リのデータをアクセスするアクセス工程を有したもので
ある。
In the interprocessor communication system according to the second aspect of the invention, the master processor sets data in the memory, an interrupt notification step in which the master processor simultaneously generates interrupts to a plurality of slave processors, and each slave processor Each of them has an access step of detecting an interrupt and accessing the data in the memory.

【0008】[0008]

【作用】第1及び第2の発明に係わるプロセッサ間通信
方式は、マスタプロセッサより複数個のスレーブプロセ
ッサにデータを送信する際に、メモリに、送信用のデー
タを書き込み、マスタプロセッサよりの割り込みを複数
個のスレーブプロセッサに同時に発生させ、それぞれ
の、複数個のスレーブプロセッサがマスタプロセッサよ
りの割り込みを受信し、送信されたデータをメモリから
読み込むことにより、同時にマスタプロセッサよりのデ
ータを受信する。
In the interprocessor communication system according to the first and second aspects of the invention, when data is transmitted from the master processor to a plurality of slave processors, the data for transmission is written in the memory and an interrupt from the master processor is generated. A plurality of slave processors simultaneously generate data, each slave processor receives an interrupt from the master processor, and reads the transmitted data from the memory, thereby simultaneously receiving the data from the master processor.

【0009】[0009]

【実施例】【Example】

実施例1.以下、この発明の一実施例を図について説明
する。図1において、10はマスタプロセッサであるプ
ロセッサA、12はこのプロセッサA10のCPU、1
4はプロセッサA10の割込み発生器、15はプロセッ
サA10の割込みコントローラ、20は複数個のスレー
ブプロセッサの一つをしめすプロセッサB、22はこの
プロセッサB20のCPU、23はプロセッサA10ま
たはプロセッサB20から読み書きできる2−PORT
メモリ、24はプロセッサB20の割込み発生器で、こ
の出力は論理和がとられて、割込みコントローラ15に
入力される。25はプロセッサB20の割込みコントロ
ーラで割込み発生器14の出力が入力される。301は
割込み発生器14から割込みコントローラ25への割り
込み信号線、302は割込み発生器24から割込みコン
トローラ15への割り込み信号線、図2に2−PORT
メモリ23の構成例を示す。41はAの送信フラグ、4
2はAの送信エリア(Bの受信エリア)、43はBの送
信フラグ、44はBの送信エリア(Aの受信エリア)で
ある。
Example 1. An embodiment of the present invention will be described below with reference to the drawings. In FIG. 1, 10 is a processor A which is a master processor, 12 is a CPU of this processor A10, 1
Reference numeral 4 is an interrupt generator of the processor A10, 15 is an interrupt controller of the processor A10, 20 is a processor B indicating one of a plurality of slave processors, 22 is a CPU of this processor B20, and 23 is readable / writable from the processor A10 or the processor B20. 2-PORT
A memory, 24 is an interrupt generator of the processor B20, and the output of the output is logically ORed and input to the interrupt controller 15. An interrupt controller 25 of the processor B20 receives the output of the interrupt generator 14. 301 is an interrupt signal line from the interrupt generator 14 to the interrupt controller 25, 302 is an interrupt signal line from the interrupt generator 24 to the interrupt controller 15, and 2-PORT in FIG.
An example of the configuration of the memory 23 is shown. 41 is a transmission flag of A, 4
Reference numeral 2 is an A transmission area (B reception area), 43 is a B transmission flag, and 44 is a B transmission area (A reception area).

【0010】次に動作について説明する。マスタプロセ
ッサから複数個のスレーブプロセッサへのデータ送信時
のフローチャートを図3に示す。マスタプロセッサ側の
処理は、ステップ101において、送信するデータが発
生するのを待つ。ステップ102において、プロセッサ
B20の2−PORTメモリ23のAの送信フラグ41
に空きのパターン“0”が格納されていることをチェッ
クし否ならステップ101を繰り返す。ステップ103
において、送信対象のプロセッサB20の2−PORT
メモリ23のAの送信エリア42に送信するデータをか
きこむ。ステップ104において、送信対象のプロセッ
サB20の2−PORTメモリ23のAの送信フラグ4
1にデータ有りのパターン“1”を書き込み、割り込み
信号線301により、全プロセッサB20に割り込み信
号を発生させる。ステップ105において、相手プロセ
ッサより応答が有ったかを、送信対象のプロセッサB2
0の2−PORTメモリ23のAの送信フラグ41に空
きのパターン“0”が格納されていることによりチェッ
クし、全て応答があるまでステップ105を繰り返す。
スレーブプロセッサ側の処理は、ステップ111におい
て、割り込み信号線301により、割り込みコントロー
ラ25が割り込みを感知し、プロセッサB20の2−P
ORTメモリ23のAの送信フラグ41にデータ有りの
パターン“1”が書き込まれているかで、送信の有無を
検知する。ステップ112において、プロセッサB20
の2−PORTメモリ23のAの送信エリア42のデー
タを受信する。ステップ113において、プロセッサB
20の2−PORTメモリ23のAの有りのパターン
“1”が書き込まれているかで、送信の有無を検知す
る。送信フラグ41に空きのパターン“0”を格納す事
により、プロセッサA10に対し割り込みの応答を通知
する。
Next, the operation will be described. FIG. 3 shows a flowchart when data is transmitted from the master processor to the plurality of slave processors. The process on the master processor side waits at step 101 for generation of data to be transmitted. In step 102, the transmission flag 41 of A of the 2-PORT memory 23 of the processor B20
If it is not checked that the empty pattern “0” is stored in, the step 101 is repeated. Step 103
2-PORT of the processor B20 to be transmitted
The data to be transmitted is written into the transmission area 42 of A of the memory 23. In step 104, the transmission flag 4 of A of the 2-PORT memory 23 of the processor B20 to be transmitted
The pattern "1" with data is written in 1, and the interrupt signal line 301 causes all processors B20 to generate an interrupt signal. In step 105, it is determined whether there is a response from the partner processor, which is the processor B2 to be transmitted.
It is checked that the empty pattern “0” is stored in the transmission flag 41 of A of the 2-PORT memory 23 of 0, and step 105 is repeated until all responses are received.
In the processing on the slave processor side, in step 111, the interrupt controller 25 senses the interrupt through the interrupt signal line 301, and the 2-P of the processor B20 is detected.
Whether or not there is a transmission is detected depending on whether or not the pattern "1" with data is written in the transmission flag 41 of A of the ORT memory 23. At step 112, the processor B20
The data in the transmission area 42 of A of the 2-PORT memory 23 is received. In step 113, processor B
Whether or not there is a transmission is detected depending on whether or not the pattern “1” with A in the 2-PORT memory 23 of 20 is written. By storing the empty pattern “0” in the transmission flag 41, the processor A10 is notified of the interrupt response.

【0011】以上、この実施例では、1個のマスタプロ
セッサと複数個のスレーブプロセッサよりなるマルチプ
ロセッサシステムにおけるプロセッサ間通信方式におい
て、マスタプロセッサに、複数個のスレーブプロセッサ
に割り込みを発生させる手段と、複数個のスレーブプロ
セッサよりの割り込みを重ね合わせて受信する手段とを
備え、複数個のスレーブプロセッサのそれぞれに、マス
タプロセッサとスレーブプロセッサよりアクセスできる
2−PORTメモリと、マスタプロセッサよりの割り込
みを受信する手段と、マスタプロセッサへの割り込みを
発生させる手段とを備え、マスタプロセッサより同時
に、複数個のスレーブプロセッサに対してデータを送信
するプロセッサ間通信方式を説明した。
As described above, in this embodiment, in the interprocessor communication system in the multiprocessor system including one master processor and a plurality of slave processors, means for causing the master processor to generate an interrupt to the plurality of slave processors, Means for receiving interrupts from a plurality of slave processors in a superimposed manner, each of the slave processors receiving a 2-PORT memory accessible from the master processor and the slave processor, and an interrupt from the master processor An inter-processor communication system has been described, which comprises means and means for generating an interrupt to the master processor, and in which data is simultaneously transmitted from the master processor to a plurality of slave processors.

【0012】実施例2.なお、上記実施例では2−PO
RTメモリ23が複数個のスレーブプロセッサ毎に設置
された例を示したが、マスタプロセッサおよび複数個の
スレーブプロセッサからアクセスできるひとつの共有メ
モリを備え、このひとつの共有メモリ上に複数個のスレ
ーブプロセッサ毎のAの送信フラグ41とAの送信エリ
ア42とBの送信フラグ43とBの送信エリア44のエ
リアを設置してもよく、上記実施例と同様の効果を奏す
る。
Example 2. In the above embodiment, 2-PO
Although the example in which the RT memory 23 is installed for each of a plurality of slave processors is shown, one master memory and one shared memory accessible by the plurality of slave processors are provided, and a plurality of slave processors are provided on this one shared memory. An A transmission flag 41, an A transmission area 42, a B transmission flag 43, and a B transmission area 44 may be provided for each of them, and the same effect as that of the above-described embodiment is obtained.

【0013】実施例3.また、上記実施例ではマスタプ
ロセッサとスレーブプロセッサが固定されていおる場合
を示したが、マスタとスレーブが同一構成をもつことに
より、同一プロセッサが任意にマスタとスレーブの役わ
りを変えて動作することも可能である。
Embodiment 3. Further, in the above embodiment, the case where the master processor and the slave processor are fixed is shown. However, since the master and the slave have the same configuration, the same processor can operate by arbitrarily changing the roles of the master and the slave. Is also possible.

【0014】[0014]

【発明の効果】以上のように、第1及び第2の発明によ
れば、マスタプロセッサが複数個のスレーブプロセッサ
に割り込みを発生させ、複数個のスレーブプロセッサの
それぞれがマスタプロセッサよりの割り込みを受信する
よう構成したので、複数個のスレーブプロセッサにデー
タを送信するときに同時に送信することの出来るプロセ
ッサ間通信方式が得られる。
As described above, according to the first and second inventions, the master processor causes the plurality of slave processors to generate interrupts, and each of the plurality of slave processors receives the interrupt from the master processor. Since it is configured to do so, an inter-processor communication system capable of simultaneously transmitting data to a plurality of slave processors can be obtained.

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

【図1】この発明の一実施例による、プロセッサ間通信
方式を示す構成図である。
FIG. 1 is a configuration diagram showing an interprocessor communication system according to an embodiment of the present invention.

【図2】この発明の一実施例による、プロセッサBの2
−PORTメモリの構成例を示す図である。
2 of processor B according to one embodiment of the present invention; FIG.
FIG. 3 is a diagram showing a configuration example of a PORT memory.

【図3】この発明の一実施例による、マスタプロセッサ
から複数個のスレーブプロセッサへのデータ送信時のフ
ローチャート図である。
FIG. 3 is a flowchart diagram when data is transmitted from a master processor to a plurality of slave processors according to an embodiment of the present invention.

【図4】従来のプロセッサ間通信方式を示す構成図であ
る。
FIG. 4 is a configuration diagram showing a conventional inter-processor communication system.

【図5】従来の一実施例によるプロセッサ間通信のフロ
ーチャート図である。
FIG. 5 is a flowchart of inter-processor communication according to a conventional example.

【符号の説明】[Explanation of symbols]

10 プロセッサA 12 AのCPU 14 Aの割込み発生器 15 Aの割込みコントローラ 20 プロセッサB 22 BのCPU 23 Bの2−PORTメモリ 24 Bの割込み発生器 25 Bの割込みコントローラ 41 Aの送信フラグ 42 Aの送信エリア 43 Bの送信フラグ 44 Bの送信エリア 301 Aの割込み信号線 302 Bの割込み信号線 10 Processor A 12 A CPU 14 A interrupt generator 15 A interrupt controller 20 Processor B 22 B CPU 23 B 2-PORT memory 24 B interrupt generator 25 B interrupt controller 41 A transmission flag 42 A Transmission area 43 B transmission flag 44 B transmission area 301 A interrupt signal line 302 B interrupt signal line

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 以下のメモリと、マスタプロセッサと、
複数のスレーブプロセッサと、信号線を有するプロセッ
サ間通信方式 (a)マスタプロセッサ及びスレーブプロセッサからア
クセスされるメモリ、 (b)以下の要素を有するマスタプロセッサ、 (b1)複数のスレーブプロセッサに対して割り込み信
号を発生させる割込発生部、 (b2)複数のスレーブプロセッサに送るデータをメモ
リに設定するマスタCPU、 (c)以下の要素を有するスレーブプロセッサ (c1)マスタプロセッサからの割込み信号を受け付け
る割込コントローラ、 (c2)割込コントローラの割込み信号の受け付けに基
づき、メモリに設定されたデータをアクセスするスレー
ブCPU、 (d)上記マスタプロセッサの割り込み信号を各スレー
ブプロセッサの割込コントローラに伝える信号線。
1. The following memory, a master processor,
Inter-processor communication method having a plurality of slave processors and signal lines (a) Memory accessed from master processor and slave processor, (b) Master processor having the following elements, (b1) Interruption to a plurality of slave processors An interrupt generation unit that generates a signal, (b2) a master CPU that sets data to be sent to a plurality of slave processors in a memory, (c) a slave processor having the following elements (c1) an interrupt that accepts an interrupt signal from the master processor A controller, (c2) a slave CPU that accesses data set in a memory based on acceptance of an interrupt signal from the interrupt controller, and (d) a signal line for transmitting the interrupt signal from the master processor to the interrupt controller of each slave processor.
【請求項2】 以下の工程を有し、マスタプロセッサが
複数のスレーブプロセッサにデータの送信を行なうプロ
セッサ間通信方式 (a)マスタプロセッサがスレーブプロセッサに送信す
るデータをメモリに設定する設定工程、 (b)上記設定工程後、マスタプロセッサが複数のスレ
ーブプロセッサに同時に割り込みを発生させる割り込み
通知工程、 (c)スレーブプロセッサが上記割り込み通知工程で発
生された割り込みを感知して、設定工程で設定されたメ
モリのデータをアクセスするアクセス工程。
2. An interprocessor communication method in which a master processor transmits data to a plurality of slave processors, including the following steps: (a) a setting step of setting data to be transmitted from a master processor to slave processors in a memory; b) an interrupt notification step in which the master processor simultaneously generates interrupts to a plurality of slave processors after the setting step, and (c) the slave processor senses the interrupt generated in the interrupt notification step and sets in the setting step. An access process for accessing data in memory.
JP23286091A 1991-09-12 1991-09-12 Inter-processor communication system Pending JPH0573509A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP23286091A JPH0573509A (en) 1991-09-12 1991-09-12 Inter-processor communication system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP23286091A JPH0573509A (en) 1991-09-12 1991-09-12 Inter-processor communication system

Publications (1)

Publication Number Publication Date
JPH0573509A true JPH0573509A (en) 1993-03-26

Family

ID=16945956

Family Applications (1)

Application Number Title Priority Date Filing Date
JP23286091A Pending JPH0573509A (en) 1991-09-12 1991-09-12 Inter-processor communication system

Country Status (1)

Country Link
JP (1) JPH0573509A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001175606A (en) * 1999-12-20 2001-06-29 Sony Corp Data processor, and data processing equipment and its method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001175606A (en) * 1999-12-20 2001-06-29 Sony Corp Data processor, and data processing equipment and its method
US7757101B2 (en) 1999-12-20 2010-07-13 Sony Corporation Data processing apparatus, data processing system, and data processing method therefor

Similar Documents

Publication Publication Date Title
JPH09198361A (en) Multi-processor system
JPH0573509A (en) Inter-processor communication system
KR20020067752A (en) The one chip asynchronous microprocessor Inter Processor Communication circuit
US5528768A (en) Multiprocessor communication system having a paritioned main memory where individual processors write to exclusive portions of the main memory and read from the entire main memory
JPS633351B2 (en)
JP2539436B2 (en) Communication method between processors
JPS60237566A (en) Interprocessor communication system
JPS6029139B2 (en) Connection method between processing units
JPH087694B2 (en) Interrupt control method
JP3260515B2 (en) Interface circuit for multiple port storage device
JPH04282938A (en) Communication controller
JP2001273191A (en) Computer system
JPS6061859A (en) Data communication system of microcomputer
JP2573790B2 (en) Transfer control device
JP3595131B2 (en) Plant control system
JPH02211571A (en) Information processor
JPS6379161A (en) Semiconductor memory device
JPH02199574A (en) Multiprocessor system
JPH03252848A (en) Variable bus width designation/information reception system for split bus
JP2001318906A (en) Multiprocessor device
JPH04255062A (en) Inter-processor communication system
JPS61267850A (en) Shared bus control system
JPH08101810A (en) Bus control method
JPH04188350A (en) Memory circuit and decentralized processing system
JPH04167164A (en) Inter-processor connecting device