JPH0113570B2 - - Google Patents

Info

Publication number
JPH0113570B2
JPH0113570B2 JP9670680A JP9670680A JPH0113570B2 JP H0113570 B2 JPH0113570 B2 JP H0113570B2 JP 9670680 A JP9670680 A JP 9670680A JP 9670680 A JP9670680 A JP 9670680A JP H0113570 B2 JPH0113570 B2 JP H0113570B2
Authority
JP
Japan
Prior art keywords
reception
sending
address
memory
counter
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
Application number
JP9670680A
Other languages
Japanese (ja)
Other versions
JPS5720855A (en
Inventor
Masahiko Koike
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
Nippon Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP9670680A priority Critical patent/JPS5720855A/en
Publication of JPS5720855A publication Critical patent/JPS5720855A/en
Publication of JPH0113570B2 publication Critical patent/JPH0113570B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/16Handling requests for interconnection or transfer for access to memory bus

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Multi Processors (AREA)
  • Information Transfer Systems (AREA)

Description

【発明の詳細な説明】 本発明は複数のプロセツサとメモリを結合した
システムにおけるデータの転送装置に関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a data transfer device in a system combining a plurality of processors and memories.

近年複数のプロセツサがメモリを共有して仕事
を行う、いわゆるマルチプロセツサシステムがさ
かんになつている。この様なシステムでは互いに
データを交換する必要があり、データ授受を効率
良く行うために互いのメモリを直接アクセスする
ことを可能としたメモリ結合型のマルチプロセツ
サシステムが用いられることが多い。メモリ結合
型のマルチプロセツサシステムでは各プロセツサ
が共用のメモリエリアや他のプロセツサのローカ
ルメモリをそのつどアクセスに行くと結合路のト
ラフイツクが大きくなりアクセス時間が長くなる
ことでシステムの性能が低下してしまうことにな
る。これをさけるために各プロセツサに専用のロ
ーカルメモリを設け、ひんぱんに使用するデータ
をローカルメモリにおく方式が一般的である。し
かしこの様な場合1つのプロセツサで処理したデ
ータを他のプロセツサ群へ渡す場合にはプロセツ
サ群のそれぞれのプロセツサがそのローカルメモ
リへアクセスしてデータをもらつてくる方式がと
られていた。ところがその方式ではローカルメモ
リへのアクセスが集中しシステムの性能が低下し
てしまう欠点がある。
In recent years, so-called multiprocessor systems, in which multiple processors share memory and perform work, have become popular. Such systems need to exchange data with each other, and in order to efficiently exchange data, memory-coupled multiprocessor systems that allow direct access to each other's memories are often used. In a memory-coupled multiprocessor system, when each processor accesses the shared memory area or the local memory of other processors each time, the traffic on the coupling path increases, lengthening the access time and reducing system performance. This will result in To avoid this, it is common practice to provide a dedicated local memory for each processor and store frequently used data in the local memory. However, in such cases, when data processed by one processor is to be passed to another processor group, a method has been used in which each processor in the processor group accesses its local memory and retrieves the data. However, this method has the disadvantage that accesses to local memory are concentrated, reducing system performance.

本発明の目的は、複数のプロセツサとメモリを
共通バスなどで結合し複数のプロセツサが各々独
自のアドレスを用いてメモリを共通にアクセスす
るシステムにおいて1つのプロセツサが持つ送信
データが入つている1つのメモリエリアから複数
のプロセツサの各々別の受信データとして入れる
べき複数のメモリエリアに効率良くデータを転送
することを可能とする転送装置を提供することに
ある。
It is an object of the present invention to provide a system in which multiple processors and memories are connected via a common bus or the like, and each processor accesses the memory in common using its own address. An object of the present invention is to provide a transfer device that can efficiently transfer data from a memory area to a plurality of memory areas to be input as separate received data of a plurality of processors.

本発明によれば複数のプロセツサから来る受信
要求を受付け受信アドレスを記憶する複数の受信
アドレスカウンタ群と、1つの送信要求を受付け
送信アドレスと送信サイズを記憶する送信アドレ
スカウンタとサイズカウンタを用い、送信アドレ
スカウンタで指されたメモリよりデータを読み出
し、次に受信アドレスカウンタ群で指された全て
のメモリへ書き込みを行う操作をサイズカウンタ
で示された回数だけ繰返し行う制御回装を設ける
ことによつて、メモリアクセスの回数が(1+受
信要求数)×レンジサイズでメモリ間の転送が行
える転送装置が実現される。
According to the present invention, a plurality of reception address counter groups that accept reception requests coming from a plurality of processors and store reception addresses, and a transmission address counter and a size counter that accept one transmission request and store the transmission address and transmission size are used. By providing a control circuit that repeatedly reads data from the memory pointed to by the sending address counter, and then writes data to all memories pointed to by the receiving address counter group, the number of times indicated by the size counter. As a result, a transfer device is realized that can perform transfer between memories with the number of memory accesses (1+number of reception requests)×range size.

以下に本発明を実施例を用いて詳細に説明す
る。第1図は本発明の一実施例を示すためのブロ
ツク図で、1は受信受付け装置、2は受信アドレ
スカウンタ群、3は送信受付け装置、4は送信ア
ドレスカウンタ、5はサイズカウンタ、6は制御
回路である。10はプロセツサ、メモリを結合す
るバスである。受信受付け装置1はバス10より
受信要求を検出し受信アドレスを入力し受信アド
レスカウンタ群2へ入力した受信アドレス101
を送る。受信アドレスカウンタ群2は受信アドレ
ス101を入力し対応するアドレスカウンタ群の
1つに記憶し、104へ受信アドレス出力を出
す。送信受付け装置3はバス10よりの送信要求
を検出し送信アドレス102、送信サイズ103
を取り出す。送信アドレスカウンタ4は送信アド
レス102を入力し、記憶し、送信アドレス出力
105を出す。サイズカウンタ5は、送信サイズ
103を入力し、記憶し送信サイズが特定の終了
状態になると終了出力107を出す。制御回路6
は送信アドレス出力105を入力すると、受付け
禁止106を受信受付け装置1と送信受付け装置
3へ出力する。制御回路6は次に送信アドレス出
力105に示されるメモリ位置より読出しのメモ
リアクセス108をバス10へ行う。次に制御回
路6は受信アドレス出力104で示された全ての
メモリ位置へ書込みのメモリアクセス108をバ
ス10へ行う、制御回路6は全ての書込みを終了
すると更新命令109を出し、送信アドレスカウ
ンタ4、受信アドレスカウンタ群2、サイズカウ
ンタ5を更新する。更新されたメモリ位置より読
出し、書込みのシークエンスを繰返す。もしこの
時サイズカウンタ5が終了出力107を出すと、
受付け禁止106を解除し次の送信要求を受付け
ることを可能とする。
The present invention will be explained in detail below using examples. FIG. 1 is a block diagram showing an embodiment of the present invention, in which 1 is a reception reception device, 2 is a reception address counter group, 3 is a transmission reception device, 4 is a transmission address counter, 5 is a size counter, and 6 is a reception reception device. It is a control circuit. 10 is a bus connecting the processor and memory. The reception receiving device 1 detects a reception request from the bus 10, inputs the reception address, and inputs the reception address 101 to the reception address counter group 2.
send. Reception address counter group 2 inputs reception address 101, stores it in one of the corresponding address counter groups, and outputs reception address output to 104. The transmission reception device 3 detects the transmission request from the bus 10 and sends the transmission address 102 and transmission size 103.
Take out. The transmission address counter 4 inputs and stores the transmission address 102 and outputs a transmission address output 105. The size counter 5 inputs and stores the transmission size 103, and outputs a termination output 107 when the transmission size reaches a specific termination state. Control circuit 6
When inputting the transmission address output 105, it outputs the reception prohibition 106 to the reception reception device 1 and the transmission reception device 3. Control circuit 6 then performs a read memory access 108 to bus 10 from the memory location indicated by transmit address output 105. Next, the control circuit 6 performs memory access 108 for writing to all memory locations indicated by the received address output 104 to the bus 10. When the control circuit 6 finishes all writing, it issues an update command 109, and the sending address counter 4 , reception address counter group 2, and size counter 5 are updated. Repeat the read and write sequence from the updated memory location. If size counter 5 outputs end output 107 at this time,
The reception prohibition 106 is canceled and the next transmission request can be accepted.

第2図は本発明の転送装置に用いられる受信受
付け装置1の構成例を示すためのブロツク図で、
21は応答回路、22はデータバツフアである。
応答回路21はバス10のアドレス210とアク
セス要求212を入力し、アクセス要求212が
出された時アドレス210が送信要求の状態にな
つたことを検出し、受付け禁止106が出されて
いない時承認信号213を、又出されている時に
は非承認信号214を返す。応答回路21は承認
信号213を出すと同時にイネーブル信号215
を出す。データバツフア22はバス10のデータ
211を入力しイネーブル信号215を受付ける
と受信アドレス力101を出す。
FIG. 2 is a block diagram showing an example of the configuration of the reception/acceptance device 1 used in the transfer device of the present invention.
21 is a response circuit, and 22 is a data buffer.
The response circuit 21 inputs the address 210 of the bus 10 and the access request 212, detects that the address 210 is in the transmission request state when the access request 212 is issued, and approves when the reception prohibition 106 is not issued. A signal 213 is returned, and a disapproval signal 214 is returned when the signal 213 is issued. The response circuit 21 issues an enable signal 215 at the same time as it issues an approval signal 213.
issue. The data buffer 22 inputs the data 211 on the bus 10 and outputs the received address signal 101 when it receives the enable signal 215.

第3図は本発明の転送装置に用いられる受信ア
ドレスカウンタ群2の構成例を示すためのブロツ
ク図で、31はアドレス分配器、32はカウンタ
群である。アドレス分配器31は受信アドレス出
力101を入力するとカウンタ群32の対応する
カウンタにセツト指定301を送る。カウンタ群
32の対応するレジスタは、セツト指令301に
よつて受信アドレス出力101の内容を記憶し、
更新命令109を受けるとそれぞれのカウンタの
値をあらかじめ定められた値だけ変更する。カウ
ンタ群32の各レジスタの出力は受信アドレス出
力104を形成する。
FIG. 3 is a block diagram showing an example of the structure of the received address counter group 2 used in the transfer device of the present invention, where 31 is an address distributor and 32 is a counter group. When the address distributor 31 receives the received address output 101, it sends a set designation 301 to the corresponding counter of the counter group 32. The corresponding register of the counter group 32 stores the contents of the received address output 101 according to the set command 301, and
Upon receiving the update command 109, the value of each counter is changed by a predetermined value. The output of each register in counter group 32 forms a receive address output 104.

第4図は本発明の転送装置に用いられる受信受
付け装置3の構成例を示すためのブロツク図で、
41は応答回路、42,43はデータバツフアで
ある。応答回路41はバス10のアドレス210
とアクセス要求212を入力し、アクセス要求2
12が出力された時アドレス210が送信要求ア
ドレス出力か送信レンジ出力であるかを検出し、
受付け禁止106が出されていると非承認信号2
14を返す。受付け禁止106が出ていない時
は、送信要求アドレスが送信レンジ出力かによつ
てイネーブル信号401か402かのいずれかを
出す。データバツフア42は、イネーブル信号4
01を受けると、バス10のデータ211を入力
し送信アドレス出力102を出す。データバツフ
ア43は、イネーブル信号402を受けるとデー
タ211を入力し送信サイズ103を出力する。
FIG. 4 is a block diagram showing an example of the configuration of the reception/acceptance device 3 used in the transfer device of the present invention.
41 is a response circuit, and 42 and 43 are data buffers. The response circuit 41 receives the address 210 of the bus 10.
and access request 212, and access request 2.
12 is output, it detects whether the address 210 is a transmission request address output or a transmission range output,
If reception prohibition 106 is issued, non-approval signal 2
Returns 14. When the reception prohibition 106 is not output, either the enable signal 401 or 402 is output depending on whether the transmission request address is the transmission range output. The data buffer 42 receives the enable signal 4
When it receives 01, it inputs the data 211 on the bus 10 and outputs the transmission address output 102. Upon receiving the enable signal 402, the data buffer 43 inputs the data 211 and outputs the transmission size 103.

第5図は本発明の転送装置で用いられる送信ア
ドレスカウンタ4の構成例を示すためのブロツク
図である。51はカウンタであり送信アドレス出
力102によつて送信アドレスを記憶し、更新指
令109が来るたびにあらかじめ定められた値だ
け変更する。カウンタ51の出力は送信アドレス
出力105として出される。
FIG. 5 is a block diagram showing an example of the configuration of the transmission address counter 4 used in the transfer device of the present invention. A counter 51 stores a transmission address by a transmission address output 102, and changes it by a predetermined value every time an update command 109 is received. The output of the counter 51 is output as a transmission address output 105.

第6図は本発明の転送装置で用いられるサイズ
カウンタ5の構成例を示すためのブロツク図であ
り、61はカウンタ、32は比較器である。カウ
ンタ31は送信レンジ出力103を受けると記憶
し、更新指令109によつてあらかじめ定められ
た値だけ変更する。比較器62はカウンタ61の
出力601を入力し、出力601があらかじめ定
められた値になるかを検査し一致すれば終了出力
107を出す。
FIG. 6 is a block diagram showing an example of the structure of the size counter 5 used in the transfer device of the present invention, where 61 is a counter and 32 is a comparator. When the counter 31 receives the transmission range output 103, it stores it and changes it by a predetermined value according to the update command 109. The comparator 62 inputs the output 601 of the counter 61, checks whether the output 601 is a predetermined value, and outputs a termination output 107 if they match.

第7図は本発明の転送装置に用いられる制御回
路6の構成例を示すためのブロツク図であり、7
1はアドレスセレクタ、72は順序回路、73は
データトランシーバである。順序回路72は、送
信アドレス出力105を入力すると受付け禁止1
06を出し、アドレスセレクタ71に選択出力線
701に送信アドレス選択出力を出し、アドレス
210に送信アドレスを出力し、アクセス要求2
12を出し読み出しアクセスを行う、承認信号2
13を入力するとデータトランシーバ73にセツ
ト命令702を出しデータ線211のデータを記
憶する。次に順序回路72は選択出力線701
に、受信アドレスの1つの選択出力を出し、アド
レス210に1つの受信アドレスを出力し、アク
セス要求212を出し書き込みアクセスを行い、
同時にデータトランシーバ73にイネーブル命令
703を出しデータ線211に先に記憶したデー
タを出力させる。承認信号213を受けると順序
回路72はアクセス要求212を解除する。順序
回路72はこの書き込みの操作を全ての受信アド
レス104に対して行つたあと、更新命令109
を出し、更新された送信アドレス出力105、受
信アドレス出力104について上述の手順で読出
し、書込みを行う。もしこの時サイズカウンタ5
より終了出力107を入力すると受付け禁止10
6を解除し一連の操作を終了する。
FIG. 7 is a block diagram showing an example of the configuration of the control circuit 6 used in the transfer device of the present invention.
1 is an address selector, 72 is a sequential circuit, and 73 is a data transceiver. When the sequential circuit 72 inputs the transmission address output 105, the reception is prohibited 1.
06, outputs a transmission address selection output to the selection output line 701 to the address selector 71, outputs the transmission address to the address 210, and outputs the access request 2.
12 and performs read access, authorization signal 2
13, a set command 702 is issued to the data transceiver 73 to store the data on the data line 211. Next, the sequential circuit 72 selects the selection output line 701
, outputs a selection output of one of the reception addresses, outputs one reception address to the address 210, issues an access request 212 and performs a write access,
At the same time, an enable command 703 is issued to the data transceiver 73 to cause the data line 211 to output the previously stored data. Upon receiving the approval signal 213, the sequential circuit 72 releases the access request 212. After performing this write operation on all receiving addresses 104, the sequential circuit 72 issues an update command 109.
The updated transmission address output 105 and reception address output 104 are read and written in accordance with the above-described procedure. In this case, size counter 5
If the end output 107 is input, reception is prohibited 10
6 and complete the series of operations.

以上実施例を下に詳しく説明したとおり、本発
明は複数のプロセツサとメモリを共通バスなどで
結合され複数のプロセツサが各々独自のアドレス
を用いてメモリを共通にアクセスするシステムに
おいて、プロセツサの1つのプロセツサの送信デ
ータが入つているメモリ領域から前記複数のプロ
セツサの一部のプロセツサ群の受信データが入る
べき各々のメモリ領域へデータを転送する転送装
置であつて、複数のプロセツサから来る受信要求
を受付ける受信受付け装置と、受信受付け装置が
受付けた複数の受信要求に付随した受信アドレス
を記憶する受信アドレスカウンタ群と、1つの送
信要求を受付ける送信受付け装置と、送信受付け
装置が受付けた送信要求に付随する送信アドレス
と送信サイズを記憶する送信アドレスカウンタと
サイズカウンタと、送信受付け装置が送信要求を
受付けると、受信受付け装置と送信受付け装置を
受付け禁止とし、送信アドレスカウンタに示され
るメモリ位置よりデータを読み出し、受信アドレ
スカウンタ群に示される全てのメモリ位置に書込
みを行い、送信アドレスカウンタ、受信アドレス
カウンタ群、サイズカウンタを更新し、サイズカ
ウンタがあらかじめ定められた値になるまで読出
し、書込みの操作を繰返す制御回路とから構成さ
れ、複数のプロセツサのそれぞれの専用のメモリ
エリアの間でのデータ転送を効率良く行うことが
可能な転送装置が提供される。
As described above in detail below, the present invention is applicable to a system in which a plurality of processors and memories are connected by a common bus or the like and each of the plurality of processors accesses the memory in common using its own address. A transfer device that transfers data from a memory area that contains transmission data of a processor to each memory area that should contain reception data of a part of the plurality of processors, and that receives reception requests coming from a plurality of processors. A reception reception device that accepts a reception request, a reception address counter group that stores reception addresses associated with a plurality of reception requests accepted by the reception reception device, a transmission reception device that accepts one transmission request, and a reception address counter group that stores reception addresses associated with a plurality of reception requests accepted by the reception reception device; When the sending address counter and size counter that store the accompanying sending address and sending size, and the sending receiving device accept a sending request, the receiving receiving device and the sending receiving device are prohibited from accepting the sending request, and the data is stored from the memory location indicated by the sending address counter. Read and write to all memory locations indicated by the reception address counter group, update the transmission address counter, reception address counter group, and size counter, read and write operations until the size counter reaches a predetermined value. The present invention provides a transfer device that is configured of a control circuit that repeats the above steps, and is capable of efficiently transferring data between memory areas dedicated to each of a plurality of processors.

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

第1図は本発明の転送装置の一実施例を示すた
めのブロツク図である。第2図は本発明に用いら
れる受信受付け装置1の構成例、第3図は受信ア
ドレスカウンタ群2、第4図は送信受付け装置
3、第5図は送信アドレスカウンタ4、第6図は
サイズカウンタ5、第7図は制御回路6のそれぞ
れの一構成例を示すためのブロツク図である。 図中、1は受信受付け装置、2は受信アドレス
カウンタ群、3は送信受付け装置、4は送信アド
レスカウンタ、5はサイズカウンタ、6は制御回
路、21,41は応答回路、22,42,43は
データバツフア、31はアドレス分配器、32は
カウンタ群、51,61はカウンタ、62は比較
器、71はアドレスセレクタ、72は順序回路、
73はデータトランシーバである。
FIG. 1 is a block diagram showing an embodiment of the transfer device of the present invention. FIG. 2 shows an example of the configuration of the reception reception device 1 used in the present invention, FIG. 3 shows the reception address counter group 2, FIG. 4 shows the transmission reception device 3, FIG. 5 shows the transmission address counter 4, and FIG. 6 shows the size. FIG. 7 is a block diagram showing one configuration example of each of the counter 5 and the control circuit 6. In FIG. In the figure, 1 is a reception reception device, 2 is a reception address counter group, 3 is a transmission reception device, 4 is a transmission address counter, 5 is a size counter, 6 is a control circuit, 21, 41 are response circuits, 22, 42, 43 is a data buffer, 31 is an address distributor, 32 is a counter group, 51 and 61 are counters, 62 is a comparator, 71 is an address selector, 72 is a sequential circuit,
73 is a data transceiver.

Claims (1)

【特許請求の範囲】 1 複数のプロセツサが各々独自のメモリアドレ
スを用いながら、1つ或は複数の共通バスを介し
てメモリを共用するメモリ共有型システムにおい
て、前記プロセツサの中の1つのプロセツサが所
有しているデータ群を前記複数のプロセツサの
内、前記データ群を求める一群の全てのプロセツ
サの各々の独自のメモリアドレスで指定されるメ
モリ領域に前記データ群を送る転送装置であつ
て、 複数のプロセツサから来るデータ受け側の複数
の受信要求を受け付ける受信受付手段と、前記複
数の受信要求に付随して来る受け側の前記メモリ
の各々独自な受信領域の開始位置を示す複数の受
信アドレスを保持する受信アドレスカウンタ群
と、1つの送り側のプロセツサから来る送信要求
を受け付ける受信受付手段と、前記送信要求に付
随して来る送り側の前記メモリの送信領域の開始
位置および送信データ数をそれぞれ示す送信アド
レスおよび送信サイズをそれぞれ保持する送信ア
ドレスカウンタおよびサイズカウンタと、前記送
信受付手段が送信要求を受け付けると前記送信ア
ドレスカウンタで示される前記メモリの送り側の
位置より読みだし、前記受信アドレスカウンタ群
で示される前記受け側のメモリ位置の全てについ
て書き込みを行い前記送信アドレスカウンタと前
記受信アドレスカウンタ群と前記サイズカウンタ
を更新する操作を前記サイズカウンタが所定の値
になるまで繰り返す制御回路と、を有し異なるア
ドレス空間を用いている複数のプロセツサの間で
のデータ転送を可能としたことを特徴とする転送
装置。
[Claims] 1. In a memory sharing system in which a plurality of processors each use their own memory addresses but share memory via one or more common buses, one of the processors A transfer device that sends a data group that it owns to a memory area specified by a unique memory address of each of a group of processors that desire the data group among the plurality of processors, the transfer device comprising: reception receiving means for accepting a plurality of data reception requests coming from the processor of the data reception side; and a plurality of reception addresses indicating the starting position of each unique reception area of the memory of the reception side that comes along with the plurality of reception requests. a group of reception address counters to hold, a reception reception means that receives a transmission request coming from one sending processor, and a starting position of the transmission area of the memory of the sending side and the number of data to be sent accompanying the transmission request. a sending address counter and a size counter respectively holding a sending address and a sending size indicated by the sending address counter; and when the sending accepting means receives a sending request, reading from the sending side position of the memory indicated by the sending address counter, and reading from the sending side position of the memory indicated by the sending address counter, a control circuit that writes to all memory locations on the receiving side indicated by a group and repeats an operation of updating the sending address counter, the receiving address counter group, and the size counter until the size counter reaches a predetermined value; What is claimed is: 1. A transfer device that enables data transfer between a plurality of processors using different address spaces.
JP9670680A 1980-07-15 1980-07-15 Transfer device Granted JPS5720855A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9670680A JPS5720855A (en) 1980-07-15 1980-07-15 Transfer device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9670680A JPS5720855A (en) 1980-07-15 1980-07-15 Transfer device

Publications (2)

Publication Number Publication Date
JPS5720855A JPS5720855A (en) 1982-02-03
JPH0113570B2 true JPH0113570B2 (en) 1989-03-07

Family

ID=14172191

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9670680A Granted JPS5720855A (en) 1980-07-15 1980-07-15 Transfer device

Country Status (1)

Country Link
JP (1) JPS5720855A (en)

Also Published As

Publication number Publication date
JPS5720855A (en) 1982-02-03

Similar Documents

Publication Publication Date Title
US6189062B1 (en) Apparatus and method for address translation in bus bridge devices
US5265228A (en) Apparatus for transfer of data units between buses
JPH0113570B2 (en)
US5822766A (en) Main memory interface for high speed data transfer
JPS61217858A (en) Data transmitting device
JPS6367702B2 (en)
JPH07319829A (en) Method for transferring data
JP3057754B2 (en) Memory circuit and distributed processing system
JP2699482B2 (en) Data transfer control device
JP2505298B2 (en) Variable bus width designation method and variable bus width information reception method in split bus
JPH05120207A (en) Data transfer system
JP2705955B2 (en) Parallel information processing device
JP3233470B2 (en) Computer system
JPH02211571A (en) Information processor
JPS6217879Y2 (en)
SU934465A1 (en) Input-ouput processor
JPH0461388B2 (en)
JPS62145345A (en) Control system for direct memory access interval
JPH0434187B2 (en)
EP0597296A2 (en) Cache architecture for high speed memory-to-I/0 data transfers
JPH0113575B2 (en)
JPH0652516B2 (en) Bus interface device
JPS63259746A (en) Inter-bank-memory data transmission system
JPH05313717A (en) Parallel arithemetic unit
JPS6042976B2 (en) data processing equipment