JPS603751A - Data processing system - Google Patents

Data processing system

Info

Publication number
JPS603751A
JPS603751A JP58111291A JP11129183A JPS603751A JP S603751 A JPS603751 A JP S603751A JP 58111291 A JP58111291 A JP 58111291A JP 11129183 A JP11129183 A JP 11129183A JP S603751 A JPS603751 A JP S603751A
Authority
JP
Japan
Prior art keywords
instruction
token
operand
color
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
JP58111291A
Other languages
Japanese (ja)
Inventor
Takeshi Sato
健 佐藤
Hideho Masuzawa
増沢 秀穂
Morio Ikesaka
守夫 池坂
Akihiro Itashiki
板敷 晃弘
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP58111291A priority Critical patent/JPS603751A/en
Publication of JPS603751A publication Critical patent/JPS603751A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4494Execution paradigms, e.g. implementations of programming paradigms data driven

Landscapes

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

Abstract

PURPOSE:To perform a data flow processing without confusing operands with each other by providing an instruction taking-out part, an instruction memory, an instruction firing checking part, an operand memory, and an instruction executing part in a processor element. CONSTITUTION:An address converting part 7 sends a taking-out token FET to an instruction taking-out part 10, and the instruction taking-put part 10 sends a firing token FIT to an instruction firing checking part 12, and the checking part 12 sends an execution permitting token ET to an instruction executing part 14, and the executing part 14 sends a result token RT to the address converting part 7. The result token RT has a color (indentifier), a destination address, and an operand, and the color is given by a scheduler 2. The destination address consists of a function name (program name), a logical page address, and an address in a logical page. The name of the processor element is added to the result token RT sent from the address converting part 7 to a network 6.

Description

【発明の詳細な説明】 〔発明の技術分野〕 本発明は、データフロー・マシンにおいてオペランドの
混同を生ずることなくオペランド・メモリから点火トー
クンに対応したオペランドを取出し得るようにしたデー
タ処理方式に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Technical Field of the Invention] The present invention relates to a data processing method that allows an operand corresponding to a firing token to be retrieved from an operand memory without causing confusion of operands in a data flow machine. It is.

〔従来技術と問題点〕 データフロー・マシンにおいて、下記のような特徴を有
するものは既に提案されている。
[Prior Art and Problems] Dataflow machines having the following characteristics have already been proposed.

1、 命令に必要なオペランドがすべて揃うまで、先に
到着したオペランドを待たせるメモリ(オペランド・メ
モリ)を持ち、ある命令のオペランドがオペランド・メ
モリに到着したときに、オペランドに付加しであるキー
を使用してその命令に必要な他のオペランドを捜し、も
しその命令に必要なオペランドがすべて揃っていたら、
命令実行部に送り、揃っていなければオペランド・メモ
リにそのオペランドを待たせる機構を持つ。
1. It has a memory (operand memory) that makes the operand that arrives first wait until all the operands required for the instruction are available, and when the operand of a certain instruction arrives in the operand memory, a key is added to the operand. to find other operands required by the instruction, and if all operands required by the instruction are available,
It has a mechanism to send the operands to the instruction execution unit, and if they are not ready, to make the operands wait in the operand memory.

2、 さらに命令の各オペランドにその命令の実行結果
が次にどの命令のオペランドとなるかを表すアドレス(
行先アドレス)を付加しておき、そ0命令が実行可能と
な°たときそ0行先7 )’ %レスをその命令に付加
して命令実行部に送り実行したあとそのアドレスで実行
結果をオペランドとして使用する次の命令と行先アドレ
スを取シ出す機構を持つ。
2. Furthermore, each operand of an instruction is assigned an address (
Destination address) is added, and when the 0th instruction becomes executable, %res is added to that instruction and sent to the instruction execution section for execution, and then the execution result is sent to the operand at that address. It has a mechanism to extract the next instruction and destination address to be used as a command.

3、 ある関数が同時期に複数呼ばれた場合、その関数
コードを共有しながら、同時期に関数を処理できるよう
にするため、ある場所で呼ばれた関数内で使われるオペ
ランドと、別な場所で同じ関数が呼ばれてそれを処理す
る際に使われるオペランドをオペランド・メモリで区別
するため、関数が呼ばれるごとに一意に決捷る識別子(
カラー)をオペランドに付加し、以下の命令を用いて、
関数の実引数や結果の受け渡しを行うO (+) CA L L ・・・新しいカラーを獲得し、
LLINK命令へ送る。
3. When a function is called multiple times at the same time, in order to share the function code and process the functions at the same time, the operands used in the function called at one place are different from the operands used in the function called at a certain place. In order to distinguish the operands used when the same function is called and processed in different locations, an identifier (
color) to the operand and use the following command,
Pass the actual arguments and results of the function O (+) CALL L...Obtain a new color,
Send to LLINK command.

(II) LLINK ・・・関数の実引数に新しいカ
ラーを付加し、関数の入りロヘ送る。
(II) LLINK: Adds a new color to the actual argument of the function and sends it to the function input.

(Ill) 0LINK ・・・関数の実行結果の戻る
アドレス(戻漫アドレス)と現在のカラ ー(戻りカラー)を併せてオペ ランドとしそれに新しいカラー を付加してOUT命令へ送る。
(Ill) 0LINK...The return address of the function execution result (return address) and the current color (return color) are used as operands, a new color is added to them, and the result is sent to the OUT command.

(IV)OUT ・・・関数の実行結果に戻シカラーを
付加し、戻シアドレスへ送る。
(IV) OUT: Adds a return address to the function execution result and sends it to the return address.

上記のようなデータフロー・マシンとしては、例えば沖
電気のDDDPや特願昭57−231898号で提案さ
れたものがある。また、オペランド・メモリのキーとし
て、行先アドレスを用いる方式は、関数呼出を行なわな
ければ、各命令に対して、その命令の行先アドレスは一
意のものであるので、行先アドレスをオペランド・メモ
リのキーとして使用できる。しかし、関数呼出しを行う
場合、OUTを実行するときには、行先アドレス(OU
Tの場合行先アドレスを戻りアドレスという)は、0L
INKからオペランドとして送られてくるため行先アド
レスをキーとして使用できず、また、1つの関数内で同
じ関数を複数呼んだ場合LLINKを実行すると、同じ
行先に実行結果が行くので行先アドレスが一意でなくな
シ、行先アドレスをキーとして使用すると複数のLLI
NKのオペランド同士の混同がおこる。従って、関数呼
出しを行なう場合、オペランド・メモリのキーとして行
先アドレスを用いるだけでは、データフローの処理がで
きなかった。
Examples of such data flow machines include the DDDP of Oki Electric and the one proposed in Japanese Patent Application No. 57-231898. Furthermore, in the method of using the destination address as the operand memory key, unless a function call is made, the destination address of each instruction is unique. Can be used as However, when making a function call, when executing OUT, the destination address (OU
In the case of T, the destination address is called the return address) is 0L
The destination address cannot be used as a key because it is sent as an operand from INK, and if the same function is called multiple times within one function, when LLINK is executed, the execution results will go to the same destination, so the destination address is unique. If you use the destination address as a key, multiple LLIs will be generated.
Confusion between NK operands occurs. Therefore, when making a function call, data flow cannot be processed simply by using the destination address as the key of the operand memory.

〔発明の目的〕[Purpose of the invention]

本発明は、上記の欠点を除去するものであって、関数呼
出しを行い得るようになったデータフロー・マシンにお
いて、オペランド同士の混同を生ずることなくデータフ
ロー処理を行い得るようKなったデータ処理方式を提供
することを目的としている。
The present invention aims to eliminate the above-mentioned drawbacks, and is to provide a data processing method that enables dataflow processing to be performed without causing confusion between operands in a dataflow machine that is capable of making function calls. The purpose is to provide a method.

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

そしてそのため、本発明のデータ処理方式は、複数のプ
ロセッサ・エレメントと、プロセッサ・エレメント間の
通信を行うネットワークとを有すると共に、新カラーを
獲得しこれをLLINK命令および0LINK命令に送
るためのCALL命令と関数の実引数に新カラーを付加
しこれらを関数入口アドレスに送るだめのLLINK命
令と、関数実行結果の戻シ先を示す戻シアドレスと現在
のカラーを併せてオペランドとしそれに新カラーを付加
したものをOUT命令に送る0LINK命令と、関数の
実行結果に戻シカラーを付加しこれを戻りアドレスに送
るだめのOUT命令とを実行できるようVこなったデー
タフロー・マシンにおけるデータ処理方式であって、上
記プロセッサ・エレメントは、命令取出部と、命令メモ
リと、命令発火検査部と、オペランド・メモリと、命令
実行部とを具備し、上記命令取出部は、取出トークンが
到着したとき、そのトークンの行先アドレスに基づいて
取出トークンのオペランドを使用する命令コード、その
命令の何番目のオペランドになるかを示すオペランド番
号および次の命令の実行結果の行先アドレスを上記命令
メモリから取出し、これらにカラーとオペランドを併せ
たものを点火トークンとして上記命令発火検査部に送る
と共に、取出さfzだ命令コードがOUT命令又はLL
INK命令を示している場合には特別な識別子を上記命
令メモリから取出して点火トークンに付加するように構
成され、上記命令発火検査部は、点火−トークンが到着
した iとき、命令がOUT又はLLINKの場合は点
火トークンのカラーと特別な識別子をキーとして同一の
キーをもつオペランドを上記オペランド・メモリから捜
し、OUT命令およびLLINK命令の内の何れでもな
い場合には点火トークンのカラーと行先アドレスとをキ
ーとして同一のキーをもつオペランドを上記オペランド
・メモリから捜し、そして命令に必要なオペランドが揃
っている場合にはカシ−1行先アドレス、命令コード、
オペランドを併せて実行可能1・−クンとして上記命令
実行部に送9、揃っていない場合には点火トークン中の
オペランド、カラー、行先アドレス、オペランド番号を
上記オペランド・メモリに格納すると共に、OUT命令
又はLLINK命令のときは特別な識別子をも上記オペ
ランド・メモリに格納するように構成され、上記命令実
行部は、命令を命令コードとオペランドに上って実行し
、カラー、行先アドレス、実行結果を併せて結果トーク
ンとして出力するように構成されていることを特徴とす
るものである。
Therefore, the data processing method of the present invention includes a plurality of processor elements, a network for communicating between the processor elements, and a CALL instruction for acquiring a new color and sending it to the LLINK instruction and the 0LINK instruction. Adds a new color to the actual arguments of the function and sends them to the function entry address, and uses the return address indicating the return destination of the function execution result and the current color as operands, and adds the new color to it. This is a data processing method in a data flow machine that is designed to be able to execute the 0LINK instruction that sends the result of the function to the OUT instruction, and the OUT instruction that adds a return signal to the function execution result and sends it to the return address. The processor element includes an instruction fetching section, an instruction memory, an instruction firing inspection section, an operand memory, and an instruction execution section, and the instruction fetching section executes the instruction when the fetching token arrives. Based on the destination address of the token, the instruction code that uses the operand of the fetch token, the operand number indicating the operand number of the instruction, and the destination address of the execution result of the next instruction are extracted from the instruction memory and The combination of color and operand is sent as an ignition token to the instruction ignition inspection section, and the instruction code is OUT instruction or LL.
When the INK instruction is indicated, a special identifier is retrieved from the instruction memory and added to the ignition token, and the instruction ignition checker determines whether the instruction is OUT or LLINK when the ignition token arrives. In this case, the operand with the same key is searched from the operand memory using the color of the ignition token and a special identifier as a key, and if it is neither the OUT instruction nor the LLINK instruction, the color of the ignition token and the destination address are searched. The operand with the same key is searched from the above operand memory, and if the operands necessary for the instruction are available, the destination address, instruction code, and
The operands are sent together as executable 1--kun to the instruction execution unit 9, and if they are not complete, the operand, color, destination address, and operand number in the ignition token are stored in the operand memory, and an OUT instruction is sent. Or, in the case of an LLINK instruction, a special identifier is also stored in the operand memory, and the instruction execution unit executes the instruction based on the instruction code and operand, and stores the color, destination address, and execution result. It is characterized in that it is configured to be output as a result token.

〔発明の実施例〕[Embodiments of the invention]

以下、本発明を図面を参照しつつ説明する◇第1図はデ
ータフロー・マシンの概要を示す図、第2図はデータフ
ロー・グラフの1例を示す図、第3図はプロセッサ・エ
レメントの1例を示す図、第4図は結果トークンの形式
を示す図、第5図は点火トークンの形式を示す図、第6
図は実行可能トークンの形式を示す図、第7図は命令取
出部の動作を説明する図、第8図は命令発火検査部の動
作を説明する図、第9図は命令実行部の動作を示す図、
第10図はCALL命令の実行可能トークンと結果トー
クンとを示す図、第11図はLLINK命令の実行可能
トークンと結果トークンを示す図、第12図は0LIN
K命令の実行可能トークンと結果トークンを示す図、第
13図はOUT命令の実行可能トークンと結果トークン
を示す図である。
The present invention will be explained below with reference to the drawings. ◇Figure 1 is a diagram showing an overview of a dataflow machine, Figure 2 is a diagram showing an example of a dataflow graph, and Figure 3 is a diagram showing an example of a dataflow graph. Figure 4 shows the format of the result token, Figure 5 shows the format of the ignition token, Figure 6 shows an example.
The figure shows the format of an executable token, FIG. 7 is a diagram explaining the operation of the instruction fetching section, FIG. 8 is a diagram explaining the operation of the instruction firing inspection section, and FIG. 9 is a diagram explaining the operation of the instruction execution section. diagram showing,
FIG. 10 is a diagram showing executable tokens and result tokens of the CALL instruction, FIG. 11 is a diagram showing executable tokens and result tokens of the LLINK instruction, and FIG. 12 is a diagram showing the 0LINK instruction.
FIG. 13 is a diagram showing executable tokens and result tokens of the K instruction, and FIG. 13 is a diagram showing executable tokens and result tokens of the OUT instruction.

第1図において、1−0ないしl−nはプロセッサ・エ
レメント、2はスケジューラ、3はホスト計算機、4は
ディスプレイ、5はDASD、6はネットワークをそれ
ぞれ示している。プロセッサ・エレメント1−i (i
=0 、1=−n>は、第3図のような構成を有してい
る。プロセッサ・エレメントについては後で詳述する。
In FIG. 1, 1-0 to l-n are processor elements, 2 is a scheduler, 3 is a host computer, 4 is a display, 5 is a DASD, and 6 is a network. Processor element 1-i (i
=0, 1=-n> has a configuration as shown in FIG. The processor element will be explained in detail later.

スケジューラ2は、関数を呼出すためのCALL命令を
受取ったとき、新カラー(COL OR)とその関数を
実行するプロセッサ・エレメントの名前とを発行元プロ
セッサ・エレメントに送るものである。ホスト計算機3
は、データフロー・マシン全体を制御すると共に、入出
力処理を行うものである。ネットワーク6は、プロセッ
サ・エレメント、スケジューラ又はホスト計算機から送
られて来たトークンを、目的とするプロセッサ・エレメ
ント、スケジューラ又はホスト計算機に送るものである
When the scheduler 2 receives a CALL instruction to call a function, it sends a new color (COL OR) and the name of the processor element that will execute the function to the issuing processor element. host computer 3
controls the entire dataflow machine and performs input/output processing. The network 6 is for sending tokens sent from a processor element, scheduler, or host computer to a target processor element, scheduler, or host computer.

第2図はデータフロー・グラフの1例を示すものであり
、第2図において矢印はアークと呼ばれ四角枠は演算ノ
ードと呼ばれる。第2図のデータフロー・グラフは、ア
ーク4.5のデータを乗算し、この結果をアーク6とし
、アーク6のデータとアーク7上のデータ(数値”io
”)とを加算することを表現している。アークに付加さ
れた数字は論理ページ内のアドレスを示している。
FIG. 2 shows an example of a dataflow graph. In FIG. 2, the arrows are called arcs and the rectangular frames are called operation nodes. The data flow graph in Figure 2 multiplies the data of arc 4.5, sets this result to arc 6, and the data of arc 6 and the data on arc 7 (the numerical value "io
”).The number appended to the arc indicates the address within the logical page.

第3図はプロセッサ・エレメントの1例を示す図である
。第3図において、7はアドレス変換部、8はアドレス
変換メモリ、9は待メモリ、1oは命令取出部、11は
命令メモリ、12は命令発火検査部、13はオペランド
・メモリ、FETは取出トークン、FITは点火トーク
ン、ETは実行可能トークン、](Tは結果トークンを
示している。
FIG. 3 is a diagram showing an example of a processor element. In FIG. 3, 7 is an address translation section, 8 is an address translation memory, 9 is a wait memory, 1o is an instruction fetch section, 11 is an instruction memory, 12 is an instruction firing check section, 13 is an operand memory, and FET is a fetch token. , FIT is the ignition token, ET is the executable token, ](T indicates the result token.

アドレス変換部7は取出トークンFETを命令取出部1
0に送り、命令取出部1oは第5図に示すような点火ト
ークンFITを命令発火検査部12に送り、命令発火検
査部12は第6図に示すような実行可能トークンETを
命令実行部14に送シ、命令実行部14は第4図に示す
ような結果トーク/IITをアドレス変換部7に送る。
The address conversion section 7 converts the fetch token FET into the instruction fetch section 1.
0, the instruction retrieval unit 1o sends the ignition token FIT as shown in FIG. Then, the instruction execution section 14 sends the result talk/IIT as shown in FIG. 4 to the address conversion section 7.

結果トークンRTは、カラー、行先アドレスおよびオペ
ランドを有している。カラーはスケジューラ2によって
付与されるものであり、行先アドレスは関数名(プ°″
”名)・論訃−′°7ド″及び論7゛1−ジ内アドレス
から構成されている。なお、図示されていないが、ネッ
トワーク6に送られる結果トークンRTには、プロセッ
サ・エレメントの名前が付加されている。
The result token RT has a color, a destination address and an operand. The color is given by scheduler 2, and the destination address is the function name (program
It consists of "name), discussion-'°7 code" and address in the discussion-71-page. Although not shown, the name of the processor element is added to the result token RT sent to the network 6.

アドレス変悌部7は、受取った結果トークンRTがネッ
トワーク6に送るべきものであればこれをネットワーク
6に送り、受取った結果トークンRTが内部で処理され
るべきものであれば、アドレス変換メモリ8を参照する
。アドレス変換メモリ8には、命令メモリ11の各物理
ページに何れのプログラムの何れの論理ページが格納さ
れているかを示す情報が書込まれている。アドレス変換
部7は、アドレス変換メモリ8の中に結果トークンRT
の行先論理ページ・アドレスが存在した場合には結果ト
ークンRTの中の論理行先アドレスを命令メモリのアド
レスを示す物理行先アドレスに変換し、これを取出トー
クンFETとして命令取出部10に送り、アドレス変換
メモリ8の中に結果トークンRTの行先論理ページ・ア
ドレスが存在しない場合にはその結果トークンRTを待
メモリ9に格納し、ホスト計算機3に対してページ・ロ
ード要求を発する。所望の論理ページ本体がホスト計算
機3から送られて来ると、仁の論理ページ本体は命令メ
モリ11に格納され、しかる後にアドレス変換部7によ
って対応する結果トークンRTが待メモリ9から取出さ
れ、アドレス変換されて命令取出部10に送られる。ネ
ットワーク6から送られて来る初期大刀トークンは結果
トークン)(Tと同じ形式を有しており、取出トークン
FETは、行先アドレスが物理的なものとなっている点
を除いて他の構成について結果トークンRTと同じであ
る。
If the received result token RT should be sent to the network 6, the address conversion unit 7 sends it to the network 6, and if the received result token RT is to be processed internally, the address conversion unit 7 sends it to the network 6. See. Information indicating which program and which logical page is stored in each physical page of the instruction memory 11 is written in the address translation memory 8 . The address translation unit 7 stores the result token RT in the address translation memory 8.
If there is a destination logical page address, convert the logical destination address in the result token RT into a physical destination address indicating the address of the instruction memory, send this as an extraction token FET to the instruction fetching unit 10, and perform address conversion. If the destination logical page address of the result token RT does not exist in the memory 8, the result token RT is stored in the standby memory 9 and a page load request is issued to the host computer 3. When the desired logical page body is sent from the host computer 3, the logical page body is stored in the instruction memory 11, and then the corresponding result token RT is taken out from the standby memory 9 by the address translation unit 7, and the address It is converted and sent to the instruction fetching section 10. The initial large sword token sent from network 6 is the result token) (has the same format as T, and the extraction token FET is the result token) for other configurations, except that the destination address is a physical one. It is the same as token RT.

第7図は命令取出部1oの動作を示すものである。命令
取出部1oは、取出トークンFETが到着したとき、そ
のトークンの行先アドレスからそのオペランドを使用す
る命令コード、その命令の何番目のオペランドになるか
の番号(オペランド番号)、次の命令の実行結果の行先
アドレスを命令メモリ11から取υ出し、カラーとオペ
ランドと併せて点火トークンFITとし、命令発火検査
部12へ送る。たソし命令が0UT1LiLINKの場
合には特別な識別子もIMから取り出しそれも点火トー
クンFITに加える。なお、図示しないが、オペランド
数も命令メモリ11から取出され、点火トークンFIT
に付加されている。特別な識別子としては、命令メモリ
11の使用されていないアドレスが用いられる。
FIG. 7 shows the operation of the instruction fetching section 1o. When the fetch token FET arrives, the instruction fetch unit 1o extracts the instruction code that uses the operand from the destination address of the token, the number of the operand of the instruction (operand number), and the execution of the next instruction. The resulting destination address is taken out of the instruction memory 11, combined with the color and operand, is made into a firing token FIT, and sent to the instruction firing inspection section 12. If the search command is 0UT1LiLINK, the special identifier is also retrieved from the IM and added to the ignition token FIT. Although not shown, the number of operands is also taken out from the instruction memory 11, and the ignition token FIT
is added to. An unused address in the instruction memory 11 is used as the special identifier.

第8図は命令発火検査部12の動作を説明するものであ
る。命令発火検査部12は点火トークンFITが到着し
たとき命令が0UT1LLINKのときは、カラーと特
別な識別子が同じであるオペランドをオペランド・メモ
リ13から捜し、それ以外の命令のときはカラーと行先
アドレスが同じであるオペランドをオペランド・メモリ
13から捜す。そして命令に必要なオペランドがすべて
揃っていれば(命令が発火したともいう)、カラー、行
先アドレス、命令コード、オペランドを併せて実行可能
トークンETとして命令実行部14へ送る。揃っていな
ければ、点火トークンFITの中のオペランド、カラー
、行先アドレス、オペランド番号をオペランド・メモリ
13に蓄える。但しOUT、LLINKの命令のときは
行先アドレスのかわりに特別な識別子をオペランド・メ
モリ13に蓄える。
FIG. 8 explains the operation of the instruction firing inspection section 12. When the ignition token FIT arrives, the instruction firing inspection unit 12 searches the operand memory 13 for an operand whose color and special identifier are the same if the instruction is 0UT1LLINK, and for other instructions, it searches for an operand whose color and destination address are the same. Search operand memory 13 for operands that are the same. If all the operands necessary for the instruction are available (it is also said that the instruction has been fired), the color, destination address, instruction code, and operands are all sent to the instruction execution unit 14 as an executable token ET. If not, the operand, color, destination address, and operand number in the ignition token FIT are stored in the operand memory 13. However, for OUT and LLINK instructions, a special identifier is stored in the operand memory 13 instead of the destination address.

第9図は命令実行部14の動作を説明するものである。FIG. 9 explains the operation of the instruction execution section 14.

命令実行部14は、命令を命令コードとオペランドによ
って実行し、カラー、行先アドレス及び実行結果を併せ
て結果トークンl(Tとし、アドレス変換部7に送る。
The instruction execution unit 14 executes the instruction using the instruction code and operand, and sends the color, destination address, and execution result together as a result token l (T) to the address conversion unit 7.

命令実行部14は、命令コードによっては実行可能トー
クンのカラーおよび行先アドレスを変更し、変更したカ
ラーおよび行先アドレスを結果トークンRTのカラーお
よび行先アドレスとすることがある。
The instruction execution unit 14 may change the color and destination address of the executable token depending on the instruction code, and use the changed color and destination address as the color and destination address of the result token RT.

第1O図CALL命令の実行可能トークンと結果トーク
ンを示すものである。なお、プロセッサ・ニレメン)1
−iの命令実行部14はCALL命令の実行可能トーク
ンETを受取ると、何も処理を行わず、これをアドレス
変換部7に送り、アドレス変換部7はこれをネットワー
ク6を介してスケジューラ2に送る。スケジューラ2は
プロセッサ・−レメントl −iと同様な構成を有して
いるも 1のと考えて良い。CALL命令のオペランド
は、呼出し元関数Fを実行するプロセッサ・エレメント
の名前PEPと呼出される関数の名前fとを含んでいる
。CALL命令が実行されると、カラー、行先アドレス
および新カラーよυ成る結果トークンRTが作成される
。CALL命令の結果トークンIt Tのカラーと行先
アドレスは変更されない。スケジー−ラ2は、カラー・
メモリ(図示せず)を有してお如、このカラー・メモリ
を参照して使用されていないカラーを新カラーとする。
FIG. 1O shows executable tokens and result tokens for a CALL instruction. In addition, processor Niremen) 1
When the instruction execution unit 14 of -i receives the executable token ET of the CALL instruction, it does not perform any processing and sends it to the address translation unit 7, which sends it to the scheduler 2 via the network 6. send. Scheduler 2 can be considered to have the same configuration as processor element l-i. The operands of the CALL instruction include the name PEP of the processor element that executes the calling function F and the name f of the called function. When a CALL instruction is executed, a result token RT is created consisting of a color, a destination address, and a new color υ. The color and destination address of the resulting token It_T of the CALL instruction are unchanged. Scheduler 2 is a color
If a memory (not shown) is provided, this color memory is referred to and an unused color is set as a new color.

結果トークンRTの新カラーは、オペランドに相当する
ものであるが、図示しないが関数fを実行するプロセッ
サ・エレメントの名前PEfもオペランドしてCA、L
L命令の結果トークンに付加されている。CALL命令
の結果トークンRTはプロセッサ・エレメントPEFに
送られる。なお、PEfがPEpと同じであってもよい
The new color of the result token RT corresponds to the operand, and although not shown, the name PEf of the processor element that executes the function f is also used as an operand, CA, L.
It is added to the result token of the L instruction. The result token RT of the CALL instruction is sent to processor element PEF. Note that PEf may be the same as PEp.

第11図はLLINK命令の実行可能トークンと結果ト
ークンを示すものである。LLINKの実行可能トーク
ンETが送られて来ると、プロセッサ・ニレメン) P
EFの命令実行部14は、実行可能トークンETの新カ
ラーの値を結果トークンRTのカラ一部の値とし、実行
可能トークンETの関数入口アドレスを結果トークンR
Tの行先アドレス部に記入し、実行可能トークンETの
オペランド(関数fの実引数)を結果トークンRTのオ
ペランド部に記入し、図示しないが更に結果トークンR
Tの先頭にプロセッサ・エレメント化PEfを付加して
アドレス変換部7に送る。このLLINKの結果トルク
ンRTは、ネットワークを介してプロセッサ・エレメン
トPEfに送られる。
FIG. 11 shows the executable and result tokens of the LLINK instruction. When the LLINK executable token ET is sent, the processor
The instruction execution unit 14 of the EF sets the value of the new color of the executable token ET as the value of a part of the color of the result token RT, and sets the function entry address of the executable token ET to the result token R.
Fill in the destination address field of T, write the operand of executable token ET (actual argument of function f) in the operand field of result token RT, and further write result token R (not shown).
The processor element PEf is added to the beginning of T and sent to the address conversion unit 7. The result of this LLINK, RT, is sent to processor element PEf via the network.

第12図は0LINKの実行可能トークンと結果トーク
ンとを示すものである。0LINKの実行可能トークン
ETが送られて来ると、プロセッサ・ニレメン) PE
Fの命令実行部工4は、実行可能トークンETの新カラ
ーを結果トークンRTのカラ一部の値とし、OUTのア
ドレスをそのま\とし、実行可能トークンETのカラー
と戻シアドレスを結果トークン11 Tのオペランド部
に記入し、図示しないが更に結果トークンRTの先頭に
プロセッサ・エレメント化PEfを付加してアドレス変
換部7に送る。この0LINKの結果トークンRTは、
ネットワーク6を介してプロセッサ・エレメントPEf
に送られる。なお、CALL命令の結果トークンRTの
行先アドレスで命令メモリ11をリード・アクセスする
と、LLINK命令および0LINK命令が命令メモリ
11から取出される。
FIG. 12 shows the executable and result tokens of 0LINK. When the 0LINK executable token ET is sent, the processor
The instruction execution unit 4 of F takes the new color of the executable token ET as the value of part of the color of the result token RT, leaves the address of OUT as is, and sets the color of the executable token ET and the return address as the result token. 11 Fill in the operand field of T, and further add processor elementization PEf to the beginning of the result token RT (not shown) and send it to the address conversion unit 7. The result token RT of this 0LINK is
Processor element PEf via network 6
sent to. Note that when the instruction memory 11 is read and accessed using the destination address of the result token RT of the CALL instruction, the LLINK instruction and the 0LINK instruction are taken out from the instruction memory 11.

第13図はOUTの実行可能トークンと結果トークンを
示すものである。LLINKの結果トークンRTを受取
ると、プロセッサ・エレメントPEfはその実引数に基
づく関数fの演算を実行する。
FIG. 13 shows the executable and result tokens of OUT. Upon receiving the LLINK result token RT, processor element PEf performs the operation of function f based on its actual arguments.

実行結果が作成されると、プロセッサ・ニレメン) P
EfによってOUT命令が実行される。OUTの実行可
能トークンETが送られて来ると、プロセッサ・ニレメ
ン) PEfの命令実行部14は、売行可能トークンE
Tの戻りカラーの値を結果トークンRTのカラ一部に記
入し、実行可能トークンETの戻りアドレスを結果トー
クンRTの行先アドレス部に記入し、実行可能トークン
ETのオペランド(関数の結果)を結果トークンRTの
オペランドとし、更に図示しないが結果トークンItT
の先頭にプロセッサ・ニレメン) PEFの名前を付加
してアドレス変換部7に送る。とのOTJ Tの結果ト
ークンは、ネットワーク6を介してプロセッサ・エレメ
ントPEFに送られる。
When the execution result is created, the processor
The OUT instruction is executed by Ef. When the executable token ET of OUT is sent, the instruction execution unit 14 of the processor PEf sends the executable token E
Write the return color value of T in the color part of the result token RT, write the return address of the executable token ET in the destination address part of the result token RT, and write the operand (result of the function) of the executable token ET as the result. As an operand of the token RT, and although not shown, the result token ItT
The name of the processor (PEF) is added to the beginning of the file and sent to the address conversion unit 7. The resultant token of the OTJ T with is sent via the network 6 to the processor element PEF.

〔発明の効果〕〔Effect of the invention〕

以上の説明から明らかなように1本発明によれば、関数
呼出しを行い得るようになったデータフロー・マシンに
おいて、オペランド・メモリのギ一として、命令がOU
TおよびLLINKの何れでもない場合には行先アドレ
スとカラーとを用い、命令がOUT又はLLINKの場
合には関数内の他の命令のオペランドと区別できるよう
な特別な識別子と、カラーとを用いているので、オペラ
ンドの混同を生ずることなくデータフロー処理を行うこ
とが出来る。
As is clear from the above description, according to the present invention, in a data flow machine that can perform function calls, instructions are stored in OU as a key to operand memory.
If the instruction is neither T nor LLINK, the destination address and color are used; if the instruction is OUT or LLINK, a special identifier and color are used to distinguish it from the operands of other instructions within the function. Therefore, data flow processing can be performed without causing confusion of operands.

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

第1図はデータブ−−−q>:yの概要を示す図・ 1
第2図はデータフロ−・グラフの1例を示す図。 第3図はプロセッサ・エレメントの1例を示す図、第4
図は結果トークンの形式を示す図、第5図は点火トーク
ンの形式を示す図、第6図は実行可能トークンの形式を
示す図、第7図は命令取出部の動作を説明する図、第8
図は命令点火検査部の動作を説明する図、第9図は命令
実行部の動作を示す図、2g10図はCALL命令の実
行可能トークンと結果トークンとを示す図、第11図は
LLINK命令の実行可能トークンと結果トークンを示
す図、第12図は0LINK命令の実行可能トークンと
結果トークンを示す図、第13図はOUT命令の実行可
能トークンを示す図である。 1−〇ないし1−n・・・プロセッサ・エレメント、2
・・・スケジューラ、3・・・ホスト!t n 44’
4 、4・・・ディスプレイ、5・・・DASD、6・
・・ネットワーク、7・・・アドレス変換部、8・・・
アドレス変換メモリ、9・・・待メモリ、10・・・命
令取出部、11・・・命令メモリ、12・・・命令発火
検査部、13川オペランド・メモリ、FET・・・取出
トークン、FIT・・・点火トークン、ET・・・実行
可能トークン。 9Q ヤ9目 欠′1図 尤11図
Figure 1 is a diagram showing an overview of the data book --- q>:y.
FIG. 2 is a diagram showing an example of a data flow graph. Fig. 3 is a diagram showing an example of a processor element, Fig. 4 is a diagram showing an example of a processor element.
5 shows the format of the ignition token, FIG. 6 shows the format of the executable token, FIG. 7 shows the operation of the instruction fetching unit, and FIG. 8
9 is a diagram illustrating the operation of the instruction execution unit. Figure 2g10 is a diagram illustrating the executable token and result token of the CALL instruction. FIG. 12 is a diagram showing executable tokens and result tokens. FIG. 12 is a diagram showing executable tokens and result tokens of the 0LINK instruction. FIG. 13 is a diagram showing executable tokens of the OUT instruction. 1-0 to 1-n...processor element, 2
...Scheduler, 3...Host! t n 44'
4, 4...Display, 5...DASD, 6...
...Network, 7...Address translation unit, 8...
Address conversion memory, 9...Waiting memory, 10...Instruction fetching unit, 11...Instruction memory, 12...Instruction firing inspection unit, 13 River operand memory, FET...Fetching token, FIT... ...Ignition token, ET...Executable token. 9Q

Claims (1)

【特許請求の範囲】[Claims] 複数のプロセッサ・エレメントと、プロセッサ・エレメ
ント間の通信を行うネットワークとを有すると共に、新
カラーを獲得しこれをLLINK命令および0LINK
命令に送るだめのCALL命令と、関数の実引数に新カ
ラーを付加しこれらを関数入口アドレスに送るためのL
LINK命令と、関数実行結果の戻υ先を示す戻りアド
レスと現在のカラーを併せてオペランドとしそれに新カ
ラーを付加したものをOUT命令に送る0LINK命令
と、関数の実行結果に戻シカラーを付加しこれを戻りア
ドレスに送るだめのOUT命令とを実行できるようにな
ったデータフロー・マシンにおけるデータ処理方式であ
って、上記プロセッサ・エレメントは、命令取出部と、
命令メモリと、命令発火検査部と、オペランド・メモリ
と、命令実行部とを具備し、上記命令取出部は、取出ト
ークンが到着したとき、そのトークンの行先アドレスに
基づいて取出トークンのオペランドを使用する命令コー
ド、その命令の何番目のオペランドになるかを示すオペ
ランド番号および次の命令の実行結果の行先アドレスを
上記命令メモリから取出し、これらにカラーとオペラン
ドを併せたものを点火トークンとして上記命令発火検査
部に送ると共に、取出された命令コードがOUT命令又
はLT、INK命令を示している場合には特別な識別子
を上記命令メモリから取出して点火トークンに付加する
ように構成され、上記命令発火検査部は、点火トークン
が到着したとき、命令がOUT又は、T、LINKの場
合は点火トークンのカラーと特別な識別子をキーとして
同一のキーをもつオペランドを上記オペランド・メモリ
から捜し、OU T命令およびLLINK命令の内の何
れでもない場合罠は点火トークンのカラーと行先アドレ
スとをキーとして同一のキーをもつオペランドを上記オ
ペランド・メモリから捜し、そして命令に必要なオペラ
ンドが揃っている場合にはカラー、行先アドレス、命令
コード、オペランドを併せて実行可能トークンとして上
記命令実行部に送り、揃っていない場合には点火トーク
ン中のオペランド、カラー、行先アドレス、オペランド
番号を上記オペランド・メモリに格納すると共に、OU
T命令又はLLINK命令のときは特別な識別子をも上
記オペランド・メモリに格納するように構成され、上記
命令実行部は、命令を命令コードとオペランドによって
実行し、カラー、行先アドレス、実行結果を併せて結果
トークンとして出力するように構成されていることを特
徴とするデータ処理方式。
It has multiple processor elements and a network for communication between the processor elements, and acquires a new color and uses the LLINK command and 0LINK
CALL command to send to the command, and L to add new colors to the actual arguments of the function and send them to the function entry address.
The LINK instruction, the return address indicating the return destination of the function execution result, and the current color are used as operands, and a new color is added to the 0LINK instruction, which is sent to the OUT instruction.The 0LINK instruction adds the return color to the function execution result. A data processing method in a dataflow machine capable of executing an OUT instruction to send the OUT instruction to a return address, the processor element comprising: an instruction fetching unit;
The instruction fetching section includes an instruction memory, an instruction firing inspection section, an operand memory, and an instruction execution section, and when the fetching token arrives, the instruction fetching section uses the operand of the fetching token based on the destination address of the token. The instruction code to be executed, the operand number indicating the operand number of the instruction, and the destination address of the execution result of the next instruction are retrieved from the instruction memory, and these, together with the color and operand, are used as the ignition token to execute the above instruction. In addition to transmitting the command to the ignition inspection section, if the retrieved instruction code indicates an OUT command, LT, or INK command, a special identifier is retrieved from the command memory and added to the ignition token, and the command is fired. When the ignition token arrives, if the instruction is OUT, T, or LINK, the inspection unit searches for an operand with the same key from the operand memory using the color of the ignition token and a special identifier as a key, and issues an OUT instruction. and LLINK instructions, the trap searches the above operand memory for an operand with the same key using the color of the firing token and the destination address as keys, and if the operands required by the instruction are available, then Sends the color, destination address, instruction code, and operand together as an executable token to the instruction execution unit, and if they are not complete, stores the operand, color, destination address, and operand number in the ignition token in the operand memory. together with O.U.
In the case of a T instruction or a LLINK instruction, a special identifier is also stored in the operand memory, and the instruction execution unit executes the instruction using the instruction code and operand, and also stores the color, destination address, and execution result. A data processing method characterized in that the data processing method is configured to output a result token as a result token.
JP58111291A 1983-06-21 1983-06-21 Data processing system Pending JPS603751A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58111291A JPS603751A (en) 1983-06-21 1983-06-21 Data processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58111291A JPS603751A (en) 1983-06-21 1983-06-21 Data processing system

Publications (1)

Publication Number Publication Date
JPS603751A true JPS603751A (en) 1985-01-10

Family

ID=14557494

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58111291A Pending JPS603751A (en) 1983-06-21 1983-06-21 Data processing system

Country Status (1)

Country Link
JP (1) JPS603751A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01188951A (en) * 1988-01-23 1989-07-28 Sharp Corp Control system for execution of data flow program
US5043873A (en) * 1986-09-05 1991-08-27 Hitachi, Ltd. Method of parallel processing for avoiding competition control problems and data up dating problems common in shared memory systems

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5043873A (en) * 1986-09-05 1991-08-27 Hitachi, Ltd. Method of parallel processing for avoiding competition control problems and data up dating problems common in shared memory systems
JPH01188951A (en) * 1988-01-23 1989-07-28 Sharp Corp Control system for execution of data flow program

Similar Documents

Publication Publication Date Title
US5555427A (en) Distributed processing in a system of computers at terminals connected by a communication network
US5349675A (en) System for directly displaying remote screen information and providing simulated keyboard input by exchanging high level commands
JP2666847B2 (en) Heterogeneous language communication method
EP0213842A2 (en) Mechanism for performing data references to storage in parallel with instruction execution on a reduced instruction-set processor
CN101300545B (en) Apparatus and method for performing externally assisted calls in a heterogeneous processing complex
US4562538A (en) Microprocessor having decision pointer to process restore position
US4692861A (en) Microcomputer with interprocess communication
US4136383A (en) Microprogrammed, multipurpose processor having controllable execution speed
JPH05505274A (en) System and method for automatically interfacing calling standards between two dissimilar program units
EP0474436B1 (en) Method for communications between processors of a multi-processor system
JPH06168213A (en) System-to-system channel paging mechanism
JPS603751A (en) Data processing system
EP0660229A1 (en) Method and apparatus for modifying the contents of a register
JPH0823861B2 (en) Distributed processing method
US4633406A (en) Digital data processing system method for making a general call
JPH0877118A (en) Distributed processor and process execution method
KR950006585B1 (en) Micro program control apparatus and control method thereof
JP2937641B2 (en) Communication method between application programs
KR100482316B1 (en) Console server method on operating system and apparatus thereof
JP2755646B2 (en) Data driven data processor
JP2551054B2 (en) I / O system reconfiguration processor
JPS60178536A (en) Command processing system
JP3581723B2 (en) Conversation information control device
JPH08137774A (en) Data independent computer system, processing machine constituting the system, data machine and man/machine interface machine
JPH02171931A (en) Transferring of application software and virtual interface system