JP2783865B2 - Data processing device - Google Patents

Data processing device

Info

Publication number
JP2783865B2
JP2783865B2 JP26662389A JP26662389A JP2783865B2 JP 2783865 B2 JP2783865 B2 JP 2783865B2 JP 26662389 A JP26662389 A JP 26662389A JP 26662389 A JP26662389 A JP 26662389A JP 2783865 B2 JP2783865 B2 JP 2783865B2
Authority
JP
Japan
Prior art keywords
operand
packet
memory
address
processing device
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 - Fee Related
Application number
JP26662389A
Other languages
Japanese (ja)
Other versions
JPH03127289A (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.)
Sanyo Denki Co Ltd
Original Assignee
Sanyo Denki 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 Sanyo Denki Co Ltd filed Critical Sanyo Denki Co Ltd
Priority to JP26662389A priority Critical patent/JP2783865B2/en
Publication of JPH03127289A publication Critical patent/JPH03127289A/en
Application granted granted Critical
Publication of JP2783865B2 publication Critical patent/JP2783865B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Description

【発明の詳細な説明】 (イ) 産業上の利用分野 本発明はデータ駆動型のデータ処理装置に関するもの
であり、詳しくは、データ駆動型のデータ処理装置の構
成要素として必須である待ち合わせメモリ高速化処理に
関するものである。
The present invention relates to a data driven type data processing device, and more particularly, to a high speed queuing memory which is indispensable as a component of a data driven type data processing device. It relates to the conversion process.

(ロ) 従来の技術 データ駆動型のデータ処理装置では、オペランドとし
ては、オペランドデータ、パケット行き先番号(ノード
番号)、実行環境識別子(カラー)などを含むパケット
と呼ばれるデータ形式で扱われている。
(B) Conventional technology In a data-driven data processing device, operands are handled in a data format called a packet including operand data, a packet destination number (node number), an execution environment identifier (color), and the like.

このような装置に於ては、通常、ノード番号とカラー
はまとめてタグと呼ばれ、このダク同志が一致する2つ
のオペランドパケットを捜し出すことで、演算可能なオ
ペランド対を検出することができる。
In such an apparatus, usually, the node number and the color are collectively referred to as a tag, and by searching for two operand packets in which the ducks coincide, an operand pair that can be operated can be detected.

従来のオペランド対検出装置の例を第3図に示す。以
下、第3図に従って一致検出の手法を説明する。
FIG. 3 shows an example of a conventional operand pair detecting device. Hereinafter, a method of detecting a match will be described with reference to FIG.

一致検出機構は通常待ち合わせメモリと呼ばれるメモ
リ1、オペランドパケットのタグから待ち合わせメモリ
のアドレスを生成するアドレスジェネレータ2、タグ同
志を比較する比較器3、オペランドパケットの対からオ
ペレーションパケット(2つのオペランドデータをもっ
た演算対象のパケット)を生成するオペレーションパケ
ットジェネレータ4、該装置全体を制御する制御部5か
ら構成される。
The coincidence detection mechanism includes a memory 1 usually called a queuing memory, an address generator 2 for generating a queuing memory address from a tag of an operand packet, a comparator 3 for comparing tags, and an operation packet (two operand data An operation packet generator 4 for generating an operation target packet having the operation packet) and a control unit 5 for controlling the entire apparatus.

オペランドパケット6が入力されると、アドレスジェ
ネレータ2によってオペランドパケット6のタグからメ
モリ1に対する待ち合わせアドレス7が生成される。こ
の待ち合わせアドレス7が示す待ち合わせメモリ1の番
地にオペランドパケットが格納されている場合、そのパ
ケットが読み出される。そして読み出されたオペランド
パケット8のタグと、入力されたオペランドパケット6
のタグとが比較器3で比較され、比較結果信号9が制御
部5に送られる。制御部5では比較結果信号9に従っ
て、一致が採れればオペレーションパケットジェネレー
タ4にオペレーションパケット生成信号10を送り、オペ
レーションパケットジェネレータ4でオペレーションパ
ケット12を生成する。又、該当のメモリ1の番地を消去
する。
When the operand packet 6 is input, the address generator 2 generates a queuing address 7 for the memory 1 from the tag of the operand packet 6. If an operand packet is stored at the address of the queuing memory 1 indicated by the queuing address 7, that packet is read. Then, the tag of the read operand packet 8 and the input operand packet 6
Are compared by the comparator 3, and a comparison result signal 9 is sent to the control unit 5. The control unit 5 sends an operation packet generation signal 10 to the operation packet generator 4 if a match is obtained according to the comparison result signal 9, and the operation packet generator 4 generates an operation packet 12. Further, the address of the corresponding memory 1 is deleted.

一方、パケットが格納されていないためにタグが一致
しなければ、制御部5は、メモリ1にパケット書き込み
信号11を送り、メモリ1では入力されたオペランドパケ
ット6を書き込む。
On the other hand, if the tags do not match because no packet is stored, the control unit 5 sends a packet write signal 11 to the memory 1 and writes the input operand packet 6 in the memory 1.

尚、該当番地にタグの一致しないパケットがすでに格
納されている場合の動作については種々の方法がある
が、説明の簡略化のためここでは触れない。
There are various methods for the operation in the case where a packet whose tag does not match the corresponding address is already stored in the corresponding address.

以上がオペランドパケットの待ち合わせ機構の動作の
概要である。
The above is the outline of the operation of the operand packet queuing mechanism.

(ハ) 発明が解決しようとする課題 以上に述べたように、従来のデータ処理装置に於て
は、待ち合わせメモリ1に通常のメモリ機構を採用して
いたので、第4図の処理タイミング図に示す如く、パケ
ットが到着するたびに、単位期間(例えば、第Tサイク
ル)の[読み出し・一致検出]のための読み出しメモリ
アクセスとこれに続く単位期間(例えば、第T+1サイ
クル)の[書き込み/消去]のための書き込みメモリア
クセスの2回のメモリアクセスが必要となる。従って、
このような従来装置では、2つのオペランドパケットか
らそれぞれオペレーションパケットを生成するために
は、計4回ものメモリアクセスが必要となるので、パケ
ット待ち合わせ処理の高速化に支障を来す原因となって
いた。
(C) Problems to be Solved by the Invention As described above, in the conventional data processing device, since the normal memory mechanism is employed for the waiting memory 1, the processing timing chart of FIG. As shown in the figure, every time a packet arrives, a read memory access for [read / match detection] in a unit period (for example, the Tth cycle) is followed by a [write / erase] for a unit period (for example, the (T + 1) th cycle). ], Two memory accesses of write memory access are required. Therefore,
In such a conventional device, a total of four memory accesses are required to generate an operation packet from two operand packets, respectively, which has been a cause of impeding the speeding up of the packet queuing process. .

(ニ) 課題を解決するための手段 本発明のデータ処理装置は、データ駆動型プロセッサ
のための待ち合わせメモリを、通常のメモリとは異な
り、異なったアドレスに対する読みだし・書き込みが同
時に実行可能なメモリ機構、例えば、2ポートメモリで
構成したものである。
(D) Means for Solving the Problems A data processing device according to the present invention provides a queuing memory for a data-driven processor, which is different from a normal memory, in that a memory capable of simultaneously executing reading and writing to different addresses. A mechanism such as a two-port memory.

(ホ) 作用 本発明のデータ処理装置に於ては、データ駆動型プロ
セッサの待ち合わせメモリを異なったアドレスに対する
読みだし・書き込みが同時に実行可能なメモリ機構、例
えば、2ポートメモリで構成することにより、2つの連
続する待ち合わせ動作のうちの、先行する待ち合わせ動
作の書き込み動作と、次の読みだし動作とを同時に実行
することが可能になり、待ち合わせ動作のパイプライン
的並列実行が可能となる。
(E) Function In the data processing device of the present invention, the queuing memory of the data driven processor is constituted by a memory mechanism capable of simultaneously executing reading and writing to different addresses, for example, a two-port memory. Of the two continuous waiting operations, the writing operation of the preceding waiting operation and the next reading operation can be executed simultaneously, and the waiting operation can be performed in a pipeline-like parallel manner.

(ヘ) 実施例 本発明によるデータ駆動型プロセッサの待ち合わせ機
構の実施例を第1図に示す。
(F) Embodiment FIG. 1 shows an embodiment of the queuing mechanism of the data driven processor according to the present invention.

本実施例装置は、2ポートメモリ21、オペランドパケ
ットのタグから待ち合わせメモリのアドレスを生成する
アドレスジェネレータ22、タグ同志を比較する比較器2
3、オペランドパケットの対からオペレーションパケッ
トを生成するオペレーションパケットジェネレータ24、
読み出しアドレスをラッチするアドレスラッチ26、入力
されたオペランドパケットをラッチするパケットラッチ
27、2ポートメモリ21から読み出したパケットをラッチ
するメモリラッチ28、これら全体を制御する制御装置25
から構成される。
The apparatus of this embodiment includes a two-port memory 21, an address generator 22 for generating an address of a waiting memory from a tag of an operand packet, and a comparator 2 for comparing tags.
3, an operation packet generator 24 that generates an operation packet from a pair of operand packets,
Address latch 26 for latching read addresses, packet latch for latching input operand packets
27, a memory latch 28 for latching packets read from the two-port memory 21, and a control device 25 for controlling the whole of them
Consists of

上記の2ポートメモリ21の動作を第2図に示し、同図
に基づいて以下に、斯様な構成の本発明装置の動作を説
明する。
The operation of the two-port memory 21 is shown in FIG. 2, and the operation of the device of the present invention having such a configuration will be described below with reference to FIG.

まず、オペランドパケット31が入力されると、アドレ
スジェネレータ22によってオペランドパケット31のタグ
から2ポートメモリ21に対する待ち合わせアドレス32が
生成される。この待ち合わせアドレス32が示す2ポート
メモリ21の番地にもしオペランドパケットが格納されて
いれば、例えば第Tサイクルで、そのパケットが読み出
される。
First, when the operand packet 31 is input, the address generator 22 generates a waiting address 32 for the two-port memory 21 from the tag of the operand packet 31. If the operand packet is stored at the address of the two-port memory 21 indicated by the queuing address 32, the packet is read, for example, in the Tth cycle.

そしてこの第Tサイクルで引き続き、上述の如く読み
出されたオペランドパケット33のタグと、入力されたオ
ペランドパケット31のタグとが比較器23で比較され、比
較結果信号34が制御部25に送られる。また、読みだしア
ドレス32、入力オペランドパケット31、読みだしオペラ
ンドオパケット33は、次の書き込みサイクル(第T+1
サイクル)のために、アドレスラッチ26、パケットラッ
チ27、メモリラッチ28、にそれぞれ格納される。
Subsequently, in the T-th cycle, the tag of the operand packet 33 read as described above and the tag of the input operand packet 31 are compared by the comparator 23, and the comparison result signal 34 is sent to the control unit 25. . The read address 32, the input operand packet 31, and the read operand packet 33 are stored in the next write cycle (T + 1
(Cycle), the data is stored in the address latch 26, the packet latch 27 and the memory latch 28, respectively.

以上の如くして、1サイクルで[読み出し・一致検
出]処理を行うと共に、これと同一サイクルで、[書き
込み/消去]を行う。
As described above, the [read / match detection] process is performed in one cycle, and the [write / erase] is performed in the same cycle.

即ち、上述の例えば第Tサイクルに於て、制御部25で
は1サイクル前(第T−1サイクル)の比較結果信号34
に従って、一致していればオペレーションパケットジェ
ネレータ24にオペレーションパケット生成信号36を送
る。オペレーションパケットジェネレータ24では前サイ
クルに、パケットラッチ27、メモリラッチ28、にそれぞ
れ格納された入力オペランドパケット38、読み出しオペ
ランドオパケット37からオペレーションパケット40を生
成する。また2ポートメモリ21に対して書き込み信号35
を送り、アドレスラッチ26に格納されている前サイクル
のアドレス39に従って2ポートメモリ21の該当番地を消
去する。
That is, in the above-described T-th cycle, for example, the control unit 25 outputs the comparison result signal 34 one cycle before (T-1 cycle).
, An operation packet generation signal 36 is sent to the operation packet generator 24 if they match. In the previous cycle, the operation packet generator 24 generates an operation packet 40 from the input operand packet 38 and the read operand packet 37 stored in the packet latch 27 and the memory latch 28, respectively. In addition, a write signal 35 is sent to the two-port memory 21.
To erase the corresponding address of the two-port memory 21 in accordance with the address 39 of the previous cycle stored in the address latch 26.

一方、1サイクル前の比較結果信号34に従って、もし
一致していれば、制御部25は2ポートメモリ21に対して
書き込み信号35を送り、アドレスラッチ26に格納されて
いる前サイクルのアドレス39に従って2ポートメモリ21
の該当番地にパケットラッチ27に格納されている入力オ
ペランドパケット38を書き込む。
On the other hand, according to the comparison result signal 34 of the previous cycle, if they match, the control unit 25 sends a write signal 35 to the two-port memory 21 and according to the address 39 of the previous cycle stored in the address latch 26. 2-port memory 21
Then, the input operand packet 38 stored in the packet latch 27 is written at the corresponding address.

以上のようにして、先行する待ち合わせ動作の書き込
み動作と、次の読みだし動作とを同時に実行することが
可能となる。
As described above, the writing operation of the preceding waiting operation and the next reading operation can be performed simultaneously.

(ト)発明の効果 本発明によれば、データ駆動型プロセッサのパケット
待ち合わせ機構における、オペランドパケット対の検出
と、待ち合わせメモリへのパケット書き込みとを同時に
実行できるため、パケット待ち合わせ処理の高速化を図
ることができる。
(G) Effects of the Invention According to the present invention, the detection of an operand packet pair and the writing of a packet to a queuing memory in a packet queuing mechanism of a data driven processor can be executed at the same time, so that the packet queuing process is speeded up. be able to.

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

第1図は本発明のデータ処理装置のパケット待ち合わせ
機構を示す構成図、第2図は第1図の本発明装置の動作
図、第3図は従来装置の構成図、第4図は従来装置の動
作図である。 21……2ポートメモリ、22……アドレスジェネレータ、
23……比較器、24……オペレーションパケットジェネレ
ータ、25……制御部。
FIG. 1 is a block diagram showing a packet queuing mechanism of a data processing device according to the present invention, FIG. 2 is an operation diagram of the device of the present invention shown in FIG. 1, FIG. 3 is a block diagram of a conventional device, and FIG. FIG. 21: 2-port memory, 22: Address generator,
23 ... Comparator, 24 ... Operation packet generator, 25 ... Control unit.

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】2つのデータをオペランドとする演算の実
行を、その2つのオペランドが生成され演算が可能な状
態になったことを検出しその演算を駆動するものであっ
て、演算の相手となるオペランドの待ち合わせをメモリ
機構で行うデータ処理装置に於て、 該メモリ装置を異なったアドレスの読み出しと書き込み
とが同時に可能な2ポートメモリで構成することによ
り、演算の相手となるオペランドの検出と、相手となる
オペランドが該メモリ装置にない場合のオペランドの格
納とを、パイプライン的に同時に行なわせることを特徴
とするデータ駆動型データ処理装置。
An operation for executing an operation using two data as operands is performed by detecting that the two operands have been generated and are in a state where the operation is possible, and driving the operation. In a data processing device that waits for an operand by using a memory mechanism, by configuring the memory device with a two-port memory capable of simultaneously reading and writing different addresses, it is possible to detect an operand to be an operation partner. A data-driven data processing device wherein the storage of an operand when a counterpart operand is not present in the memory device is performed simultaneously in a pipeline manner.
【請求項2】上記メモリ機構を異なったアドレスの読み
出しと書き込みとが同時に可能な2ポートメモリで構成
することにより、演算の相手となるオペランドの検出
と、相手となるオペランドが検出された場合の該オペラ
ンドが存在した該メモリ装置のアドレス領域の内容の消
去をパイプライン的に同時に行なわせることを特徴とす
る請求項1記載のデータ駆動型データ処理装置。
2. The memory mechanism is constituted by a two-port memory capable of simultaneously reading and writing different addresses, thereby detecting an operand to be operated and an operation when an operand to be detected is detected. 2. The data driven type data processing device according to claim 1, wherein the contents of the address area of the memory device in which the operand is present are simultaneously erased in a pipeline manner.
JP26662389A 1989-10-13 1989-10-13 Data processing device Expired - Fee Related JP2783865B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26662389A JP2783865B2 (en) 1989-10-13 1989-10-13 Data processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26662389A JP2783865B2 (en) 1989-10-13 1989-10-13 Data processing device

Publications (2)

Publication Number Publication Date
JPH03127289A JPH03127289A (en) 1991-05-30
JP2783865B2 true JP2783865B2 (en) 1998-08-06

Family

ID=17433390

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26662389A Expired - Fee Related JP2783865B2 (en) 1989-10-13 1989-10-13 Data processing device

Country Status (1)

Country Link
JP (1) JP2783865B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5404558A (en) * 1992-02-17 1995-04-04 Sharp Kabushiki Kaisha Data driven type information processor having a plurality of memory banks

Also Published As

Publication number Publication date
JPH03127289A (en) 1991-05-30

Similar Documents

Publication Publication Date Title
JPS60101644A (en) Parallel processing computer
JP2574985B2 (en) Digital data processing system and error handling method
JP2783865B2 (en) Data processing device
CN107391440B (en) Processing device and method for output data of fast Fourier transform algorithm
KR900005306A (en) Computer system and method for setting recovery time
JPS6020251A (en) Jump instruction tracing system
JPH0877143A (en) Vector data processor
JP2961754B2 (en) Parallel processing unit of information processing device
JP2580877B2 (en) Light module for data flow calculator
JP2536238B2 (en) Information processing device
JP2618387B2 (en) Testing method for information processing equipment
JPS62254237A (en) Inter-printer type branch instruction executing system
JPS5933042Y2 (en) Sequence control device
JP2586155B2 (en) Logic simulator
JP3008483B2 (en) Link processing device
SU731440A1 (en) Digital computer processor
SU1608700A1 (en) Matrix computer system
SU1327112A1 (en) Apparatus for debugging programs
JPH0535528A (en) Tracer circuit for microcomputer system
JPH0773095A (en) List vector processor
JPH10145453A (en) Method and device for processing communication protocol
JPH0378833A (en) Data processor using list processing language
JPH0387937A (en) Trace controlling system
JPH07191875A (en) Debugger
JPH02275513A (en) Reset circuit

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees