JP3110024B2 - Memory control system - Google Patents

Memory control system

Info

Publication number
JP3110024B2
JP3110024B2 JP01086469A JP8646989A JP3110024B2 JP 3110024 B2 JP3110024 B2 JP 3110024B2 JP 01086469 A JP01086469 A JP 01086469A JP 8646989 A JP8646989 A JP 8646989A JP 3110024 B2 JP3110024 B2 JP 3110024B2
Authority
JP
Japan
Prior art keywords
request
data transfer
processing
reply
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.)
Expired - Fee Related
Application number
JP01086469A
Other languages
Japanese (ja)
Other versions
JPH02291039A (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
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP01086469A priority Critical patent/JP3110024B2/en
Publication of JPH02291039A publication Critical patent/JPH02291039A/en
Application granted granted Critical
Publication of JP3110024B2 publication Critical patent/JP3110024B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Memory System (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Description

【発明の詳細な説明】 技術分野 本発明はメモリ制御装置に関し、特にメモリアクセス
を集中管理するメモリ制御装置に関する。
Description: TECHNICAL FIELD The present invention relates to a memory control device, and more particularly to a memory control device that centrally manages memory accesses.

従来技術 一般に複数の処理装置が記憶装置を共有して動作する
密結合マルチプロセサシステムにおいては、各処理装置
からのメモリアクセスを調停するための機構として、バ
ス方式がとられる場合とメモリアクセスを集中的に管理
するための装置が置かれる場合とがある。
2. Description of the Related Art Generally, in a tightly coupled multiprocessor system in which a plurality of processing devices share a storage device and operate, a bus system is used as a mechanism for arbitrating memory access from each processing device. There is a case where a device for management is placed in the system.

このうちバス方式は比較的小型の装置に多く採用さ
れ、構成が簡単でハードウェア量が少なくて済むという
特徴がある。
Of these, the bus system is often used in relatively small devices, and has the feature that the configuration is simple and the amount of hardware is small.

これに対して、メモリアクセスを集中管理する装置は
メモリ制御装置あるいはシステム制御装置などと称せら
れ、システムの中心に位置してシステム内のすべての処
理装置と1対1のパスを持ち、各処理装置からのメモリ
アクセス要求を同時に受付けて処理することができる。
その処理結果はリプライとして要求元装置へ返される。
この方式はバス方式にくらべハードウェア量は多くなる
が処理性能に優れるため、高性能コンピュータに多く採
用されている。
On the other hand, a device that centrally manages memory access is called a memory control device or a system control device. The device is located at the center of the system and has a one-to-one path with all processing devices in the system. A memory access request from the device can be simultaneously received and processed.
The processing result is returned to the request source device as a reply.
This method requires a larger amount of hardware than the bus method, but is superior in processing performance, and is therefore often used in high-performance computers.

一方、密結合マルチプロセサシステムにおいては、各
処理装置は相互に通信を行いながら処理を実行する。こ
のような通信のことをプロセサ間通信と呼ぶ。メモリ制
御装置を備えたシステムにおいては、ほとんどの場合メ
モリ制御装置がその媒介を行い、そのために各処理装置
との間の通信パスと通信受付・制御手段を備えている。
各処理装置は、通常のメモリアクセスパスを使用してメ
モリ制御装置にプロセサ間通信を送り、メモリ制御装置
からは専用の通信パスを通じて宛先の処理装置に届けら
れる。メモリ制御装置から宛先の処理装置に通信を送出
する際には、宛先の処理装置のみに送出する方法と、配
下の全処理装置に対して一斉に送出し、受信した各装置
が自分宛ての通信のみ受入れる方法とがある。
On the other hand, in the tightly-coupled multiprocessor system, the processing devices execute processing while communicating with each other. Such communication is called inter-processor communication. In a system having a memory control device, in most cases, the memory control device acts as an intermediary, and for this purpose, a communication path between each processing device and a communication reception / control unit is provided.
Each processing device sends inter-processor communication to the memory control device using a normal memory access path, and is delivered from the memory control device to a destination processing device via a dedicated communication path. When sending a communication from the memory control device to the destination processing device, a method of sending the communication only to the destination processing device or a method of sending the communication to all the subordinate processing devices at once and receiving each device to receive the communication addressed to itself. There is a way to accept only.

さて、昨今情報処理装置の能力向上と処理データ量の
飛躍的な増大にともない、コンピュータの主記憶容量は
相対的に不足気味となってきている。そのため、処理中
に主記憶の領域が不足となった場合には、当面使用しな
いデータを二次記憶装置に追出しておき、その後に必要
となったデータを二次記憶装置から読出して処理を続行
するという方式がある。しかし、この二次記憶装置とし
て多く使用されている磁気ディスク装置は主記憶装置に
くらべて読み書きの速度が2ケタから3ケタも遅い。し
たがって、二次記憶装置へのアクセスの増加はそのまま
処理速度の低下として現れてしまう。
Nowadays, the main storage capacity of a computer has become relatively inadequate with the improvement of the capacity of the information processing apparatus and the dramatic increase in the amount of processing data. Therefore, if the main memory area becomes insufficient during processing, data that is not used for the time being is expelled to the secondary storage device, and thereafter, the necessary data is read from the secondary storage device and processing is continued. There is a method of doing. However, a magnetic disk device often used as a secondary storage device has a read / write speed that is two to three digits slower than that of a main storage device. Therefore, an increase in access to the secondary storage device directly appears as a reduction in processing speed.

一方、高性能コンピュータの主記憶装置に使用されて
いる高速メモリ素子は高価であり、経済的な制約から必
要十分な容量の主記憶を実装することは容易ではない。
On the other hand, a high-speed memory element used in a main storage device of a high-performance computer is expensive, and it is not easy to mount a main memory having a necessary and sufficient capacity due to economic restrictions.

そこで、高速な主記憶と低速な磁気ディスクとの間を
埋めるために、比較的安価で低速な半導体記憶素子を使
用した大容量の半導体記憶装置が開発されている。この
半導体記憶装置には、電子ディスクやディスクキャッシ
ュと呼ばれ、処理装置からは速度の点を除いて磁気ディ
スクと全く同じに見える装置と、拡張記憶装置と呼ば
れ、主記憶装置と同じくメモリ制御装置に直接接続され
てソフトウェアによって管理される装置とがある。
In order to fill a gap between a high-speed main memory and a low-speed magnetic disk, a large-capacity semiconductor memory device using a relatively inexpensive and low-speed semiconductor memory element has been developed. This semiconductor storage device is called an electronic disk or a disk cache, and is a device that looks exactly the same as a magnetic disk except for the speed from a processing device, and an extended storage device, which is a memory control device similar to the main storage device. Some devices are directly connected to the device and managed by software.

これら二種類の半導体記憶装置のうち、前者すなわち
磁気ディスクと同等のインタフェースをもつものに関し
ては従来型ディスクと同様に管理すればよく、特に制御
上の問題はない。
Of these two types of semiconductor storage devices, the former, that is, those having an interface equivalent to a magnetic disk, may be managed in the same manner as a conventional disk, and there is no particular control problem.

一方、拡張記憶装置のアクセス時間は主記憶装置の数
倍程度であるため、拡張記憶上のデータを主記憶と同じ
ようにアクセスすればシステムの処理性能は大幅に低下
する。これを避けるため、必要な量のデータを拡張記憶
上から主記憶上に一括して転送してから使用する方法が
一般的に採用されており、そうすることによって主記憶
装置の記憶容量が拡大したのと同等な効果を得ることが
出来る。
On the other hand, since the access time of the extended storage device is about several times that of the main storage device, if data on the extended storage is accessed in the same manner as the main storage device, the processing performance of the system is greatly reduced. To avoid this, a method is generally adopted in which the required amount of data is transferred from the extended storage to the main storage all at once and then used, thereby increasing the storage capacity of the main storage. The same effect as the above can be obtained.

逆に、主記憶上にある不用のデータで将来使用する可
能性があるものは、主記憶装置から拡張記憶装置へ待避
される。このような主記憶と拡張記憶との間のデータ転
送は、命令処理装置や入出力処理装置に負担をかけずに
メモリ制御装置内のデータ転送手段によって行われるの
が普通である。
Conversely, unnecessary data on the main memory that may be used in the future is saved from the main memory to the extended memory. Such data transfer between the main storage and the extended storage is usually performed by the data transfer means in the memory control device without burdening the instruction processing device or the input / output processing device.

上述したデータ転送手段によるデータ転送要求は、デ
ータ転送命令の実行によって発生する。そのデータ転送
命令は大きく二種類に分類される。一方は同期転送命令
と呼ばれるものであり、命令処理装置によって直接実行
され転送終了まで次の命令の実行は持たされる。もう一
方は非同期転送命令と呼ばれるものであり、命令処理装
置の指示によって入出力処理装置が処理を行い、命令処
理装置は転送終了までの間、別のタスクを実行すること
ができる。
The data transfer request by the data transfer means described above is generated by executing a data transfer instruction. The data transfer commands are roughly classified into two types. One of them is called a synchronous transfer instruction, which is directly executed by the instruction processing device and has execution of the next instruction until the transfer is completed. The other is called an asynchronous transfer instruction, and the input / output processing device performs processing according to an instruction from the instruction processing device, and the instruction processing device can execute another task until the transfer is completed.

すなわち、同期転送命令の場合は命令処理装置から、
非同期転送命令の場合は入出力処理装置から、メモリ制
御装置に対してデータ転送要求が発行されるのである。
That is, in the case of a synchronous transfer instruction, the instruction processing device
In the case of an asynchronous transfer instruction, a data transfer request is issued from the input / output processing device to the memory control device.

上述のデータ転送要求は、主記憶装置の開始アドレ
ス、拡張記憶装置の開始アドレス、転送データ量及び転
送方向を指定して転送を起動するものである。このよう
にデータ転送要求には付属情報が多いため、複数回に別
けてメモリ制御装置へ送られる。
The above-described data transfer request starts the transfer by designating the start address of the main storage device, the start address of the extended storage device, the transfer data amount, and the transfer direction. As described above, since the data transfer request has a lot of attached information, the data transfer request is sent to the memory control device in a plurality of times.

転送データ量は通常数キロバイト程度であり、その転
送に要する時間は命令ステップ数に換算しておよそ数百
〜数千ステップ分である。このように、データ転送要求
はメモリアクセス要求などメモリ制御装置に対する他の
各種処理要求と比較して処理時間が非常に長い。
The transfer data amount is usually about several kilobytes, and the time required for the transfer is about several hundred to several thousand steps in terms of the number of instruction steps. As described above, the processing time of the data transfer request is much longer than that of other various processing requests to the memory control device such as a memory access request.

また、主記憶装置・拡張記憶装置・データ転送手段等
多くのハードウェアが関与するため、転送中に障害が発
生した場合には障害箇所の特定や障害内容の通知、その
後の処理方法等が複雑となる。
In addition, since many hardware such as the main storage device, the extended storage device, and the data transfer means are involved, if a failure occurs during the transfer, the location of the failure, the notification of the failure content, and the subsequent processing method are complicated. Becomes

命令処理装置や入出力処理装置から、メモリ制御装置
に対して上述したデータ転送要求や他の通常のメモリア
クセス要求等の処理要求が発行されると、処理終了時に
は要求元の装置に対してリプライが返される。このリプ
ライには、主記憶装置から読出したデータをはじめとす
る処理結果や、処理に伴って障害が発生した際の障害通
知情報等が含まれている。つまり、従来のメモリ制御装
置では、記憶装置間のデータ転送要求も各種の処理要求
の一つとして同列に扱われるため、データ転送要求に対
するリプライはデータ転送がすべて終了するまで要求元
装置に返されない。したがって、リプライ待ち状態にあ
る要求元装置においては他の処理を実行することが妨げ
られるという欠点があった。
When a processing request such as the above data transfer request or another normal memory access request is issued from the instruction processing device or the input / output processing device to the memory control device, a reply is sent to the requesting device at the end of the processing. Is returned. The reply includes a processing result including data read from the main storage device, failure notification information when a failure occurs with the processing, and the like. That is, in the conventional memory control device, the data transfer request between the storage devices is also treated as one of various processing requests in the same row, so that the reply to the data transfer request is not returned to the request source device until all the data transfer is completed. . Therefore, there is a drawback that the request source device in the reply waiting state is prevented from executing other processes.

また、データ転送時間が長いのか、障害発生によって
リプライが送出されないのかを判別できないため、処理
要求発行からリプライ受取りまでの経過時間監視による
障害の早期発見が困難になるという欠点もあった。
In addition, since it cannot be determined whether the data transfer time is long or the reply is not transmitted due to the occurrence of a failure, it is difficult to detect the failure early by monitoring the elapsed time from the issuance of the processing request to the receipt of the reply.

さらに、データ転送中に障害が発生した際必要な情報
を送るために、予めリプライ情報のインタフェースを増
加しておくか、あるいは要求元装置がメモリ制御装置か
ら障害ステータスを読出すための機能を設けておく必要
があるという欠点もあった。
Furthermore, in order to send necessary information when a failure occurs during data transfer, the interface of reply information is increased in advance, or a function is provided for the request source device to read the failure status from the memory control device. There was also a disadvantage that it had to be kept.

発明の目的 本発明の目的はデータ転送処理中にプロセッサが他の
処理を行うことができるメモリ制御システムを提供する
ことである。
OBJECTS OF THE INVENTION It is an object of the present invention to provide a memory control system in which a processor can perform other processing during data transfer processing.

発明の構成 本発明によるメモリ制御システムは、上位装置と、メ
モリ装置と、前記上位装置からのデータ転送要求に応答
して前記上位装置と前記メモリ装置との間のデータ転送
及び前記メモリ装置間のデータ転送の制御を行うメモリ
制御装置とを有するメモリ制御システムであって、前記
メモリ制御装置は前記上位装置からのデータ転送要求の
受取りに応答してリプライを送出する手段と、その要求
されたデータ転送の終了に応答してその旨を示す終了信
号を送出する手段とを含み、前記上位装置は前記リプラ
イを受取った後でかつ前記終了信号を受取る前に次の処
理を実行する手段を含むことを特徴とする。
A memory control system according to the present invention includes a host device, a memory device, and a data transfer between the host device and the memory device in response to a data transfer request from the host device. A memory controller for controlling data transfer, the memory controller comprising: means for sending a reply in response to receiving a data transfer request from the higher-level device; and Means for sending an end signal indicating the end of the transfer in response to the end of the transfer, wherein the higher-level device includes means for executing the following processing after receiving the reply and before receiving the end signal. It is characterized by.

実施例 以下、図面を用いて本発明の実施例を説明する。Embodiment Hereinafter, an embodiment of the present invention will be described with reference to the drawings.

第1図は本発明によるメモリ制御システムの一実施例
の主要部の構成を示すブロック図である。図において、
本発明の一実施例によるメモリ制御システムはメモリ制
御装置10と、主記憶装置16と、拡張記憶装置17と、命令
処理装置及び入出力処理装置を有する図示せぬプロセサ
とを含んで構成されている。
FIG. 1 is a block diagram showing a configuration of a main part of an embodiment of a memory control system according to the present invention. In the figure,
A memory control system according to an embodiment of the present invention includes a memory control device 10, a main storage device 16, an extended storage device 17, and a processor (not shown) having an instruction processing device and an input / output processing device. I have.

メモリ制御装置10内にはプロセサからの要求信号を受
取る要求受付ポート11と、プロセサヘリプライを送出す
るリプライ送出部12と、プロセサへの通信信号を送出す
るプロセサ間通信送出部13と、主記憶装置16へのアクセ
スを制御する主記憶アクセス制御部14と、主記憶装置16
と拡張記憶装置17との間のデータ転送を制御するデータ
転送制御部15とを含んで構成されている。
A request reception port 11 for receiving a request signal from a processor, a reply transmission unit 12 for transmitting a processor helicopter, an inter-processor communication transmission unit 13 for transmitting a communication signal to the processor, and a main memory in the memory control device 10. A main memory access control unit 14 for controlling access to the device 16;
And a data transfer control unit 15 that controls data transfer between the storage device 17 and the extended storage device 17.

なお、図において、aは命令処理装置からの処理要求
信号、bは入出力処理装置からの処理要求信号、cは命
令処理装置へのリプライ信号、dは入出力処理装置への
リプライ信号、eは命令処理装置へのプロセサ間通信信
号、fは入出力処理装置へのプロセサ間通信信号であ
る。
In the figure, a is a processing request signal from the instruction processing device, b is a processing request signal from the input / output processing device, c is a reply signal to the instruction processing device, d is a reply signal to the input / output processing device, e Is an inter-processor communication signal to the instruction processing device, and f is an inter-processor communication signal to the input / output processing device.

また、gは主記憶アクセス制御部14への動作指示信
号、hは主記憶アクセス制御部14からのリプライ指示信
号、jはデータ転送制御部への動作指示信号、kはプロ
セサ間通信送出部への動作指示信号、lはプロセサ間通
信送出部からのリプライ指示信号、mはデータ転送制御
部15からの処理要求信号である。
In addition, g is an operation instruction signal to the main memory access control unit 14, h is a reply instruction signal from the main memory access control unit 14, j is an operation instruction signal to the data transfer control unit, and k is an inter-processor communication transmission unit. , L is a reply instruction signal from the inter-processor communication sending unit, and m is a processing request signal from the data transfer control unit 15.

さらにまた、nはリプライ送出部12からデータ転送制
御部へのリプライ、pは主記憶装置16への処理要求信
号、qは主記憶装置16からのリプライ信号、rは拡張記
憶装置17への処理要求信号、sは拡張記憶装置17からの
リプライ信号である。
Further, n is a reply from the reply sending unit 12 to the data transfer control unit, p is a processing request signal to the main storage device 16, q is a reply signal from the main storage device 16, and r is a processing signal to the extended storage device 17. The request signal s is a reply signal from the extended storage device 17.

かかる構成において、まず最初に通常のメモリアクセ
ス要求が要求元装置からメモリ制御装置に対して発行さ
れた場合の動作について説明する。命令処理装置からの
要求信号a又は入出力処理装置からの要求信号bが要求
受付ポート11に入力されると、要求受付ポート11はこれ
を解読し、メモリアクセス要求であるので主記憶アクセ
ス制御部14に対して動作指示信号gを送出する。
In such a configuration, first, an operation when a normal memory access request is issued from the request source device to the memory control device will be described. When a request signal a from the instruction processing device or a request signal b from the input / output processing device is input to the request reception port 11, the request reception port 11 decodes the request, and the request is a memory access request. An operation instruction signal g is sent to.

これを受取った主記憶アクセス制御部14は主記憶装置
16に対して処理要求信号pを発行する。それに対して主
記憶装置16からのリプライ信号qは主記憶アクセス制御
部14及びリプライ送出部12を経てリプライ信号c又はd
として要求元装置へ返される。
Upon receiving this, the main memory access control unit 14
A processing request signal p is issued to the P. 16. On the other hand, the reply signal q from the main storage device 16 passes through the main memory access control unit 14 and the reply sending unit 12 and the reply signal c or d.
Is returned to the requesting device.

次に、プロセサ間通信要求が要求元装置からメモリ制
御装置に対して発行された場合の動作について説明す
る。命令処理装置からの要求信号a又は入出力処理装置
からの要求信号bが要求受付ポート11に入力されると、
要求受付ポート11はこれを解読し、プロセサ間通信要求
であるのでプロセサ間通信送出部13に動作指示信号kを
送る。これを受けたプロセサ間通信送出部13は、接続さ
れている全装置すなわち命令処理装置及び入出力処理装
置に対してプロセサ間通信信号e及びfを送出したあ
と、リプライ送出部12へリプライ指示信号lを送る。こ
れを受けたリプライ送出部12からは要求元装置に対して
リプライ信号c又はdが送出される。
Next, the operation in the case where the inter-processor communication request is issued from the request source device to the memory control device will be described. When a request signal a from the instruction processing device or a request signal b from the input / output processing device is input to the request reception port 11,
The request receiving port 11 decodes this, and sends an operation instruction signal k to the inter-processor communication sending section 13 because it is a request for inter-processor communication. Upon receiving this, the inter-processor communication sending unit 13 sends the inter-processor communication signals e and f to all connected devices, that is, the instruction processing device and the input / output processing device, and then sends a reply instruction signal to the reply sending unit 12. Send l. Upon receiving this, the reply sending unit 12 sends a reply signal c or d to the requesting device.

また、要求元装置から送られた処理要求が主記憶装置
16と拡張記憶装置17との間のデータ転送要求であった場
合、要求受付ポート11からはデータ転送制御部15に対し
てデータ転送動作指示信号jが送られる。それと同時
に、要求受付ポート11からはリプライ送出部12に対して
リプライ指示信号(図示せず)が送られ、要求元装置に
はデータ転送開始要求が正常に受付けられたという意味
のリプライ信号が返される。
Also, the processing request sent from the request source device is stored in the main storage device.
If the request is a data transfer request between the storage device 16 and the expansion storage device 17, the request reception port 11 sends a data transfer operation instruction signal j to the data transfer control unit 15. At the same time, a reply instruction signal (not shown) is sent from the request receiving port 11 to the reply sending unit 12, and a reply signal indicating that the data transfer start request has been normally received is returned to the request source device. It is.

データ転送動作指示信号jを受けたデータ転送制御部
15は、主記憶装置16をアクセスする場合には要求受付ポ
ート11に対してメモリアクセスのための処理要求信号m
を発行し、それに対するリプライnをリプライ送出部12
から受取る。この場合、メモリアクセス動作そのもの
は、メモリ制御装置10外の処理装置からのアクセスの場
合と同様に主記憶アクセス制御部14を経由して行われ
る。
Data transfer control unit receiving data transfer operation instruction signal j
15 is a processing request signal m for memory access to the request reception port 11 when accessing the main storage device 16.
And sends a reply n to the reply sending unit 12
Receive from In this case, the memory access operation itself is performed via the main memory access control unit 14, as in the case of access from a processing device outside the memory control device 10.

一方、データ転送制御部15が拡張記憶装置17をアクセ
スする場合には、直接拡張記憶装置17に処理要求信号r
を送り、リプライ信号sを受取る。そして、要求された
データ転送がすべて終了すると、データ転送制御部15は
要求受付ポート11に対する処理要求信号mによってプロ
セサ間通信要求を通知する。このプロセサ間通信要求を
受取った要求受付ポート11はプロセサ間通信制御部13に
対してプロセサ間通信送出部13へ動作指示信号kを送
り、要求元装置に対して要求されたデータ転送の終了を
知らせる通信信号e又はfが送られる。
On the other hand, when the data transfer control unit 15 accesses the extended storage device 17, the processing request signal r is directly sent to the extended storage device 17.
And a reply signal s is received. Then, when all the requested data transfers are completed, the data transfer control unit 15 notifies the inter-processor communication request by the processing request signal m to the request receiving port 11. The request receiving port 11 which has received the inter-processor communication request sends an operation instruction signal k to the inter-processor communication sending unit 13 to the inter-processor communication control unit 13 to notify the end of the requested data transfer to the request source device. A communication signal e or f to inform is sent.

ここで、動作指示信号kはデータ転送が正常に終了し
たかどうかを示す終了ステータスを含んでいる。したが
って、プロセサはその通信を受取って、要求元装置は要
求したデータ転送が正常に終了したかどうかを判別で
き、もし正常に終了しなかった場合にはエラーの詳細情
報を知ることができるのである。これにより、プロセサ
は所定の障害処理を行うことができるのである。
Here, the operation instruction signal k includes an end status indicating whether or not the data transfer has ended normally. Accordingly, the processor receives the communication, and the requesting device can determine whether the requested data transfer has been completed normally, and if not, it can know detailed information of the error. . As a result, the processor can perform predetermined failure processing.

発明の効果 以上説明したように本発明は、一般のメモリアクセス
などの処理要求と性質が異なり処理時間が長くかかる主
記憶と拡張記憶との間のデータ転送要求に対し、その要
求受付に応答して直ちにリプライを返し、転送終了の通
知はプロセサ間通信による転送終了通信によって行うよ
う制御することにより、要求元装置のリプライ待ち時間
が長くならずにすみ、また要求元装置がデータ転送中に
行う他の処理や時間監視タイマに影響を与えずにすむと
ともに、プロセサ間通信の通信データとしてデータ転送
の終了ステータス情報を送ることができるので、転送中
障害が発生した場合などに詳細情報を送るための特別な
手段を必要としないという効果がある。
Effect of the Invention As described above, the present invention responds to a data transfer request between the main memory and the extended storage, which has a different characteristic from a general memory access or other processing request and takes a long processing time, in response to the request reception. The reply is immediately returned, and the notification of the transfer end is controlled by the transfer end communication by the inter-processor communication, so that the reply waiting time of the request source device does not increase, and the request source device performs the data transfer during the data transfer. It is possible to send the end status information of data transfer as communication data of inter-processor communication without affecting other processing and the time monitoring timer, so that detailed information can be sent when a transfer failure occurs. There is an effect that no special means is required.

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

第1図は本発明の実施例によるメモリ制御システムの構
成を示すブロック図である。 主要部分の符号の説明 11……要求受付ポート 12……リプライ送出部 13……プロセサ間通信送出部 14……主記憶アクセス制御部 15……データ転送制御部
FIG. 1 is a block diagram showing a configuration of a memory control system according to an embodiment of the present invention. Explanation of Signs of Main Parts 11 Request Request Port 12 Reply Sending Unit 13 Inter-Processor Communication Sending Unit 14 Main Memory Access Control Unit 15 Data Transfer Control Unit

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.7,DB名) G06F 12/00 G06F 15/16 ──────────────────────────────────────────────────続 き Continued on front page (58) Field surveyed (Int.Cl. 7 , DB name) G06F 12/00 G06F 15/16

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】上位装置と、メモリ装置と、前記上位装置
からのデータ転送要求に応答して前記メモリ装置間のデ
ータ転送の制御を行うメモリ制御装置とを有するメモリ
制御システムであって、 前記メモリ制御装置は、前記上位装置からのデータ転送
要求の受取りに応答してリプライを送出する手段と、そ
の要求されたデータ転送の終了に応答してその旨を示す
終了信号をプロセッサ間割込みの通信データとして送出
する手段とを含み、 前記上位装置は、前記リプライを受取った後でかつ前記
終了信号を受取る前に次の処理を実行する手段を含むこ
とを特徴とするメモリ制御システム。
1. A memory control system comprising: a host device; a memory device; and a memory control device that controls data transfer between the memory devices in response to a data transfer request from the host device. The memory control device transmits a reply in response to receiving the data transfer request from the host device, and responds to the end of the requested data transfer by sending an end signal indicating the end of the data transfer request. Means for transmitting the data as data, and wherein the higher-level device includes means for performing the following processing after receiving the reply and before receiving the end signal.
JP01086469A 1989-04-05 1989-04-05 Memory control system Expired - Fee Related JP3110024B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP01086469A JP3110024B2 (en) 1989-04-05 1989-04-05 Memory control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP01086469A JP3110024B2 (en) 1989-04-05 1989-04-05 Memory control system

Publications (2)

Publication Number Publication Date
JPH02291039A JPH02291039A (en) 1990-11-30
JP3110024B2 true JP3110024B2 (en) 2000-11-20

Family

ID=13887820

Family Applications (1)

Application Number Title Priority Date Filing Date
JP01086469A Expired - Fee Related JP3110024B2 (en) 1989-04-05 1989-04-05 Memory control system

Country Status (1)

Country Link
JP (1) JP3110024B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7837027B2 (en) 2006-06-02 2010-11-23 Murata Manufacturing Co., Ltd. Workpiece transporting apparatus and electronic component transporting apparatus
US8051975B2 (en) 2006-05-24 2011-11-08 Murata Manufacturing Co., Ltd. Workpiece transfer apparatus and electronic component transfer apparatus

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5386560A (en) * 1991-05-23 1995-01-31 International Business Machines Corporation Execution of page data transfer by PT processors and issuing of split start and test instructions by CPUs coordinated by queued tokens

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8051975B2 (en) 2006-05-24 2011-11-08 Murata Manufacturing Co., Ltd. Workpiece transfer apparatus and electronic component transfer apparatus
US7837027B2 (en) 2006-06-02 2010-11-23 Murata Manufacturing Co., Ltd. Workpiece transporting apparatus and electronic component transporting apparatus

Also Published As

Publication number Publication date
JPH02291039A (en) 1990-11-30

Similar Documents

Publication Publication Date Title
US6772237B2 (en) Host controller interface descriptor fetching unit
US5574868A (en) Bus grant prediction technique for a split transaction bus in a multiprocessor computer system
US4415970A (en) Cache/disk subsystem with load equalization
US5682551A (en) System for checking the acceptance of I/O request to an interface using software visible instruction which provides a status signal and performs operations in response thereto
US7007126B2 (en) Accessing a primary bus messaging unit from a secondary bus through a PCI bridge
JPH07225727A (en) Computer system
JP3266470B2 (en) Data processing system with per-request write-through cache in forced order
KR100316190B1 (en) Increasing i/o performance through storage of packetized operational information in local memory
JP3110024B2 (en) Memory control system
JP2734246B2 (en) Pipeline bus
EP0169909B1 (en) Auxiliary memory device
JP3111052B2 (en) Method and system for supplying data to a bus connected to a plurality of processors
US6907454B1 (en) Data processing system with master and slave processors
JPS6331806B2 (en)
JP2963696B2 (en) Data transfer control system
JPH1185673A (en) Method and device for controlling shared bus
JPH056333A (en) Multi-processor system
JP2752834B2 (en) Data transfer device
JP3259095B2 (en) Data transfer method
JP3056169B2 (en) Data transmission / reception method and method
JP2826780B2 (en) Data transfer method
JP2803270B2 (en) SCSI host adapter circuit
JPS6250848B2 (en)
JPH02730B2 (en)
JPH0642227B2 (en) Data transfer device

Legal Events

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