JP2622138B2 - Information processing device - Google Patents

Information processing device

Info

Publication number
JP2622138B2
JP2622138B2 JP779188A JP779188A JP2622138B2 JP 2622138 B2 JP2622138 B2 JP 2622138B2 JP 779188 A JP779188 A JP 779188A JP 779188 A JP779188 A JP 779188A JP 2622138 B2 JP2622138 B2 JP 2622138B2
Authority
JP
Japan
Prior art keywords
information
address
destination information
storage means
unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP779188A
Other languages
Japanese (ja)
Other versions
JPH01183739A (en
Inventor
俊弥 岡本
宗一 宮田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP779188A priority Critical patent/JP2622138B2/en
Priority to US07/259,722 priority patent/US5115510A/en
Publication of JPH01183739A publication Critical patent/JPH01183739A/en
Application granted granted Critical
Publication of JP2622138B2 publication Critical patent/JP2622138B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】 [産業上の利用分野] この発明は情報処理装置に関し、特に、データの到着
により演算を行うようなデータフロー型であって、デー
タフロープログラムを記憶するプログラムメモリを装置
外に設けたような情報処理装置に関する。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing apparatus, and more particularly to a data flow type in which an operation is performed upon arrival of data, and a program memory for storing a data flow program. The present invention relates to an information processing device provided outside.

[従来の技術] 第3図は従来のデータフロー型情報処理装置の概略ブ
ロック図であり、第4図はプログラムメモリに記憶され
る内容の一部を示す図である。
[Prior Art] FIG. 3 is a schematic block diagram of a conventional data flow type information processing apparatus, and FIG. 4 is a diagram showing a part of contents stored in a program memory.

まず、第3図および第4図を参照して、従来のデータ
フロー型情報処理装置の構成と概略の動作について説明
する。第3図において、プログラム記憶部1は、プログ
ラムメモリ(図示せず)を含み、そのプログラムメモリ
には、入力データパケットの行先フィールドの内容(行
先情報)と命令情報とからなるデータフロープログラム
を記憶している。そして、プログラム記憶部1は行先情
報に基づくアドレス指定によって行先情報および命令情
報を読出し、各情報を入力データパケットの行先フィー
ルドおよび命令フィールドに格納して出力する。
First, a configuration and a schematic operation of a conventional data flow type information processing apparatus will be described with reference to FIGS. In FIG. 3, a program storage unit 1 includes a program memory (not shown), and stores a data flow program including the contents (destination information) of a destination field of an input data packet and instruction information in the program memory. doing. Then, the program storage unit 1 reads out the destination information and the instruction information by specifying an address based on the destination information, and stores and outputs each information in the destination field and the instruction field of the input data packet.

対データ検出部2は、プログラム記憶部1から入力さ
れるデータパケットの待合わせを行い、行先情報が一致
する2つのデータパケットのうち、一方のデータパケッ
トのオペランドデータを他方のデータパケットのデータ
フィールドに格納して出力するものである。演算処理部
3は対データ検出部2から入力されるデータパケットの
命令情報を解読し、その2つのオペランドデータに対し
て所定の演算処理を施し、その結果を入力データパケッ
トのデータフィールドに格納して、プログラム記憶部1
に出力するものである。
The paired data detection unit 2 waits for a data packet input from the program storage unit 1, and replaces the operand data of one of the two data packets having the same destination information with the data field of the other data packet. And output it. Arithmetic processing section 3 decodes the instruction information of the data packet input from paired data detecting section 2, performs predetermined arithmetic processing on the two operand data, and stores the result in the data field of the input data packet. And the program storage unit 1
Is output to

第3図に示されたデータフロー型情報処理装置におい
ては、データパケットが、プログラム記憶部1→対デー
タ検出部2→演算処理部3→プログラム記憶部1→…の
ように回り続けることにより、プログラム記憶部1に記
憶されたプログラムに基づく演算処理が進行する。
In the data flow type information processing apparatus shown in FIG. 3, the data packets continue to rotate in the order of program storage unit 1 → data detection unit 2 → operation processing unit 3 → program storage unit 1 →. The arithmetic processing based on the program stored in the program storage unit 1 proceeds.

第5図は第3図に示したプログラム記憶部1の概略の
構成を示す図である。第5図において、入力データラッ
チ部4は現在の行先情報を保持するものであり、命令情
報を消去される。なお、入力データラッチ部4はオペラ
ンドデータもラッチする。入力データラッチ部4でラッ
チされた行先情報はアドレス計算部5に与えられ、その
行先情報からプログラムメモリ6のアドレスが計算され
る。プログラムメモリ6は前述の第4図に示したような
行先情報と命令情報とからなるデータフロープログラム
を記憶している。プログラムメモリ6から算出された新
しい行先情報と命令情報は出力データラッチ部7に与え
られてラッチされる。なお、出力データラッチ部7は入
力データラッチ部4でラッチされたオペランドデータを
そのままラッチする。
FIG. 5 is a diagram showing a schematic configuration of the program storage unit 1 shown in FIG. In FIG. 5, the input data latch unit 4 holds the current destination information, and erases the instruction information. The input data latch unit 4 also latches operand data. The destination information latched by the input data latch unit 4 is supplied to an address calculation unit 5, and the address of the program memory 6 is calculated from the destination information. The program memory 6 stores a data flow program including destination information and instruction information as shown in FIG. The new destination information and instruction information calculated from the program memory 6 are provided to the output data latch unit 7 and latched. The output data latch unit 7 directly latches the operand data latched by the input data latch unit 4.

[発明が解決しようとする課題] 上述の第3図ないし第5図に示した従来のデータフロ
ー型情報処理装置においては、プログラムの命令情報の
読出部分がすべて装置内(予め作られており、増設/削
除ができない部分)にあるため、すべてのプログラムを
収納するだけの容量を有するメモリを予め設けておく必
要がある。しかしながら、一般に、情報処理装置は複数
の半導体部品から構成されるか、あるいは1個のLSIで
構成されるかを問わず、プログラムメモリの容量を適性
化することが困難であり、実行するプログラムに応じた
柔軟なハードウェア構成をとることができない。
[Problems to be Solved by the Invention] In the conventional data flow type information processing apparatus shown in FIGS. 3 to 5, all of the instruction information readout portion of the program is built in the apparatus (in advance, It is necessary to provide in advance a memory having a capacity enough to store all programs. However, in general, it is difficult to optimize the capacity of the program memory, regardless of whether the information processing device is composed of a plurality of semiconductor components or one LSI, and the A flexible hardware configuration cannot be taken.

そこで、プログラム命令6をプログラム記憶部1に対
して外付けして、プログラムメモリ6の容量を適宜増減
することが考えられる。しかしながら、データフロー型
の情報処理装置においては、演算処理部3からプログラ
ム記憶部1にデータが与えられても、そのデータを1つ
ずつ処理しなければならず、処理演算部3から順次デー
タが送らてきた場合、最初のデータを処理している間
は、後続のデータを待機させておく必要があり、そのた
めのデータの待ち時間が多くなり、処理速度が遅くなっ
てしまうという問題点があった。
Therefore, it is conceivable to externally attach the program instruction 6 to the program storage unit 1 to appropriately increase or decrease the capacity of the program memory 6. However, in the data flow type information processing apparatus, even if data is provided from the arithmetic processing unit 3 to the program storage unit 1, the data must be processed one by one. When it is sent, while processing the first data, it is necessary to wait for the subsequent data, and there is a problem that the waiting time for the data is increased and the processing speed is reduced. Was.

それゆえに、この発明の主たる目的は、演算処理部か
ら順次データが出力されても、待ち時間無しにデータ処
理できるような情報処理装置を提供することである。
Therefore, a main object of the present invention is to provide an information processing apparatus capable of performing data processing without waiting time even when data is sequentially output from an arithmetic processing unit.

[課題を解決するための手段] 本発明の情報処理装置は、行先情報と命令情報とを組
とするデータフロープログラムを記憶するプログラムメ
モリを装置外に設けたデータフロー型の情報処理装置で
あって、入力データパケットに含まれるオペランド、命
令情報、行先情報及び世代情報のうち、オペランド、行
先情報及び世代情報を格納する入力格納手段と、オペラ
ンド、命令情報、行先情報及び世代情報を格納する複数
の出力格納手段と、前記入力格納手段に格納されている
行先情報及び世代情報に基づいて、該入力格納手段に格
納されているオペランド、行先情報及び世代情報を格納
する出力格納手段を特定するアドレス情報を算出する読
出アドレス計算手段と、該読出アドレス計算手段により
算出されたアドレス情報によって特定される前記出力格
納手段に、前記入力格納手段のオペランド、行先情報及
び世代情報を格納する手段と、出力格納手段に格納され
ている行先情報及び世代情報に基づいて、前記プログラ
ムメモリの読出アドレスを算出するアドレス計算手段
と、前記プログラムメモリの前記読出アドレスより読出
された行先情報及び命令情報を格納する出力格納手段を
特定するアドレス情報を、前記アドレス計算手段に与え
られた行先情報及び世代情報に基づいて算出する書込ア
ドレス計算手段と、該書込アドレス計算手段により算出
されたアドレス情報によって特定される前記出力格納手
段に、前記プログラムメモリより読出された行先情報及
び命令情報を格納する手段と、該手段による格納が実行
された前記出力格納手段のオペランド、命令情報、行先
情報及び世代情報を出力データパケットとして出力する
手段と、前記読出アドレス計算手段の算出結果と前記書
込アドレス計算手段の算出結果の競合を調停する競合調
停手段とを備えたことを特徴とするものである。
[Means for Solving the Problems] An information processing apparatus according to the present invention is a data flow type information processing apparatus in which a program memory for storing a data flow program in which destination information and instruction information are set is provided outside the apparatus. Input storage means for storing the operand, destination information, and generation information among the operands, instruction information, destination information, and generation information included in the input data packet; Based on the destination information and generation information stored in the input storage means, and an address for specifying the output storage means for storing the operand, destination information, and generation information stored in the input storage means. Read address calculating means for calculating information; and address information specified by the read address calculating means. Means for storing the operands, destination information and generation information of the input storage means in the output storage means, and calculating a read address of the program memory based on the destination information and generation information stored in the output storage means Address calculation means, and address information specifying output storage means for storing destination information and instruction information read from the read address of the program memory based on the destination information and generation information given to the address calculation means. A write address calculating means for calculating; a destination information and instruction information read from the program memory in the output storage means specified by the address information calculated by the write address calculating means; The operand, instruction information, destination information, Means for outputting proxy information as an output data packet; and contention arbitration means for arbitrating contention between the calculation result of the read address calculation means and the calculation result of the write address calculation means. .

[実施例] 第1図はこの発明の一実施例に含まれるプログラム記
憶部の内容を示すブロック図である。
FIG. 1 is a block diagram showing the contents of a program storage unit included in an embodiment of the present invention.

まず、第1図を参照して、この発明の一実施例の構成
について説明する。この第1図に示したプログラム記憶
部は、プログラム付与部11とプログラムメモリ部12の2
つの部分に分割され、プログラム付与部11は装置内に設
けられ、プログラムメモリ部12は装置外に設けられる。
First, the configuration of one embodiment of the present invention will be described with reference to FIG. The program storage unit shown in FIG.
The program providing unit 11 is provided inside the apparatus, and the program memory unit 12 is provided outside the apparatus.

プログラム付与部11は入力データラッチ部13と読出ア
ドレス計算部14と書込アドレス計算部15と競合調停機構
16と出力データラッチ部24とから構成される。入力デー
タラッチ部13は前述の第5図に示した入力データラッチ
部4と同様にして、現在の行先情報とともにオペランド
データをラッチするばかりでなく、世代番号をもラッチ
する。なお、命令情報は消去される。入力データラッチ
部13にラッチされた行先情報と世代番号情報は読出アド
レス計算部14に与えられる。読出アドレス計算部14は世
代番号情報と行先情報とに基づいて、その世代番号情報
に1対1に対応する出力データラッチ部24のアドレスを
計算する。一方、書込アドレス計算部15は、出力データ
ラッチ部24から、後述のアドレス計算部21を介して、後
述のデータラッチ部25にラッチされた行先情報と世代番
号情報が与えられ、該行先情報と世代番号情報とに基づ
いて、プログラムメモリ12から読出された行先情報と命
令情報とを書込むためアドレスを計算する。
The program providing unit 11 includes an input data latch unit 13, a read address calculation unit 14, a write address calculation unit 15, and a contention arbitration mechanism.
16 and an output data latch unit 24. The input data latch unit 13 latches not only the operand data together with the current destination information but also the generation number in the same manner as the input data latch unit 4 shown in FIG. The command information is deleted. The destination information and generation number information latched by the input data latch unit 13 are given to the read address calculation unit 14. The read address calculator 14 calculates the address of the output data latch 24 corresponding to the generation number information on a one-to-one basis, based on the generation number information and the destination information. On the other hand, the write address calculation unit 15 receives the destination information and the generation number information latched by the data latch unit 25 described later from the output data latch unit 24 via the address calculation unit 21 described later, and On the basis of the generation number information and the generation number information, an address for writing the destination information and the instruction information read from the program memory 12 is calculated.

読出アドレス計算部14によって計算された読出アドレ
スを書込アドレス計算部15によって計算された書込アド
レスは競合調停機構16に与えられる。競合調停機構16は
読出アドレスと書込アドレスとが出力データラッチ部24
の同じ領域を指定したときに、アクセスの競合を回避す
るものであって、競合した場合、書込アドレスと読出ア
ドレスのいずれか一方のみを優先的に出力し、他方を待
機させる。出力データラッチ部24は複数の世代番号情報
をラッチするラッチ部17と、各世代番号に対応して行先
情報をラッチするラッチ部18と、各世代番号に対応して
命令情報をラッチするラッチ部19と、各世代番号に対応
してオペランドデータをラッチするラッチ部20とから構
成される。ラッチ部17は読出アドレス計算部14で計算さ
れた読出アドレスで指定される領域に、入力データラッ
チ部13にラッチされた世代番号情報をラッチする。ラッ
チ部18,19は書込アドレス計算部15によって計算された
書込アドレスによって指定される領域に、プログラムメ
モリ部12から読出された新たな行先情報と命令情報とを
ラッチするものである。ラッチ部20は読出アドレス計算
部14によって計算された読出アドレスで指定される領域
に、入力データラッチ部13にラッチされたオペランドデ
ータをラッチする。アドレス計算部21にはラッチ部17と
18にラッチされた世代番号情報と行先情報の1組が入力
され、それらに基づいて、プログラムメモリ23のアドレ
スが計算される。アドレス計算部21によって計算された
アドレスはプログラムメモリ部12に与えられる。
The read address calculated by the read address calculation unit 14 and the write address calculated by the write address calculation unit 15 are given to the contention arbitration mechanism 16. The contention arbitration mechanism 16 is configured such that the read address and the write address
When the same area is designated, access conflict is avoided. If there is a conflict, only one of the write address and the read address is output with priority and the other is put on standby. The output data latch unit 24 includes a latch unit 17 that latches a plurality of generation number information, a latch unit 18 that latches destination information corresponding to each generation number, and a latch unit that latches instruction information corresponding to each generation number. 19, and a latch unit 20 for latching operand data corresponding to each generation number. The latch unit 17 latches the generation number information latched by the input data latch unit 13 in an area specified by the read address calculated by the read address calculation unit 14. The latch units 18 and 19 latch the new destination information and instruction information read from the program memory unit 12 in an area specified by the write address calculated by the write address calculation unit 15. The latch unit 20 latches the operand data latched by the input data latch unit 13 in an area specified by the read address calculated by the read address calculation unit 14. The address calculator 21 has a latch 17 and
A set of generation number information and destination information latched at 18 is input, and based on them, the address of the program memory 23 is calculated. The address calculated by the address calculation unit 21 is given to the program memory unit 12.

プログラムメモリ部12はアドレスラッチ部22とプログ
ラムメモリ23とデータラッチ部25とを含む。アドレスラ
ッチ部22はアドレス計算部21によって計算されたアドレ
スをラッチするものである。プログラムメモリ23は前述
の第4図に示したように、行先情報と命令情報を1組と
して記憶しており、アドレスラッチ部22の出力によって
アドレス指定される。プログラムメモリ23は指定された
アドレスから行先情報と命令情報とを読出し、データラ
ッチ部25に与える。データラッチ部25はアドレス計算部
21に入力された行先情報および世代番号情報と、プログ
ラムメモリ23から読出された行先情報および命令情報を
1組分ラッチする。データラッチ部25にラッチされた世
代番号情報と行先情報は書込アドレス計算部15に与えら
れ、プログラムメモリ23から読出された行先情報と命令
情報は、ラッチ部18,19に与えられる。
The program memory unit 12 includes an address latch unit 22, a program memory 23, and a data latch unit 25. The address latch unit 22 latches the address calculated by the address calculation unit 21. As shown in FIG. 4, the program memory 23 stores destination information and instruction information as one set, and is specified by the output of the address latch unit 22. The program memory 23 reads out the destination information and the instruction information from the specified address, and supplies it to the data latch unit 25. Data latch unit 25 is an address calculation unit
The destination information and generation number information input to 21 and the destination information and instruction information read from the program memory 23 are latched for one set. The generation number information and the destination information latched by the data latch unit 25 are supplied to the write address calculation unit 15, and the destination information and the instruction information read from the program memory 23 are supplied to the latch units 18 and 19.

第2図はこの発明の一実施例におけるアクセス方式を
説明するための図である。
FIG. 2 is a diagram for explaining an access method in one embodiment of the present invention.

次に、第1図および第2図を参照して、この発明の一
実施例の動作について説明する。演算処理部3から入力
データパケットが入力データラッチ部13にラッチされ
る。すなわち、オペランドデータと行先情報と世代番号
情報が入力データラッチ部13にラッチされるが、命令情
報は消去される。読出アドレス計算部14は行先情報と世
代番号情報とに基づいて読出アドレスを計算し、データ
出力ラッチ部24におけるラッチ部17,18と20のアドレス
を指定し、入力データラッチ部13にラッチした世代番号
情報をラッチ部17にラッチするとともに、その世代番号
情報に対応するラッチ部18に行先情報を、またラッチ部
20にオペランドデータをラッチする。これによって、入
力データラッチ部13は次の入力データパケットの受付が
可能になる。
Next, the operation of one embodiment of the present invention will be described with reference to FIG. 1 and FIG. The input data packet is latched by the input data latch unit 13 from the arithmetic processing unit 3. That is, the operand data, the destination information, and the generation number information are latched by the input data latch unit 13, but the instruction information is erased. The read address calculation unit 14 calculates a read address based on the destination information and the generation number information, specifies the addresses of the latch units 17, 18 and 20 in the data output latch unit 24, and outputs the generation latched by the input data latch unit 13. The number information is latched in the latch section 17, the destination information is stored in the latch section 18 corresponding to the generation number information, and the latch section
Latch the operand data to 20. Thus, the input data latch unit 13 can receive the next input data packet.

ラッチ部17にラッチされた世代番号情報とラッチ部18
にラッチされた行先情報とに基づいて、アドレス計算部
21はプログラムメモリ23のアドレスを計算する。そのア
ドレスはアドレスラッチ22にラッチされる。プログラム
メモリ23はアドレスラッチ22にラッチされたアドレスに
対応する行先情報と命令情報とを読出してデータラッチ
25に出力する。
Generation number information latched by the latch unit 17 and the latch unit 18
Address calculation unit based on the destination information latched in
21 calculates the address of the program memory 23. The address is latched in the address latch 22. The program memory 23 reads out destination information and instruction information corresponding to the address latched by the address latch 22 and performs data latching.
Output to 25.

一方、書込アドレス計算部15はアドレス計算部21に与
えられた世代番号情報と行先情報とに基づいて、データ
ラッチ25にラッチされている命令情報と行先情報をラッ
チさせるための出力データラッチ部24におけるラッチ部
18,19の領域のアドレスを計算する。そして、そのアド
レスにプログラムメモリ23から読出された命令情報と行
先情報とがラッチされる。この出力データラッチ部24に
ラッチされたオペランドデータと命令情報と行先情報と
世代番号情報から成る出力データパケットは対データ検
出部2に与えられる。
On the other hand, the write address calculation unit 15 is based on the generation number information and the destination information given to the address calculation unit 21, and outputs the output data latch unit for latching the instruction information and the destination information latched by the data latch 25. Latch section at 24
Calculate the addresses of 18,19 areas. Then, the instruction information and the destination information read from the program memory 23 are latched at that address. The output data packet composed of the operand data, the instruction information, the destination information, and the generation number information latched by the output data latch unit 24 is supplied to the paired data detection unit 2.

したがって、この発明の一実施例によれば、演算処理
部3から順次入力データパケットが入力データラッチ部
13に与えられても、出力データラッチ部24に世代番号順
にオペランドデータと命令情報と行先情報と世代番号情
報が順次格納されるので、入力データパケットがプログ
ラム記憶部1の入力側で待たされることがなく、その分
だけ待ち時間が少なくなり、処理速度を速めることがで
きる。
Therefore, according to one embodiment of the present invention, the input data packets are sequentially input from the arithmetic processing unit 3 to the input data latch unit.
Even if the input data packet is given to the input data packet 13, the operand data, the instruction information, the destination information, and the generation number information are sequentially stored in the output data latch unit 24 in the order of the generation number, so that the input data packet waits on the input side of the program storage unit 1. And the waiting time is reduced accordingly, and the processing speed can be increased.

[発明の効果] 以上のように、この発明によれば、入力データパケッ
トが与えられるごとに、対応する行先情報と命令情報と
をプログラムメモリから読出して出力格納手段に順次格
納するようにしたので、入力データパケットが順次入力
されても、待ち時間を少なくすることができ、処理速度
を速めることができる。
[Effects of the Invention] As described above, according to the present invention, each time an input data packet is provided, the corresponding destination information and instruction information are read from the program memory and sequentially stored in the output storage means. Even if input data packets are sequentially input, the waiting time can be reduced and the processing speed can be increased.

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

第1図はこの発明の一実施例の構成を示すブロック図で
ある。第2図はこの発明の一実施例におけるアクセス方
式を説明するための図である。第3図は従来のデータフ
ロー型情報処理装置のブロック図である。第4図はプロ
グラムメモリに記憶される内容の一部を示す図である。
第5図は従来の情報処理装置のプログラム記憶部を示す
ブロック図である。 図において、2は対データ検出部、3は演算処理部、11
はプログラム付与部、12はプログラムメモリ部、13は入
力データラッチ部、14は読出アドレス計算部、15は書込
アドレス計算部、16は競合調停機構、17乃至20はラッチ
部、21はアドレス計算部、22はアドレスラッチ、23はプ
ログラムメモリ、24は出力データラッチ、25はデータラ
ッチを示す。
FIG. 1 is a block diagram showing the configuration of one embodiment of the present invention. FIG. 2 is a diagram for explaining an access method in one embodiment of the present invention. FIG. 3 is a block diagram of a conventional data flow type information processing apparatus. FIG. 4 is a diagram showing a part of the contents stored in the program memory.
FIG. 5 is a block diagram showing a program storage section of a conventional information processing apparatus. In the figure, reference numeral 2 denotes a paired data detection unit, 3 denotes an operation processing unit,
Is a program adding unit, 12 is a program memory unit, 13 is an input data latch unit, 14 is a read address calculation unit, 15 is a write address calculation unit, 16 is a contention arbitration mechanism, 17 to 20 are latch units, and 21 is an address calculation. , 22 is an address latch, 23 is a program memory, 24 is an output data latch, and 25 is a data latch.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】行先情報と命令情報とを組とするデータフ
ロープログラムを記憶するプログラムメモリを装置外に
設けたデータフロー型の情報処理装置であって、 入力データパケットに含まれるオペランド、命令情報、
行先情報及び世代情報のうち、オペランド、行先情報及
び世代情報を格納する入力格納手段と、 オペランド、命令情報、行先情報及び世代情報を格納す
る複数の出力格納手段と、 前記入力格納手段に格納されている行先情報及び世代情
報に基づいて、該入力格納手段に格納されているオペラ
ンド、行先情報及び世代情報を格納する出力格納手段を
特定するアドレス情報を算出する読出アドレス計算手段
と、 該読出アドレス計算手段により算出されたアドレス情報
によって特定される前記出力格納手段に、前記入力格納
手段のオペランド、行先情報及び世代情報を格納する手
段と、 出力格納手段に格納されている行先情報及び世代情報に
基づいて、前記プログラムメモリの読出アドレスを算出
するアドレス計算手段と、 前記プログラムメモリの前記読出アドレスより読出され
た行先情報及び命令情報を格納する出力格納手段を特定
するアドレス情報を、前記アドレス計算手段に与えられ
た行先情報及び世代情報に基づいて算出する書込アドレ
ス計算手段と、 該書込アドレス計算手段により算出されたアドレス情報
によって特定される前記出力格納手段に、前記プログラ
ムメモリより読出された行先情報及び命令情報を格納す
る手段と、 該手段による格納が実行された前記出力格納手段のオペ
ランド、命令情報、行先情報及び世代情報を出力データ
パケットとして出力する手段と、 前記読出アドレス計算手段の算出結果と前記書込アドレ
ス計算手段の算出結果の競合を調停する競合調停手段と
を備えたことを特徴とする情報処理装置。
1. A data flow type information processing apparatus provided with a program memory for storing a data flow program having destination information and instruction information as a set, the operand being included in an input data packet, instruction information ,
Of the destination information and the generation information, an input storage means for storing operands, destination information, and generation information; a plurality of output storage means for storing operands, instruction information, destination information, and generation information; Read address calculating means for calculating address information for specifying an output storage means for storing operands, destination information and generation information stored in the input storage means, based on the destination information and generation information stored in the input storage means; Means for storing operands of the input storage means, destination information, and generation information in the output storage means specified by the address information calculated by the calculation means; and destination information and generation information stored in the output storage means. Address calculation means for calculating a read address of the program memory based on the program memo; Write address calculating means for calculating address information for specifying output storage means for storing destination information and instruction information read from the read address based on the destination information and generation information provided to the address calculating means; Means for storing destination information and instruction information read from the program memory in the output storage means specified by the address information calculated by the write address calculation means; Means for outputting an operand, instruction information, destination information and generation information of the output storage means as an output data packet; and contention arbitration means for arbitrating contention between the calculation result of the read address calculation means and the calculation result of the write address calculation means. An information processing apparatus comprising:
JP779188A 1987-10-20 1988-01-18 Information processing device Expired - Lifetime JP2622138B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP779188A JP2622138B2 (en) 1988-01-18 1988-01-18 Information processing device
US07/259,722 US5115510A (en) 1987-10-20 1988-10-19 Multistage data flow processor with instruction packet, fetch, storage transmission and address generation controlled by destination information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP779188A JP2622138B2 (en) 1988-01-18 1988-01-18 Information processing device

Publications (2)

Publication Number Publication Date
JPH01183739A JPH01183739A (en) 1989-07-21
JP2622138B2 true JP2622138B2 (en) 1997-06-18

Family

ID=11675478

Family Applications (1)

Application Number Title Priority Date Filing Date
JP779188A Expired - Lifetime JP2622138B2 (en) 1987-10-20 1988-01-18 Information processing device

Country Status (1)

Country Link
JP (1) JP2622138B2 (en)

Also Published As

Publication number Publication date
JPH01183739A (en) 1989-07-21

Similar Documents

Publication Publication Date Title
US5115510A (en) Multistage data flow processor with instruction packet, fetch, storage transmission and address generation controlled by destination information
JP2008181551A (en) Vector tailgating for computer provided with vector register
US5125097A (en) Data flow type information processors where data packets pass through plurality of merging and branching portions of the internal path
JP2632074B2 (en) Data flow type information processing device
JP2622138B2 (en) Information processing device
JPS59114677A (en) Vector processor
JPH11232247A (en) Data flow computer and data flow controlling method
JP3145545B2 (en) Memory access device
KR100246465B1 (en) Apparatus and method for reducing cycle of microprocessor stack order
JPH0644389A (en) Data driving information processor
JP3467188B2 (en) Multiplexing bus order guarantee system.
JPH0364903B2 (en)
JPH064331A (en) Decimal check circuit
JP3961473B2 (en) Vector type computer and memory access request generation circuit as its component
JPH0833869B2 (en) Data processing device
JPH01121965A (en) Microprocessor
JPS61220045A (en) Information processor
JP2842024B2 (en) Register file circuit
JPH0740258B2 (en) Data flow type information processing device
JPS58134350A (en) Memory controller
JPH05241832A (en) Information processor and information processing method
JPH02197961A (en) Information processor
JPH10240525A (en) Information processor
JPH01108641A (en) Information processor
JPH05341995A (en) Instruction control method in processor and processor

Legal Events

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

Free format text: PAYMENT UNTIL: 20080404

Year of fee payment: 11