JPH0620071A - Data driven information processor - Google Patents
Data driven information processorInfo
- Publication number
- JPH0620071A JPH0620071A JP17718492A JP17718492A JPH0620071A JP H0620071 A JPH0620071 A JP H0620071A JP 17718492 A JP17718492 A JP 17718492A JP 17718492 A JP17718492 A JP 17718492A JP H0620071 A JPH0620071 A JP H0620071A
- Authority
- JP
- Japan
- Prior art keywords
- data
- destination
- input
- information
- generation
- 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
Links
Landscapes
- Multi Processors (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】この発明は、データ駆動型情報処
理装置に関し、特にデータ駆動型情報処理装置における
入力データパケットの作成に関するものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data driven type information processing apparatus, and more particularly to generation of an input data packet in the data driven type information processing apparatus.
【0002】[0002]
【従来の技術】従来のノイマン型計算機においてはプロ
グラムとして種々の命令が予めプログラムメモリに記憶
され、プログラムカウンタによってプログラムメモリの
アドレスが逐次指定されることにより順次命令が読出さ
れ、その命令が実行される。2. Description of the Related Art In a conventional Neumann computer, various instructions are stored in advance in a program memory as a program, and the addresses of the program memory are sequentially designated by a program counter so that the instructions are sequentially read and executed. It
【0003】一方、データ駆動型情報処理装置は、プロ
グラムカウンタによる逐次的な命令の実行という概念を
持たない非ノイマン型計算機の一種である。このような
データ駆動型情報処理装置には、命令の並列処理を基本
としたアーキテクチャが採用される。データ駆動型情報
処理装置においては、演算の対象となるデータが揃い次
第、命令の実行が可能となり、データによって複数の演
算が同時に実行されるため、データの自然な流れに従っ
て並列的にプログラムが実行される。そのため、演算の
所要時間が大幅に短縮するとみなされている。On the other hand, the data driven type information processing apparatus is a kind of non-Neumann type computer which does not have the concept of sequential instruction execution by a program counter. Such a data driven type information processing apparatus employs an architecture based on parallel processing of instructions. In a data-driven information processing device, instructions can be executed as soon as the data to be operated are available, and multiple operations are executed simultaneously by the data, so the programs can be executed in parallel according to the natural flow of data. To be done. Therefore, it is considered that the time required for the calculation is significantly shortened.
【0004】図4は従来のデータ駆動型情報処理装置の
構成の一例、およびその周辺に設けられる装置を示すブ
ロック図である。また図5は、図4に示したデータ駆動
型情報処理装置により処理されたデータパケットのフィ
ールド構成の一例を示す図である。FIG. 4 is a block diagram showing an example of the configuration of a conventional data driven type information processing device and devices provided around it. Further, FIG. 5 is a diagram showing an example of a field configuration of a data packet processed by the data driven information processing apparatus shown in FIG.
【0005】図5に示されるデータパケットは、行先フ
ィールドからなるタグ部7と、データフィールドからな
るデータ部8とを含む。行先フィールドには、行先情報
が格納され、データフィールドにはオペランドデータが
格納される。The data packet shown in FIG. 5 includes a tag portion 7 formed of a destination field and a data portion 8 formed of a data field. Destination information is stored in the destination field, and operand data is stored in the data field.
【0006】図4を参照して、データ駆動型情報処理装
置10は、入出力制御部1、プログラム記憶部2、対デ
ータ生成部3、および演算処理部4を含む。データ駆動
型情報処理装置10により処理される入力データパケッ
トは、外部情報処理装置5により発生される。外部情報
処理装置5は、外部装置(図示しない)から与えられる
入力データと前述したタグ部7とを結合して、入力デー
タパケットを作成する。Referring to FIG. 4, a data driven type information processing apparatus 10 includes an input / output control unit 1, a program storage unit 2, a paired data generation unit 3, and an arithmetic processing unit 4. The input data packet processed by the data driven information processing device 10 is generated by the external information processing device 5. The external information processing device 5 combines input data given from an external device (not shown) with the above-mentioned tag unit 7 to create an input data packet.
【0007】入力制御部1は、入力されたデータパケッ
トを一時的に記憶し、データを順序よく合流させ次々と
送り出す入出力制御機能と、演算部4により出力された
データパケットに付された行先情報に応答してデータの
行先を決定する出力制御機能とを備える。The input control unit 1 temporarily stores the input data packets, merges the data in order and sends the data one after another, and the destination information attached to the data packets output by the arithmetic unit 4. In response to the output control function for determining the destination of the data.
【0008】プログラム記憶部2には、図6に示される
データフロープログラム9が記憶されている。データフ
ロープログラム9の各行は、行先情報91、命令情報9
2、および定数有/無情報93からなる。情報有/無情
報が「有」を示している場合には、次の行には定数デー
タ94が記憶されている。プログラム記憶部2は、入力
されたデータパケットの行先情報に基づいたアドレス指
定によって、データフロープログラム9の行先情報9
1、命令情報92、および定数有/無情報93を読出
し、その行先情報91および命令情報92をデータパケ
ットの行先フィールドおよび命令フィールドにそれぞれ
格納し、そのデータパケットを出力する。The program storage unit 2 stores a data flow program 9 shown in FIG. Each line of the data flow program 9 has destination information 91 and instruction information 9
2 and constant presence / absence information 93. When the information presence / absence information indicates “present”, constant data 94 is stored in the next line. The program storage unit 2 specifies the destination information 9 of the data flow program 9 by addressing based on the destination information of the input data packet.
1, the instruction information 92, and the constant presence / absence information 93 are read, the destination information 91 and the instruction information 92 are stored in the destination field and the instruction field of the data packet, respectively, and the data packet is output.
【0009】対データ生成部3は、プログラム記憶部2
から出力されるデータパケットの待ち合わせを行ない、
図7に示すようなデータパケットを生成する。すなわ
ち、命令情報が2入力を示している場合には、同じ行先
情報を有する異なる2つのデータパケットを読出し、そ
れらのデータパケットのうち一方のデータパケットのオ
ペランドデータ(図7おけるデータ1フィールドの内
容)を、他方のデータパケットのデータ2フィールドに
格納し、その他方のデータパケットを出力する。命令情
報が1入力を示している場合には、入力されたデータパ
ケットをそのまま出力する。The paired data generation unit 3 includes a program storage unit 2
Waits for data packets output from
A data packet as shown in FIG. 7 is generated. That is, when the command information indicates two inputs, two different data packets having the same destination information are read, and the operand data of one of the data packets (the contents of the data 1 field in FIG. 7) is read. ) Is stored in the data 2 field of the other data packet, and the other data packet is output. When the command information indicates one input, the input data packet is output as it is.
【0010】演算処理部4は、データ対生成部3から出
力されるデータパケットに対して、命令情報に基づく演
算命令を行ない、その結果をそのデータパケットのデー
タ1フィールドに格納して、そのデータパケットを入出
力制御部1に出力する。The operation processing unit 4 executes an operation instruction based on the instruction information with respect to the data packet output from the data pair generation unit 3, stores the result in the data 1 field of the data packet, and stores the data. The packet is output to the input / output control unit 1.
【0011】データパケットは、プログラム記憶部2、
データ対生成部3、演算処理部4、入出力制御部1、お
よびプログラム記憶部2を順に周り続けることにより、
プログラム記憶部2に記憶されたデータフロープログラ
ム9に基づく演算処理が進行する。The data packet is stored in the program storage unit 2,
By continuing the data pair generation unit 3, the arithmetic processing unit 4, the input / output control unit 1, and the program storage unit 2 in order,
The arithmetic processing based on the data flow program 9 stored in the program storage unit 2 proceeds.
【0012】前述した外部情報処理装置5は、データ駆
動型情報処理装置と独立した装置であり、入力データパ
ケットの作成以外にも種々の機能を備えている。したが
って、この外部情報処理装置5により、行先情報と入力
データとを結合して入力データパケットを作成するに
は、キー入力操作などによって行先情報を発生させるた
めの手順が必要である。行先情報には、並列処理したい
データ群同士を区別するための世代番号および同一世代
の入力データ同士を区別するための行先番号が含まれて
おり、外部情報処理装置5に対して、これらの番号を付
加するための操作を行なうには多くの労力が必要とされ
る。The external information processing device 5 described above is a device independent of the data driven type information processing device, and has various functions in addition to the creation of the input data packet. Therefore, in order to combine the destination information and the input data to create the input data packet by the external information processing device 5, a procedure for generating the destination information by a key input operation or the like is required. The destination information includes a generation number for distinguishing data groups to be processed in parallel and a destination number for distinguishing input data of the same generation, and these numbers are provided to the external information processing device 5. A lot of labor is required to perform the operation for adding.
【0013】[0013]
【発明が解決しようとする課題】ところで図4に示す構
成では、データ駆動型情報処理装置により処理される入
力データパケットはデータ駆動型情報処理装置と独立に
設けられる外部情報処理装置により作成されており、デ
ータ駆動型情報処理装置とデータ発生源(外部装置)と
を直接接続することはできない。このため、入力データ
パケットを作成するまでにある程度時間を必要とし、処
理速度を向上させることができないという問題がある。In the configuration shown in FIG. 4, the input data packet processed by the data driven type information processing apparatus is created by the external information processing apparatus provided independently of the data driven type information processing apparatus. However, it is not possible to directly connect the data driven information processing device and the data generation source (external device). Therefore, it takes some time to create the input data packet, and there is a problem that the processing speed cannot be improved.
【0014】さらに行先情報として世代番号、行先番号
を付与するには、キー入力操作を行なって所要の入力を
外部情報処理装置に与える必要があるため、迅速に入力
データパケットを作成することが困難であるという問題
がある。Further, in order to give the generation number and the destination number as the destination information, it is necessary to perform a key input operation to give a required input to the external information processing device, so that it is difficult to quickly create the input data packet. There is a problem that is.
【0015】この発明は前記従来の問題点に鑑みてなさ
れたものであり、データ発生源に直接接続することので
きるデータ駆動型情報処理装置を提供することを目的と
する。The present invention has been made in view of the above conventional problems, and an object thereof is to provide a data driven type information processing apparatus which can be directly connected to a data generating source.
【0016】[0016]
【課題を解決するための手段】前記目的を達成するため
の請求項1の発明にかかるデータ駆動型情報処理装置
は、行先情報発生手段、入力データパケット作成手段、
プログラム記憶手段、データ対発生手段、演算処理手
段、および出力手段を含む。A data driven type information processing apparatus according to the invention of claim 1 for achieving the above object comprises a destination information generating means, an input data packet creating means,
It includes program storage means, data pair generation means, arithmetic processing means, and output means.
【0017】行先情報発生手段は、行先情報を発生す
る。The destination information generating means generates destination information.
【0018】入力データパケット作成手段は、外部から
入力されるデータと行先情報発生手段により発生された
行先情報とを結合して入力データパケットを作成する。The input data packet creating means creates an input data packet by combining the data input from the outside and the destination information generated by the destination information generating means.
【0019】プログラム記憶手段は、作成された入力デ
ータパケットに含まれる行先情報に基づいてデータフロ
ープログラムから少なくとも次位の行先情報および次位
の命令情報を読出す。The program storage means reads at least the next destination information and the next instruction information from the data flow program based on the destination information included in the created input data packet.
【0020】データ対発生手段は、プログラム記憶手段
により読出された行先情報のうち、同じ行先情報をもつ
2つのデータパケットの待ち合わせを行ない、2つのデ
ータパケットを1つのデータパケットにまとめて出力す
る。The data pair generation means waits for two data packets having the same destination information among the destination information read out by the program storage means, and outputs the two data packets as one data packet.
【0021】演算処理手段は、プログラム記憶手段によ
り読出された命令情報に応答して、データ対発生手段に
より発生されたデータを演算処理する。The arithmetic processing means arithmetically processes the data generated by the data pair generating means in response to the instruction information read by the program storage means.
【0022】出力手段は、演算処理したデータをプログ
ラム記憶手段または外部に出力する。The output means outputs the processed data to the program storage means or the outside.
【0023】また、請求項2の発明に係るデータ駆動型
情報処理装置は、前記請求項1と同様なプログラム記憶
手段、データ対発生手段、演算処理手段、および出力手
段を含む。前記行先情報は、並列処理したいデータ群同
士を区別するための世代番号および同一世代の入力デー
タ同士を区別するための行先番号を含む。A data driven type information processing apparatus according to a second aspect of the present invention includes the same program storage means, data pair generation means, arithmetic processing means, and output means as in the first aspect. The destination information includes a generation number for distinguishing data groups to be processed in parallel and a destination number for distinguishing input data of the same generation.
【0024】このデータ駆動型情報処理装置は、さらに
行先番号発生手段、世代番号発生手段、入力データパケ
ット作成手段を含む。行先番号発生手段は、行先番号の
数が設定され、外部からデータが入力されるごとに前記
設定数内で行先番号を更新する。世代番号発生手段は、
行先番号発生手段により発生された行先番号の数が前記
設定数に達すると世代番号を更新する。入力データパケ
ット作成手段は、入力データと前記発生された行先番号
および世代番号とを結合して入力データパケットを作成
する。The data driven type information processing apparatus further includes a destination number generating means, a generation number generating means, and an input data packet generating means. The destination number generating means sets the number of destination numbers, and updates the destination number within the set number each time data is input from the outside. Generation number generation means,
When the number of destination numbers generated by the destination number generating means reaches the set number, the generation number is updated. The input data packet creating means combines the input data with the generated destination number and generation number to create an input data packet.
【0025】[0025]
【作用】請求項1の発明では、行先情報発生手段、およ
び入力データパケット作成手段がデータ駆動型情報処理
装置に含まれており、行先情報発生手段と入力データパ
ケット作成手段とにより入力データパケットを作成する
ことができる。したがって、データ発生源とデータ駆動
型情報処理装置とを直接接続することが可能となり、か
つ外部からデータが与えられると、入力データパケット
が自動的に発生される。その結果データパケットを作成
するための操作が不要となり、ひいては、データ処理に
要する時間が短縮される。According to the invention of claim 1, the destination information generating means and the input data packet generating means are included in the data driven type information processing apparatus, and the input data packet is generated by the destination information generating means and the input data packet generating means. Can be created. Therefore, it becomes possible to directly connect the data generation source and the data driven type information processing apparatus, and when data is given from the outside, an input data packet is automatically generated. As a result, the operation for creating the data packet is not necessary, which in turn shortens the time required for data processing.
【0026】請求項2の発明ではデータ駆動型情報処理
装置が、行先番号の設定数内で順次に行先番号を更新す
る行先番号発生手段、および発生された行先番号の数が
設定数に達すると世代番号を更新する世代番号発生手段
を含んでいるので、入力データに応答して世代番号およ
び行先番号を順次に更新することができる。それによ
り、世代番号および行先番号の処理のための操作が不要
となる。According to the second aspect of the present invention, the data driven type information processing apparatus updates the destination number sequentially within the set number of destination numbers, and when the number of generated destination numbers reaches the set number. Since the generation number generating means for updating the generation number is included, the generation number and the destination number can be sequentially updated in response to the input data. Thereby, the operation for processing the generation number and the destination number becomes unnecessary.
【0027】[0027]
【実施例】図1は、この発明に係るデータ駆動型情報処
理装置の一実施例を示すブロック図である。1 is a block diagram showing an embodiment of a data driven type information processing apparatus according to the present invention.
【0028】図1に示すデータ駆動型情報処理装置10
0は、入力データに応答して自動的に入力データパケッ
トを作成する入力データパケット作成部11と、入出力
制御部1と、プログラム記憶2と、データ対生成部3
と、演算処理部4とを含む。入出力制御部1、プログラ
ム記憶部2、データ対生成部3、および演算処理部4は
図4に示した各回路と同じ構成および動作を行なう。Data driven information processing apparatus 10 shown in FIG.
0 is an input data packet creation unit 11 that automatically creates an input data packet in response to input data, an input / output control unit 1, a program storage 2, and a data pair creation unit 3
And an arithmetic processing unit 4. Input / output control unit 1, program storage unit 2, data pair generation unit 3, and arithmetic processing unit 4 perform the same configuration and operation as those of the circuits shown in FIG.
【0029】入力データパケット作成部11は、入力デ
ータに応答して制御信号C1を発生する制御部12と、
制御信号C1に応答して行先番号を順次に作成するとと
もに世代番号を更新するための制御信号C2を発生する
行先番号作成部14と、制御信号C2に応答して世代番
号を順次に作成する世代番号作成部13と、入力データ
・タグ結合部15とを含む。入力データ・タグ結合部1
5は、世代番号作成部13から出力されるタグ(世代番
号)と行先番号作成部14により作成されるタグ(行先
番号)と入力データとを結合して図1に示す入力データ
パケットを作成する。作成された入力データパケットは
入出力制御部1に与えられ、従来例で説明したのと同様
な動作によりデータが処理される。The input data packet forming section 11 includes a control section 12 which generates a control signal C1 in response to the input data,
A destination number generation unit 14 that sequentially generates destination numbers in response to the control signal C1 and generates a control signal C2 for updating the generation number, and a generation that sequentially generates generation numbers in response to the control signal C2. It includes a number creating unit 13 and an input data / tag combining unit 15. Input data / tag combination unit 1
Reference numeral 5 combines the tag (generation number) output from the generation number creation unit 13, the tag (destination number) created by the destination number creation unit 14, and the input data to create the input data packet shown in FIG. . The created input data packet is given to the input / output control unit 1, and the data is processed by the same operation as described in the conventional example.
【0030】図2は、図1に示した世代番号作成部13
の詳細を示すブロック図である。図2に示す世代番号作
成部13は、世代番号増分レジスタ21と、現世代番号
レジスタ22と、加算器23とを含む。世代番号増分レ
ジスタ21は、ある世代番号とその次の世代番号との増
分(間隔)を記憶するレジスタである。現世代番号レジ
スタ22と加算器23はループ構造をしている。加算器
23は、行先番号作成部14から世代番号を更新させる
ような制御信号C2が送られていれば、世代番号増分レ
ジスタ21と現世代番号レジスタ22のそれぞれの内容
を加算器23により加算したものを出力する。また、行
先番号作成部14から世代番号を更新させないような制
御信号C2が送られていれば、現世代番号レジスタ22
の内容をそのまま出力する。FIG. 2 shows the generation number creating unit 13 shown in FIG.
3 is a block diagram showing the details of FIG. The generation number creation unit 13 shown in FIG. 2 includes a generation number increment register 21, a current generation number register 22, and an adder 23. The generation number increment register 21 is a register that stores an increment (interval) between a certain generation number and the next generation number. The current generation number register 22 and the adder 23 have a loop structure. The adder 23 adds the respective contents of the generation number increment register 21 and the current generation number register 22 by the adder 23 if the control signal C2 for updating the generation number is sent from the destination number creation unit 14. Output things. Further, if the control signal C2 that does not update the generation number is sent from the destination number creation unit 14, the current generation number register 22
The content of is output as is.
【0031】加算器23の出力は世代番号として入力デ
ータ・タグ結合部15へ出力すると同時に、この世代番
号を現世代番号として新たに現世代番号レジスタ22に
上書きする。The output of the adder 23 is output to the input data / tag combination unit 15 as a generation number, and at the same time, this generation number is newly overwritten in the current generation number register 22 as a current generation number.
【0032】図3は、図1に示した行先番号作成部14
の詳細を示すブロック図である。この行先番号作成部1
4は入力数レジスタ31と、現行先番号レジスタ32
と、比較器33と、インクリメンタ34とを含む。入力
数レジスタ31は、実行するプログラムの同一世代の入
力データ数を記憶するレジスタである。比較器33は、
入力数レジスタ31と現行先番号レジスタ32の内容を
比較し、現行先番号レジスタ32の内容が入力数レジス
タ31の内容より小さければ現行先番号レジスタ32の
内容をそのまま出力し、なおかつ、世代番号作成部13
に対して世代番号を更新させないような制御信号C2を
送る。また、2つのレジスタの内容が等しければ、
“0”を出力し、なおかつ、世代番号作成部13に対し
世代番号を更新させるような制御信号C2を送る。FIG. 3 shows the destination number creation unit 14 shown in FIG.
3 is a block diagram showing the details of FIG. This destination number creation part 1
4 is the input number register 31 and the current destination number register 32
And a comparator 33 and an incrementer 34. The input number register 31 is a register that stores the number of input data of the same generation of the program to be executed. The comparator 33 is
The contents of the input number register 31 and the current destination number register 32 are compared, and if the contents of the current destination number register 32 are smaller than the contents of the input number register 31, the contents of the current destination number register 32 are output as they are, and the generation number is created. Part 13
To the control signal C2 for not updating the generation number. If the contents of the two registers are equal,
"0" is output and the control signal C2 for updating the generation number is sent to the generation number creating unit 13.
【0033】インクリメンタ34は、比較器33から出
力される値に“1”を加えた値を行先番号として出力す
ると同時に、この行先番号を現行先番号として新たに現
行先番号レジスタ32に上書きする。The incrementer 34 outputs a value obtained by adding "1" to the value output from the comparator 33 as a destination number and, at the same time, overwrites the current destination number register 32 with this destination number as a current destination number. .
【0034】次に図1に示された駆動型情報処理装置の
動作を説明する。Next, the operation of the drive type information processing apparatus shown in FIG. 1 will be described.
【0035】まず、入力データパケット作成部11に、
外部から世代番号作成部13に世代番号増分設定、行先
番号作成部14の入力数設定およびリセット値の入力を
行なう。この入力を行なった後入力データを投入する。
入力データパケット作成部11は、投入された入力デー
タに応答して入力データパケットを自動的に作成する。First, in the input data packet creating section 11,
The generation number creation unit 13 is externally set to increase the generation number, the destination number creation unit 14 is set to the number of inputs, and the reset value is input. After performing this input, input data is input.
The input data packet creation unit 11 automatically creates an input data packet in response to the input data entered.
【0036】たとえば、世代番号増分設定を“1”、行
先番号作成部14の入力数設定を“2”、リセット値を
どちらも“0”として設定しておき、6個の入力データ
“100、30、200、20、300、10”を投入
すると、世代番号作成部13および行先番号作成部14
は、入力データが入力されたことを知らせる情報を制御
部12から受取り、それぞれ世代番号“0、0、1、
1、2、2”、行先番号“1、2、1、2、1、2”を
作成する。これらの世代番号および行先番号は、入力デ
ータ・タグ結合部15により入力データと結合され、次
のような内容の6個の入力データパケットが作成され
る。 [(世代番号)、(行先番号)、(データ)]= [0,1,100]、[0,2,30] [1,1,200]、[1,2,20] [2,1,300]、[2,2,10] これらの6個の入力データパケットが入出力制御部1に
送られ、プログラムの実行が始まる。以上、図1に示す
ような入力データパケット作成部を有する構成のデータ
駆動型情報処理装置にすると、入力データを入力するだ
けで、入力データパケットが作成されプログラムの実行
ができるようになる。For example, the generation number increment setting is set to "1", the input number setting of the destination number creating unit 14 is set to "2", and the reset value is set to "0". When inputting 30, 200, 20, 300, 10 ", the generation number creation unit 13 and the destination number creation unit 14
Receives from the control unit 12 information indicating that the input data has been input, and the generation numbers “0, 0, 1,
1, 2, 2 "and destination numbers" 1, 2, 1, 2, 1, 2 "are created. These generation numbers and destination numbers are combined with the input data by the input data / tag combination unit 15, Six input data packets having contents such as: [(generation number), (destination number), (data)] = [0,1,100], [0,2,30] [1, 1,200], [1,2,20] [2,1,300], [2,2,10] These six input data packets are sent to the input / output control unit 1, and the execution of the program starts. As described above, in the data driven type information processing apparatus having the configuration including the input data packet creating unit as shown in FIG. 1, the input data packet is created and the program can be executed only by inputting the input data.
【0037】[0037]
【発明の効果】この発明であればデータ駆動型情報処理
装置自身が入力される入力データに応答して行先情報と
データとを結合して入力データパケットを作成している
ので、外部のデータ発生源とデータ駆動型情報処理装置
とを直接結合することができる。この結果入力データパ
ケットを作成するための操作が不要となり、ひいてはデ
ータ処理に要する時間が短縮される。According to the present invention, since the data driven type information processing apparatus itself combines the destination information and the data to create the input data packet in response to the input data, the external data generation is performed. The source and the data driven information processing device can be directly coupled. As a result, the operation for creating the input data packet is not necessary, which in turn shortens the time required for data processing.
【図1】この発明のデータ駆動型情報処理装置の一実施
例を示すブロック図である。FIG. 1 is a block diagram showing an embodiment of a data driven type information processing apparatus of the present invention.
【図2】図1に示す世代番号作成部の詳細を示すブロッ
ク図である。FIG. 2 is a block diagram showing details of a generation number creation unit shown in FIG.
【図3】図1に示す行先番号作成部の詳細を示すブロッ
ク図である。FIG. 3 is a block diagram showing details of a destination number creation unit shown in FIG.
【図4】従来のデータ駆動型情報処理装置のブロック図
および周辺の装置を示す図である。FIG. 4 is a block diagram of a conventional data driven information processing device and a diagram showing peripheral devices.
【図5】従来例および本実施例における入力データパケ
ットのフィールド構成図である。FIG. 5 is a field configuration diagram of an input data packet in the conventional example and the present embodiment.
【図6】プログラム記憶部に格納されるデータフロープ
ログラムを示す図である。FIG. 6 is a diagram showing a data flow program stored in a program storage unit.
【図7】データ対生成部3から出力されるデータパケッ
トのフィールド構成図である。FIG. 7 is a field configuration diagram of a data packet output from the data pair generation unit 3.
1 入出力制御部 2 プログラム記憶部 3 データ対生成部 4 演算処理部 11 入力データパケット作成部 12 制御部 13 世代番号作成部 14 行先番号作成部 15 入力データ・タグ結合部 21 世代番号増分レジスタ 22 現世代番号レジスタ 23 加算器 31 入力数レジスタ 32 現行先番号レジスタ 33 比較器 34 インクリメンタ 100 データ駆動型情報処理装置 1 Input / Output Control Section 2 Program Storage Section 3 Data Pair Generation Section 4 Arithmetic Processing Section 11 Input Data Packet Creation Section 12 Control Section 13 Generation Number Creation Section 14 Destination Number Creation Section 15 Input Data / Tag Coupling Section 21 Generation Number Increment Register 22 Current generation number register 23 Adder 31 Input number register 32 Current destination number register 33 Comparator 34 Incrementer 100 Data driven information processing device
Claims (2)
データフロープログラムに基づいてデータ処理を行なう
データ駆動型情報処理装置であって、 前記行先情報を発生する行先情報発生手段、 外部から入力されるデータと前記行先情報発生手段によ
り発生された行先情報とを結合して入力データパケット
を作成する入力データパケット作成手段、 前記作成された入力データパケットに含まれる行先情報
に基づいて前記データフロープログラムから少なくとも
次位の行先情報および次位の命令情報を読出すプログラ
ム記憶手段、 前記プログラム記憶手段により読出された行先情報のう
ち、同じ行先情報をもつ2つのデータパケットの待ち合
わせを行ない、2つのデータパケットを1つのデータパ
ケットにまとめて出力するデータ対発生手段、 前記プログラム記憶手段により読出された命令情報に応
答して、前記データ対発生手段により発生されたデータ
を演算処理する演算処理手段、および前記演算処理した
データを前記プログラム記憶手段または外部に出力する
出力手段を含むことを特徴とするデータ駆動型情報処理
装置。1. A data driven type information processing apparatus for performing data processing based on a data flow program including a plurality of sets of destination information and instruction information, wherein destination information generating means for generating the destination information is input from the outside. Input data packet creating means for creating an input data packet by combining the destination data generated by the destination information generating means with the destination information, and the data flow program based on the destination information included in the created input data packet. Program storage means for reading at least next-order destination information and next-order instruction information from the two, and two data packets having the same destination information among the destination information read by the program storage means Data pair generating means for collectively outputting packets into one data packet Arithmetic processing means for arithmetically processing the data generated by the data pair generating means in response to the command information read by the program memory means, and an output for outputting the arithmetically processed data to the program memory means or the outside. A data driven information processing apparatus comprising means.
データフロープログラムに基づいてデータ処理を行なう
データ駆動型情報処理装置であって、 前記行先情報は、並列処理したいデータ群同士を区別す
るための世代番号および同一世代の入力データ同士を区
別するための行先番号を含み、 前記行先番号の数が設定され、外部からデータが入力さ
れる毎に前記設定数内で行先番号を更新する行先番号発
生手段、 前記発生された行先番号の数が前記設定数に達すると、
世代番号を更新する世代番号発生手段、 前記外部から入力される入力データと前記発生された行
先番号および世代番号とを結合して、入力データパケッ
トを作成する入力データパケット作成手段、 前記作成された入力データパケットに含まれる行先情報
に基づいて前記データフロープログラムから少なくとも
次位の行先情報および次位の命令情報を読出すプログラ
ム記憶手段、 前記プログラム記憶手段により読出された行先情報のう
ち、同じ行先情報をもつ2つのデータパケットの待ち合
わせを行ない、2つのデータパケットを1つのデータパ
ケットにまとめて出力するデータ対発生手段、 前記プログラム記憶手段より読出された命令情報に応答
して、前記データ対発生手段により発生されたデータを
演算処理する演算処理手段、および前記演算処理したデ
ータを前記プログラム記憶手段または外部に出力する出
力手段を含むことを特徴とするデータ駆動型情報処理装
置。2. A data driven type information processing apparatus for performing data processing based on a data flow program including a plurality of sets of destination information and instruction information, wherein the destination information is for distinguishing data groups to be processed in parallel. Destination number to distinguish input data of the same generation from each other, the number of the destination number is set, and the destination number for updating the destination number within the set number each time data is externally input. Generating means, when the number of generated destination numbers reaches the set number,
Generation number generating means for updating a generation number, input data packet generating means for generating an input data packet by combining the input data input from the outside and the generated destination number and generation number, the generated Program storage means for reading at least next-order destination information and next-order instruction information from the data flow program based on the destination information included in the input data packet; the same destination among the destination information read by the program storage means Data pair generating means for waiting two data packets having information and outputting the two data packets in one data packet, and generating the data pair in response to instruction information read from the program storage means. Arithmetic processing means for arithmetically processing data generated by the means, and A data driven type information processing apparatus comprising: the program storage means or an output means for outputting the processed data to the outside.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP17718492A JPH0620071A (en) | 1992-07-03 | 1992-07-03 | Data driven information processor |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP17718492A JPH0620071A (en) | 1992-07-03 | 1992-07-03 | Data driven information processor |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0620071A true JPH0620071A (en) | 1994-01-28 |
Family
ID=16026652
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP17718492A Pending JPH0620071A (en) | 1992-07-03 | 1992-07-03 | Data driven information processor |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0620071A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2006078059A1 (en) | 2005-01-19 | 2006-07-27 | Dainippon Sumitomo Pharma Co., Ltd. | Emulsified composition for dilution and cancer vaccine composition |
-
1992
- 1992-07-03 JP JP17718492A patent/JPH0620071A/en active Pending
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2006078059A1 (en) | 2005-01-19 | 2006-07-27 | Dainippon Sumitomo Pharma Co., Ltd. | Emulsified composition for dilution and cancer vaccine composition |
EP2687203A1 (en) | 2005-01-19 | 2014-01-22 | Dainippon Sumitomo Pharma Co., Ltd. | Emulsified composition for dilution and cancer vaccine composition |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPS5975347A (en) | Simulation device of logical circuit | |
JPH06124352A (en) | Data driven type information processor | |
JPH06162228A (en) | Data flow processor device | |
JP3738128B2 (en) | Data-driven information processing device | |
JP2752076B2 (en) | Programmable controller | |
JPH0620071A (en) | Data driven information processor | |
JP2567134B2 (en) | Bit field logical operation processing device and monolithic microprocessor having the same | |
JPH0560629B2 (en) | ||
JP2668156B2 (en) | Execution control method of data driven type information processing device | |
JP3696625B2 (en) | Data-driven information processing device | |
JP2793357B2 (en) | Parallel processing unit | |
JPH0831033B2 (en) | Data processing device | |
JP2556083B2 (en) | Complex arithmetic pipeline circuit | |
JP2744152B2 (en) | Data driven data processor | |
JPH0683618A (en) | Flag control circuit | |
JPH0667896A (en) | Single chip microcomputer | |
JP3708560B2 (en) | Data flow type information processor | |
JP2723017B2 (en) | Simulation engine | |
JPS6389930A (en) | Microprogram controller | |
JPH0634205B2 (en) | Vector processing unit | |
JPS63187332A (en) | Arithmetic processing unit | |
JPH04245333A (en) | Information processor | |
JPS62147545A (en) | Processing system for transfer instruction of information processor | |
JPH04149637A (en) | Information processor | |
JPH0443298B2 (en) |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 19991012 |