JPH03233740A - Memory access device - Google Patents

Memory access device

Info

Publication number
JPH03233740A
JPH03233740A JP3083890A JP3083890A JPH03233740A JP H03233740 A JPH03233740 A JP H03233740A JP 3083890 A JP3083890 A JP 3083890A JP 3083890 A JP3083890 A JP 3083890A JP H03233740 A JPH03233740 A JP H03233740A
Authority
JP
Japan
Prior art keywords
packet
memory access
packets
input
memory
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.)
Granted
Application number
JP3083890A
Other languages
Japanese (ja)
Other versions
JP3108421B2 (en
Inventor
Koichi Hatakeyama
耕一 畠山
Goji Muramatsu
剛司 村松
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sharp Corp
Original Assignee
Sharp Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sharp Corp filed Critical Sharp Corp
Priority to JP02030838A priority Critical patent/JP3108421B2/en
Publication of JPH03233740A publication Critical patent/JPH03233740A/en
Application granted granted Critical
Publication of JP3108421B2 publication Critical patent/JP3108421B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE:To attain the output of packets with the order of input pakets kept as it is by providing plural memory access means, a packet queue means, a distribution control means, and a collection control means. CONSTITUTION:Each of memory access means 111, 113 and 115 performs an access based on the memory access information included in a 1st packet X and outputs a modified 3rd packet Z. The 2nd packets Y including the transfer identification information are successively inputted to a packet queue means 102 and then outputted in the same order as the input order. A distribution control means 101 receives the packets X and Y and gives the packet X to one of those memory access means based on a prescribed distribution rule and gives the packet Y to the means 102. A collection control means 103 receives successively the packets Y from the means 102 and collects the packets Z from the memory access means that are designated by the transfer identification information included in the packets Y. Then the means 103 outputs these collected packets Z. Thus the packets are outputted with their input order kept as it is.

Description

【発明の詳細な説明】 [産業上の利用分野コ この発明はメモリアクセス装置に関し、特に、パルスに
同期してデータが流れ、このデータの移動に伴って処理
が行なわれるデータフロー型システムにおけるメモリア
クセス装置に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] This invention relates to a memory access device, and in particular to a memory access device in a data flow type system in which data flows in synchronization with pulses and processing is performed as the data moves. Relating to access devices.

[従来の技術] 第3図は、データフロー型システムにおける従来のメモ
リアクセス装置の構成を示すブロック図である。
[Prior Art] FIG. 3 is a block diagram showing the configuration of a conventional memory access device in a data flow type system.

第3図において、メモリアクセス回路201には、パケ
ット入力線211を介してパケットが入力される。メモ
リアクセス回路201は、入力されたパケットに基づい
てメモリ本体202へのメモリアクセスを開始し、パケ
ット転送時間内にメモリデータを確定させ、パケット出
力線212からパケット出力する。この方式では転送時
間内にメモリデータを確定させる必要があるので、高速
のスタティックランダムアクセスメモリ(SRAM)を
必要とする。
In FIG. 3, packets are input to the memory access circuit 201 via a packet input line 211. The memory access circuit 201 starts memory access to the memory main body 202 based on the input packet, determines the memory data within the packet transfer time, and outputs the packet from the packet output line 212. This method requires high-speed static random access memory (SRAM) because it is necessary to determine memory data within the transfer time.

また、上記の従来の方式において低速のメモリを使用す
る時には、パケットの出力を故意に遅らせ、メモリアク
セスが終了してからパケットを出力する方式を採用する
必要がある。
Furthermore, when using a low-speed memory in the conventional method described above, it is necessary to intentionally delay the output of packets and output the packets after memory access is completed.

第4図は、データフロー型システムにおける従来のメモ
リアクセス装置に低速メモリを使用した場合のパケット
の入力および出力を説明するための図である。
FIG. 4 is a diagram for explaining input and output of packets when a low-speed memory is used in a conventional memory access device in a data flow type system.

第4図において、A、B、C,Dはパケットを示し、a
は入力パケット、bは出力パケットを示してい、る。
In FIG. 4, A, B, C, and D indicate packets, and a
is an input packet, and b is an output packet.

上記の従来の方式において低速のメモリを使用すると、
第4図に示す時間間隔TlでパケットA。
Using slower memory in the traditional method above results in
Packet A at the time interval Tl shown in FIG.

B、C,Dを順に入力しても、メモリアクセス時間の方
がパケット間隔よりも長いため、出力されるパケットA
、  B、  C,Dの時間間隔T2が広がってしまう
。このように出力されるパケットの時間間隔T2が広が
ると、システムの処理速度が低下する。
Even if B, C, and D are input in order, the memory access time is longer than the packet interval, so packet A is output.
, B, C, and D, the time interval T2 becomes wider. When the time interval T2 between output packets increases in this way, the processing speed of the system decreases.

この点を改善するため、インターリーブによりメモリア
クセスを並行に行なう方式が提案されている。
In order to improve this point, a method has been proposed in which memory accesses are performed in parallel by interleaving.

第5図は、データフロー型システムにおいてインターリ
ーブ方式によりメモリアクセスを行なう従来のメモリア
クセス装置の構成を示すブロック図である。このメモリ
アクセス装置は、特開昭62−34253号公報および
特開昭62−34254号公報に開示されている。
FIG. 5 is a block diagram showing the configuration of a conventional memory access device that performs memory access using an interleave method in a data flow type system. This memory access device is disclosed in Japanese Patent Laid-Open No. 62-34253 and Japanese Patent Laid-Open No. 62-34254.

このメモリアクセス装置によると、メモリを同期させる
ことなく、データを分散して各メモリに書込また続出を
行なうことができる。
According to this memory access device, data can be distributed and written to each memory one after another without synchronizing the memories.

第5図に示されるメモリアクセス装置では、2語で構成
されたパケットデータが用いられる。第1語目のパケッ
トはアドレス情報および読み書き指定情報を含み、2語
目のパケットは書込データを含む。このような2語から
なる複数のパケットデータが非同期で伝送路上に転送さ
れ、レジスタ1に与えられる。レジスタ制御部2は、レ
ジスタlが書込可能であれば許可俗語をAKoを伝送路
に出力する。このレジスタ制御部2には伝送路からパル
ス俗語C6が与えられる。レジスタ制御部2は、パルス
俗語C6が与えられると、レジスタ1にパケットデータ
を書込む。レジスタ1に書込まれたパケットデータは、
分岐制御部3に与えられる。
The memory access device shown in FIG. 5 uses packet data consisting of two words. The first word packet includes address information and read/write designation information, and the second word packet includes write data. A plurality of such two-word packet data are asynchronously transferred onto the transmission path and given to the register 1. If the register l is writable, the register control unit 2 outputs the permission slang word AKo to the transmission line. This register control unit 2 is given pulse slang C6 from a transmission line. The register control unit 2 writes packet data to the register 1 when the pulse slang C6 is given. The packet data written to register 1 is
The signal is given to the branch control unit 3.

この分岐制御部3は、非同期に順次レジスタ1に書込ま
れたパケットデータを分岐するものである。分岐制御部
3は、レジスタ1に順次書込まれるパケットデータを、
パケット内のアドレス情報に従ってメモリバンク100
,200.300または400に振分ける。
This branch control unit 3 branches packet data sequentially written to the register 1 asynchronously. The branch control unit 3 stores the packet data sequentially written in the register 1.
Memory bank 100 according to the address information in the packet
, 200. Sort into 300 or 400.

各メモリバンク100,200,300,400に対応
して、入力側にレジスタ41,42,43.44、およ
びレジスタ制御部51.52,53.54が投けられる
。レジスタ制御部51,52.53.54は、それぞれ
対応するメモリバンク100,200,300.400
にデータの書込が可能な場合およびデータの読出が可能
な場合に、許可俗語を分岐制御部3およびレジスタ制御
部2を介して伝送路に送出する。そして、レジスタ制御
部51,52.53.54は、それぞれに対応するメモ
リバンクにデータの書込またはデータの読出が可能であ
る場合に、分岐制御部3によって分岐された各パケット
データをレジスタ41゜42.43.44にそれぞれ書
込む。各レジスタ41.42,43.44に書込まれた
パケットデータは、メモリバンク100,200,30
0゜400に与えられる。
Registers 41, 42, 43.44 and register control units 51.52, 53.54 are provided on the input side corresponding to each memory bank 100, 200, 300, 400. The register control units 51, 52, 53, and 54 control the corresponding memory banks 100, 200, 300, and 400, respectively.
When data can be written to or read from, the permission slang is sent to the transmission line via the branch control section 3 and the register control section 2. Then, the register control units 51, 52, 53, and 54 transfer each packet data branched by the branch control unit 3 to the register 41 when data can be written to or read from the corresponding memory bank. Write in ゜42, 43, and 44 respectively. The packet data written to each register 41.42, 43.44 is stored in memory banks 100, 200, 30.
Given at 0°400.

各メモリバンク100,200,300.400は、レ
ジスタ41,42,43.44にそれぞれ書込まれたパ
ケットデータに含まれるアドレス情報および読み書き指
定情報に基づいて、データの書込みまたは読出しを行な
う。各メモリバンク100.200,300.400の
それぞれに対応して、出力側にレジスタ61. 62.
 63. 64、およびレジスタ制御部71,72,7
3.74が設けられる。レジスタ制御部71. 72.
 73.74はそれぞれメモリバンク100,200゜
300.400から読出された新たなパケットデータを
レジスタ61.62,63.64に書込む。
Each memory bank 100, 200, 300, 400 writes or reads data based on the address information and read/write designation information included in the packet data written in the registers 41, 42, 43, 44, respectively. Registers 61 . 62.
63. 64, and register control units 71, 72, 7
3.74 is provided. Register control unit 71. 72.
73 and 74 write new packet data read from memory banks 100, 200, 300 and 400, respectively, into registers 61, 62 and 63, 64.

各レジスタ61,62,63.64に書込まれた新たな
パケットデータは、合流制御部9に与えられる。合流制
御部9は、新たなパケットデータを予め定める順序で合
流させる。合流されたパケットデータはレジスタ10に
与えられる。レジスタ10に関連してレジスタ制御部1
1が設けられる。レジスタ制御部1工は、出力側の伝送
路にパケットデータの伝送が可能であることを表わす許
可俗語UK2が与えられると、合流制御部9から出力さ
れたパケットデータをレジスタIOに書込み、出力側の
伝送路に送出する。
The new packet data written in each register 61, 62, 63, 64 is given to the merging control section 9. The merging control unit 9 merges new packet data in a predetermined order. The combined packet data is given to register 10. Register control unit 1 in relation to register 10
1 is provided. When the register control unit 1 is given permission slang UK2 indicating that packet data can be transmitted to the transmission path on the output side, it writes the packet data output from the merging control unit 9 to the register IO, and transmits the packet data on the output side. transmission path.

上記のメモリアクセス装置によりメモリアクセスを行な
うと、第6図に示すように、入力されるパケットの時間
間隔T1を保持したまま、同じ時間間隔Tlでパケット
を出力することができる。
When the memory access device described above performs memory access, it is possible to output packets at the same time interval Tl while maintaining the time interval T1 of input packets, as shown in FIG.

[発明が解決しようとする課題] しかし、上記の従来のメモリアクセス装置においては、
並行処理時にパケットごとに処理時間が異なるために、
第6図に示すように、入力されたパケットの順序と同一
の順序でパケットが出力されない可能性がある。
[Problems to be Solved by the Invention] However, in the above conventional memory access device,
Because the processing time differs for each packet during parallel processing,
As shown in FIG. 6, there is a possibility that the packets are not output in the same order as the input packets.

そこで、この発明の目的は、高スループツトでメモリア
クセスを行なうインターリーブ方式を採用しかつ入力さ
れたパケットの順序を保持したままパケット出力するこ
とができるメモリアクセス装置を提供することである。
SUMMARY OF THE INVENTION An object of the present invention is to provide a memory access device that employs an interleaving method for memory access at high throughput and is capable of outputting packets while maintaining the order of input packets.

[課題を解決するための手段] この発明にかかるメモリアクセス装置は、メモリアクセ
ス情報含む第1のパケットおよび転送識別情報を含む第
2のパケットに基づいてメモリアクセスを行なうメモリ
アクセス装置であって、複数のメモリアクセス手段、パ
ケットキュー手段、分配制御手段、および収集制御手段
を備える。複数のメモリアクセス手段の各々は、入力さ
れた第1のパケットに含まれるメモリアクセス情報に基
づいてメモリアクセスを行ない、メモリアクセスにより
加工された第3のパケットを出力する。パケットキュー
手段には、転送識別情報を含む第2のパケットが順に入
力され、その第2のパケットを入力順序と同じ順序で出
力する。分配制御手段は、第tのパケットおよび第2の
パケットを受け、第1のパケットをあらかじめ定められ
た分配規則に従って複数のメモリアクセス手段のいずれ
かに与え、第2のパケットをパケットキュー手段に与え
る。収集制御手段は、パケットキュー手段から出力され
る第2のパケットを順に受け、その第2のパケットに含
まれる転送識別情報により指定されたメモリアクセス手
段から第3のパケットを収集して出力する。
[Means for Solving the Problems] A memory access device according to the present invention is a memory access device that performs memory access based on a first packet containing memory access information and a second packet containing transfer identification information, the memory access device comprising: It includes a plurality of memory access means, packet queue means, distribution control means, and collection control means. Each of the plurality of memory access means performs memory access based on memory access information included in the input first packet, and outputs a third packet processed by the memory access. Second packets containing transfer identification information are sequentially input to the packet queue means, and the second packets are output in the same order as the input order. The distribution control means receives the t-th packet and the second packet, provides the first packet to one of the plurality of memory access means according to a predetermined distribution rule, and provides the second packet to the packet queue means. . The collection control means sequentially receives the second packets output from the packet queue means, collects and outputs a third packet from the memory access means specified by the transfer identification information included in the second packet.

[作用] この発明にかかるメモリアクセス装置においては、高ス
ループツトでメモリアクセスを行なうインターリーブ方
式が採用され、かつ、入力されたパケットの人力順序を
保持したままメモリアクセスにより加工されたパケット
を出力することができる。
[Function] The memory access device according to the present invention employs an interleave method that performs memory access at high throughput, and outputs packets processed by memory access while maintaining the manual order of input packets. I can do it.

[実施例] 以下、この発明の実施例を図面を参照しながら詳細に説
明する。
[Example] Hereinafter, an example of the present invention will be described in detail with reference to the drawings.

第上図は、この発明の一実施例によるメモリアクセス装
置の構成を示すブロック図である。
The upper figure is a block diagram showing the configuration of a memory access device according to an embodiment of the present invention.

第1図において、分配制御回路101に、パケット入力
線211が接続される。分配制御回路101には、パケ
ット入力線211を介して、メモリアクセス情報を含む
第tのパケット(以下、パケットXと呼ぶ)および転送
識別情報を含む第2のパケット(以下、パケットYと呼
ぶ)が入力される。分配制御回路101から出力される
パケットYは、パケット転送線121を介してパケット
キュー回路102に供給される。分配制御回路101か
ら出力されるパケットXは、パケット転送線122,1
23,124のいずれかを介してメモリアクセス回路1
11,113,115のいずれかに供給される。
In FIG. 1, a packet input line 211 is connected to the distribution control circuit 101. The distribution control circuit 101 receives a t-th packet containing memory access information (hereinafter referred to as packet X) and a second packet containing transfer identification information (hereinafter referred to as packet Y) via a packet input line 211. is input. Packet Y output from distribution control circuit 101 is supplied to packet queue circuit 102 via packet transfer line 121. The packet X output from the distribution control circuit 101 is transferred to the packet transfer line 122,1.
Memory access circuit 1 via either 23 or 124
11, 113, or 115.

パケットキュー回路102から構成される装置ットYは
、パケット転送線↓3工を介して収集制御回路103に
供給される。メモリアクセス回路111.113.11
5は、入力されたパケットXに基づいて、それぞれメモ
リ本体112,114.116に対してメモリアクセス
を行なう。メモリアクセス回路111,113.115
から出力されるメモリアクセス情報を含むパケットは、
それぞれパケット転送線132,133,134を介し
て収集制御回路103に供給される。収集制御回路10
3は、転送制御線141,142゜143のいずれかを
介してメモリアクセス回路111.113.115のい
ずれかに転送許可情報を供給する。また、収集制御回路
103は、メモリアクセス回路111,113.115
のいずれかから供給されたパケットをパケット出力線2
工2を介して出力する。
A device Y consisting of a packet queue circuit 102 is supplied to a collection control circuit 103 via a packet transfer line ↓3. Memory access circuit 111.113.11
5 performs memory access to the memory bodies 112, 114, and 116, respectively, based on the input packet X. Memory access circuit 111, 113.115
The packet containing memory access information output from
The data are supplied to the collection control circuit 103 via packet transfer lines 132, 133, and 134, respectively. Collection control circuit 10
3 supplies transfer permission information to one of the memory access circuits 111, 113, and 115 via one of the transfer control lines 141, 142, and 143. The collection control circuit 103 also includes memory access circuits 111, 113, and 115.
packets supplied from either packet output line 2
Output via process 2.

次に、この実施例の動作を説明する。Next, the operation of this embodiment will be explained.

パケット入力線211を介して分配制御回路101にパ
ケットXおよびパケットYからなるメモリアクセスパケ
ットが入力されると、ある任意の分配規則に従ってメモ
リアクセス情報を含むパケットXがパケット転送線12
2,123.124のいずれかを介してメモリアクセス
回路111゜113.115のいずれかに供給される。
When a memory access packet consisting of a packet X and a packet Y is input to the distribution control circuit 101 via the packet input line 211, the packet
2, 123, and 124 to any of the memory access circuits 111, 113, and 115.

第1TI!Jには、パケットXがメモリアクセス回路1
11に出力される場合が示されている。ある任意の分配
規則には、たとえば、アドレスの下位nビットの値、ア
ドレスの上位nビットの値、オペコードの値等に基づい
て複数のメモリアクセス回路に分配する規則がある。
1st TI! In J, packet X is sent to memory access circuit 1.
11 is shown. A certain arbitrary distribution rule includes, for example, a rule for distributing data to a plurality of memory access circuits based on the value of the lower n bits of an address, the value of the upper n bits of an address, the value of an operation code, etc.

一方、上記の動作と同時に転送識別情報を含むパケット
Yが、パケット転送線121を介してパケットキュー回
路102に供給される。この場合、転送識別情報は、メ
モリアクセス回路111を指定している。
Meanwhile, at the same time as the above operation, packet Y including transfer identification information is supplied to the packet queue circuit 102 via the packet transfer line 121. In this case, the transfer identification information specifies the memory access circuit 111.

パケットYは、パケットキュー回路102において入力
順序のまま保管され、その入力順序と同一の順序でパケ
ット転送線131を介して収集制御回路103に供給さ
れる。
Packets Y are stored in the packet queue circuit 102 in the same input order and are supplied to the collection control circuit 103 via the packet transfer line 131 in the same order as the input order.

収集制御回路103は、パケットYに含まれる転送識別
情報に基づいて、次にどのメモリアクセス回路からパケ
ットを収集すべきかを認識することができる。第1図の
例では収集制御回路103は、次にメモリアクセス回路
111からパケット収集すべきことを認識することがで
きる。したがって、収集制御回路103は、メモリアク
セス回路111に転送制御線141を介して転送許可俗
語を与える。
Based on the transfer identification information included in packet Y, collection control circuit 103 can recognize from which memory access circuit the packet should be collected next. In the example of FIG. 1, the collection control circuit 103 can recognize from the memory access circuit 111 that the packet should be collected next. Therefore, collection control circuit 103 provides transfer permission slang to memory access circuit 111 via transfer control line 141.

パケットXが入力されたメモリアクセス回路111は、
パケットXに含まれるメモリアクセス情報に基づいて、
メモリ本体112に対して入力または出力動作によりメ
モリアクセスを行なった後、そのメモリアクセスにより
加工されたパケット(以下、パケット2と呼ぶ)を待機
させる。ただし、メモリアクセスが必要でない場合は、
メモリアクセス回路はアクセスを行なわない。メモリア
クセス回路111は、転送制御線141を介して転送許
可俗語を受取ると、転送制御回路103にパケット転送
線132を介してパケット2を出力する。
The memory access circuit 111 to which the packet X is input,
Based on the memory access information included in packet X,
After accessing the memory main body 112 through input or output operations, a packet processed by the memory access (hereinafter referred to as packet 2) is placed on standby. However, if you don't need memory access,
The memory access circuit does not perform any access. When the memory access circuit 111 receives the transfer permission slang via the transfer control line 141, it outputs packet 2 to the transfer control circuit 103 via the packet transfer line 132.

収集制御回路103は、パケット制御回路132を介し
て受取ったパケット2を加工した後、そのパケットをパ
ケット出力線212を介して出力する。
Collection control circuit 103 processes packet 2 received via packet control circuit 132 and then outputs the packet via packet output line 212.

第2図は、第1図のメモリアクセス装置において入力さ
れるパケットおよび出力されるパケットの時間間隔を説
明するための図である。
FIG. 2 is a diagram for explaining the time intervals between packets input and packets output in the memory access device of FIG. 1.

第2図において、A、  B、 C,Dはパケットを示
し、aは入力パケットを示し、bは出力パケットを示す
。第1図のメモリアクセス装置によれば、入力されるパ
ケットA、  B、 C,Dがそれぞれ別のメモリアク
セス回路に供給されるように分配規則を決めれば、第2
図に示すように時間間隔T1で次々とパケットが入力さ
れても、それらのパケットA、  B、  C,Dがそ
れぞれメモリアクセス回路内でインターリーブ方式によ
り並行処理される。
In FIG. 2, A, B, C, and D indicate packets, a indicates an input packet, and b indicates an output packet. According to the memory access device shown in FIG.
As shown in the figure, even if packets are input one after another at time intervals T1, these packets A, B, C, and D are each processed in parallel in an interleave manner within the memory access circuit.

したがって、第2図に示すように、パケットA。Therefore, as shown in FIG. 2, packet A.

B、  C,Dを時間間隔T1で出力することができる
。しかも、パケットキュー回路102がパケットの入力
順序を記憶しているので、パケットを入力順序と同一の
順序で収集制御回路103から出力することができる。
B, C, and D can be output at time intervals T1. Moreover, since the packet queue circuit 102 stores the input order of packets, the packets can be output from the collection control circuit 103 in the same order as the input order.

[発明の効果] 以上のように1、この発明によれば、インターリーブ方
式により高スループツトでメモリアクセスが行なわれ、
かつ、入力されたパケットの順序を保持したままパケッ
トを出力することができる。
[Effects of the Invention] As described above, 1. According to the present invention, memory access is performed at high throughput using the interleave method,
In addition, packets can be output while maintaining the order of input packets.

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

第(図はこの発明の一実施例によるメモリアクセス装置
の構成を示すブロック図である。第2図は第1図のメモ
リアクセス装置の動作を説明するための図である。第3
図は従来のメモリアクセス装置の構成を示すブロック図
である。第4図は第3図のメモリアクセス装置の動作説
明するための図である。第5図はインターリーブ方式に
よる従来のメモリアクセス装置の構成を示すブロック図
である。第6図は第5図のメモリアクセス装置の動作を
説明するための図である。 図において、101は分配制御回路、102はパケット
キュー回路、103は収集制御回路、1↓1,113,
115.はメモリアクセス回路、112.114,11
6はメモリ本体、12t。 122.123,124,131,132,133.1
34はパケット転送線、14L  142゜143は転
送制御線、211はパケット入力線、212はパケット
出力線を示す。 なお、各図同一語は同一または相当部分を示す。
FIG. 3 is a block diagram showing the configuration of a memory access device according to an embodiment of the present invention. FIG. 2 is a diagram for explaining the operation of the memory access device of FIG. 1.
The figure is a block diagram showing the configuration of a conventional memory access device. FIG. 4 is a diagram for explaining the operation of the memory access device of FIG. 3. FIG. 5 is a block diagram showing the configuration of a conventional memory access device using an interleave method. FIG. 6 is a diagram for explaining the operation of the memory access device of FIG. 5. In the figure, 101 is a distribution control circuit, 102 is a packet queue circuit, 103 is a collection control circuit, 1↓1, 113,
115. is a memory access circuit, 112.114,11
6 is the memory main body, 12t. 122.123,124,131,132,133.1
34 is a packet transfer line, 14L, 142 and 143 are transfer control lines, 211 is a packet input line, and 212 is a packet output line. Note that the same words in each figure indicate the same or equivalent parts.

Claims (1)

【特許請求の範囲】 メモリアクセス情報を含む第1のパケットおよび転送識
別情報を含む第2のパケットに基づいてメモリアクセス
を行なうメモリアクセス装置であって、 入力された第1のパケットに含まれるメモリアクセス情
報に基づいてメモリアクセスを行ない、メモリアクセス
により加工された第3のパケットを出力する複数のメモ
リアクセス手段、 第2のパケットが順に入力され、その第2のパケットを
入力順序と同じ順序で出力するパケットキュー手段、 第1のパケットおよび第2のパケットを受け、第1のパ
ケットをあらかじめ定められた分配規則に従つて前記複
数のメモリアクセス手段のいずれかに与え、第2のパケ
ットを前記パケットキュー手段に与える分配制御手段、
および 前記パケットキュー手段から出力される第2のパケット
を順に受け、その第2のパケットに含まれる転送識別情
報により指定されたメモリアクセス手段から前記第3の
パケットを収集して出力する収集制御手段を備えたメモ
リアクセス装置。
[Scope of Claim] A memory access device that performs memory access based on a first packet containing memory access information and a second packet containing transfer identification information, the memory included in the input first packet. A plurality of memory access means performs memory access based on access information and outputs third packets processed by the memory access; second packets are input in sequence; packet queue means for outputting; receiving the first packet and the second packet; providing the first packet to any of the plurality of memory access means according to a predetermined distribution rule; distribution control means for providing to the packet queue means;
and collection control means for sequentially receiving the second packets output from the packet queue means and collecting and outputting the third packets from the memory access means specified by the transfer identification information included in the second packets. Memory access device with
JP02030838A 1990-02-09 1990-02-09 Memory access device Expired - Fee Related JP3108421B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP02030838A JP3108421B2 (en) 1990-02-09 1990-02-09 Memory access device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP02030838A JP3108421B2 (en) 1990-02-09 1990-02-09 Memory access device

Publications (2)

Publication Number Publication Date
JPH03233740A true JPH03233740A (en) 1991-10-17
JP3108421B2 JP3108421B2 (en) 2000-11-13

Family

ID=12314839

Family Applications (1)

Application Number Title Priority Date Filing Date
JP02030838A Expired - Fee Related JP3108421B2 (en) 1990-02-09 1990-02-09 Memory access device

Country Status (1)

Country Link
JP (1) JP3108421B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5502720A (en) * 1991-10-03 1996-03-26 Sharp Kabushiki Kaisha Packet collecting circuit in data-flow type system
WO2008123406A1 (en) * 2007-03-28 2008-10-16 Nodc Incorporated Data drive type processing device and its order/merging control device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5148937A (en) * 1974-10-25 1976-04-27 Fujitsu Ltd Kiokusochi niokeru junjoseigyohoshiki
JPS61220071A (en) * 1985-03-25 1986-09-30 Mitsubishi Electric Corp Parallel arithmetic processing unit
JPS6234253A (en) * 1985-08-06 1987-02-14 Sharp Corp Memory access controller

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5148937A (en) * 1974-10-25 1976-04-27 Fujitsu Ltd Kiokusochi niokeru junjoseigyohoshiki
JPS61220071A (en) * 1985-03-25 1986-09-30 Mitsubishi Electric Corp Parallel arithmetic processing unit
JPS6234253A (en) * 1985-08-06 1987-02-14 Sharp Corp Memory access controller

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5502720A (en) * 1991-10-03 1996-03-26 Sharp Kabushiki Kaisha Packet collecting circuit in data-flow type system
WO2008123406A1 (en) * 2007-03-28 2008-10-16 Nodc Incorporated Data drive type processing device and its order/merging control device
JP5256193B2 (en) * 2007-03-28 2013-08-07 株式会社ノディック Data-driven processing device and its sequential confluence control device

Also Published As

Publication number Publication date
JP3108421B2 (en) 2000-11-13

Similar Documents

Publication Publication Date Title
KR100663248B1 (en) Simultaneous addressing using single-port rams
EP1083572A1 (en) Three port content addressable memory device and methods for implementing the same
EP0460853B1 (en) Memory system
EP1314099B1 (en) Method and apparatus for connecting a massively parallel processor array to a memory array in a bit serial manner
US5132973A (en) Testable embedded RAM arrays for bus transaction buffering
JPH03233740A (en) Memory access device
US6625672B1 (en) Divided buffer
JPS61217858A (en) Data transmitting device
JP2953169B2 (en) Data processing device
JPS6079445A (en) Storage controller
JPH07182849A (en) Fifo memory
JPH02132543A (en) Information processor
JPH05120207A (en) Data transfer system
JPS6024976B2 (en) Memory access control method
JP2767811B2 (en) Video data processing device
SU1686450A1 (en) Input-output operations checker
JPH0586573B2 (en)
SU1605247A1 (en) Multiprocessor system
JPH01191964A (en) Transfer method for memory bus data
JPH03225478A (en) Image processing device and processing method
JPH03196257A (en) Vector processor
JPH04104355A (en) Multi-processing system
JPH0368045A (en) Main memory control system
JPH04132076A (en) Memory
JPS5887633A (en) Data shunting circuit

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080908

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080908

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090908

Year of fee payment: 9

LAPS Cancellation because of no payment of annual fees