JPH03174648A - Integrated circuit with constitution for parallel processing system - Google Patents

Integrated circuit with constitution for parallel processing system

Info

Publication number
JPH03174648A
JPH03174648A JP33740989A JP33740989A JPH03174648A JP H03174648 A JPH03174648 A JP H03174648A JP 33740989 A JP33740989 A JP 33740989A JP 33740989 A JP33740989 A JP 33740989A JP H03174648 A JPH03174648 A JP H03174648A
Authority
JP
Japan
Prior art keywords
data
input
tag address
output
port
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
JP33740989A
Other languages
Japanese (ja)
Inventor
Koji Matsuoka
浩司 松岡
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP33740989A priority Critical patent/JPH03174648A/en
Publication of JPH03174648A publication Critical patent/JPH03174648A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Abstract

PURPOSE:To prevent the deterioration of the system performance by performing the communication of data between optional component elements with no intervention of the control of software regardless of the presence or absence of the rule properties included in the connection relation between the processing execution units forming a parallel processing system. CONSTITUTION:When data are inputted via an input/output port 5, a communication control means 1 retrieves an accepted data tag address holding means 3 and a port output data tag address holding means 4. When the tag address of the inputted data is held by the means 3, a processing execution means 2 is started to receive and process the inputted data. Meanwhile the data decided by the retrieving result and inputted via the port 5 are outputted if the tag address of the inputted data is held by the means 4. As a result, the system performance is improved.

Description

【発明の詳細な説明】 (産業上の利用分野) 本発明は、構成単位かつ処理実行単位となる複数の集積
回路を接続することによって並列処理を行い、処理能力
を向上させることを目的とする並列処理システムにおい
て、構成単位間の後続関係の規則性のあるなしにかかわ
らず、任意の構成単位間のデータ転送を効率良く、且つ
、高速に行い、システムの性能を向上させる並列処理シ
ステム構成集積回路に関する。
[Detailed Description of the Invention] (Industrial Application Field) The present invention aims to perform parallel processing and improve processing capacity by connecting a plurality of integrated circuits that serve as structural units and processing execution units. A parallel processing system configuration integration that improves system performance by efficiently and quickly transferring data between arbitrary constituent units in a parallel processing system, regardless of whether or not the succession relationship between constituent units is regular. Regarding circuits.

(従来の技術) 計算機システムの性能を向上させるためには、一つのプ
ロセッサだけではなく、複数のプロセッサによって処理
を並列に行えば良い。大きな並列性を有する問題処理に
は、ローカルメモリを持つプロセッサが複数接続された
疎結合マルチプロセッサシステムのような並列処理シス
テムが適している。この疎結合マルチプロセッサシステ
ムの場合、性能をより高くするために、より多くのプロ
セッサを接続することが肝要である。ところが、ローカ
ルメモリとプロセッサから構成される一つの処理実行単
位に接続することのできる処理実行単位の数には物理的
に制限があり、任意の二つの処理実行単位間でデータ通
信を実現するためには、データの中継伝送が必要であっ
た。
(Prior Art) In order to improve the performance of a computer system, processing can be performed in parallel not only by one processor but by multiple processors. Parallel processing systems such as loosely coupled multiprocessor systems in which multiple processors with local memory are connected are suitable for processing problems with large parallelism. In the case of this loosely coupled multiprocessor system, it is important to connect more processors to achieve higher performance. However, there is a physical limit to the number of processing execution units that can be connected to one processing execution unit consisting of local memory and a processor, and it is difficult to realize data communication between any two processing execution units. This required relay transmission of data.

データの中継転送を行うために、各処理実行単位はアド
レスを持っている。データ通信はデータを送る先の処理
実行単位のアドレスを指定することによって行われる。
In order to relay data, each processing execution unit has an address. Data communication is performed by specifying the address of the processing execution unit to which data is to be sent.

各処理実行単位は、データに付加されたあるいはデータ
の一部として与えられるデータを送る先の処理実行単位
のアドレスであるタグアドレスを識別し、自己アドレス
に一致するならば入力されたデータを受理し処理を行い
、一致しないならばタグアドレスによって定まるポート
を介して入力されたデータを出力する。
Each processing execution unit identifies the tag address, which is the address of the processing execution unit to which data added to data or given as part of the data is sent, and accepts the input data if it matches its own address. If they do not match, the data input via the port determined by the tag address is output.

このように入力された他処理実行単位へのデータの中継
を行うことによって、任意の処理実行単位間でデータ通
信を行うことができる。
By relaying the input data to other processing execution units in this way, data communication can be performed between arbitrary processing execution units.

任意の二つの処理実行単位間でデータ通信を行う場合、
中継に要する処理単位の数が多くなればなるほどデータ
通信に要する時間が長くなりシステムの性能が低下して
しまう。この問題を回避するために、任意の二つの処理
実行単位間のデータ通信に要する中継を行う処理実行単
位の数が少なくなるような、例えば、ハイパーキューブ
のような接続形態によって各処理実行単位は接続される
。さらに、中継に要する時間を短縮ず・・・二めに、通
常、タグアドレスを認識しデータを〜、1″、する動作
、あるいは、データを出力する動作はハードウェアによ
って制御される。
When performing data communication between any two processing execution units,
As the number of processing units required for relaying increases, the time required for data communication increases, and the performance of the system deteriorates. In order to avoid this problem, each processing execution unit is Connected. Furthermore, the time required for relaying is not shortened...Secondly, the operation of recognizing the tag address and transmitting data, or the operation of outputting data, is usually controlled by hardware.

しかしながら、このように物理的に固定の接続関係を持
つ場合には、処理する問題によっては、問題を持つデー
タ通信の局所性によって、一部のバスが閉塞する可能性
が生じる。このため、物理的な接続関係を変更できるか
、あるいは、論理的な通信経路を変更できることが好ま
しい。第4図は問題の持つデータ通信の局所性によって
バスが閉塞され、データ通信が阻害されてしまう例を示
す図であり、第5図は物理的な接続関係を変更すること
によって、前記問題点を解決する方法を示す図である。
However, in the case of such a physically fixed connection relationship, depending on the problem to be processed, there is a possibility that some buses may be blocked due to the problematic locality of data communication. For this reason, it is preferable to be able to change the physical connection relationship or change the logical communication path. Figure 4 is a diagram showing an example in which a bus is blocked and data communications are obstructed due to the problematic locality of data communications, and Figure 5 shows how to solve the problem by changing the physical connection relationship. FIG.

さらに、第6図は論理的な通信経路を変更することによ
って、前記問題点を解決する方法を示す図である。
Furthermore, FIG. 6 is a diagram showing a method for solving the above problem by changing the logical communication path.

(発明が解決しようとする課題) 上記に示した従来の並列処理システム構成集積回路は、
処理実行単位の物理的な接続関係に規則性が無い場合に
は、転送すべきデータを出力するポートを決定すること
が難しく、前記のような解決方法を採る場合には、デー
タ転送をソフトウェアの制御を介して行う必要があり、
データ転送に要する時間が長くなり、システム性能が低
下してしまうという欠点があった。
(Problems to be Solved by the Invention) The conventional parallel processing system configuration integrated circuit shown above is
If there is no regularity in the physical connection relationship between processing execution units, it is difficult to determine the output port for the data to be transferred. Must be done via control,
This method has the disadvantage that the time required for data transfer is longer and system performance is lowered.

(課題を解決するための手段) 本発明の並列処理システム構成集積回路は、下記(A)
 (3)から構成されることを特徴とする。
(Means for Solving the Problems) The parallel processing system configuration integrated circuit of the present invention has the following (A)
(3).

(A)データを入力あるいは出力する少なくとも一つの
入出力ポート、 (B)前記入出力ポートを介して入力された入力データ
を受理し処理を行う0以上の処理実行手段、(C)前記
処理実行手段に列応して、前記入力データを受理して前
記処理実行手段によりデータ処理を行うか否かを示すた
めに、前記入力データに付与されたタグアドレスと同じ
タグアドレスを保持する、前記処理実行手段と同数の受
理データタグアドレス保持手段、 (D)データを出力する前記入出力ポートに対応して、
前記入力データまたは前記処理実行手段から出力された
処理データを出力データとして入出力ポートから出力す
るか否かを示すために、前記入力データに付与されたタ
グアドレスと同じタグアドレスを保持する、データを出
力する入出力ポートと同数のボー ト出力データタグア
ドレス保持手段、 (E)前記入出力ポートを介して前記入力データが入力
されたとき、前記受理データタグアドレス保持手段とポ
ート出力データタグアドレス保持手段とに前記入力デー
タと同じタグアドレスが保持されているか否かをハード
ウェア的に検索し、前記受理データタグアドレス保持手
段に前記タグアドレスが保持されていた場合には、前記
入力データを当該処理実行処理手段に送出し、前記ポー
ト出力データタグアドレス保持手段に前記タグアドレス
が保持されていた場合には、当該入出力ポートを介して
前記入力データを送出し、また、前記処理実行手段から
処理データが出力されたとき、前記ポート出力データタ
グアドレス保持手段に前記処理データと同じタグアドレ
スが保持されているか否かをハードウェア的に検索し、
保持されていた場合には、当該入出力ポートを介して前
記処理データを送出する通信制御手段。
(A) at least one input/output port for inputting or outputting data; (B) zero or more processing means for receiving and processing input data input through the input/output port; (C) executing the processing. The process retains the same tag address as the tag address given to the input data in order to indicate whether or not to accept the input data and perform data processing by the process execution means in accordance with the means. (D) as many receiving data tag address holding means as execution means, corresponding to said input/output ports that output data;
Data that holds the same tag address as the tag address assigned to the input data, in order to indicate whether or not the input data or the processed data output from the processing execution means is outputted from the input/output port as output data. (E) When the input data is input through the input/output ports, the receiving data tag address holding means and the port output data tag address A hardware search is performed to determine whether or not the same tag address as the input data is held in the holding means, and if the tag address is held in the received data tag address holding means, the input data is Sends the input data to the processing execution processing means, and if the tag address is held in the port output data tag address holding means, sends the input data through the input/output port, and sends the input data to the processing execution means. When the processed data is output from the port output data tag address holding means, it is searched by hardware whether the same tag address as the processed data is held,
If the data is held, the communication control means sends the processed data via the input/output port.

(作用) 次に本発明の作用について図面を参照して説明する。(effect) Next, the operation of the present invention will be explained with reference to the drawings.

第1図は本発明の構成要素を示す図である。FIG. 1 is a diagram showing the constituent elements of the present invention.

第1図において、1は通信制御手段、2は処理実行手段
、3は受理データタブアドレス保持手段、4はポート出
力データタグアドレス保持手段、5は入出力ポートであ
る。
In FIG. 1, 1 is communication control means, 2 is processing execution means, 3 is received data tab address holding means, 4 is port output data tag address holding means, and 5 is an input/output port.

第1図において、データ通信に伴い、人出力ポート5を
介してデータが入力されると、通信制御手段1は、受理
データタグアドレス保持手段3とポート出力データタグ
アドレス保持手段4の検索を行う。
In FIG. 1, when data is input through the human output port 5 during data communication, the communication control means 1 searches the received data tag address holding means 3 and the port output data tag address holding means 4. .

受理データタグアドレス保持手段3に前記入力されたデ
ータの持つタグアドレスが保持されている場合には、処
理実行手段2を起動し、前記入力されたデータを受理し
処理を実行する。ポート出力データタグアドレス保持手
段4に前記入力されたデータの持つタグアドレスが保持
されている場合には、検索の結果定まる入出力ポート5
を介して前記入力されたデータを出力する。
When the tag address of the input data is held in the received data tag address holding means 3, the processing execution means 2 is activated to accept the input data and execute the processing. When the tag address of the input data is held in the port output data tag address holding means 4, the input/output port 5 determined as a result of the search is
The input data is outputted via.

(実施例1) 次に本発明の実施例について図面を参照して説明する。(Example 1) Next, embodiments of the present invention will be described with reference to the drawings.

第2図に本特許の集積回路の一実施例を示す。また、第
3図に本特許の集積回路を構成単位、かつ、処理実行単
位として構成される並列処理システムの一例を示す。
FIG. 2 shows an embodiment of the integrated circuit of this patent. Further, FIG. 3 shows an example of a parallel processing system configured using the integrated circuit of this patent as a structural unit and a processing execution unit.

第2図、第3図において、10は通信制御部で、通信制
御手段1に対応する。20は処理実行部で処理実行手段
に対応する。通信制御部10は受理データタグアドレス
保持手段3に対応する有する処理実行部20と同数の受
理データタグアドレスCAMIIとデータを出力する入
出力ポートと同数の出力ポートタグアドレスCAM12
を持つ。また、100は本実施例の集積回路である。
2 and 3, reference numeral 10 denotes a communication control section, which corresponds to the communication control means 1. In FIG. Reference numeral 20 denotes a processing execution unit, which corresponds to processing execution means. The communication control unit 10 has the same number of received data tag addresses CAMII as the processing execution units 20 corresponding to the received data tag address holding means 3, and the same number of output port tag addresses CAM12 as the input/output ports that output data.
have. Further, 100 is an integrated circuit of this embodiment.

本実施例では、集積回路100は1つの処理実行部20
と4つの入出力ポート5を持つ。これらはポート番号に
よって識別される。また、本実施例の並列処理システム
は4つの集積回路100から構成される。これらはアド
レスによって識別される。
In this embodiment, the integrated circuit 100 includes one processing execution unit 20.
and four input/output ports 5. These are identified by port numbers. Further, the parallel processing system of this embodiment is composed of four integrated circuits 100. These are identified by addresses.

第2図において、データ通信に伴い、入出力ポート5を
介してデータが入力されると、通信制御部IOは、前記
入力されたデータの持つタグアドレスによって、受理デ
ータタグアドレスCAMIIとポート数と同数の、つま
り、4つのポート出力データタグアドレスCAM12を
アクセスし、タグアドレスの検索を行う。受理データタ
グアドレスCAMIIに前記入力されたデータの持つタ
グアドレスが保持されている場合には、処理実行部20
を起動し、前記入力されたデータを受理し処理を実行す
る。ポート出力データタグアドレスCAM12に前記入
力されたデータの持つタグアドレスが保持されている場
合には、保持されていたポート出力データタグアドレス
CAM12に対応する人出力ポート5を介して前記入力
されたデータを出力する。
In FIG. 2, when data is input through the input/output port 5 during data communication, the communication control unit IO determines the received data tag address CAMII and the number of ports according to the tag address of the input data. The same number of port output data tag addresses CAM12, that is, four port output data tag addresses CAM12, are accessed to search for the tag address. If the received data tag address CAMII holds the tag address of the input data, the processing execution unit 20
, accepts the input data, and executes the process. When the tag address of the input data is held in the port output data tag address CAM12, the input data is transferred through the human output port 5 corresponding to the held port output data tag address CAM12. Output.

また、処理結果として処理実行部20から処理データが
出力されると、通信制御部10は、前記処理データの持
つタグアドレスによって、4つのポート出力データタグ
アドレスCAM12をアクセスし、タグアドレスの検索
を行う。ポート出力データタグアドレスCAMにタグア
ドレスが保持されている場合には、保持されていたポー
ト出力データタグアドレスCAM12に列応する入出力
ポート5を介して前記処理データを出力する。
Furthermore, when processing data is output from the processing execution section 20 as a processing result, the communication control section 10 accesses the four port output data tag addresses CAM12 using the tag address of the processing data, and searches for the tag address. conduct. When a tag address is held in the port output data tag address CAM, the processed data is outputted via the input/output port 5 corresponding to the held port output data tag address CAM12.

第3図において、問題を並列に処理実行するために、構
成単位かつ処理実行単位となる集積回路100は人出力
ポート5を介して相互に接続され、並列処理システムを
構成している。アドレスOの集積回路からアドレス3へ
の集積回路へのデータ通信を例に任意の集積回路間で行
われるデータ通信における集積回路100の動作を説明
する。
In FIG. 3, in order to process problems in parallel, integrated circuits 100, which are constituent units and processing execution units, are interconnected via human output ports 5 to constitute a parallel processing system. The operation of the integrated circuit 100 in data communication performed between arbitrary integrated circuits will be described using data communication from an integrated circuit at address O to an integrated circuit at address 3 as an example.

アドレスOの集積回路100の処理実行部20の処理の
結果として出力されたデータは、データを送る先の処理
実行単位である集積回路のアドレス、つまり、タグアド
レスを持っている。アドレスOの集積回路100の通信
制御部10は、ポート出力データタグアドレスCAM1
2の検索を行う。この例では、タグアドレスはポート番
号3のポートに則応するポート出力データタグアドレス
CAM12に登録されていて、通信制御部10は前記出
力データをポート番号3の入出力ポート5を介して出力
する。
The data output as a result of the processing by the processing execution unit 20 of the integrated circuit 100 at address O has an address of the integrated circuit that is the processing execution unit to which the data is sent, that is, a tag address. The communication control unit 10 of the integrated circuit 100 at address O has port output data tag address CAM1.
Perform the search in step 2. In this example, the tag address is registered in the port output data tag address CAM 12 corresponding to the port with port number 3, and the communication control unit 10 outputs the output data via the input/output port 5 with port number 3. .

アドレス0の集積回路100から出力されたデータはア
ドレス2の集積回路100にポート番号1の入出力ポー
トを介して入力される。アドレス2の集積回路(11) 100の通信制御部10は、受理データタグアドレスC
AMIIおよびポート出力データアドレスCAM12の
検索を行う。入力されたデータのタグアドレスはポート
番号2のポートに対応するポート出力データタグアドレ
スCAM12に保持されており、ポート番号2のポート
を介して出力される。
Data output from the integrated circuit 100 at address 0 is input to the integrated circuit 100 at address 2 via the input/output port with port number 1. The communication control unit 10 of the integrated circuit (11) 100 at address 2 receives the received data tag address C.
AMII and port output data address CAM12 are searched. The tag address of the input data is held in the port output data tag address CAM 12 corresponding to the port with port number 2, and is output through the port with port number 2.

アドレス2の集積回路100から出力されたデータは、
ポート番号0のポートを介してアドレス3の集積回路1
00に入力される。アドレス3の集積回路100の通信
制御部10は、受理データタグアドレスCAMIIおよ
びポート出力データアドレスCAM12の検索を行う。
The data output from the integrated circuit 100 at address 2 is
Integrated circuit 1 at address 3 through port number 0
00 is input. The communication control unit 10 of the integrated circuit 100 at address 3 searches for the received data tag address CAMII and the port output data address CAM12.

入力されたデータのタグアドレスは受理データタグアド
レスCAMIIに保持されており、入力されたデータは
受理され、アドレスOの集積回路からアドレス3の集積
回路へのデータ通信が完了する。
The tag address of the input data is held in the accepted data tag address CAMII, the input data is accepted, and data communication from the integrated circuit at address O to the integrated circuit at address 3 is completed.

(実施例2) 実施例1は同一の並列処理システム構成集積回路から構
成される並列処理システムの例であった。
(Example 2) Example 1 was an example of a parallel processing system composed of the same parallel processing system configuration integrated circuits.

実施例2では異なる2つの種類の集積回路からなる(1
2) 並列処理システムを例に、図面を参照して説明する。第
7図は前記2種類の集積回路を示す図、第8図は前記2
種類の集積回路から構成される並列処理システムの一例
を示す図である。
Example 2 consists of two different types of integrated circuits (1
2) A parallel processing system will be explained as an example with reference to the drawings. FIG. 7 is a diagram showing the two types of integrated circuits, and FIG. 8 is a diagram showing the two types of integrated circuits.
1 is a diagram illustrating an example of a parallel processing system composed of various types of integrated circuits; FIG.

第7図(a)、 (b)及び、第8図において、200
は処理を行う集積回路で、処理実行部20を有している
。300は処理を行う集積回路200間の通信を制御す
る並列処理システム構成集積回路で、データを出力する
ポートと同数の出力ポートタグアドレスCAM12を持
つ通信制御部10を有している。
7(a), (b) and FIG. 8, 200
is an integrated circuit that performs processing, and has a processing execution section 20. 300 is a parallel processing system configuration integrated circuit that controls communication between integrated circuits 200 that perform processing, and has a communication control unit 10 having the same number of output port tag addresses CAM12 as ports that output data.

本実施例では、通信を制御する並列処理システム構成集
積回路300は4つの入出力ポートを持ち、これらはポ
ート番号によって識別される。また、本実施例の並列処
理システムは8つの処理を行う集積回路200と4つの
通信を制御する集積回路から構成される。8つの処理実
行部はアドレスによって識別される。
In this embodiment, the parallel processing system configuration integrated circuit 300 that controls communication has four input/output ports, which are identified by port numbers. Further, the parallel processing system of this embodiment is composed of an integrated circuit 200 that performs eight processes and four integrated circuits that control communications. The eight processing execution units are identified by addresses.

第7図において、通信を制御する並列処理システム構成
集積回路300では、データ通信に伴い、入出力ポート
5を介してデータが入力されると、通信制両部10は、
前記入力されたデータの持つタグアドレスによって、ポ
ート数と同数の、つまり、4つのポート出力データタグ
アドレスCAM12をアクセスし、タグアドレスの検索
を行う。ポート出力データタグアドレスCAM12に前
記入力されたデータの持つタグアドレスが保持されてい
る場合には、保持されていたポート出力データタグアド
レスCAM12に対応する入出力ポート5を介して前記
入力されたデータを出力する。
In FIG. 7, in the parallel processing system configuration integrated circuit 300 that controls communication, when data is input through the input/output port 5 during data communication, the communication control unit 10
Based on the tag address of the input data, the same number of port output data tag addresses CAM12 as the number of ports, that is, four port output data tag addresses CAM12 are accessed to search for the tag address. When the tag address of the input data is held in the port output data tag address CAM12, the input data is transferred via the input/output port 5 corresponding to the held port output data tag address CAM12. Output.

アドレス0の処理を行う集積回路200がらアドレス3
の処理を行う集積回路200へのデータ転送は次のよう
に行われる。
Address 3 from the integrated circuit 200 that processes address 0
Data transfer to the integrated circuit 200 that performs the processing is performed as follows.

アドレスOの処理を行う集積回路200はデータの転送
先のアドレス、つまり、アドレス3をタグアドレスとし
て指定し、Aの通信を制御する並列処理システム構成集
積回路300に、ポート番号0のポートを介しデータを
出力する。Aの通信を制御する並列処理システム構成集
積回路300では、ポート番号2のポートに対応する出
力ポートタグアドレスCAM12に、アドレス3が保持
されており、通信制御r15) 部10によって、ポート番号2の入出力ポートを介して
データが転送される。ポート番号Oの入出力ポートを介
してデータが入力された、Bの通信を制御する並列処理
システム構成集積回路300では、ポート番号2のポー
トに対応する出力ポートタグアドレスCAM12に、ア
ドレス3が保持されており、通信制御部10によって、
ポート番号2の入出力ポートを介してデータが出力され
、アドレスOの処理を行う集積回路200からアドレス
3の処理を行う集積回路200へのデータ転送が完了す
る。
The integrated circuit 200 that processes address O specifies the data transfer destination address, that is, address 3, as a tag address, and sends the data to the parallel processing system configuration integrated circuit 300 that controls the communication of A via port number 0. Output data. In the parallel processing system configuration integrated circuit 300 that controls the communication of port A, address 3 is held in the output port tag address CAM12 corresponding to the port with port number 2, and the communication control unit 10 controls the port number 2. Data is transferred via input/output ports. In the parallel processing system configuration integrated circuit 300 that controls communication of B to which data is input through the input/output port with port number O, address 3 is held in the output port tag address CAM12 corresponding to the port with port number 2. The communication control unit 10
Data is output through the input/output port with port number 2, and data transfer from the integrated circuit 200 that processes address O to the integrated circuit 200 that processes address 3 is completed.

このデータ転送で使用したAの通信を制御する並列処理
システム構成集積回路300とBの通信を制御する並列
処理システム構成集積回路300を結ぶ経路が、例えば
、アドレスlの処理を行う集積回路200とアドレス2
の処理を行う集積回路間のデータ転送によって使用され
ている場合には、アドレスOの処理を行う集積回路20
0とアドレス3の処理を行う集積回路間のデータ転送が
阻害される。この場合には、Aの通信を制御する並列処
理システム構成集積回路300のポート番号3の入出力
ポートに対応する出力ポートタグアドレスCAM12に
アドレス3を、Bの通信を制御する並列処理システム構
成集積回路300のポート番号2の入出力ポートに対応
する出力ポートタグアドレスCAM12にアドレス3を
、Cの通信を制御する並列処理システム構成集積回路3
00のポート番号10入出力ポートに対応する出力ポー
トタグアドレスCAM12にアドレス3を設定すること
によって、アドレス1の処理を行う集積回路200とア
ドレス2の処理を行う集積回路間のデータ転送によるデ
ータ通信の阻害を回避できる。
For example, a path connecting the parallel processing system configuration integrated circuit 300 that controls the communication of A used in this data transfer and the parallel processing system configuration integrated circuit 300 that controls the communication of B is connected to the integrated circuit 200 that processes the address l. address 2
If the integrated circuit 20 is used for data transfer between integrated circuits that process address O,
Data transfer between integrated circuits processing addresses 0 and 3 is inhibited. In this case, address 3 is set to the output port tag address CAM12 corresponding to the input/output port with port number 3 of the parallel processing system configuration integrated circuit 300 that controls the communication of A, and the parallel processing system configuration integrated circuit that controls the communication of B Output port tag address corresponding to input/output port with port number 2 of circuit 300 Address 3 is assigned to CAM12; parallel processing system configuration integrated circuit 3 that controls communication of C;
By setting address 3 in the output port tag address CAM12 corresponding to port number 10 input/output port of 00, data communication is performed by data transfer between the integrated circuit 200 that processes address 1 and the integrated circuit that processes address 2. It is possible to avoid the inhibition of

(発明の効果) 以上説明したように、本発明は、並列処理システムを構
成する処理実行単位間の接続関係に規則性がある無いに
関わらず、ソフトウェアによる制御を介することなく、
任意の構成要素間のデータ通信を効率良く、かつ、高速
に行うことができ、システム性能の低下を防ぐことがで
きるという効果がある。
(Effects of the Invention) As explained above, the present invention enables the processing to be performed without using software control, regardless of whether or not there is regularity in the connection relationships between processing execution units that constitute a parallel processing system.
This has the effect that data communication between arbitrary components can be performed efficiently and at high speed, and that deterioration in system performance can be prevented.

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

第1図は本発明の構成要素を示す図、第2図は本発明の
集積回路の一実施例を示す図、第3図は本発明の集積回
路を用いて構成された並列処理システムの一例を示す図
、第4図は問題の持つデータ転送の局所性によってデー
タ転送が阻害された状態を示す図、第5図はデータ転送
が阻害される問題点を物理的な接続関係を変更して回避
する方法を示す図、第6図はデータ転送が阻害される問
題点をデータ転送経路を変更することによって回避する
手法を示す図、第7図、第8図は本発明の第2の実施例
を説明するための図である。 1・・・通信制御手段、2・・・処理実行手段、3・・
・受理データタグアドレス保持手段、4・・・ポート出
力データタグアドレス保持手段、5・・・入出力ポート
、10・・・通信制御部、11・・・受理データタグア
ドレスCAM。 12・・・ポート出力データタグアドレスCAM。 20・・・処理実行部、100・・・集積回路。
FIG. 1 is a diagram showing the components of the present invention, FIG. 2 is a diagram showing an embodiment of the integrated circuit of the present invention, and FIG. 3 is an example of a parallel processing system configured using the integrated circuit of the present invention. Figure 4 is a diagram showing a state in which data transfer is inhibited due to the locality of data transfer, and Figure 5 is a diagram showing a state in which data transfer is inhibited by changing the physical connection relationship. FIG. 6 is a diagram showing a method of avoiding the problem of inhibiting data transfer by changing the data transfer route. FIGS. 7 and 8 are diagrams showing a method for avoiding the problem of inhibiting data transfer. FIG. 3 is a diagram for explaining an example. 1... Communication control means, 2... Process execution means, 3...
- Reception data tag address holding means, 4: Port output data tag address holding means, 5: Input/output port, 10: Communication control unit, 11: Reception data tag address CAM. 12... Port output data tag address CAM. 20... Process execution unit, 100... Integrated circuit.

Claims (1)

【特許請求の範囲】 下記(A)〜(E)を備えたことを特徴とする並列処理
システム構成集積回路。 (A)データを入力あるいは出力する少なくとも一つの
入出力ポート、 (B)前記入出力ポートを介して入力された入力データ
を受理し処理を行う0以上の処理実行手段、(C)前記
処理実行手段に対応して、前記入力データを受理して前
記処理実行手段によりデータ処理を行うか否かを示すた
めに、前記入力データに付与されたタグアドレスと同じ
タグアドレスを保持する、前記処理実行手段と同数の受
理データタグアドレス保持手段、 (D)データを出力する前記入出力ポートに対応して、
前記入力データまたは前記処理実行手段から出力された
処理データを出力データとして入出力ポートから出力す
るか否かを示すために、前記入力データに付与されたタ
グアドレスと同じタグアドレスを保持する、データを出
力する入出力ポートと同数のポート出力データタグアド
レス保持手段、 (E)前記入出力ポートを介して前記入力データが入力
されたとき、前記受理データタグアドレス保持手段とポ
ート出力データタグアドレス保持手段とに前記入力デー
タと同じタグアドレスが保持されているか否かをハード
ウェア的に検索し、前記受理データタグアドレス保持手
段に前記タグアドレスが保持されていた場合には、前記
入力データを当該処理実行処理手段に送出し、前記ポー
ト出力データタグアドレス保持手段に前記タグアドレス
が保持されていた場合には、当該入出力ポートを介して
前記入力データを送出し、また、前記処理実行手段から
処理データが出力されたとき、前記ポート出力データタ
グアドレス保持手段に前記処理データと同じタグアドレ
スが保持されているか否かをハードウェア的に検索し、
保持されていた場合には、当該入出力ポートを介して前
記処理データを送出する通信制御手段。
[Scope of Claims] A parallel processing system configuration integrated circuit characterized by comprising the following (A) to (E). (A) at least one input/output port for inputting or outputting data; (B) zero or more processing means for receiving and processing input data input through the input/output port; (C) executing the processing. The processing execution means holds the same tag address as the tag address given to the input data to indicate whether or not to accept the input data and perform data processing by the processing execution means. (D) a number of receiving data tag address holding means corresponding to said input/output ports for outputting data;
Data that holds the same tag address as the tag address assigned to the input data, in order to indicate whether or not the input data or the processed data output from the processing execution means is outputted from the input/output port as output data. (E) When the input data is input through the input/output ports, the receiving data tag address holding means and the port output data tag address holding means have the same number as the input/output ports that output the data. A hardware search is performed to determine whether or not the same tag address as the input data is held in the means, and if the tag address is held in the received data tag address holding means, the input data is If the tag address is held in the port output data tag address holding means, the input data is sent to the processing execution means, and if the tag address is held in the port output data tag address holding means, the input data is sent out through the input/output port, and When the processed data is output, searching by hardware whether or not the same tag address as the processed data is held in the port output data tag address holding means;
If the data is held, the communication control means sends the processed data via the input/output port.
JP33740989A 1989-09-12 1989-12-25 Integrated circuit with constitution for parallel processing system Pending JPH03174648A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP33740989A JPH03174648A (en) 1989-09-12 1989-12-25 Integrated circuit with constitution for parallel processing system

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP1-238013 1989-09-12
JP23801389 1989-09-12
JP33740989A JPH03174648A (en) 1989-09-12 1989-12-25 Integrated circuit with constitution for parallel processing system

Publications (1)

Publication Number Publication Date
JPH03174648A true JPH03174648A (en) 1991-07-29

Family

ID=26533485

Family Applications (1)

Application Number Title Priority Date Filing Date
JP33740989A Pending JPH03174648A (en) 1989-09-12 1989-12-25 Integrated circuit with constitution for parallel processing system

Country Status (1)

Country Link
JP (1) JPH03174648A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60140457A (en) * 1983-12-28 1985-07-25 Hitachi Ltd Cubic structure computer system
JPH01126760A (en) * 1987-11-11 1989-05-18 Toshiba Corp Parallel computer system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60140457A (en) * 1983-12-28 1985-07-25 Hitachi Ltd Cubic structure computer system
JPH01126760A (en) * 1987-11-11 1989-05-18 Toshiba Corp Parallel computer system

Similar Documents

Publication Publication Date Title
US5317747A (en) Multiprocessor system and interruption control device for controlling interruption requests between processors and peripheral devices in the multiprocessor system
US7185224B1 (en) Processor isolation technique for integrated multi-processor systems
KR970029014A (en) Data Processing System and Method
JPH06223042A (en) Apparatus and method for control of interruption in multiprocessor system
WO1995028676A1 (en) Local semiautonomous dedicated-storage access for parallel processors
KR100321274B1 (en) Pipeline-type multi-processor system
US7254667B2 (en) Data transfer between an external data source and a memory associated with a data processor
JPH03174648A (en) Integrated circuit with constitution for parallel processing system
US7240144B2 (en) Arbitration of data transfer requests
CA2078913A1 (en) Interprocessor communication system and method for multiprocessor circuitry
JPH03238539A (en) Memory access controller
JP3982077B2 (en) Multiprocessor system
JP3234629B2 (en) Data-driven processor
JPH0646413B2 (en) Data processing processor
JPH056333A (en) Multi-processor system
JP2705955B2 (en) Parallel information processing device
JP2878160B2 (en) Competitive mediation device
JP2856709B2 (en) Bus coupling system
EP1193605A2 (en) Apparatus and method for the transfer of signal groups between digital signal processors in a digital signal processing unit
JP2000003328A (en) Address reference system for input/output control device
JP3211694B2 (en) Multiprocessor connection method
JPH039497B2 (en)
JPS5975354A (en) Processor device
JP2731738B2 (en) Multiprocessor system
KR19980050290U (en) Shared memory device using two-stage input queue