JPH0363109B2 - - Google Patents

Info

Publication number
JPH0363109B2
JPH0363109B2 JP57010309A JP1030982A JPH0363109B2 JP H0363109 B2 JPH0363109 B2 JP H0363109B2 JP 57010309 A JP57010309 A JP 57010309A JP 1030982 A JP1030982 A JP 1030982A JP H0363109 B2 JPH0363109 B2 JP H0363109B2
Authority
JP
Japan
Prior art keywords
data
information processing
processing device
output
value
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
JP57010309A
Other languages
Japanese (ja)
Other versions
JPS58127249A (en
Inventor
Tsutomu Tenma
Masao Iwashita
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
Nippon Electric Co 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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP57010309A priority Critical patent/JPS58127249A/en
Priority to EP85110112A priority patent/EP0172522B1/en
Priority to DE8585110111T priority patent/DE3280281D1/en
Priority to DE8585110112T priority patent/DE3280280D1/en
Priority to US06/436,130 priority patent/US4594653A/en
Priority to EP85110111A priority patent/EP0176712B1/en
Priority to EP82109783A priority patent/EP0078034B1/en
Priority to DE8282109783T priority patent/DE3275139D1/en
Publication of JPS58127249A publication Critical patent/JPS58127249A/en
Priority to US06/808,192 priority patent/US4674034A/en
Publication of JPH0363109B2 publication Critical patent/JPH0363109B2/ja
Granted 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

Description

【発明の詳細な説明】 この発明は少なくとも2つの情報処理装置間の
データ授受を制御するデータ流量制御回路に関す
る。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a data flow rate control circuit that controls data exchange between at least two information processing devices.

従来、幾つかのデータフロー処理装置を接続す
る時、相互間のデータ授受に余裕を持たせるため
キユーメモリを介して行なつていた。しかしなが
ら各データフロー処理装置でのデータ処理量が異
なるため最も処理量の大きいデータフロー処理装
置に注目し、他のデータフロー処理装置の性能を
おとして使用するようソフトウエアで制御しなけ
ればならなかつた。
Conventionally, when connecting several data flow processing devices, it has been done through a queue memory in order to provide sufficient margin for data exchange between them. However, since the amount of data processed by each data flow processing device is different, it is necessary to focus on the data flow processing device with the largest amount of processing and use software to control the performance of other data flow processing devices. Ta.

本発明の目的はデータフロー処理装置間のデー
タ授受を、最も処理量の大きいデータフロー処理
装置にあわせてソフトウエア制御の助けをかりず
自動的に行なえる回路を提供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to provide a circuit that can automatically transfer data between data flow processing devices without the aid of software control in accordance with the data flow processing device that has the largest processing capacity.

例えば、 ui=xi+yi×zi vi=xi−yi×zi ……(1) (但しi=1、…n) として(1)式の計算を行なうとき、 情報処理装置Aはxi、yi、ziを順次情報処理装
置Bへ送り、情報処理装置Bは演算結果ui、viを
データフロー処理装置Aに示す。この時、情報処
理装置AからBへは3つのデータ組が単位として
n回、情報処理装置BからAへは2つのデータ組
が単位としてn回転送される。本発明のデータ流
量制御回路では単位となるデータ組の要素1つ例
えばziとviに着目し、ziが情報処理装置AからB
へ送られた回数とviが情報処理装置BからAへ送
られた回数との差の絶対値を時々刻々監視し差の
絶対値がある一定数こえないようにすることでそ
れぞれの情報処理装置での処理能力を超えたデー
タ流入を防ぐ。又xi、yi、ziの3種のデータには
異なつた識別子例えば‘0'、‘1'、‘2'の値が、
ui、viの2種のデータにも異なつた識別子例えば
‘0'、‘1'の値が与えられる。この結果上記例で
は情報処理装置AからBへの転送データのうち‘
2'の値の識別子をもつデータの転送回数と情報処
理装置BからAへの転送データのうち‘1'の値の
識別子をもつデータの転送回数とを計数すればよ
い。
For example, when calculating equation (1) with ui = xi + yi × zi vi = xi − yi × zi ... (1) (where i = 1, ... n), information processing device A calculates xi, yi, zi. The data are sequentially sent to the information processing device B, and the information processing device B shows the calculation results ui and vi to the data flow processing device A. At this time, three data sets are transferred as a unit from information processing device A to B n times, and two data sets are transferred as a unit from information processing device B to A n times. In the data flow rate control circuit of the present invention, we focus on one element of a data set as a unit, for example, zi and vi, and zi is from information processing device A to B.
By constantly monitoring the absolute value of the difference between the number of times vi has been sent to A and the number of times vi has been sent from information processing device B to A, and ensuring that the absolute value of the difference does not exceed a certain number, Prevent data inflow that exceeds processing capacity. Also, the three types of data xi, yi, and zi have different identifiers such as '0', '1', and '2'.
Different identifiers such as '0' and '1' values are given to the two types of data, ui and vi. As a result, in the above example, among the data transferred from information processing device A to B,
It is sufficient to count the number of transfers of data having an identifier having a value of 2' and the number of transfers of data having an identifier having a value of ``1'' among the data transferred from information processing device B to A.

次にこの発明について図面を参照して説明す
る。
Next, the present invention will be explained with reference to the drawings.

第1図は本発明の一実施例を示すためのブロツ
ク図である。情報処理装置1から情報処理装置2
に与えるデータがある場合で、FIFO機能を有す
るキユーメモリ100(例えばMMI社製
C67401)にデータ格納エリアがある時、信号線
102にデータ受け入れ可能信号が出力されてい
れば情報処理装置1はデータの識別子とデータ値
とからなるデータをデータ線101に出力し、キ
ユーメモリ100はこのデータを一時保存する。
キユーメモリ100から一時保存されていたデー
タがデータ線103に読み出され、データの識別
子がデータ線104を通してテーブルメモリ11
0をアクセスしデータ線106に新しいデータの
識別子が読み出され、信号線114に増加監視ビ
ツトが読み出される。データ線105に与えられ
るデータ値とデータ線106に与えられる新しい
データの識別子とが共にデータ線107を通して
情報処理装置2に与えられる。情報処理装置2か
らデータ線111を通して入力されたデータはそ
のままデータ線118を通して情報処理装置1へ
与えられる。データ線118のデータのうちデー
タの識別子がデータ線112を通してメモリ12
0をアクセスし信号線113に減少監視ビツトを
出力する。カウンタ130は信号線114に増加
監視ビツトが出力されると1増加し、信号線11
3に減少監視ビツトが出力されると1減少する。
カウンタ130の絶対値がデータ線115に出力
され、レジスタ150の出力との大小比較が比較
器140で取られる。データ線116の値よりデ
ータ線115の値が小さい時信号線117に‘1'
の値が出力される。情報処理装置2がデータを受
け取り可能である時信号線108に‘1'の値が出
力され、信号線117に‘1'の値が出力されてい
る論理積回路160の出力信号線109が‘1'の
値を取る。キユーメモリ100は信号線109に
‘1'の値が出力されている時読み出しを続ける。
本実施例で出力部はキユーメモリ100に対応
し、出力制御部は破線で示したブロツク3に対応
する。
FIG. 1 is a block diagram showing one embodiment of the present invention. From information processing device 1 to information processing device 2
When there is data to be given to the queue memory 100 with FIFO function (for example, MMI
C67401) has a data storage area, and if a data acceptance signal is output to the signal line 102, the information processing device 1 outputs data consisting of a data identifier and a data value to the data line 101, and the queue memory 100 Save this data temporarily.
Data temporarily stored from the queue memory 100 is read out to the data line 103, and the data identifier is read out to the table memory 11 through the data line 104.
0 is accessed, the new data identifier is read out on the data line 106, and the increment monitoring bit is read out on the signal line 114. Both the data value applied to the data line 105 and the new data identifier applied to the data line 106 are applied to the information processing device 2 through the data line 107. Data input from the information processing device 2 through the data line 111 is provided as is to the information processing device 1 through the data line 118. Among the data on the data line 118, the data identifier is passed through the data line 112 to the memory 12.
0 is accessed and a decrement monitoring bit is output to the signal line 113. The counter 130 increases by 1 when the increase monitoring bit is output to the signal line 114, and the counter 130 increases by 1 when the increase monitoring bit is output to the signal line 114.
When the decrement monitoring bit is output to 3, it decreases by 1.
The absolute value of the counter 130 is output to the data line 115, and compared with the output of the register 150 by the comparator 140. When the value of the data line 115 is smaller than the value of the data line 116, '1' is sent to the signal line 117.
The value of is output. When the information processing device 2 is ready to receive data, a value of '1' is output to the signal line 108, and the output signal line 109 of the AND circuit 160, which outputs a value of '1' to the signal line 117, is '1'. Takes the value 1'. The queue memory 100 continues reading when a value of '1' is output to the signal line 109.
In this embodiment, the output section corresponds to the queue memory 100, and the output control section corresponds to block 3 indicated by a broken line.

第2図は本発明の他の実施例を示すためのブロ
ツク図である。
FIG. 2 is a block diagram showing another embodiment of the present invention.

この実施例は2つの情報処理装置で相互にデー
タの授受の制御する例を示すものである。
This embodiment shows an example in which two information processing apparatuses control mutual data exchange.

情報処理装置11から情報処理装置10に与え
るデータがある時で流量制御回路20−1がデー
タ線70−1にデータ受け入れ可能状態を出力し
ている時、情報処理装置11はデータの識別子と
データ値とからなるデータをデータ線50−2へ
出力する。データの識別子はデータを区別するた
め与えられ情報処理装置10ではこの識別子毎に
異なる処理を行う。データ線50−2から入力さ
れるデータは流量制御回路20−2で識別子に従
う増加監視ビツトが付加されデータ線30−1を
通して流量制御回路20−1へ入力されデータが
一時保存される。流量制御回路路20−1ではデ
ータ線30−1からのデータ入力とデータ線50
−1からのデータ入力を監視し、情報処理装置1
0から信号線60−1にデータ入力可能状態が出
力されている時、一時保存したデータをデータ線
40−1を通して情報処理装置10に与える。情
報処理装置10から情報処理装置11にデータを
与える場合も同様の手順で行なわれる。流量制御
回路20−1及び20−2は同一の回路で構成さ
れる。
When there is data to be given from the information processing device 11 to the information processing device 10 and the flow rate control circuit 20-1 is outputting a data acceptance state to the data line 70-1, the information processing device 11 sends the data identifier and data. The data consisting of the value is output to the data line 50-2. Data identifiers are given to distinguish data, and the information processing device 10 performs different processing for each identifier. The data inputted from the data line 50-2 is added with an increment monitoring bit according to the identifier by the flow rate control circuit 20-2, and inputted to the flow rate control circuit 20-1 through the data line 30-1, where the data is temporarily stored. In the flow control circuit 20-1, the data input from the data line 30-1 and the data line 50
-1 to monitor the data input from the information processing device 1.
0 to the signal line 60-1, the temporarily stored data is provided to the information processing device 10 through the data line 40-1. A similar procedure is followed when data is provided from the information processing device 10 to the information processing device 11. The flow rate control circuits 20-1 and 20-2 are configured with the same circuit.

第3図は流量制御回路20−1について具体的
に示したブロツク図である。
FIG. 3 is a block diagram specifically showing the flow rate control circuit 20-1.

データ線50−1からデータが入力されると、
データの識別子でテーブルメモリ204をアクセ
スし信号線256に減少監視ビツト、信号線25
5に増加監視ビツトを出力し、データ線50−1
の入力データと信号線255の増加監視ビツトと
をデータ線3を通して第2図の流量制御回路20
−2に与える。信号線256の減少監視ビツトが
‘1'の値の時カウンタ202は1減少される。デ
ータ線30−1に入力される第2図の流量制御回
路20−2からの増加監視ビツトとデータはキユ
ーメモリ200に一時保存される。キユーメモリ
200にデータ保存が可能な時信号線70−1を
通して、第2図の情報処理装置11にデータ受け
入れ可能状態を出力する。キユーメモリ200か
ら読み出された増加監視ビツトは信号線251を
通つてカウンタ202を1増加させ、データはデ
ータ線40−1を通して第2図の情報処理装置1
0に与えられる。
When data is input from the data line 50-1,
The table memory 204 is accessed using the data identifier, and the decrease monitoring bit is sent to the signal line 256, the signal line 25
5 and outputs an increment monitoring bit to data line 50-1.
The input data and the increase monitoring bit on the signal line 255 are passed through the data line 3 to the flow rate control circuit 20 in FIG.
-Give to 2. When the decrement monitoring bit on the signal line 256 has a value of '1', the counter 202 is decremented by one. The increase monitoring bit and data from the flow rate control circuit 20-2 of FIG. 2 inputted to the data line 30-1 are temporarily stored in the queue memory 200. When data can be stored in the queue memory 200, a data acceptance state is output to the information processing device 11 in FIG. 2 through the signal line 70-1. The increase monitoring bit read from the queue memory 200 passes through the signal line 251 to increment the counter 202 by 1, and the data passes through the data line 40-1 to the information processing device 1 in FIG.
given to 0.

カウンタ202の絶対値がデータ線257に出
力され、レジスタ201の値との大小が比較回路
203で取られる。データ線258の値の方がデ
ータ線257の値より大きい時、信号線259に
‘1'の値が出力され、そうでないとき‘0'の値が
出力される。
The absolute value of the counter 202 is output to the data line 257, and the comparison circuit 203 compares it with the value of the register 201. When the value on the data line 258 is greater than the value on the data line 257, a value of '1' is output to the signal line 259, and otherwise a value of '0' is output.

第2図の情報処理装置10から、信号線60−
1を通してデータ入力可能状態が入力され、論理
積回路路205で信号線259の値と信号線60
の値との論理積が取られ信号線260に出力され
る。即ち、レジスタ201の値がカウンタ202
の絶対値より大きく信号線60−1にデータ入力
可能状態が出力されている時、信号線260に‘
1'の値が出力されキユーメモリ200からのデー
タの読み出しが行なわれる。
From the information processing device 10 in FIG. 2, the signal line 60-
A data input enable state is input through 1, and the value of the signal line 259 and the signal line 60 are input through the AND circuit 205.
The logical product with the value of is taken and outputted to the signal line 260. That is, the value of the register 201 is the value of the counter 202.
When the data input enable state is output to the signal line 60-1, the absolute value of ' is greater than the absolute value of '.
A value of 1' is output and data is read from the queue memory 200.

なお、レジスタ201、テーブルメモリ204
にはあらかじめ初期データがセツトされるが、レ
ジスタ201の代りに定数発生器、テーブルメモ
リ204としてリードオンリメモリを用いること
も可能である。
Note that the register 201 and table memory 204
Although initial data is set in advance in the register 201, it is also possible to use a read-only memory as a constant generator and table memory 204 instead of the register 201.

本発明のデータ流量制御回路を用いることによ
り2つ以上の情報処理装置でデータ処理を行なう
場合、個々の情報処理装置の処理状態を監視し、
互いに処理を同期させソフトウエア制御から解放
される。
When data processing is performed by two or more information processing devices using the data flow rate control circuit of the present invention, the processing status of each information processing device is monitored,
The processes are synchronized with each other and freed from software control.

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

第1図は本発明データ流量制御回路の実施例を
示すブロツク図、第2図は本発明のもう一つの実
施例を示すブロツク図、第3図は第2図の流量制
御回路20,21の詳細図である。 図において、1,2,10,11は情報処理装
置、20,21は流量制御回路、100,200
はキユーメモリ、110,204はテーブルメモ
リ、120はメモリ、130,202はカウン
タ、140,203は比較器、150,201は
レジスタ、160,205は論理積回路である。
FIG. 1 is a block diagram showing an embodiment of the data flow rate control circuit of the present invention, FIG. 2 is a block diagram showing another embodiment of the present invention, and FIG. 3 is a block diagram of the flow rate control circuits 20 and 21 of FIG. It is a detailed view. In the figure, 1, 2, 10, 11 are information processing devices, 20, 21 are flow rate control circuits, 100, 200
1 is a queue memory, 110 and 204 are table memories, 120 is a memory, 130 and 202 are counters, 140 and 203 are comparators, 150 and 201 are registers, and 160 and 205 are AND circuits.

Claims (1)

【特許請求の範囲】[Claims] 1 識別子とデータ値とからなるデータを取り扱
う少なくとも2つの情報処理装置AとBの間のデ
ータ授受において、情報処理装置Aから入力され
るデータを保持し、前記保持データを情報処理装
置Bへ出力するFIFOを含む出力部と、情報処理
装置Bから情報処理装置Aへ与えられるデータを
そのデータの識別子に着目して計数すると共に、
前記出力部から情報処理装置Bへ出力されるデー
タをそのデータ識別子に着目して計数し、前記2
種類の計数値の差が一定値を超えないように前記
出力部からの出力制御を行なう出力制御部とを備
えたことを特徴とするデータ流量制御回路。
1. In data exchange between at least two information processing devices A and B that handle data consisting of an identifier and a data value, data input from information processing device A is held, and the held data is output to information processing device B. an output unit including a FIFO to calculate the data given from the information processing device B to the information processing device A by focusing on the identifier of the data;
The data outputted from the output unit to the information processing device B is counted by focusing on the data identifier, and
1. A data flow rate control circuit comprising: an output control section that controls output from the output section so that a difference between different types of count values does not exceed a certain value.
JP57010309A 1981-10-22 1982-01-26 Controlling of data flow rate Granted JPS58127249A (en)

Priority Applications (9)

Application Number Priority Date Filing Date Title
JP57010309A JPS58127249A (en) 1982-01-26 1982-01-26 Controlling of data flow rate
EP85110111A EP0176712B1 (en) 1981-10-22 1982-10-22 Data-processing system comprising a host processor and data-driven modules
DE8585110111T DE3280281D1 (en) 1981-10-22 1982-10-22 DATA PROCESSING SYSTEM WITH MAIN PROCESSOR AND DATA CONTROLLED MODULES.
DE8585110112T DE3280280D1 (en) 1981-10-22 1982-10-22 DATA PROCESSING DEVICE FOR PROCESSING AT HIGH SPEEDS.
US06/436,130 US4594653A (en) 1981-10-22 1982-10-22 Data processing machine suitable for high-speed processing
EP85110112A EP0172522B1 (en) 1981-10-22 1982-10-22 Data processing machine suitable for high-speed processing
EP82109783A EP0078034B1 (en) 1981-10-22 1982-10-22 Data processing machine suitable for high-speed processing
DE8282109783T DE3275139D1 (en) 1981-10-22 1982-10-22 Data processing machine suitable for high-speed processing
US06/808,192 US4674034A (en) 1981-10-22 1985-12-12 Data processing machine suitable for high-speed processing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP57010309A JPS58127249A (en) 1982-01-26 1982-01-26 Controlling of data flow rate

Publications (2)

Publication Number Publication Date
JPS58127249A JPS58127249A (en) 1983-07-29
JPH0363109B2 true JPH0363109B2 (en) 1991-09-30

Family

ID=11746641

Family Applications (1)

Application Number Title Priority Date Filing Date
JP57010309A Granted JPS58127249A (en) 1981-10-22 1982-01-26 Controlling of data flow rate

Country Status (1)

Country Link
JP (1) JPS58127249A (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2748359B2 (en) * 1986-08-01 1998-05-06 株式会社日立製作所 Parallel processor system and method for executing a plurality of instruction sequences by parallel processor

Also Published As

Publication number Publication date
JPS58127249A (en) 1983-07-29

Similar Documents

Publication Publication Date Title
JPH02300820A (en) Threshold detection logic circuit
JPH0363109B2 (en)
US4180855A (en) Direct memory access expander unit for use with a microprocessor
JPS62252584A (en) Disk unit controller
JPS59136833A (en) Data transfer controller
JPH01173245A (en) No-response detecting circuit
JP2688245B2 (en) DMA controller
JP3405794B2 (en) Multiprocessor system
US5497481A (en) Microcomputer computer system having plural programmable timers and preventing memory access operations from interfering with timer start requests
JPH0895906A (en) Bus arbitrating device
JPS61236094A (en) Serial data input memory
JPS6249537A (en) Data buffer controller
JPH02226548A (en) Magnetic disk device
JPS63197217A (en) Data processor
JPH08179998A (en) Multi-stage hardware timer
JPS6160472B2 (en)
JPH05151153A (en) Preference control system
JPH10214237A (en) Bus controller
JPH02114362A (en) Parallel arithmetic unit
JPH01226062A (en) Bus request control system
JPS58217034A (en) Data processor
JPH01206451A (en) Parallel processing system
JPH02299054A (en) Priority control system for plural fifo information storage devices
JPH0822443A (en) Data transfer system between processors
JPS62123547A (en) Bus control system