JPS63262738A - Data storage device - Google Patents

Data storage device

Info

Publication number
JPS63262738A
JPS63262738A JP9645987A JP9645987A JPS63262738A JP S63262738 A JPS63262738 A JP S63262738A JP 9645987 A JP9645987 A JP 9645987A JP 9645987 A JP9645987 A JP 9645987A JP S63262738 A JPS63262738 A JP S63262738A
Authority
JP
Japan
Prior art keywords
data
memory
pointer
address
register
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP9645987A
Other languages
Japanese (ja)
Inventor
Kazuyuki Tanaka
一行 田中
Hiroki Miura
三浦 宏喜
Masahisa Shimizu
清水 雅久
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 Electric Co Ltd
Original Assignee
Sanyo 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 Sanyo Electric Co Ltd filed Critical Sanyo Electric Co Ltd
Priority to JP9645987A priority Critical patent/JPS63262738A/en
Publication of JPS63262738A publication Critical patent/JPS63262738A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To dynamically change a pointer corresponding to an address in which the element of a data aggregate has been stored, by giving an aggregate name to a data aggregate by using a pointer updating data packet. CONSTITUTION:A load packet which has reached an input terminal is held by a register 2 for holding a first word (header) of the packet, and a register 3 for holding a second word (data), respectively. In the contents of the register 2, a processing instruction code 5 is decided by a deciding/control circuit 7, and a control signal 8 for controlling a loading operation of the subsequent point address memory and return code memory is outputted. In the contents of the register 2, data 6 which an input packet has held by using a load address 25 as an address is written in a pointer address memory 9 and a return code memory 20.

Description

【発明の詳細な説明】 (イ)産業上の利用分野 この発明は、計算機システムなどに使用するデータ記憶
装置に関するものであり、特に配列データなどのデータ
集合を効率的に記憶、参照するための記憶装置に関する
ものである。
[Detailed Description of the Invention] (a) Industrial Application Field This invention relates to a data storage device used in computer systems, etc., and in particular to a data storage device for efficiently storing and referencing data sets such as array data. It is related to storage devices.

(ロ) 従来の技術 一般的に、計算機システムは、データ処理装置、データ
記憶装置などから構成され、データ処理装置がデータ記
憶装置からデータを読み出し、何らかの加工を行ってデ
ータ記憶装置にデータを書き込むというサイクルを繰り
返すことにより、処理を進めていく。このデータ記憶装
置参照のためのデータ処理装置におけるオーバーヘッド
(処理待ち時間)の問題は種々の計算機システムにおい
て、共通のものである。
(b) Conventional technology In general, a computer system is composed of a data processing device, a data storage device, etc., and the data processing device reads data from the data storage device, performs some processing, and writes the data to the data storage device. The process progresses by repeating this cycle. This problem of overhead (processing waiting time) in a data processing device for referencing a data storage device is common to various computer systems.

例えば、データ駆動形(データフロー形)計算機システ
ムにおいても、データ処理装置とデータ記憶装置を接続
したシステムが提案きれ、かつ実現きれ工いるくこの一
例が、昭和59年4月9日付で発行された日経エレクト
ロニクスの第205頁から第209頁に開示きれている
)、そしてこのようなシステムのデータ記憶装置におい
て、多量のデータを連続的に読み出す際には、データを
1つ読み出すごとに処理装置から記憶装置にアドレスを
与えなければならなかった。また、配列データのような
データ集合の特定の一要素を参照する際には、所望の要
素が格納されているアドレスを、処理装置が計算して生
成してやらねばならなかった。
For example, in the case of data-driven (data flow) computer systems, an example of a system that connects a data processing device and a data storage device has been proposed, and one example of how it could be realized was published on April 9, 1980. (as disclosed in Nikkei Electronics, pages 205 to 209), and in the data storage device of such a system, when reading a large amount of data continuously, the processing device had to give an address to the storage device from Furthermore, when referring to a specific element of a data set such as array data, the processing device must calculate and generate an address where the desired element is stored.

これに対し本件出願人は、データ集合の集合名を与えれ
ば、データ集合の要素が格納されているアドレスを生成
する記憶装置、一つの集合名を与えるだけで複数のデー
タ集合にまたがる複数の要素を連続的に読み出すことが
できる記憶装置、及びデータ集合内で次に読み出される
べき要素のアドレスを自動的に設定する記憶装置の開発
に成功している。
In contrast, the present applicant proposed a storage device that generates the address where the elements of the data set are stored when the set name of the data set is given, and a storage device that generates the address where the elements of the data set are stored, and multiple elements that span multiple data sets by just giving a single set name. We have succeeded in developing a storage device that can read data continuously, and a storage device that automatically sets the address of the next element to be read within a data set.

(ハ)発明が解決しようとなす、問題 点しかるに、上述の記憶装置では、ポインタメモリの容
量に限りがあるため、複数のデータ集合を扱う場合、扱
える集合の数は限られていた。したがって、データ集合
の数がその数を越える場合はメモリアクセスができない
という欠点があった。
(c) Problems to be Solved by the Invention However, in the above-mentioned storage device, the capacity of the pointer memory is limited, so when handling multiple data sets, the number of sets that can be handled is limited. Therefore, if the number of data sets exceeds this number, there is a drawback that memory access cannot be performed.

それゆえに、この発明の主たる目的は、上述の記憶装置
において、扱えるデータ集合の数が無限である記憶装置
を提供することである。
Therefore, the main object of the present invention is to provide a storage device as described above that can handle an unlimited number of data sets.

(ニ)問題点を解決するだめの手段 本発明のデータ記憶装置は、第5図及び第6図に示す如
く、データパケットに含まれる第3図及び第4区(a)
の如き処理指示コード(5)により、処理の判定、及び
制御を行う判定制御回路(j c)を設けることにより
、データ集合の要素が格納されているアドレスを格納し
ているポインタメモリ(pm)の内容を、集合名(26
)とポインタの変更を示す処理指示コード(5)を含む
ポインタ変更データクロー型の到着に応じて別のデータ
集合の要素のアドレス(新しいポインタ値)に動的に変
更することにより、無限の数のデータ集合を扱うことが
できる記憶装置である。
(d) Means for Solving the Problems The data storage device of the present invention, as shown in FIGS.
By providing a judgment control circuit (jc) that judges and controls the processing according to the processing instruction code (5), the pointer memory (pm) storing the address where the element of the data set is stored. The contents of the set name (26
) and a processing instruction code (5) indicating a pointer change to an infinite number by dynamically changing the address of an element of another data set (new pointer value) in response to the arrival of a data claw type. This is a storage device that can handle data sets.

(ホ)作用 本発明によると(第5囚参照〉、ポインタの変更を行う
ためのポインタ変更データパケットは、ポインタの変更
を示す処理指示コード(5)、所望のデータ集合の集合
名(26)、及び該集合名に対応する新しい集合のデー
タ要素が格納されているデータメモリのアドレスである
新ポインタ値(17)ヲヲ保持している。ポインタ変更
データパケットが到着すると、判定制御回路(j c)
により処理指示コード(5)が識別され、以下のポイン
タの変更の処理が行われる。まず、集合名(26)をア
ドレスとしてポインタアドレスメモリ(pam)を読み
出す、読み出されたポインタアドレスはレジスタ(r)
にラッチされる。これをアドレスとして新ポインタ(a
(17)がポインタメモリ(pm)に書き込まれる。
(E) Effect According to the present invention (see prisoner 5), a pointer change data packet for changing a pointer includes a processing instruction code (5) indicating a pointer change, a set name (26) of a desired data set, , and a new pointer value (17) which is the address of the data memory where the data elements of the new set corresponding to the set name are stored.When the pointer change data packet arrives, the judgment control circuit (j c )
The processing instruction code (5) is identified, and the following pointer change processing is performed. First, the pointer address memory (pam) is read using the set name (26) as an address.The read pointer address is stored in the register (r).
latched to. Use this as an address to create a new pointer (a
(17) is written to the pointer memory (pm).

データ要素の読み出しを行うための読み出しデータパケ
ットは、データ要素の読み出しを示す処理指示コード(
5)、及び所望のデータ集合の集合名を保持している。
A read data packet for reading a data element contains a processing instruction code (
5), and the set name of the desired data set.

読み出しデータパケットが到着すると、集合名をアドレ
スとして、ポインタアドレスメモリ<pam)を読み出
す、読み出されたポインタアドレスは、レジスタ(r)
にラッチされる。このL・シスタの内容をアドレスとし
てポインタメモリ(pm)を読み出す、読み出されたポ
インタはアドレスレジスタ(ar)にラッチされる。こ
れをアドレスとしてデータメモリ(dm)をアクセスす
る。きらに第2の発明では(第6図参照〉、ポインタ及
び差分はポインタ更新手段によって加算きれ、この値が
ポインタメモリ(p m)に書き込まれる。ポインタア
ドレスメモリに含まれたあるいは別に並設されたメモリ
の継続識別子が継続を指示しておれば、カウンタをイン
クリメントして同様の動作を行う、これを継続識別子が
継続を指示しなくなるまで繰り返す、きらに、同−集合
名を含む複数の読み出しパケットが連続して到着すると
、上記の動作が連続して行われる。
When a read data packet arrives, the pointer address memory <pam) is read using the set name as the address.The read pointer address is stored in the register (r).
latched to. The pointer memory (pm) is read out using the contents of this L-sister as an address, and the read pointer is latched into the address register (ar). The data memory (dm) is accessed using this as an address. In the second invention (see Fig. 6), the pointer and the difference are added by the pointer updating means, and this value is written into the pointer memory (p m). If the continuation identifier in the memory specified indicates continuation, the counter is incremented and the same operation is performed, and this is repeated until the continuation identifier no longer instructs continuation. When packets arrive successively, the above operations are performed successively.

(へ) 実施例 第2図に本発明のデータ記憶装置を用いたシステム例と
してデータフロー計算機システムの概要を示す、同図の
システムは、システム内部でデータの基本単位であるデ
ータパケット(本来のデータの他に制御情報を組合せた
)を転送す□るリング状転送路であるリングネットワー
ク(RN)に、データパケットの入出力を制御するネッ
トワークインターフェイス(N I )(N I )(
N I )を介して、データ記憶装f(DM)、データ
フロー計算装置(DFC八ホへトインターフェイス(H
I )が結合されて、このホストインターフェイス(H
I )にはさらにホスト計算機(HC)がつながってい
る。
(v) Embodiment Fig. 2 shows an outline of a data flow computer system as an example of a system using the data storage device of the present invention. A network interface (N I ) (N I )(
A data storage device f (DM), a data flow calculation device (DFC) and an eight-hohet interface (H
I) is coupled to this host interface (H
I) is further connected to a host computer (HC).

斯るシステムのデータ記憶装置にはデータフロー計算装
置<DFC)が書き込み命令や読み出し命令を含むデー
タ駆動型(データクロー型)のプログラムを実行する際
に使用するデータ(例えば画像データ等の配列データ)
が記憶されており、データフロー計算装!(DFC)が
データ駆動型のプログラムを実行する過程におい工、デ
ータパケットの制御情報に従って、書き込み命令や読み
出し命令の実行処理をデータ記憶装置が受は持つ仕組み
になっている。
The data storage device of such a system stores data (for example, array data such as image data) that is used when the data flow calculation device (DFC) executes a data-driven (data claw) program including write commands and read commands. )
is memorized and the data flow calculation system! During the process in which the DFC (DFC) executes a data-driven program, the data storage device is responsible for executing write commands and read commands according to control information of data packets.

第1図に本発明のデータ記憶装置の構成を示す、同図の
装置に於いては、(1)は入力キュー、く2)は入力パ
ケットの1語口くベツグ)を保持するレジスタ、(3)
は入力パケットの2語目(データ)を保持するレジスタ
、(4)は環境番号、(5)は処理指示コード、(6)
は入力パケットが保持していたデータ、(7)は判定・
制御回路、(8)は制御信号、(9)はポインタアドレ
スメモIJ、(10)は環境番号とボイタアドレスを保
持するレジスタ、(11)は差分メモリ、(12)はボ
・(ンタメモリ、(13)は差分レジスタ、(14)は
ポインタ更新手段(加算器)、(15)は差分値、(1
6)はポインタレジスタ、(17)はポインタ値、<1
8)はデータメモリ、(19)は出力パケットのデータ
レジスタ、(20)はリターンコードメモリ、(21)
は出力パケットのヘッダレジスタ、(22)はリターン
コード、(23)は未変更情報、(24)は出力キュー
、<25)はロードくダンプ)アドレス、(26)は集
合名、(27)は集合名変更手段を示している。
FIG. 1 shows the configuration of the data storage device of the present invention. In the device shown in the figure, (1) is an input queue; 3)
is the register that holds the second word (data) of the input packet, (4) is the environment number, (5) is the processing instruction code, (6)
is the data held by the input packet, and (7) is the judgment/
Control circuit, (8) is a control signal, (9) is a pointer address memo IJ, (10) is a register that holds an environment number and a voice address, (11) is a differential memory, (12) is a pointer memory, ( 13) is a difference register, (14) is a pointer update means (adder), (15) is a difference value, (1
6) is a pointer register, (17) is a pointer value, <1
8) is data memory, (19) is output packet data register, (20) is return code memory, (21)
is the output packet header register, (22) is the return code, (23) is the unchanged information, (24) is the output queue, <25) is the load/dump) address, (26) is the collection name, and (27) is It shows a means for changing the set name.

次に本発明装置の処理動作を入力パケット毎に詳述する
。尚、入力パケットの構成は第3図、第4図(a)の如
き2w!構成のデータパケットとなり、その処理は制御
情報〈処理指示コード、モジュール番号等)の一つであ
る□処理指示コード(5)によって決定される。
Next, the processing operation of the device of the present invention will be explained in detail for each input packet. The structure of the input packet is 2w! as shown in FIGS. 3 and 4 (a). The processing is determined by the processing instruction code (5), which is one of the control information (processing instruction code, module number, etc.).

■ 第3r:I!Jのデータパケットであって、ポイン
タアドレスメモリ及びリターンコードメモリのロードを
示す処理指示コード〈5)が5ピツトで例えば[S+、
St、S−、S−、Sa]−[0,1、0,0。
■ 3rd r: I! J data packet, the processing instruction code <5) indicating loading of the pointer address memory and return code memory is 5 pits, for example [S+,
St, S-, S-, Sa]-[0,1,0,0.

0]となるロードパケ・ソトが入力端に到着すると、大
力キュー(1)を経て1語目がパケットの1語目(ヘッ
ダ)を保持するレジスタ(2)(以下第2レジスタと記
す)に、2語目がパケットの2語目(データ)を保持す
るレジスタ(3)(以下第2レジスタと記す)に夫々ラ
ッチされる。第ルジスタ(2)にラッチされた内容のう
ち、処理指示コード(5)が判定・制御回路く7)によ
り判定され、以下のポインタアドレスメモリ及びリター
ンコードメモリのロード動作を制御する制御信号(8)
が出力される。第ルジスタ(2)にラッチされた内容の
うち、ロード(ダンプ)アドレス(25)をアドレスと
して入力パケットが保持していたデータ(6)をポイン
タアドレスメモリ(9)およびリターンコードメモリ<
20)に書き込む、出力パケットはない。
0] arrives at the input end, the first word is transferred to the register (2) (hereinafter referred to as the second register) that holds the first word (header) of the packet after passing through the large queue (1). The second word is latched in a register (3) (hereinafter referred to as a second register) that holds the second word (data) of the packet. Among the contents latched in the register (2), the processing instruction code (5) is determined by the determination/control circuit (7), and the control signal (8) that controls the loading operation of the following pointer address memory and return code memory is determined by the determination/control circuit (7). )
is output. Among the contents latched in the register (2), the data (6) held by the input packet is transferred to the pointer address memory (9) and the return code memory using the load (dump) address (25) as the address.
20), there is no output packet.

■ 差分メモリ(11)のロードを示す処理指示コード
(5)例えば[0、1,1、O、Oコであるロードパケ
ットが到着すると、大力キュー(1)を経て1語目が第
ルジスタ(2)に、2語目が第2レジスタ(3)に夫々
ラッチきれる。この第ルジスタ(2)にラッチされた内
容のうち、処理指示コード(5)が判定・制御回路(7
)により判定され、差分メモリフ11)のロード動作を
制御する制御信号〈8)が出力される。第ルノスタ(2
)にラッチされた内容のうち、ロード(ダンプ)アドレ
ス(25)をアドレスとして入力パケットが保持してい
たデータ(6)を差分メモリ(11〉に書き込む、出力
パケットはない。
■ Processing instruction code (5) indicating loading of differential memory (11) For example, when a load packet of [0, 1, 1, O, O] arrives, the first word passes through the large queue (1) and is transferred to the first word ( 2), the second word is latched into the second register (3). Among the contents latched in this register (2), the processing instruction code (5) is the judgment/control circuit (7).
), and a control signal <8) for controlling the loading operation of the differential memory 11) is output. Runo Star (2)
), there is no output packet that writes the data (6) held by the input packet to the differential memory (11>) using the load (dump) address (25) as the address.

■ ポインタメモリ(12)のロードを示す処理指示コ
ード(5)が例えば[0、1、Q 、 1 、 Oコで
あるロードパケットが到着すると、入力キュー(1)を
経て1語目が第ルジスタ(2)に、21目が第2レジス
タ(3)に夫々ラッチされる。第ルジスタ(2)にラッ
チされた内容のうち、処理指示コード(5)が判定・制
御回路(7)に依って判定きれ、ポインタメモリ(12
)のロード動作を制御する制御信号(8)が出力される
。また第ルジスタ(2)にラップされた内容のうち、ロ
ード(ダンプ)アドレス(25)をアドレスとして入力
パケットが保持していたデータ(6)をポインタメモリ
(12)に書き込む、出力パケットはない。
■ When a load packet whose processing instruction code (5) indicating loading of the pointer memory (12) is, for example, [0, 1, Q, 1, O] arrives, the first word passes through the input queue (1) and is placed in the In (2), the 21st bits are respectively latched in the second register (3). Among the contents latched in the register (2), the processing instruction code (5) has been successfully determined by the determination/control circuit (7), and the pointer memory (12
) is output. Also, among the contents wrapped in the register (2), there is no output packet that writes the data (6) held by the input packet to the pointer memory (12) using the load (dump) address (25) as the address.

■ データメモリ(18)のロードを示す処理指示示コ
ードく5)が例えば[0、1、0、0、1]であるロー
ドパケットが到着すると、入力キュー(1)を経て1語
目が第ルジスタ(2〉に、2語目が第2レジスタく3)
に夫々ラッチされる。第ルジスタ(2)にラッチされた
内容のうち、処理指示コード(5)が判定・制御回路(
7)により判定され、以下のデータメモリのロード動作
を制御する制御信号(8)が出力される。第ルジスタ(
2)にラッチされた内容のうち、ロード(ダンプ)アド
レス(25)をアドレスとして入力パケットが保持して
いたデータ(6)をデータメモリ(18)に書き込む、
出力パケットはない。
■ When a load packet whose processing instruction code 5) indicating loading of the data memory (18) is, for example, [0, 1, 0, 0, 1] arrives, the first word passes through the input queue (1). Lujista (2>, the second word is in the second register 3)
are latched respectively. Among the contents latched in the register (2), the processing instruction code (5) is the judgment/control circuit (
7), and a control signal (8) for controlling the following data memory loading operation is output. No. Rujistha (
2) Among the contents latched, the data (6) held by the input packet is written to the data memory (18) using the load (dump) address (25) as the address.
There are no output packets.

■ 第4図(a)の如きデータパケットであって、ポイ
ンタの設定を示す処理指示コード(5)が例えば[5,
、S、 、 S、 、 S、 、 S、コー[ヱ、X、
O’、1゜0コとなるオペランドパケットが到着すると
、入力キュー(1)を経て1語目が第ルジスタ(2)に
、2語目が第2レジスタ(3)に夫々ラッチきれる。第
ルジスタ(2)にラッチされた内容のうち、処理指示コ
ード(5)が判定・制御回路〈7)により判定され、以
下のポインタの設定を制御する制御信号(8)が出力さ
れる。第ルジスタ〈2ンにう/チされた内容のうち、集
合名が集合名更新手段(27)にロードされ、これをア
ドレスとしてポインタアドレスメモリ(9)を読み出す
。該ポインタアドレスメモリ(9)のこの出力、及び第
ルジスタ(2)の内容のうち、環境番号(4)が環境番
号・ポインタアドレス保持レジスタ(10)にラッチさ
れる。この環境番号・ポインタアドレス保持レジスタ(
10)の内容をアドレスとして入力パケットが保持して
いたデータ(6)をポインタメモリ(12)に書き込む
■ In a data packet as shown in FIG. 4(a), the processing instruction code (5) indicating pointer setting is, for example, [5,
,S, ,S, ,S, ,S,Ko[ヱ,X,
When an operand packet of O', 1°0 arrives, the first word is latched in the first register (2) and the second word is latched in the second register (3) after passing through the input queue (1). Among the contents latched in the register (2), the processing instruction code (5) is determined by the determination/control circuit (7), and a control signal (8) for controlling the following pointer settings is output. Among the contents entered in the second register, the set name is loaded into the set name updating means (27), and the pointer address memory (9) is read out using this as an address. Of this output of the pointer address memory (9) and the contents of the register (2), the environment number (4) is latched into the environment number/pointer address holding register (10). This environment number/pointer address holding register (
The data (6) held by the input packet is written into the pointer memory (12) using the contents of 10) as an address.

一方、集合名更新手段り27)の内容をアドレスとして
リターンコードメモリ(20)を読み出し、リターンコ
ード(22〉、及び未変更情報(23)がへ7グレジス
タ(21)にラッチきれる。ヘッダレジスタ(21)の
内容を1語目となす、アクノリッジパケットが第4図(
b)4こ示す如き構成で出力キュー(24)を経て出力
される。
On the other hand, the return code memory (20) is read using the contents of the set name update means (27) as an address, and the return code (22) and unchanged information (23) are latched into the header register (21). The acknowledge packet whose first word is the content of 21) is shown in Figure 4 (
b) 4 are outputted via the output queue (24) with the configuration shown.

■ 差分の設定を示す処理指示コード(5)が例えば[
1,X、1.O,O]であるオペランドパケットが到着
すると、入力キュー(1)を経て1語目が第ルジスタ(
2)に、2語目が第2レジスタ(3〉にそれぞれラッチ
される。第ルジスタ(2)にラッチされた内容のうち、
処理指示コード(5)が判定・制御回路(7)により判
定され、以下の差分の設定を制御する制御信号く8)が
出力きれる。
■ For example, if the processing instruction code (5) indicating the difference setting is [
1,X,1. O, O], when an operand packet arrives, it passes through the input queue (1) and the first word is placed in the first word register (
2), the second word is latched in the second register (3). Among the contents latched in the register (2),
The processing instruction code (5) is determined by the determination/control circuit (7), and a control signal (8) for controlling the following difference settings is output.

第ルジスタ(2)にラッチされた内容のうち゛、集合名
が集合名更新手段(27)にロードきれこれをアドレス
としてポインタアドレスメモリ(9)を読み出す、ポイ
ンタアドレスメモリ(9)のこの出力、及び第ルジスタ
(2)の内容のうち、環境番号(4)が環境番号・ポイ
ンタアドレス保持レジスタ(10)にラッチきれる。こ
の環境番号・ポインタアドレス保持レジスタ(10)の
内容をアドレスとして入力パケットが保持していたデー
タ(6)を差分メモリ(11)に書き込む。
Among the contents latched in the register (2), the set name is loaded into the set name updating means (27), and the pointer address memory (9) is read out using this as an address.This output of the pointer address memory (9); Among the contents of register (2), environment number (4) is latched into environment number/pointer address holding register (10). The data (6) held in the input packet is written into the differential memory (11) using the contents of the environment number/pointer address holding register (10) as an address.

一方、集合名更新手段(27)をアドレスとしてリター
ンコードメモリ(20)を読み出し、リターンコード(
22)、及び未変更情報(23)がヘッダレジスタ(2
1)にラッチされる。ヘッダレジスタ(21)の内容を
1語目となす、アクノリッジパケットが出力キュー (
24)を経て出力される。
On the other hand, the return code memory (20) is read using the set name updating means (27) as an address, and the return code (
22), and the unchanged information (23) is stored in the header register (2
1). An acknowledge packet whose first word is the contents of the header register (21) is sent to the output queue (
24).

■ アクノリ・7ジパケ・ントを出力する書き込みを示
す処理指示コード(5)が例えば[1,X、1゜1、O
]であるオペランドパケットが到着すると、入力キュー
(1)を経て1語目が第ルジスタ(2)に2語目が第2
レジスタ(3)にそれぞれラッチされる。第ルジスタ(
2)にラッチされた内容のうち、処理指示コード(5)
が判定・制御回路(7)により判定され、以下のアクノ
リッジパケットを出力する書き込みを制御する制御信号
(8)が出力される。第ルジスタ(2)にラッチされた
内容のうち、集合名が集合名更新手段(27)にロード
され、これをアドレスとしてボイ゛ンタアドレスメモリ
(9)を読み出す。ポインタアドレスメモリ(9)のこ
の出力、及び第ルジスタ(2)の内容のうち、環境番号
(4)が環境番号・ポインタアドレス保持レジスタ(1
0)にラッチされる。この環境番号・ポインタアドレス
保持レジスタ(10)の内容ヲアドレスとしてポインタ
メモリ(12)、及び差分メモリ(11)を読み出す、
差分メモリ(11)の出力は差分レジスタ(13)に、
ポインタメモリ(12)の出力はポインタレジスタ(1
6)に夫々ラッチされ、ポインタレジスタ(16)の内
容(17)をアドレスとして入力パケットが保持してい
たデータ(6)をデータメモリ(18)に書き込む。差
分レジスタ(13)及びポインタレジスタ(16)の内
容は加算器から構成さ・れたポインタ更新手段(14)
によって加算され、ポインタメモリ(12)の読み出し
たアドレスに書き込む。一方、集合名更新手段(27)
をアドレスとしてリターンコードメモリ(20)を読み
だし、リターンコード(22)、及び未変更情報(23
)がヘッダレジスタ(21)にラッチきれる。ヘッダレ
ジスタ(21)の内容を1語口となす、アクノリッジパ
ケットが出力キュー(24)を経て出力される。
■ For example, the processing instruction code (5) indicating a write that outputs an acknowledgement,
] When an operand packet arrives, the first word is transferred to the second register (2) via the input queue (1), and the second word
Each is latched in register (3). No. Rujistha (
Among the contents latched in 2), the processing instruction code (5)
is determined by the determination/control circuit (7), and a control signal (8) for controlling writing that outputs the following acknowledge packet is output. Among the contents latched in the register (2), the set name is loaded into the set name updating means (27), and the pointer address memory (9) is read out using this as an address. Of this output of the pointer address memory (9) and the contents of the register (2), the environment number (4) is the environment number/pointer address holding register (1).
0). The content of this environment number/pointer address holding register (10) is used as an address to read out the pointer memory (12) and differential memory (11).
The output of the differential memory (11) is sent to the differential register (13),
The output of pointer memory (12) is the pointer register (1
6), and write the data (6) held by the input packet into the data memory (18) using the contents (17) of the pointer register (16) as an address. The contents of the difference register (13) and pointer register (16) are updated by pointer updating means (14) consisting of an adder.
and is written to the read address in the pointer memory (12). On the other hand, collective name updating means (27)
Read the return code memory (20) using the address as the return code (22) and the unchanged information (23).
) can be latched into the header register (21). An acknowledge packet containing the contents of the header register (21) as one word is output via the output queue (24).

■ アクノリッジパケットを出力しない書き込みを示す
処理指示コード(5)が例えば[1、X 。
■ For example, the processing instruction code (5) indicating a write without outputting an acknowledge packet is [1,X.

1 、1 、1]であるオペランドパケットが到着する
と、入力キュー(1)を経て1語目が第ルジスタ(2)
に、2語目が第2レジスタ(3)に夫々ラッチされる。
1, 1, 1], the first word is sent to the input queue (1) and the first word is sent to the first word register (2).
Then, the second word is latched into the second register (3), respectively.

第ルジスタ(2)にラッチされた内容のうち、処理指示
コード(5)が判定・制御回路(7)により判定され、
以下のアクノリッジパケットを出力しない書き込みを制
御する制御信号(8)が出力される。第ルジスタ(2)
にラッチされた内容のうち、集合名が集合名更新手段(
27)にロードきれ、これをアドレスとしてポインタア
ドレスメモリ(9)を読み出す、ポインタアドレスメモ
リ(9)のこの出力、及び第ルジスタ(2)の内容のう
ち、環境番号(4)が環境番号・ポインタアドレス保持
レジスタ(10)にラッチされる。そして環境番号・ポ
インタアドレス保持レジスタ(10)の内容をアドレス
としてポインタメモリ(12)、及び差分メモリ(11
)を読み出す。差分メモリ(11)の出力は差分レジス
タ(13)に、ポインタメモリフ12〉の出力はポイン
タレジスタ(16)に夫々ラッチされ、ポインタレジス
タ(16)の内容(17)をアドレスとしてλカパケッ
トが保持していたデータ(6)をデータメモリ(18)
に書き込む、出力パケットはない。
Among the contents latched in the register (2), the processing instruction code (5) is determined by the determination/control circuit (7),
A control signal (8) for controlling writing without outputting the following acknowledge packet is output. No. Rujistha (2)
Among the contents latched to the set name, the set name is updated by the set name update means (
27), and read out the pointer address memory (9) using this as an address. Among this output of the pointer address memory (9) and the contents of the register (2), the environment number (4) is the environment number/pointer. It is latched into the address holding register (10). Then, the content of the environment number/pointer address holding register (10) is used as an address to be stored in the pointer memory (12) and the differential memory (11).
) is read out. The output of the differential memory (11) is latched in the differential register (13), and the output of the pointer memory 12 is latched in the pointer register (16), and a λ packet is held using the contents (17) of the pointer register (16) as an address. The data (6) that was in the data memory (18)
There are no output packets.

■ 読み出しを示す処理指示コード(5)が例えば[1
,X、0,1.1]であるオペランドパケットが到着す
ると、入力キュー〈1)を経て1語目が第ルジスタ(2
)に、2語目が第2レジスタ(3)に夫々ラッチされる
。第ルジスタ(2)にラッチされた内容のうち、処理指
示コード(5)が判定・制御回路(7)により判定され
、以下の読み出しを制御する制御信号(8)が出力され
る。第ルジスタ(2)にラッチされた内容のうち、集合
名が集合名更新手段(27)にロードされ、これをアド
レスとしてポインタアドレスメモリ(9)を読み出す、
ボイ〉・タアドレスメモリ(9)のこの出力、及び第ル
ジスタ〈2)の内容のうち環境番号(4)が環境番号・
ポインタアドレス保持レジスタ〈10)にラッチされる
。この環境番号・ポインタアドレス保持レジスタ(10
)の内容をアドレスとしてポインタメモリ(12)、及
び差分メモリ(11)を読み出す。ポインタメモリ(1
2)の、出力はポインタレジスタ(16)に、差分メモ
リ(11)の出力は差分レジスタ(13)に夫々ラッチ
され、ポインタレジスタ(16)の内容(17)をアド
レスとしてデータメモリ(18)を読み出しその内容は
データレジスタ(19)にラッチされる。差分レジスタ
(13)及びポインタレジスタ(16)の内容はポイン
タ更新手段(14)によって加算きれ、ポインタメモリ
(12)の読み出したアドレスに書き込む。
■ For example, if the processing instruction code (5) indicating reading is [1
,
), the second word is latched into the second register (3), respectively. Among the contents latched in the register (2), the processing instruction code (5) is determined by the determination/control circuit (7), and a control signal (8) for controlling the following reading is output. Among the contents latched in the register (2), the set name is loaded into the set name update means (27), and the pointer address memory (9) is read out using this as an address.
Of this output of the address memory (9) and the contents of the address register (2), the environment number (4) is the environment number.
It is latched into the pointer address holding register (10). This environment number/pointer address holding register (10
) is used as an address to read out the pointer memory (12) and the differential memory (11). Pointer memory (1
2), the output is latched to the pointer register (16), and the output of the differential memory (11) is latched to the differential register (13), respectively, and the data memory (18) is loaded using the contents (17) of the pointer register (16) as an address. The read contents are latched into the data register (19). The contents of the difference register (13) and pointer register (16) are added up by the pointer updating means (14) and written to the read address of the pointer memory (12).

一方、集合名更新手段(27)をアドレスとしてリター
ンコードメモリ(20)を読み出し、リターンコード(
22)、及び未変更情報(23)がヘッダレジスタ(2
1)にラッチされ、ヘッダレジスタ(21)の内容を1
語目とし、データレジスタ(19)の内容を2F!目と
なす、データパケットが出力キュー(24)を経て出力
される。
On the other hand, the return code memory (20) is read using the set name updating means (27) as an address, and the return code (
22), and the unchanged information (23) is stored in the header register (2
1) and sets the contents of the header register (21) to 1.
The contents of the data register (19) are 2F! The first data packet is output via an output queue (24).

今、ポインタアドレスメモリ(9)あるいはリターンコ
ードメモリ(20)に含まれるか又は独立して設けられ
るデータの1ビツトのフラグからなる継続識別子が例え
ば“1゛でamを指示しておれば、集合名更新手段(2
7)は内容をインクリメントし、入力キュー(1)の出
力を停止させ、第ルジスタ(2)にはその内容を保持さ
せる。この更新された集合名更新手段(27)の内存を
アドレスとしてポインタアドレスメモリ(9)を読み出
す、ポインタアドレスメモリ(9)のこの出力、及び第
ルジスタ(2)の内容のうち、環境番号(4)が環境番
号・ポインタアドレス保持レジスタ(10)にラッチさ
れる。この環境番号・ポインタアドレス保持レジスタ(
10)の内容をアドレスとしてポインタメモリ(12)
、及び差分メモリ(11)を読み出す、ポインタメモリ
(12)の出力はポインタレジスタ(16)に、差分メ
モリ(11)の出力は差分レジスタ(13)に夫々ラッ
チされ、ポインタレジスタ(16)の内容(17)をア
ドレスとしてデータメモリ(18)を読み出し、その内
容はデータレジスタ(19)にラッチされる。差分レジ
スタ(13)及びポインタレジスタ〈16)の内容はポ
インタ更新手段(14)によって加算きれ、ボインタメ
モリ(12〉の読み出したアドレスに書き込む。
Now, if the continuation identifier consisting of a 1-bit flag of data included in the pointer address memory (9) or return code memory (20) or provided independently is "1" indicating am, then the set Name update means (2
7) increments the contents, stops the output of the input queue (1), and causes the register (2) to hold its contents. The pointer address memory (9) is read out using the updated set name update means (27) as an address. Among the output of the pointer address memory (9) and the contents of the register (2), the environment number (4) is read out. ) is latched into the environment number/pointer address holding register (10). This environment number/pointer address holding register (
Pointer memory (12) with the contents of 10) as the address
, and read the differential memory (11). The output of the pointer memory (12) is latched to the pointer register (16), the output of the differential memory (11) is latched to the differential register (13), and the contents of the pointer register (16) are latched. The data memory (18) is read using (17) as the address, and its contents are latched into the data register (19). The contents of the difference register (13) and pointer register (16) are added up by the pointer updating means (14) and written to the read address of the pointer memory (12).

一方、集合名更新手段(27)をアドレスとしてリター
ンコードメモリ(20)を読み出し、リターンコード(
22)、及び第ルジスタ(2〉の内容のうち、リターン
コードを除く情報がヘッダレジスタ〈21)にラッチさ
れる。ヘッダレジスタ(21)の内容を1語目とし、デ
ータレジスタ(19)の内容を2語目となす、データパ
ケットが出力キュー(24)を経て出力される。これを
継続識別子がm続を指示しなくなる(例えは“θ″)ま
で繰り返す。
On the other hand, the return code memory (20) is read using the set name updating means (27) as an address, and the return code (
22) and the contents of the register (2>), except for the return code, are latched into the header register (21). A data packet is output via the output queue (24), with the contents of the header register (21) as the first word and the contents of the data register (19) as the second word. This is repeated until the continuation identifier no longer indicates m continuations (for example, "θ").

■ 第3図のデータパケットであって、ポインタアドレ
スメモリ及びリターンコードメモリのダンプを示す処理
指示コード(5)が例えばC5+ 、S*。
■ In the data packet of FIG. 3, the processing instruction code (5) indicating dumping of the pointer address memory and return code memory is, for example, C5+, S*.

S、 、 S、 、 S@コ舅[0、0、0、0、Oコ
となるダンプパケットが到着すると、入力キュー(1)
を経て1語目が第ルジスタ(2)に、2語目が第2レジ
スタ(3)に夫々ラッチされる。第ルジスタ(2)にラ
ッチされた内容のうち、処理指示コード(5)が判定・
制御回路(7)により判定され、以下のボ゛インタアド
レスメモリ及びリターンコードメモリのダンプ動作を制
御する制御信号(8)が出力される。
S, , S, , S@ko [0, 0, 0, 0, O] When a dump packet arrives, the input queue (1)
After that, the first word is latched into the first register (2), and the second word is latched into the second register (3). Among the contents latched in the register (2), the processing instruction code (5) is determined.
The control circuit (7) makes a determination and outputs a control signal (8) that controls the following dump operations of the pointer address memory and return code memory.

第ルジスタ(2)にラッチされた内容のうち、ロード(
ダンプ)アドレスク25)をアドレスとしてポインタア
ドレスメモリ(9)、及びリターンコードメモリ(20
)を読み出す。これらの内容はデータレジスタ(19)
にラッチきれる。このデータレジスタ(19)の内容を
2語目となす、データパケットが出力キュー(24)を
経て、ホストインターフェースに向けて出力される。
Of the contents latched in the register (2), the load (
Pointer address memory (9) and return code memory (20
) is read out. These contents are data register (19)
It can be latched to. A data packet containing the contents of this data register (19) as the second word is outputted to the host interface via the output queue (24).

■ ポインタメモリ(12)のダンプを示す処理指示コ
ード(5)が例えば[0、0、0、1、Oコであるダン
プパケットが到着すると、入力キュー(1)を経て1語
目が第ルジスタ(2)に、2語目が第2レジスタ(3)
にそれぞれラッチされる。第ルジスタ(2)にラッチさ
れた内容のうち、処理指示コード(5)が判定・制御回
路(7)により判定され、以下のポインタメモリのダン
プ動作を制御する制御信号(8)が出力きれる。第ルジ
スタ(2)にラッチされた内容のうちロード(ダンプ)
アドレス(25)をアドレスとしてポインタメモリ(1
2)を読み出t、この内容はデータレジスタ(19)に
ラッチされる。このデータレジスタ(19)の内容を2
語目となす、データパケットが出力キュー(24)を経
て、ホストインターフェースに向けて出力される。
■ When a dump packet whose processing instruction code (5) indicating a dump in the pointer memory (12) is, for example, [0, 0, 0, 1, (2), the second word is in the second register (3)
are latched respectively. Among the contents latched in the register (2), the processing instruction code (5) is determined by the determination/control circuit (7), and a control signal (8) for controlling the dump operation of the pointer memory described below is output. Load (dump) the contents latched in the register (2)
Pointer memory (1) with address (25) as address
2) is read, and its contents are latched into the data register (19). The contents of this data register (19) are
Each data packet is outputted to the host interface via an output queue (24).

O差分メモリ(11〉のダンプを示す処理指示コード(
5)が例えば[0、0、1、0、0]であるダンプパケ
ットが到着すると、入力キュー・(1)を経て1語目が
第ルジスタ(2)に、2語目が第2レジスタ(3)に夫
々ラッチされる。第ルジスタ(2)にラッチされた内容
のうち、処理指示コード(5)が判定・制御回路(7)
により判定され、以下の差分メモリのダンプ動作を制御
する制御信号く8)が出力きれる。第ルジスタ(2)に
ラッチされた内容のうちロード(ダンプ〉アドレス(2
5)をアドレスとして差分メモリ(11)を読み出す、
この内容はデータレジスタ(19)にラッチされる。こ
のデータレジスタ(19)の内容を2語目となす、デー
タパケットが出力キュー(24)を経て、ホストインタ
ーフェースに向けて出力される。
O difference memory (11> processing instruction code (11) indicating dump)
When a dump packet whose value 5) is, for example, [0, 0, 1, 0, 0] arrives, it passes through the input queue (1), and the first word is stored in the register register (2), and the second word is stored in the second register (2). 3) respectively. Among the contents latched in the register (2), the processing instruction code (5) is sent to the judgment/control circuit (7).
The control signal 8) for controlling the dump operation of the differential memory described below is output. Load (dump) address (2) of the contents latched in the register (2)
5) Read the differential memory (11) using the address,
This content is latched into the data register (19). A data packet containing the contents of this data register (19) as the second word is outputted to the host interface via the output queue (24).

◎ データメモリのダンプを示す処理指示コード(5〉
が例えば[0,0,0,0,1]であるダンプパケット
が到着すると、入力キュー(1)を経て1語口が第ルジ
スタ(2)に、2語目が第2レジスタ(3)に夫々ラッ
チされる。第ルジスタ(2)にラッチされた内容のうち
、処理指示コード(5)が判定・制御回路(7)により
判定され、以下のデータメモリのダンプ動作を制御する
制御信号(8)が出力きれる。第ルジスタ(2)にラッ
プされた内容のうちロード(ダンプ)アドレス(25)
をアドレスとしてデータメモリ(18)を読み出す、こ
の内容はデータレジスタ(19)にラッチされる。この
データレジスタ(19)の内容を2語目となす、データ
パケットが出力キュー(24)を経て、ホストインター
フェースに向けて出力される。
◎ Processing instruction code (5) indicating data memory dump
For example, when a dump packet arrives with [0, 0, 0, 0, 1], the first word is transferred to the first register (2) and the second word is transferred to the second register (3) via the input queue (1). Each is latched. Among the contents latched in the register (2), the processing instruction code (5) is determined by the determination/control circuit (7), and a control signal (8) for controlling the following data memory dump operation is output. Load (dump) address (25) of the contents wrapped in the first register (2)
The data memory (18) is read out using the address , and its contents are latched into the data register (19). A data packet containing the contents of this data register (19) as the second word is outputted to the host interface via the output queue (24).

(ト)発明の効果 この発明によれば、ポインタ更新データパケットにより
データ集合の集合名を与えることにより、該データ集合
の要素が格納されているアドレスであるポインタを動的
に変更することができる。これは、該集合名を他のデー
タ集合の集合名として使用することに相当する。このよ
うに、不要となったデータ集合の集合名を他の集合の集
合名として使用することにより、無限の数のデータ集合
を扱うことができる0以上のような特徴のため、本発明
により扱えるデータ集合の数を無限にすることができる
(G) Effects of the Invention According to this invention, by giving the set name of a data set using a pointer update data packet, it is possible to dynamically change the pointer that is the address where the element of the data set is stored. . This corresponds to using the set name as a set name for another data set. In this way, by using the set name of a data set that is no longer needed as the set name of another set, it is possible to handle an infinite number of data sets, such as 0 or more, so the present invention can handle them. The number of data sets can be infinite.

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

第1図は本発明データ記憶装置の全体構成を示すブロッ
ク図、第2図は本発明データ記憶装置を用いたシステム
のブロック図、第3図および第4図は本発明において用
いられるデータパケットの形式を示す構成図、第5図は
本発明の概要を示すブロック図、第6図は本発明の概要
を示す他のブロック図である。 (1)・・・大力キュー、(2)・・・第2レジスタ、
(3)・・・第2レジスタ、(7)・・・判定・制御回
路、(9)・・・ポインタアドレスメモリ、(11)・
・・差分メモリ、(12)・・・ポインタメモリ、(1
3)・・・差分レジスタ、(14)・・・ポインタ更新
手段、(16)・・・ポインタレジスタ、(18)・・
・データメモリ、(19)・・・データレジスタ、(2
0)・・・リターンコードメモリ、 (21)・・・ヘ
ッダレジスタ、 <24)・・・出力キュー。
FIG. 1 is a block diagram showing the overall configuration of the data storage device of the present invention, FIG. 2 is a block diagram of a system using the data storage device of the present invention, and FIGS. 3 and 4 are diagrams of data packets used in the present invention. FIG. 5 is a block diagram showing an overview of the present invention, and FIG. 6 is another block diagram showing an overview of the present invention. (1)...Dairiki cue, (2)...Second register,
(3)...Second register, (7)...Judgment/control circuit, (9)...Pointer address memory, (11)...
... Differential memory, (12) ... Pointer memory, (1
3)...Difference register, (14)...Pointer update means, (16)...Pointer register, (18)...
・Data memory, (19)...Data register, (2
0)...Return code memory, (21)...Header register, <24)...Output queue.

Claims (6)

【特許請求の範囲】[Claims] (1)単数あるいは複数のデータ集合が格納されている
データメモリ、前記データ集合の要素が格納されている
アドレス情報を格納するポインタメモリ、前記ポインタ
メモリ内の、前記データ集合の要素が格納されているア
ドレス情報が格納されているアドレスを格納するポイン
タアドレスメモリ、及びデータパケットに含まれる処理
の種類を示す処理指示コードにより処理を判定制御する
判定制御回路からなり、前記処理指示コードを含むパケ
ットの到着に応じて前記判定制御回路の制御により、デ
ータ要素の読み出し、または前記ポインタメモリの内容
の変更を行うことを特徴となすデータ記憶装置。
(1) A data memory in which one or more data sets are stored, a pointer memory that stores address information where the elements of the data set are stored, and a pointer memory in which the elements of the data set are stored in the pointer memory. It consists of a pointer address memory that stores the address where address information is stored, and a determination control circuit that determines and controls processing based on a processing instruction code that indicates the type of processing included in the data packet. A data storage device characterized in that the data element is read out or the contents of the pointer memory are changed under the control of the determination control circuit in accordance with the arrival of the data element.
(2)ポインタ値の変更を示す前記処理指示コード、前
記集合名、及び新しいポインタ値を保持したポインタ変
更データパケットの到着に応じて、前記データ集合に対
応するポインタメモリの内容を前記新しいポインタ値に
書き換え、データ要素の読み出しを示す前記処理指示コ
ード、及び前記データ集合の集合名を保持した読み出し
データパケットの到着に応じて前記ポインタアドレスメ
モリを前記データ集合の集合名によって参照することに
より、前記データメモリ内のデータ要素を読み出すこと
を特徴となす特許請求の範囲第1項記載のデータ記憶装
置。
(2) In response to the arrival of a pointer change data packet holding the processing instruction code indicating a change in pointer value, the set name, and a new pointer value, the contents of the pointer memory corresponding to the data set are changed to the new pointer value. and referring to the pointer address memory by the set name of the data set in response to the arrival of a read data packet holding the processing instruction code indicating reading of a data element and the set name of the data set. A data storage device according to claim 1, characterized in that data elements in a data memory are read out.
(3)単数あるいは複数のデータ集合が格納されている
データメモリ、前記データ集合の要素が格納されている
アドレス情報を格納するポインタメモリ、前記ポインタ
メモリ内の、前記データ集合の要素が格納されているア
ドレス情報が格納されているアドレスを格納するポイン
タアドレスメモリ、同一データ集合内の連続して参照す
べき2つのデータ要素の前記データメモリ内のアドレス
の差である差分を格納する差分メモリ、前記ポインタメ
モリの内容及び前記差分メモリの内容から新しいポイン
タ値を生成するポインタ更新手段、及びデータパケット
に含まれる処理の種類を示す処理指示コードにより処理
を判定制御する判定制御回路からなり、前記処理指示コ
ードを含むパケットの到着に応じて前記判定制御回路の
制御により、データ要素の読み出し、または前記ポイン
タメモリの内容の変更を行うことを特徴となすデータ記
憶装置。
(3) A data memory in which one or more data sets are stored, a pointer memory that stores address information in which the elements of the data set are stored, and a pointer memory in which the elements of the data set are stored in the pointer memory. a pointer address memory that stores an address where address information is stored; a difference memory that stores a difference between addresses in the data memory of two data elements to be referenced consecutively in the same data set; It consists of a pointer update means that generates a new pointer value from the contents of the pointer memory and the contents of the differential memory, and a determination control circuit that determines and controls the process based on a process instruction code indicating the type of process included in the data packet, A data storage device, wherein a data element is read out or the contents of the pointer memory are changed under the control of the determination control circuit in response to the arrival of a packet containing a code.
(4)ポインタの変更を示す前記処理指示コード、前記
集合名、及び新しいポインタ値を保持したポインタ変更
データパケットの到着に応じて、該データ集合のポイン
タメモリの内容を前記新しいポインタ値に書き換え、デ
ータ要素の読み出しを示す前記処理指示コード、及び前
記データ集合の集合名を保持した複数の読み出しデータ
パケットの到着に応じて前記ポインタアドレスメモリを
前記データ集合の集合名によって連続的に参照し、前記
ポインタ更新手段によりポインタを連続的に更新するこ
とにより、前記データメモリ内の同一データ集合内の複
数のデータ要素を連続して読み出すことを特徴となす特
許請求の範囲第3項記載のデータ記憶装置。
(4) rewriting the contents of the pointer memory of the data set to the new pointer value in response to the arrival of a pointer change data packet holding the processing instruction code indicating a pointer change, the set name, and a new pointer value; In response to the arrival of a plurality of read data packets holding the processing instruction code indicating reading of a data element and the set name of the data set, successively referring to the pointer address memory by the set name of the data set, The data storage device according to claim 3, characterized in that a plurality of data elements within the same data set in the data memory are successively read by continuously updating a pointer by a pointer updating means. .
(5)前記データメモリの参照の継続の有無を示す継続
識別子に応じて集合名を更新する集合名更新手段を備え
、さらに前記ポインタアドレスメモリは前記継続識別子
を記憶し、前記データメモリを読み出すごとに、前記継
続識別子に応じて、前記集合名更新手段により集合名を
更新し、更新された集合名により再び前記ポインタアド
レスメモリを参照する動作を繰り返すことにより、一つ
の前記データパケットの到着に応じて前記データメモリ
内の複数のデータ集合にまたがるデータ要素を連続的に
読み出仕ることを特徴となす特許請求の範囲第4項記載
のデータ記憶装置。
(5) A set name updating means is provided for updating a set name in accordance with a continuation identifier indicating whether or not reference to the data memory is continued, and further, the pointer address memory stores the continuation identifier and each time the data memory is read. Then, in response to the arrival of one of the data packets, the set name is updated by the set name update means according to the continuation identifier, and the operation of referring to the pointer address memory again using the updated set name is repeated. 5. The data storage device according to claim 4, wherein data elements spanning a plurality of data sets in the data memory are read out continuously.
(6)前記ポインタアドレスメモリ、ポインタメモリ、
及びデータメモリ各々への参照動作が並行して行われる
ことを特徴となす、特許請求の範囲第5項記載のデータ
記憶装置。
(6) the pointer address memory, pointer memory;
6. The data storage device according to claim 5, wherein reference operations to each of the data memory and the data memory are performed in parallel.
JP9645987A 1987-04-20 1987-04-20 Data storage device Pending JPS63262738A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9645987A JPS63262738A (en) 1987-04-20 1987-04-20 Data storage device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9645987A JPS63262738A (en) 1987-04-20 1987-04-20 Data storage device

Publications (1)

Publication Number Publication Date
JPS63262738A true JPS63262738A (en) 1988-10-31

Family

ID=14165611

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9645987A Pending JPS63262738A (en) 1987-04-20 1987-04-20 Data storage device

Country Status (1)

Country Link
JP (1) JPS63262738A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5870360A (en) * 1981-10-22 1983-04-26 Nec Corp Data flow processor
JPS6077242A (en) * 1983-10-04 1985-05-01 Nec Corp Memory writing circuit
JPS61217861A (en) * 1985-03-22 1986-09-27 Nec Corp Data processing system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5870360A (en) * 1981-10-22 1983-04-26 Nec Corp Data flow processor
JPS6077242A (en) * 1983-10-04 1985-05-01 Nec Corp Memory writing circuit
JPS61217861A (en) * 1985-03-22 1986-09-27 Nec Corp Data processing system

Similar Documents

Publication Publication Date Title
JPS6053896B2 (en) Memory system of data processing equipment
JPH0414385B2 (en)
JPH02101576A (en) Vector processor
US5363491A (en) Data flow processor with data processing and next address determination being made in parallel
JPS63262738A (en) Data storage device
JPS63261444A (en) Data storage device
JP2668156B2 (en) Execution control method of data driven type information processing device
JPS63261441A (en) Data storage device
JPS63280351A (en) Data storage device
JPS63261440A (en) Data storage device
JPS63261442A (en) Data storage device
JPS63261443A (en) Data storage device
JP2522372B2 (en) Data driven computer
JPS63261439A (en) Data storage device
JPH0468453A (en) Data transfer device
JPS63261430A (en) Method and apparatus for information processing
JPS61120260A (en) Access device for sequential data memory circuit
JPS63279339A (en) Data storage device
JPS59151242A (en) Queue controlling system of data driven type computer
JPH03224078A (en) Interface device
JP2000067008A5 (en)
JPH0721766A (en) Fifo memory
JPH01261763A (en) Dma transfer control device
JPH02259828A (en) File mergence processing system
JPH02127743A (en) Memory control system