JPH0630083B2 - Data transfer device - Google Patents

Data transfer device

Info

Publication number
JPH0630083B2
JPH0630083B2 JP26811587A JP26811587A JPH0630083B2 JP H0630083 B2 JPH0630083 B2 JP H0630083B2 JP 26811587 A JP26811587 A JP 26811587A JP 26811587 A JP26811587 A JP 26811587A JP H0630083 B2 JPH0630083 B2 JP H0630083B2
Authority
JP
Japan
Prior art keywords
data
bus
central processing
processing unit
read
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP26811587A
Other languages
Japanese (ja)
Other versions
JPH01111251A (en
Inventor
登志之 中田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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 JP26811587A priority Critical patent/JPH0630083B2/en
Publication of JPH01111251A publication Critical patent/JPH01111251A/en
Publication of JPH0630083B2 publication Critical patent/JPH0630083B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はデータ転送装置に関する。TECHNICAL FIELD The present invention relates to a data transfer device.

〔従来の技術〕[Conventional technology]

従来のバス構成の計算機システムにおいては、中央処理
装置がバス上に存在するメモリ以外のデータにアクセス
する方法としては、 中央処理装置が入出力命令をバス外の装置に対して発
して、データ転送を行わせるI/O方式、中央処理装
置にプログラムで扱う仮想番地と実際の主記憶上の実番
地との間の変換を行う主記憶管理ユニットを設け、中央
処理装置が主記憶にアクセスする際に仮想番地に対応す
るデータが主記憶に存在するかどうかを主記憶管理ユニ
ットに判定させ、存在しない場合は、ディスクなどの2
次記憶装置から仮想番地を含む領域(ページと呼ぶ)を
読み出させた後に再び主記憶アクセスを行うページング
方式、 等が存在する。
In a conventional computer system with a bus configuration, the central processing unit can access data other than memory existing on the bus by the central processing unit issuing an I / O command to a device outside the bus to transfer data. I / O method for performing the above-mentioned processing, the central processing unit is provided with a main memory management unit for converting between a virtual address handled by a program and an actual address on the main memory, and when the central processing unit accesses the main memory. Causes the main memory management unit to determine whether or not the data corresponding to the virtual address exists in the main memory.
There is a paging method in which an area (called a page) including a virtual address is read from the next storage device and then main memory access is performed again.

〔発明が解決しようとする問題〕[Problems to be solved by the invention]

しかしのI/O方式ではバスに接続されている主記憶
上に存在しないデータにアクセスする場合と、主記憶に
アクセスする場合との区別をプログラムで行わなければ
ならないという欠点が存在した。
However, the I / O method has a drawback in that a program must distinguish between accessing data that does not exist in the main memory connected to the bus and accessing the main memory.

またのページング方式ではの欠点は解除されるもの
の、 i)中央処理装置の全ての主記憶アクセスに関して主記
憶管理ユニットによるアドレス変換を実行させる必要が
あるため、全ての主記憶アクセスが遅くなる。
Although the drawbacks of the paging method are eliminated, i) all main memory accesses of the central processing unit are delayed because it is necessary to perform address translation by the main memory management unit.

ii)中央処理装置が主記憶に対して書き込み操作を行う
場合にページフォールトが起きると2次記憶装置から仮
想番地を含むページを読み出してから書き込み操作を行
うため、2次記憶と主記憶間のデータ転送が終了するま
で書き込み操作が完了せずオーバーヘッドが大きい。
ii) When a page fault occurs when the central processing unit performs a write operation to the main memory, the page including the virtual address is read from the secondary storage device and then the write operation is performed, so that between the secondary storage and the main memory. The write operation is not completed until the data transfer is completed, resulting in a large overhead.

iii)単一バス上に複数個の中央処理装置が存在するよ
うなマルチプロセッサシステムでは、各中央処理装置毎
に主記憶管理ユニットを装備させて且つそれらの主記憶
管理ユニット間で矛盾なくアドレス変換を実行させなけ
ればならないため、主記憶管理ユニットのハードウェア
量が増大し、かつ実行時のオーバーヘッドも増大する。
iii) In a multiprocessor system in which a plurality of central processing units are present on a single bus, each central processing unit is equipped with a main memory management unit, and address conversion is performed consistently between those main memory management units. Must be executed, the hardware amount of the main memory management unit increases and the overhead at the time of execution also increases.

iv)単一バス上に複数個の中央処理装置が存在するよう
なマルチプロセッサシステムでは、ページフォールト時
にこのバスを通して主記憶と2次記憶装置との間でDM
A転送を行うため、バス上のアクセス競合による処理効
率の低下が顕著になる。などの欠点が存在した。
iv) In a multiprocessor system in which a plurality of central processing units are present on a single bus, a DM is used between a main memory and a secondary memory through this bus during a page fault.
Since A transfer is performed, the processing efficiency is significantly reduced due to access competition on the bus. There were drawbacks such as.

本発明の目的はこのような従来の欠点を除去せしめて、
バスに接続されている主記憶上に存在しないデータにア
クセスする場合と、主記憶にアクセスする場合との区別
をプログラムで行う必要がなく、かつ書き込み操作の場
合にはデータ転送が直ちに完了するようなデータ転送装
置を提供することにある。
The object of the present invention is to eliminate such conventional drawbacks,
It is not necessary for the program to distinguish between accessing data that does not exist in the main memory connected to the bus and accessing the main memory, and in the case of a write operation, the data transfer must be completed immediately. To provide a simple data transfer device.

〔問題点を解決するための手段〕[Means for solving problems]

本発明は、アドレスバスとデータバスとバス制御線とか
らなるデータ転送用の単一バスを介して主記憶および中
央処理装置に接続され、前記主記憶に割り付けられた領
域以外の番地のデータを保持するバス外装置に専用バス
を介して接続されているデータ転送装置であって、 前記中央処理装置が前記単一バスを介してデータアクセ
スを行う度にアドレスバスの値を監視し、前記中央処理
装置が前記単一バス上の前記主記憶に割り付けられた領
域以外の番地のデータに対する読み出し/書き込み並び
にリードモディファイライト操作を行ったことを検出す
る外部アクセス検出部と、 前記外部アクセス検出部が、前記中央処理装置が前記単
一バス上の前記主記憶に割り付けられた領域以外の番地
のデータに対する書き込み操作を行ったことを検出した
場合は、前記中央処理装置に対して書き込み応答信号を
発生し、前記外部アクセス検出部が、前記中央処理装置
が前記単一バス上の前記主記憶に割り付けられた領域以
外の番地のデータに対する読み出し並びにリードモディ
ファイライト操作を行ったことを検出した場合は、前記
中央処理装置に対してバエスラー信号を発生するバス制
御信号発生部と、 前記中央処理装置が前記単一バス上の前記主記憶に割り
付けられた領域以外の番地のデータに対する書き込み操
作を行った時には、前記中央処理装置が書き込もうとし
たデータ並びに番地を前記バス外装置に転送し、前記中
央処理装置が前記単一バス上の前記主記憶に割り付けら
れた領域以外の番地のデータに対する読み出し操作並び
にリードモディファイライト操作を行った時には、前記
中央処理装置が読み出そうとしたデータの番地並びにリ
ードモディファイライト操作の場合はリードモディファ
イライト操作に必要なデータを前記バス外装置に転送す
るバス外データアクセス要求部と、 前記バス外装置からデータを受け取り、前記単一バス上
の前記主記憶に前記受け取ったデータを書き込むバス外
データアクセス応答部と、 前記バス外装置からのデータの受け取りを中央処理装置
に通知する中央処理装置通信部とからなり、 前記中央処理装置と前記バス外装置間のデータの転送を
前記単一バス上の主記憶への読み出し/書き込み並びに
リードモディファイライト操作と同一の手続きで実現す
ることを特徴としている。
The present invention is connected to a main memory and a central processing unit via a single bus for data transfer consisting of an address bus, a data bus and a bus control line, and stores data at addresses other than the area allocated to the main memory. A data transfer device connected to a device outside the bus to be held via a dedicated bus, wherein the value of the address bus is monitored every time the central processing unit makes a data access via the single bus, An external access detection unit that detects that the processing device has performed read / write and read modify write operations on data at an address other than the area allocated to the main memory on the single bus; and the external access detection unit. , It is detected that the central processing unit has performed a write operation on data at an address other than the area allocated to the main memory on the single bus. In this case, a write response signal is generated to the central processing unit, and the external access detection unit causes the central processing unit to address data other than the area allocated to the main memory on the single bus. When it is detected that the read and read modify write operations have been performed, a bus control signal generator that generates a Bayesler signal to the central processing unit, and the central processing unit stores the main memory on the single bus. When the write operation is performed on the data of the address other than the allocated area, the data and the address which the central processing unit is going to write are transferred to the device outside the bus, and the central processing device transfers the main data on the single bus. When a read operation or read modify write operation is performed on data at an address other than the area allocated for storage The address of the data that the central processing unit is going to read and, in the case of a read-modify-write operation, an external-bus data access request unit that transfers the data necessary for the read-modify-write operation to the external-bus device; An out-of-bus data access response unit that receives data and writes the received data in the main memory on the single bus; and a central processing unit communication unit that notifies a central processing unit of the receipt of data from the external device. It is characterized in that the data transfer between the central processing unit and the device outside the bus is realized by the same procedure as the read / write to the main memory on the single bus and the read modify write operation.

〔作用〕[Action]

本発明では外部アクセス検出部がデータ転送用バス上の
中央処理装置によるデータのアクセスを監視しており、
前記中央処理装置による前記バス上の主記憶の有する番
地以外のデータ(以後バス外データと呼ぶ)に対する読
み出し/書き込み、並びに前記データを読み出した後に
他の装置が前記データをアクセスする前に、前記データ
に対して書き込み操作を行うリードモディファイライト
操作を行ったことを検出する。
In the present invention, the external access detection unit monitors the data access by the central processing unit on the data transfer bus.
The read / write of data other than the address of the main memory on the bus by the central processing unit (hereinafter referred to as data outside the bus) and the read of the data before another device accesses the data, Detects that a read-modify-write operation that performs a write operation on data is performed.

中央処理装置によるバス外データへのアクセスが書き込
み操作の場合は、バス外データアクセス要求部が中央処
理装置が書き込もうとしたデータ並びに番地をバス外装
置に転送することにより書き込み操作を代行する。
When the access to the data outside the bus by the central processing unit is a write operation, the outside-bus data access request section substitutes the write operation by transferring the data and the address which the central processing unit is going to write to the device outside the bus.

中央処理装置によるバス外データへのアクセスが読み出
し操作並びにリードモディファイライト操作であった場
合は、前記読み出し並びにリードモディファイライト操
作を行った中央処理装置に対してバスエラー信号を発生
する。更に、バス外データアクセス要求部がバス外装置
にデータの読み込みを依頼し、データを受け取った時点
で前記バス上の主記憶にデータを書き込み、データの受
け取りを中央処理装置に通知することによりバス外デー
タに対する読み出し並びにリードモディファイライト操
作を代行する。
When the access to the data outside the bus by the central processing unit is a read operation and a read modify write operation, a bus error signal is generated to the central processing unit that has performed the read and read modify write operations. Further, the outside-bus data access request unit requests the outside-bus device to read the data, writes the data to the main memory on the bus at the time of receiving the data, and notifies the central processing unit of the receipt of the data. It performs read-out and read-modify-write operations on behalf of external data.

〔実施例〕〔Example〕

次に第1図を用いて本発明の実施例について説明する。 Next, an embodiment of the present invention will be described with reference to FIG.

第1図は本発明の一実施例を説明するブロック図であ
る。
FIG. 1 is a block diagram for explaining an embodiment of the present invention.

第1図のデータ転送装置1は、外部アクセス検出部2と、
バス制御信号発生部3と、バス外データアクセス要求部4
と、バス外データアクセス応答部5と、中央処理装置通
信部6とから構成され、単一バス7のアドレス8、データ
バス9、並びにバス制御線10を介して中央処理装置11並
びに主記憶12と接続され、専用バス14を介してバス外装
置13と接続されている。
The data transfer device 1 of FIG. 1 includes an external access detection unit 2 and
Bus control signal generation unit 3 and external bus data access request unit 4
, A data access response section 5 outside the bus, and a central processing unit communication section 6, and a central processing unit 11 and a main memory 12 via an address 8 of a single bus 7, a data bus 9 and a bus control line 10. Is connected to the external device 13 via the dedicated bus 14.

第1図において中央処理装置11が単一バス7を介してデ
ータアクセスを行う度にデータ転送装置1の外部アクセ
ス検出部2はアドレスバス8の値を監視して、中央処理装
置11のデータアクセスが主記憶12に割り当てられた領域
のデータに対するアクセス(以後、内部アクセスと呼
ぶ)なのか、主記憶12に割り当てられた領域外であるバ
ス外装置が保持するデータに対するアクセス(以後、外
部アクセスと呼ぶ)なのかを判定する。
In FIG. 1, every time the central processing unit 11 makes a data access through the single bus 7, the external access detection unit 2 of the data transfer device 1 monitors the value of the address bus 8 to access the data of the central processing unit 11. Is an access to data in an area allocated to the main memory 12 (hereinafter referred to as an internal access), or an access to data held by an external device outside the area allocated to the main memory 12 (hereinafter referred to as an external access). Call).

中央処理装置11の行おうとしたアクセスが内部アクセス
の場合は、データ転送装置1は処理は行わず、主記憶12
がアクセスに応答することにより、データアクセスは完
了する。
If the access attempted by the central processing unit 11 is an internal access, the data transfer device 1 does not perform the processing, and the main memory 12
Responds to the access, the data access is completed.

外部アクセス検出部2が現在中央処理装置11が行ってい
るアクセスが外部アクセスであると判定した時、データ
転送装置1は中央処理装置が行おうとしたデータアクセ
スの種類に応じて以下に述べるように動作する。
When the external access detection unit 2 determines that the access currently being performed by the central processing unit 11 is an external access, the data transfer device 1 performs the following processing according to the type of data access that the central processing unit attempts to perform. Operate.

i)外部アクセスが書き込み操作の場合 1)バス外データアクセス要求部4が専用バス14を介し
てバス外装置13に書き込みデータ並びに書き込み番地を
転送し、バス外装置13に書き込み操作を要求する。
i) When the external access is a write operation 1) The outside-bus data access request unit 4 transfers the write data and the write address to the outside-bus device 13 via the dedicated bus 14, and requests the outside-bus device 13 for the writing operation.

2)同時にバス制御信号発生部3がバス制御線10を介し
て中央処理装置11に書き込みの確認を通知する、すなわ
ち書き込み確認信号を発生する。
2) At the same time, the bus control signal generator 3 notifies the central processing unit 11 of confirmation of writing via the bus control line 10, that is, generates a write confirmation signal.

この時点で中央処理装置11は外部アクセス動作が終了し
たとみなして次の処理に移る。
At this point, the central processing unit 11 considers that the external access operation is completed and moves to the next processing.

ii)外部アクセスが読み出し操作並びにリードモディフ
ァイライト操作である場合 1)バス外データアクセス要求部4が専用バス14を介し
てバス外装置13に読み出し番地並びにリードモディファ
イライト操作の場合はリードモディファイライト操作に
必要なデータを転送し、バス外装置13に読み出し操作並
びにリードモディファイライト操作の代行を要求する。
ii) When the external access is a read operation and a read-modify-write operation 1) The external-bus data access request unit 4 reads the read address to the external device 13 via the dedicated bus 14 and the read-modify-write operation in the case of the read-modify-write operation Necessary data is transferred, and the out-bus device 13 is requested to perform a read operation and a read modify write operation on behalf.

2)同時にバス制御信号発生部3がバス制御線10を介し
て中央処理装置11にバスエラーを通知し、すなわちバス
エラー信号を発生し、バスの専有権を放棄させる。
2) At the same time, the bus control signal generation unit 3 notifies the central processing unit 11 of a bus error via the bus control line 10, that is, generates a bus error signal and abandons the exclusive right of the bus.

外部アクセスが読み出し操作、並びにリードモディファ
イライト操作の場合は、書き込み操作と異なり、外部装
置13が当該アクセスに対する応答を行うまで、処理を
進めることが不可能である。そこで、本発明では、一旦
バエスラーを発生させ、中央処理装置11に対して当該
バスアクセスを一旦中断させ、このことにより、特に
マルチプロセス環境では、中央処理装置11は他の仕事
を実行することが可能となる。中央処理装置11がバ
スの専用権を放棄することにより、他の装置がバスを使
用することが可能となる。などの利点を得ることができ
る。
When the external access is a read operation and a read modify write operation, unlike the write operation, it is impossible to proceed with the process until the external device 13 responds to the access. Therefore, in the present invention, once the Bayesler is generated and the bus access to the central processing unit 11 is temporarily interrupted, this allows the central processing unit 11 to execute other work especially in a multi-process environment. It will be possible. Releasing the exclusive right of the bus by the central processing unit 11 allows other devices to use the bus. You can get advantages such as.

3)バス外装置13が読み出しあるいはリードモディファ
イライト操作を完了した時点で、バス外データアクセス
応答部5がバス外装置13からデータを受け取った時点で
主記憶12の特定の番地にデータを書き込む。
3) When the external bus device 13 completes the read or read modify write operation, the external bus data access response unit 5 writes the data to a specific address in the main memory 12 when it receives the data from the external bus device 13.

4)中央処理装置通信部6がデータの受け取りを中央処
理装置11に通知し、通知された中央処理装置11が主記憶
12のデータを読み出すことにより、外部アクセス動作が
終了する。
4) The central processing unit communication unit 6 notifies the central processing unit 11 of the reception of data, and the notified central processing unit 11 stores the main memory.
The external access operation is completed by reading 12 data.

〔発明の効果〕〔The invention's effect〕

以上詳述したように本発明によれば、 i)外部アクセス検出部がデータ転送用バス上の中央処
理装置によるデータのアクセスを監視してバス外データ
へのアクセスを検出するため、主記憶上のバス内データ
並びにバス外データに対するアクセスをプログラムの方
で区別する必要はない。
As described above in detail, according to the present invention, i) the external access detection unit monitors the access of data by the central processing unit on the data transfer bus and detects the access to the data outside the bus, so that It is not necessary for the program to distinguish between the access to the in-bus data and the off-bus data.

ii)ページング方式とは異なり、バス内データに対する
アクセスには一切のオーバーヘッドを伴わない。
ii) Unlike the paging method, accessing the data in the bus does not involve any overhead.

iii)ページング方式とは異なり、バス外データに対す
る書き込み操作の場合は書き込みデータ転送部が書き込
むデータと番地を取り込んだ時点で中央処理装置に対し
て書き込み確認信号を発するため、その時点で中央処理
装置は次の操作に移ることが可能である。
iii) Unlike the paging method, in the case of a write operation for data outside the bus, a write confirmation signal is issued to the central processing unit when the write data transfer unit captures the data to be written and the address, so the central processing unit at that time. Can move to the next operation.

iv)主記憶管理ユニットを用いたページング方式と比較
するとハードウェアの量が小さい。
iv) The amount of hardware is small compared to the paging method using the main memory management unit.

v)バス上に複数個の中央処理装置が存在する場合に
も、一切のハードウェアの付加無しに対応することが可
能である。
v) Even if there are multiple central processing units on the bus, it is possible to support without adding any hardware.

等のような効果が得られる。The effects such as

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

第1図は本発明の一実施例を説明するブロック図であ
る。 1……データ転送装置 2……外部アクセス検出部 3……バス制御信号発生部 4……バス外データアクセス要求部 5……バス外データアクセス応答部 6……中央処理装置通信部 7……単一バス 8……アドレスバス 9……データバス 10……バス制御線 11……中央処理装置 12……主記憶 13……バス外装置 14……専用バス
FIG. 1 is a block diagram for explaining an embodiment of the present invention. 1 …… Data transfer device 2 …… External access detection unit 3 …… Bus control signal generation unit 4 …… Outside bus data access request unit 5 …… Outside bus data access response unit 6 …… Central processing unit communication unit 7 …… Single bus 8 …… Address bus 9 …… Data bus 10 …… Bus control line 11 …… Central processing unit 12 …… Main memory 13 …… External bus device 14 …… Dedicated bus

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】アドレスバスとデータバスとバス制御線と
からなるデータ転送用の単一バスを介して主記憶および
中央処理装置に接続され、前記主記憶に割り付けられた
領域以外の番地のデータを保持するバス外装置に専用バ
スを介して接続されているデータ転送装置であって、 前記中央処理装置が前記単一バスを介してデータアクセ
スを行う度にアドレスバスの値を監視し、前記中央処理
装置が前記単一バス上の前記主記憶に割り付けられた領
域以外の番地のデータに対する読み出し/書き込み並び
にリードモディファイライト操作を行ったことを検出す
る外部アクセス検出部と、 前記外部アクセス検出部が、前記中央処理装置が前記単
一バス上の前記主記憶に割り付けられた領域以外の番地
のデータに対する書き込み操作を行ったことを検出した
場合は、前記中央処理装置に対して書き込み応答信号を
発生し、前記外部アクセス検出部が、前記中央処理装置
が前記単一バス上の前記主記憶に割り付けられた領域以
外の番地のデータに対する読み出し並びにリードモディ
ファイライト操作を行ったことを検出した場合は、前記
中央処理装置に対してバエスラー信号を発生するバス制
御信号発生部と、 前記中央処理装置が前記単一バス上の前記主記憶に割り
付けられた領域以外の番地のデータに対する書き込み操
作を行った時には、前記中央処理装置が書き込もうとし
たデータ並びに番地を前記バス外装置に転送し、前記中
央処理装置が前記単一バス上の前記主記憶に割り付けら
れた領域以外の番地のデータに対する読み出し操作並び
にリードモディファイライト操作を行った時には、前記
中央処理装置が読み出そうとしたデータの番地並びにリ
ードモディファイライト操作の場合はリードモディファ
イライト操作に必要なデータを前記バス外装置に転送す
るバス外データアクセス要求部と、 前記バス外装置からデータを受け取り、前記単一バス上
の前記主記憶に前記受け取ったデータを書き込むバス外
データアクセス応答部と、 前記バス外装置からのデータの受け取りを中央処理装置
に通知する中央処理装置通信部とからなり、 前記中央処理装置と前記バス外装置間のデータの転送を
前記単一バス上の主記憶への読み出し/書き込み並びに
リードモディファイライト操作と同一の手続きで実現す
ることを特徴とするデータ転送装置。
1. Data of an address other than an area allocated to the main memory and connected to a main memory and a central processing unit through a single bus for data transfer consisting of an address bus, a data bus and a bus control line. A data transfer device connected via a dedicated bus to a device outside the bus that holds the value of the address bus value every time the central processing unit makes a data access via the single bus. An external access detection unit that detects that the central processing unit has performed read / write and read modify write operations on data at addresses other than the area allocated to the main memory on the single bus; and the external access detection unit. However, the central processing unit may have performed a write operation on data at an address other than the area allocated to the main memory on the single bus. If it is issued, a write response signal is generated to the central processing unit, and the external access detection unit causes the central processing unit to output data of an address other than the area allocated to the main memory on the single bus. A bus control signal generation unit for generating a Baesler signal to the central processing unit when it is detected that a read and a read modify write operation have been performed on the main memory on the single bus. When a write operation is performed on data at an address other than the area allocated to, the central processor transfers the data to be written and the address to the external device, and the central processor transfers the data on the single bus. When a read operation or read modify write operation is performed on data at an address other than the area allocated to main memory An address of the data to be read by the central processing unit and, in the case of a read-modify-write operation, an external-bus data access request unit that transfers data necessary for the read-modify-write operation to the external-bus device, and the external-bus device An external bus data access response unit that receives data from the external storage device and writes the received data to the main memory on the single bus; and a central processing unit communication unit that notifies the central processing unit of the reception of the data from the external device. And data for realizing data transfer between the central processing unit and the device outside the bus by the same procedure as the read / write to the main memory on the single bus and the read modify write operation. Transfer device.
JP26811587A 1987-10-26 1987-10-26 Data transfer device Expired - Fee Related JPH0630083B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26811587A JPH0630083B2 (en) 1987-10-26 1987-10-26 Data transfer device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26811587A JPH0630083B2 (en) 1987-10-26 1987-10-26 Data transfer device

Publications (2)

Publication Number Publication Date
JPH01111251A JPH01111251A (en) 1989-04-27
JPH0630083B2 true JPH0630083B2 (en) 1994-04-20

Family

ID=17454096

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26811587A Expired - Fee Related JPH0630083B2 (en) 1987-10-26 1987-10-26 Data transfer device

Country Status (1)

Country Link
JP (1) JPH0630083B2 (en)

Also Published As

Publication number Publication date
JPH01111251A (en) 1989-04-27

Similar Documents

Publication Publication Date Title
US4141067A (en) Multiprocessor system with cache memory
US5386566A (en) Inter-processor communication method for transmitting data and processor dependent information predetermined for a receiving process of another processor
US5528761A (en) Message passing apparatus for determining if counted acknowledgements from a set of processors are within a defined range
JP3027843B2 (en) Bath snoop method
JP3066753B2 (en) Storage controller
JPS6113629B2 (en)
EP0067519B1 (en) Telecommunications system
US5168558A (en) Apparatus and method for providing distributed control in a main memory unit of a data processing system
JPH0630083B2 (en) Data transfer device
JPS599767A (en) Multiprocessor
JP3375649B2 (en) Parallel computer
US5790892A (en) Information handling system for modifying coherency response set to allow intervention of a read command so that the intervention is not allowed by the system memory
EP0437928B1 (en) Memory management in a multi-processor system
JPH0522939B2 (en)
SU1596339A1 (en) Computer to peripheral interface
SU1541623A1 (en) Device for interfacing computer with peripheral device
JPS58114257A (en) Program memory accessing system of information processor
JPS5999522A (en) Input and output control system
JPH058458B2 (en)
JPH0535507A (en) Central processing unit
JPH0227464A (en) Shared memory control system for multi-processor system
WO1987004825A1 (en) Apparatus and method for providing distributed control in a main memory unit of a data processing system
JPS61165160A (en) Bus controlling system
JPH01501347A (en) Apparatus and method for increasing system bus utilization of a data processing system
JPS6356573B2 (en)

Legal Events

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