JP2695734B2 - Storage control device and access request selection method therefor - Google Patents

Storage control device and access request selection method therefor

Info

Publication number
JP2695734B2
JP2695734B2 JP4312220A JP31222092A JP2695734B2 JP 2695734 B2 JP2695734 B2 JP 2695734B2 JP 4312220 A JP4312220 A JP 4312220A JP 31222092 A JP31222092 A JP 31222092A JP 2695734 B2 JP2695734 B2 JP 2695734B2
Authority
JP
Japan
Prior art keywords
access
access request
storage
priority
requests
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 - Lifetime
Application number
JP4312220A
Other languages
Japanese (ja)
Other versions
JPH06162064A (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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP4312220A priority Critical patent/JP2695734B2/en
Publication of JPH06162064A publication Critical patent/JPH06162064A/en
Application granted granted Critical
Publication of JP2695734B2 publication Critical patent/JP2695734B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Complex Calculations (AREA)
  • Memory System (AREA)

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は、計算機システムの制御
技術に関し、特に記憶装置に対する複数のアクセス要求
間のアクセス先の競合を防ぐ処理において、アクセス要
求の送出効率の向上および記憶装置へのアクセス時の処
理速度の高速化が可能とされる記憶制御装置およびその
アクセス要求選択方法に適用して有効な技術に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a computer system control technique, and more particularly, to a process for preventing contention of access destinations between a plurality of access requests to a storage device and improving the transmission efficiency of access requests and accessing the storage device. The present invention relates to a technique which is effective when applied to a storage controller capable of increasing the processing speed at the time of access and an access request selection method therefor.

【0002】[0002]

【従来の技術】従来、記憶装置に対する複数のアクセス
要求間のアクセス先が競合する場合に、このアクセス先
の競合を防ぐための技術としては、特開平1−2617
80号公報に記載されるような優先順位決定方式による
技術などが挙げられる。
2. Description of the Related Art Conventionally, in a case where access destinations among a plurality of access requests to a storage device conflict with each other, a technique for preventing the conflict between the access destinations is disclosed in Japanese Patent Laid-Open No. 1-2617.
No. 80, a technique based on a priority order determination method, and the like.

【0003】たとえば、この方式によるシステムの構成
要素としては、複数の独立にアクセス可能な記憶単位を
有する記憶装置と、記憶装置に対して独立にアクセス要
求を発行する複数のアクセス要求制御装置を有する命令
プロセッサと、記憶装置と命令プロセッサの間にある記
憶制御装置とから構成される。
For example, as components of a system according to this method, there are a storage device having a plurality of independently accessible storage units and a plurality of access request control devices for issuing access requests to the storage device independently. It comprises an instruction processor and a storage controller between the storage device and the instruction processor.

【0004】また、このアクセス要求制御装置を2個の
アクセス要求制御グループに分け、記憶単位を数個ずつ
いくつかの記憶グループに分け、さらにこのアクセス要
求制御グループ対応かつ記憶グループ対応に、ポートと
呼ばれる記憶装置へのアクセス経路S0,S1を設け
る。
Further, the access request control device is divided into two access request control groups, storage units are divided into several storage groups by several units, and ports and ports are assigned to the access request control groups and the storage groups. The access paths S0 and S1 to the storage device called are provided.

【0005】この場合に、命令プロセッサは、ベクトル
命令で使用する複数の要素データで構成されるベクトル
データの一連のアクセス命令を各アクセス要求制御グル
ープに対して割り付け、複数のアクセス要求制御装置に
対してベクトル要素単位にアクセス要求の発行を割り付
ける。
[0005] In this case, the instruction processor assigns a series of access instructions of vector data composed of a plurality of element data used in the vector instruction to each access request control group, and issues a command to the plurality of access request control devices. Issuance of access requests is assigned to each vector element.

【0006】そして、複数のアクセス要求制御装置が並
列に発行したアクセス要求のアクセス先の競合を、記憶
グループ単位で解決する方法として、記憶制御装置内で
はまずそれぞれのポート内の競合解決を行って1個のア
クセス要求を選択し、その後にS0,S1ポートで選択
されたアクセス要求のアクセス先記憶単位を比較するこ
とによってポート間の競合をチェックする。
As a method for resolving access contention of access requests issued in parallel by a plurality of access request control devices in units of storage groups, the storage control device first performs contention resolution in each port. One access request is selected, and then the conflict between ports is checked by comparing the access destination storage units of the access requests selected at the S0 and S1 ports.

【0007】この結果、ポート間で競合していない場合
は、記憶グループ対応かつポート対応で設けられたアク
セスパスを介してアクセス要求を記憶装置へ送出し、一
方ポート間で競合している場合は、設定された優先順位
に従って片方のアクセス要求を記憶装置へ送出し、他方
を抑止する。
As a result, when there is no contention between the ports, an access request is sent to the storage device via an access path provided for the storage group and for the port, and when there is contention between the ports, In accordance with the set priority, one access request is sent to the storage device, and the other access request is suppressed.

【0008】以上が基本的な競合の解決方法であるが、
この他に以下のような特殊な処理を行う。すなわち、命
令プロセッサが、アクセス要求制御グループにベクトル
アクセス命令を割り付ける際に、ベクトルアクセス命令
の種類、アクセス先をチェックする。
[0008] The above is a basic conflict resolution method.
In addition, the following special processing is performed. That is, when assigning a vector access instruction to the access request control group, the instruction processor checks the type of the vector access instruction and the access destination.

【0009】この結果、このベクトルアクセス命令が、
記憶装置のアドレスが連続した部分を規則的にアクセス
するものだった場合、アクセス要求にこの情報を付加し
て記憶制御装置に送出する。さらに、記憶制御装置で
は、両ポートのベクトルアクセス命令がこの連続アクセ
スであった場合、先行するベクトルアクセス命令に含ま
れるアクセス要求群のアクセス先を予測する。
As a result, this vector access instruction
If the address of the storage device is accessed regularly, the information is added to the access request and sent to the storage control device. Further, when the vector access instruction of both ports is this continuous access, the storage controller predicts the access destination of the access request group included in the preceding vector access instruction.

【0010】そして、この予測された記憶単位に後続の
ベクトルアクセス命令が先にアクセスすることによっ
て、先行するアクセス命令に含まれるアクセス要求がバ
ンクビジー(記憶単位が動作している状態)待ちするこ
とが予測される場合、後続のベクトルアクセス命令の送
出を前もって抑止する。この方式により、先行するベク
トルアクセス命令の処理が後続の命令に妨害されるのを
防ぐことができるようになっている。
[0010] Then, a subsequent vector access instruction accesses the predicted storage unit first, so that an access request included in the preceding access instruction waits for a bank busy (a state in which the storage unit is operating). Is predicted, the transmission of the subsequent vector access instruction is suppressed in advance. With this method, it is possible to prevent the processing of the preceding vector access instruction from being disturbed by the subsequent instruction.

【0011】[0011]

【発明が解決しようとする課題】ところが、前記のよう
な従来技術においては、2個のベクトルアクセス命令が
連続アクセスである場合にのみ、後続の命令が先行の命
令のアクセス先の記憶単位で先にアクセスするのを抑止
し、先行の命令の処理を妨害することを防いでいるもの
の、しかし連続アクセスでないベクトルアクセス命令の
場合、同様な後続の命令が先行の命令のアクセス先の記
憶単位で先にアクセスするのを抑止する処理は行われて
いないために、次のような問題点が生じる。
However, in the prior art as described above, only when the two vector access instructions are continuous accesses, the subsequent instruction is first stored in the storage unit of the access destination of the previous instruction. Access to the previous instruction and prevent the processing of the previous instruction from being interrupted, but in the case of a vector access instruction that is not a continuous access, a similar subsequent instruction is first stored in the storage unit to which the preceding instruction is accessed. Since the process of suppressing access to the URL is not performed, the following problem occurs.

【0012】(1).アクセス要求の過剰な抑止 従来方式では、ポート内競合解決、ポート間競合解決の
2段階で競合を解決している。この場合、第1段階で選
択された2個のアクセス要求が第2段階で競合した場
合、優先順位に従い片方を選択、たとえばS0側を選択
し、S1側を抑止したとする。
(1) Excessive suppression of access requests In the conventional method, conflicts are resolved in two stages: intraport conflict resolution and interport conflict resolution. In this case, when the two access requests selected in the first stage compete in the second stage, one of them is selected according to the priority order, for example, the S0 side is selected and the S1 side is suppressed.

【0013】ここで、S1側の第1段階で選択されなか
ったアクセス要求がS0側で選択されたアクセス要求と
ポート間競合しない場合、このアクセス要求が第1段階
で抑止されなければ2個のアクセス要求が送出可能なこ
とになる。このように、2個のアクセス要求が送出可能
だったのに1個しか送出されず、アクセス要求が過剰に
抑止されるという問題がある。
Here, if the access request not selected in the first stage on the S1 side does not conflict with the access request selected on the S0 side between the ports, if the access request is not suppressed in the first stage, two An access request can be sent. As described above, although two access requests can be transmitted, only one is transmitted, and the access request is excessively suppressed.

【0014】(2).優先順位の逆転 たとえば、図11のタイミングチャートを用いて処理の
様子を説明する。この場合に、S0側にアクセス要求5
0A,50Bがあり、またS1側にアクセス要求50C
があり、優先順位は高い方から順に50A,50B,5
0Cとする。また、50A〜50Cのアクセス先は、そ
れぞれ記憶単位51A,51B,51Bとして、50B
と50Cが競合しているものとする。
(2). Inversion of Priority The processing will be described with reference to the timing chart of FIG. 11, for example. In this case, the access request 5 is sent to the S0 side.
0A, 50B, and an access request 50C on the S1 side.
50A, 50B, 5 in descending order of priority.
0C. The access destinations of 50A to 50C are 50B as storage units 51A, 51B, and 51B, respectively.
And 50C are competing.

【0015】そして、優先順位に従いS0側では50A
を(500A)、S1側では50Cを送出し(500
C)、記憶単位51A、51Bがバンクビジーとなる
(510A、510B)。ここで、送出されなかったア
クセス要求50Bは、アクセス先記憶単位51Bがバン
クビジーのため、バンクビジー時間(処理が終了するま
での時間)分アクセス要求を送出できない(500
B)。このように、50Bは50Cより優先順位が高い
にもかかわらず、バンクビジー時間分遅れるという問題
がある(500B,500C)。
Then, according to the priority order, 50 A is set on the S0 side.
(500A), and S1 sends 50C (500A).
C), the storage units 51A and 51B become bank busy (510A and 510B). Here, the access request 50B that has not been transmitted cannot transmit the access request for the bank busy time (time until the processing is completed) because the access destination storage unit 51B is busy.
B). Thus, there is a problem that the 50B is delayed by the bank busy time even though the priority is higher than the 50C (500B, 500C).

【0016】この問題によって、特にパイプライン処理
を行うベクトル計算機システムにおいては、一部のベク
トル要素のアクセス要求の処理の遅れが命令列全体の終
了時間の遅れにつながる。また、一般的に記憶単位の動
作速度は、命令プロセッサや記憶制御装置の動作速度よ
り遅いため、この動作速度の格差が大きくなるほど命令
列全体へ与える影響が大きくなる。
Due to this problem, particularly in a vector computer system that performs pipeline processing, a delay in processing of an access request for some vector elements leads to a delay in the end time of the entire instruction sequence. In general, the operation speed of a storage unit is lower than the operation speed of an instruction processor or a storage control device. Therefore, the greater the difference between the operation speeds, the greater the effect on the entire instruction sequence.

【0017】そこで、本発明の目的は、上記の2項目の
問題点を改善し、ベクトルアクセス命令の種類によって
漏れの生じない競合解決方式において、記憶装置への複
数のアクセス要求が存在している場合に、事前に競合の
全組み合せをチェックすることによってアクセス先の記
憶単位が競合せず、優先順位が1サイクル以上逆転しな
い範囲で最も速く全アクセス要求を記憶装置へ送出でき
るようなアクセス要求を選択することができる記憶制御
装置およびそのアクセス要求選択方法を提供することに
ある。
Accordingly, an object of the present invention is to solve the above two problems and to provide a plurality of access requests to a storage device in a conflict resolution system in which leakage does not occur depending on the type of vector access instruction. In this case, by checking all combinations of conflicts in advance, an access request that can transmit all access requests to the storage device as fast as possible within a range where the storage units of the access destination do not conflict and the priority does not reverse for one cycle or more is checked. An object of the present invention is to provide a selectable storage control device and an access request selection method therefor.

【0018】本発明の前記ならびにその他の目的と新規
な特徴は、本明細書の記述および添付図面から明らかに
なるであろう。
The above and other objects and novel features of the present invention will become apparent from the description of the present specification and the accompanying drawings.

【0019】[0019]

【課題を解決するための手段】本願において開示される
発明のうち、代表的なものの概要を簡単に説明すれば、
下記のとおりである。
SUMMARY OF THE INVENTION Among the inventions disclosed in the present application, the outline of a representative one will be briefly described.
It is as follows.

【0020】すなわち、本発明の記憶制御装置は、独立
にアクセス要求を発生するn×t個のアクセス要求制御
装置と、独立にアクセス可能なm×s個の記憶単位から
構成される記憶装置と、このアクセス要求制御装置と記
憶装置の間にある記憶制御装置とからなり、アクセス要
求制御装置をn個ごとにまとめたt個のアクセス要求制
御グループと、記憶単位をm個ごとにまとめたs個の記
憶グループとを設定し、記憶制御装置内に、記憶グルー
プ対応かつアクセス要求制御グループ対応にs×t個の
アクセス要求選択回路を備え、個々のアクセス要求選択
回路は、このアクセス要求選択回路に対応するアクセス
要求制御グループ内のn個のアクセス要求制御装置がア
クセス要求選択回路に対応する記憶グループ内の記憶単
位に対して発行したアクセス要求から最大1個のアクセ
ス要求を選択し、アクセス要求選択回路対応に設けられ
たアクセスパスを介して、該当する記憶グループ内の該
当する記憶単位に送出するシステムであって、前記記憶
制御装置内に記憶グループ対応に競合チェック回路を設
けるものである。
That is, the storage control device of the present invention comprises: n × t access request control devices for independently generating access requests; and a storage device comprising m × s storage units that can be independently accessed. , An access request control device and a storage control device between the storage devices, and t access request control groups in which the access request control devices are grouped every n units and s in which the storage units are grouped every m units. Storage groups and s × t access request selection circuits corresponding to the storage groups and the access request control groups in the storage control device. Are issued to storage units in the storage group corresponding to the access request selection circuit by n access request control devices in the access request control group corresponding to A maximum of one access request is selected from the access requests, and the selected access request is sent to a corresponding storage unit in a corresponding storage group via an access path provided corresponding to the access request selection circuit. A conflict check circuit is provided for each storage group.

【0021】この場合に、前記競合チェック回路内に、
複数のアクセス先記憶単位比較回路とアクセス競合形態
判別回路とを設けるようにしたものである。
In this case, in the conflict check circuit,
A plurality of access destination storage unit comparison circuits and an access conflict type determination circuit are provided.

【0022】また、前記記憶制御装置内に、アクセス要
求制御装置間に設定する優先順位を保持する優先順位記
憶手段を設けるようにしたものである。
Further, the storage control device is provided with a priority storage means for retaining a priority set between the access request control devices.

【0023】さらに、前記記憶制御装置内に、アクセス
要求制御グループ間の競合の形態と優先順位に従い選択
するアクセス要求を決定するアクセス要求選択信号生成
回路を設けるようにしたものである。
Further, an access request selection signal generation circuit for deciding an access request to be selected in accordance with the form of competition between access request control groups and the priority order is provided in the storage control device.

【0024】また、本発明の記憶制御装置のアクセス要
求選択方法は、前記記憶制御装置においてアクセス要求
を選択する場合に、異なるアクセス要求制御グループ間
で競合が発生したとき、競合している複数のアクセス要
求の中で最も優先順位の高いアクセス要求を最初に選択
するものである。
Further, in the method for selecting an access request of a storage controller according to the present invention, when an access request is selected in the storage controller, when a conflict occurs between different access request control groups, a plurality of conflicting access control groups may be selected. The access request having the highest priority among the access requests is selected first.

【0025】[0025]

【作用】前記した記憶制御装置およびそのアクセス要求
選択方法によれば、記憶制御装置内に記憶グループ対応
に競合チェック回路が設けられることにより、記憶グル
ープに対応するt個のアクセス要求選択回路でアクセス
要求を選択する前に、この記憶グループに対して発行さ
れた全てのアクセス要求の異なるアクセス要求制御グル
ープ間にあたる全ての組合せに対して、競合チェック回
路でアクセス先記憶単位の比較を行って競合形態を判別
し、この競合形態に応じてt個のアクセス要求選択回路
でアクセス要求を選択することができる。
According to the above-described storage control device and the access request selection method therefor, the contention check circuit is provided in the storage control device in correspondence with the storage group, so that the t access request selection circuits corresponding to the storage group can access. Before selecting a request, the contention check circuit compares the access destination storage units for all combinations of different access request control groups among all the access requests issued to this storage group and performs the contention mode. Is determined, and an access request can be selected by t access request selection circuits in accordance with the contention form.

【0026】この場合に、競合チェック回路内に複数の
アクセス先記憶単位比較回路とアクセス競合形態判別回
路とが設けられることにより、個々のアクセス先記憶単
位比較回路は、このアクセス先記憶単位比較回路が担当
する2個のアクセス要求のアクセス先記憶単位を比較し
て一致/不一致の情報を出力し、アクセス競合形態判別
回路は、競合チェック回路内の全てのアクセス先記憶単
位比較回路が出力する一致/不一致の情報から、競合チ
ェック回路が担当する複数のアクセス要求のアクセス先
記憶単位の競合の形態を判別することができる。
In this case, a plurality of access destination storage unit comparison circuits and an access conflict type discrimination circuit are provided in the contention check circuit. Compares the access destination storage units of the two access requests in charge of each other and outputs match / mismatch information, and the access conflict type determination circuit outputs a match output from all access destination storage unit comparison circuits in the conflict check circuit. It is possible to determine the type of contention between the access destination storage units of a plurality of access requests handled by the contention check circuit from the information on the / mismatch.

【0027】また、記憶制御装置内に優先順位記憶手段
が設けられることにより、アクセス要求選択回路内でア
クセス要求を選択する際に、優先順位記憶手段の優先順
位を用いてアクセス要求を選択することができる。
Further, by providing the priority storage means in the storage control device, when selecting an access request in the access request selection circuit, the access request is selected using the priority of the priority storage means. Can be.

【0028】さらに、記憶制御装置内にアクセス要求選
択信号生成回路が設けられることにより、競合している
アクセス要求の中で最も優先順位の高いアクセス要求の
選択を決定し、他のアクセス要求の中で選択されたアク
セス要求と競合していないアクセス要求を優先順位に従
い決定することができる。
Further, by providing an access request selection signal generating circuit in the storage control device, the access request having the highest priority among the conflicting access requests is determined, and the access request among the other access requests is determined. An access request that does not conflict with the access request selected in (1) can be determined according to the priority order.

【0029】すなわち、(1).アクセス要求制御グループ
が異なるアクセス要求間の全てのアクセス先の競合をチ
ェックするアクセス先記憶単位比較回路、(2).競合の結
果から競合形態をいくつかの種類に判別するアクセス競
合形態判別回路、(3).アクセス要求制御装置間に設定す
る優先順位を保持する優先順位記憶手段、(4).アクセス
要求制御グループ間の競合の形態と優先順位に従い両ア
クセス要求制御グループで同期をとって選択するアクセ
ス要求を決定するアクセス要求選択信号生成回路を設け
ることにより、アクセス要求選択回路単位にアクセス要
求の選択が可能となる。
That is, (1) an access-destination storage unit comparison circuit that checks all access-destination conflicts between access requests having different access request control groups, and (2). (3) priority storage means for holding the priority set between the access request control devices, and (4) both accesses according to the type and priority of the conflict between the access request control groups. By providing an access request selection signal generation circuit that determines an access request to be selected in synchronization with the request control group, it is possible to select an access request for each access request selection circuit.

【0030】これにより、複数のアクセス要求から各ア
クセス要求制御グループ対応に1個のアクセス要求を選
択する際に、アクセス先記憶単位比較回路が事前に、同
一記憶グループに接続する異なるアクセス要求制御グル
ープの全ての組合せのアクセス要求間のアクセス先の記
憶単位を比較する。
Thus, when selecting one access request corresponding to each access request control group from a plurality of access requests, the access destination storage unit comparison circuit preliminarily sets different access request control groups connected to the same storage group. The storage units at the access destination are compared between the access requests of all combinations of the above.

【0031】そして、アクセス競合形態判別回路がアク
セス要求制御グループ間の競合形態を判別し、アクセス
要求選択信号生成回路が、アクセス要求制御グループ間
の競合形態に従って、まず競合を起こしているアクセス
要求の中で最も優先順位の高いアクセス要求を選択し、
その他のアクセス要求の中で選択されたアクセス要求と
競合していないアクセス要求を優先順位に従い選択して
送出する。
Then, the access contention type determination circuit determines the contention type between the access request control groups, and the access request selection signal generation circuit first determines the contention of the access request that has caused the contention according to the contention type between the access request control groups. Select the highest priority access request among them,
An access request that does not conflict with the access request selected from the other access requests is selected and transmitted according to the priority order.

【0032】以上の方法によって、ベクトルアクセス命
令を意識することなくアクセス要求単位に競合の解決を
行い、アクセス要求を選択する際に、優先順位が1サイ
クル以上逆転しない範囲で送出可能な全アクセス要求を
送出することができる。
By the above method, the contention is resolved for each access request without considering the vector access instruction, and when selecting an access request, all access requests that can be transmitted within a range in which the priority is not reversed for one cycle or more are selected. Can be sent.

【0033】[0033]

【実施例】図1は本発明の一実施例である記憶制御装置
を用いた計算機システムを示す概略図、図2は本実施例
の記憶制御装置の構成図、図3は記憶制御装置の要部詳
細図、図4はアクセス要求に付随しているアドレスの割
り付けを示す説明図、図5〜図9は本実施例における競
合解決処理の概略を示す説明図、図10は競合により優
先順位が逆転した場合の遅れを示すタイミングチャート
である。
FIG. 1 is a schematic diagram showing a computer system using a storage controller according to an embodiment of the present invention, FIG. 2 is a block diagram of the storage controller of the present embodiment, and FIG. 4 is an explanatory diagram showing the assignment of addresses accompanying the access request, FIGS. 5 to 9 are explanatory diagrams showing an outline of the conflict resolution processing in the present embodiment, and FIG. It is a timing chart which shows a delay in case of reverse rotation.

【0034】まず、図1により本実施例の記憶制御装置
を用いた計算機システムの構成を説明する。
First, the configuration of a computer system using the storage controller of this embodiment will be described with reference to FIG.

【0035】本実施例の計算機システムは、たとえば独
立にアクセス要求を発生する複数(2×2個)のアクセ
ス要求制御装置と、独立にアクセス可能な複数(3以上
×4個)の記憶単位から構成される記憶装置と、アクセ
ス要求制御装置と記憶装置の間にある記憶制御装置とか
らなるシステムとされ、2個の命令プロセッサ10A,
10B、4個の記憶制御装置11A〜11D、記憶装置
12から構成されている。
The computer system according to the present embodiment comprises, for example, a plurality (2 × 2) of access request control devices that independently generate access requests and a plurality (3 or more × 4) of storage units that can be accessed independently. And a storage control device between the access request control device and the storage device. The two instruction processors 10A, 10A,
10B, four storage control devices 11A to 11D, and a storage device 12.

【0036】命令プロセッサ10A,10B内には、そ
れぞれ2個ずつのアクセス要求制御装置100A,10
0Bと100C,100Dを有し、アクセス要求制御装
置100A,100Cは第1のアクセス要求制御グルー
プに属し、またアクセス要求制御装置100B,100
Dは第2のアクセス要求制御グループに属する構成とな
っている。
In the instruction processors 10A and 10B, two access request control units 100A and 10
0B, 100C and 100D, the access request control devices 100A and 100C belong to a first access request control group, and the access request control devices 100B and 100D
D belongs to the second access request control group.

【0037】記憶装置12内には、4個の記憶グループ
120A〜120Dを有し、この記憶グループ120A
〜120Dに対応して、命令プロセッサ10A,10B
と記憶装置12の間に記憶制御装置11A〜11Dが設
けられている。そして、記憶グループ120A〜120
D内には、それぞれ複数の記憶単位1200A〜120
0C,1200D〜1200F,1200G〜1200
J,1200K〜1200Mを有し、この記憶単位12
00A〜1200Mが独立にアクセス可能な最小単位と
なっている。
The storage device 12 has four storage groups 120A to 120D.
Instruction processors 10A and 10B corresponding to
The storage control devices 11A to 11D are provided between the storage device 12 and the storage device 12. Then, the storage groups 120A to 120A
D includes a plurality of storage units 1200A to 120A, respectively.
0C, 1200D to 1200F, 1200G to 1200
J, 1200K to 1200M, and the storage unit 12
00A to 1200M is the minimum unit that can be accessed independently.

【0038】また、各命令プロセッサ10A,10Bか
ら記憶装置12へは、アクセス要求制御グループに対応
してポートと呼ばれる2種類のアクセス経路を有し、第
1のアクセス要求制御グループに対応するものをS0ポ
ート、第2のアクセス要求制御グループに対応するもの
をS1ポートと呼ぶものとする。
Each of the instruction processors 10A and 10B has two types of access paths called ports corresponding to the access request control groups, and the one corresponding to the first access request control group. A port corresponding to the S0 port and the second access request control group is called an S1 port.

【0039】本実施例の計算機システムは、アクセス要
求制御装置100A〜100Dが発生するアクセス要求
によって、2種類のアクセス経路を用いて記憶装置12
内の記憶単位1200A〜1200Mに対して読み出し
/書き込みを行うことができる。
The computer system of this embodiment uses the storage device 12 using two types of access paths according to the access requests generated by the access request control devices 100A to 100D.
Can be read / written from / to the storage units 1200A to 1200M.

【0040】この場合に、図4に示すようなアクセス要
求のアクセス先を示すアドレス形式が用いられ、このア
クセス要求には、アクセス先の記憶単位1200A〜1
200Mを特定する下位アドレス41、記憶単位120
0A〜1200M内部のアクセス先を示す上位アドレス
40が付随し、また図には示さないが、アクセス要求に
はこの他に命令の種類を示すコード、書き込み用データ
などが付随される。
In this case, an address format indicating the access destination of the access request as shown in FIG. 4 is used, and the access request includes the storage units 1200A to 1200A of the access destination.
Lower address 41 for specifying 200M, storage unit 120
An upper address 40 indicating an access destination inside 0A to 1200M accompanies, and although not shown in the figure, an access request is accompanied by a code indicating an instruction type, write data, and the like.

【0041】記憶制御装置11A内には、アクセス要求
制御装置100A〜100Dに対応してアクセス要求保
持手段110A,110Cと、110B,110Dを有
し、互いに対応するもの同士が接続される。ここで、ア
クセス要求保持手段110A,110BはS0ポート
に、またアクセス要求保持手段110C,110DはS
1ポートに属し、それぞれのポートに対応して設けられ
た競合解決回路113A,113Bに接続されている。
The storage control device 11A has access request holding means 110A, 110C and 110B, 110D corresponding to the access request control devices 100A to 100D, and those corresponding to each other are connected. Here, the access request holding units 110A and 110B are connected to the S0 port, and the access request holding units 110C and 110D are connected to the S0 port.
It belongs to one port and is connected to conflict resolution circuits 113A and 113B provided corresponding to each port.

【0042】アクセス要求保持手段110A〜110D
は、競合解決回路113A,113Bの他に競合チェッ
ク回路112Aに接続されている。この競合チェック回
路112Aは、優先順位記憶手段111Aとともに競合
解決回路113A,113Bに接続され、競合解決に必
要な情報を送出する。さらに、競合解決回路113A,
113Bは、対応する記憶グループ120Aにアクセス
パス130A,130Bを介して接続されている。な
お、記憶制御装置11B〜11D内の接続についても記
憶制御装置11Aと同様である。
Access request holding means 110A to 110D
Are connected to a conflict checking circuit 112A in addition to the conflict solving circuits 113A and 113B. The conflict check circuit 112A is connected to the conflict resolution circuits 113A and 113B together with the priority order storage means 111A, and sends out information necessary for conflict resolution. Further, the conflict resolution circuit 113A,
113B is connected to the corresponding storage group 120A via access paths 130A and 130B. The connections in the storage control devices 11B to 11D are the same as in the storage control device 11A.

【0043】アクセス要求制御装置100Aは、命令プ
ロセッサ10A内で記憶装置12への読み出し/書き込
み命令を受け、アクセス先記憶単位のアドレスを決定
し、必要な命令コードなどを用意してアクセス要求を発
生させる。そして、発生したアクセス要求に付随する下
位アドレス41のアクセス先記憶グループを特定するビ
ット411(図4)を見て、アクセス要求保持手段11
0A,110E,110I,110Mのうち該当するも
のに送出する。なお、アクセス要求制御装置100B〜
100Dについても同様である。
The access request control device 100A receives a read / write instruction to the storage device 12 in the instruction processor 10A, determines an address of an access destination storage unit, prepares a necessary instruction code, and generates an access request. Let it. Then, the access request holding unit 11 looks at the bit 411 (FIG. 4) for specifying the access destination storage group of the lower address 41 attached to the generated access request.
0A, 110E, 110I, and 110M are sent to the corresponding ones. The access request control devices 100B to 100B
The same applies to 100D.

【0044】記憶制御装置11Aは、アクセス要求制御
装置100A,100Cと、100B,100Dが発生
したアクセス要求のうち、記憶グループ120Aへのア
クセス要求を受け取り、発生元のアクセス要求制御装置
100A〜100Dに対応するアクセス要求保持手段1
10A〜110Dに保持する。この最大4個のアクセス
要求のうち、記憶制御装置11A内でポートごとに1個
ずつ、最大2個のアクセス要求を選択し、S0,S1に
対応するアクセスパス130A,130Bを介して、記
憶グループ120Aに送出する。なお、記憶制御装置1
1B〜11Dも同様である。
The storage control device 11A receives an access request to the storage group 120A among the access requests generated by the access request control devices 100A and 100C and the access requests generated by the access request devices 100B and 100D, and sends the request to the access request control devices 100A to 100D of the generation sources. Corresponding access request holding means 1
Hold at 10A to 110D. Of the maximum four access requests, a maximum of two access requests, one for each port, are selected in the storage controller 11A, and the storage groups are selected via the access paths 130A and 130B corresponding to S0 and S1. 120A. The storage control device 1
The same applies to 1B to 11D.

【0045】ここで、記憶制御装置11Aの動きを図2
を用いて詳しく説明する。
Here, the operation of the storage controller 11A is shown in FIG.
This will be described in detail with reference to FIG.

【0046】競合チェック回路112A内には、2個の
アクセス要求間のアクセス先を比較するアクセス先記憶
単位比較回路23A〜23Dと、比較結果から競合の形
態を判定する競合形態判別回路25とが設けられてい
る。
In the conflict check circuit 112A, there are provided access destination storage unit comparison circuits 23A to 23D for comparing access destinations between two access requests, and a conflict type determination circuit 25 for determining a conflict type from the comparison result. Is provided.

【0047】また、優先順位記憶手段111A内には、
4個のアクセス要求制御装置100A〜100D間(こ
こではそのアクセス要求制御装置100A〜100Dが
発生させたアクセス要求間)の優先順位を記憶する優先
順位記憶ビット21A〜21Fが備えられている。
In the priority storage means 111A,
Priority storage bits 21A to 21F for storing priorities between the four access request control devices 100A to 100D (here, between access requests generated by the access request control devices 100A to 100D) are provided.

【0048】今、アクセス要求20A〜20Dがアクセ
ス要求保持手段110A〜110Dに保持され、アクセ
ス先記憶単位比較回路23Aはアクセス要求保持手段1
10A,110Cと、アクセス先記憶単位比較回路23
Bはアクセス要求保持手段110A,110Dと、アク
セス先記憶単位比較回路23Cはアクセス要求保持手段
110B,110Cと、アクセス先記憶単位比較回路2
3Dはアクセス要求保持手段110B,110Dと接続
されているものとする。
Now, the access requests 20A to 20D are held in the access request holding units 110A to 110D, and the access destination storage unit comparison circuit 23A is connected to the access request holding unit 1A.
10A, 110C and access destination storage unit comparison circuit 23
B is access request holding units 110A and 110D, and access destination storage unit comparison circuit 23C is access request storage units 110B and 110C and access destination storage unit comparison circuit 2
It is assumed that 3D is connected to access request holding units 110B and 110D.

【0049】そして、このアクセス先記憶単位比較回路
23A〜23Dで、異なるポート間のアクセス要求20
Aと20C、20Aと20D、20Bと20C、20B
と20Dの競合をチェックする。この競合のチェックは
アクセス先のアドレスのうち、アクセス先記憶単位を特
定するビット410(図4)を比較することによって行
う。
The access destination storage unit comparison circuits 23A to 23D use the access requests 20 between different ports.
A and 20C, 20A and 20D, 20B and 20C, 20B
And 20D conflicts. This contention check is performed by comparing a bit 410 (FIG. 4) for specifying an access destination storage unit in an access destination address.

【0050】さらに、アクセス先記憶単位比較回路23
A〜23Dで比較した結果を線24A〜24Dを介して
競合形態判別回路25に送り、競合形態を判別する。こ
の線24A〜24Dで表される信号は、「1」を示すと
きに対応するアクセス先記憶単位比較回路23A〜23
Dで一致が検出されたことを示す。なお、この場合に存
在していないアクセス要求とは競合が生じない。
Further, the access destination storage unit comparison circuit 23
The result of the comparison at A to 23D is sent to the competition mode determination circuit 25 via lines 24A to 24D, and the competition mode is determined. The signals represented by the lines 24A to 24D correspond to the access destination storage unit comparison circuits 23A to 23A corresponding to "1".
D indicates that a match was detected. In this case, no conflict occurs with an access request that does not exist.

【0051】ここで、競合形態判別回路25の論理の詳
細を表1により説明する。この競合の形態は、表1に示
す通り全部で12個あり、大きく分けて以下の5通りに
分けられる。
Here, the details of the logic of the conflict type determination circuit 25 will be described with reference to Table 1. As shown in Table 1, there are 12 types of the competition, which are roughly divided into the following five types.

【0052】(1).競合のない場合 (2).2個のアクセス要求が競合している場合 (3).3個のアクセス要求が競合している場合 (4).2個のアクセス要求が2組競合している場合 (5).4個のアクセス要求が競合している場合(1) When there is no conflict (2). When two access requests conflict (3). When three access requests conflict (4). Two access requests When two sets conflict with each other (5). When four access requests conflict with each other

【0053】[0053]

【表1】 [Table 1]

【0054】この表1において、項番2は、線24Aの
み「1」、つまりアクセス先記憶単位比較回路23Aが
一致を検出し、アクセス要求20Aと20Cが競合して
いるのを示している。
In Table 1, item number 2 indicates that only the line 24A is "1", that is, the access destination storage unit comparison circuit 23A detects a match and the access requests 20A and 20C are in conflict.

【0055】また、項番6は、線24A,24Bが
「1」、つまりアクセス先記憶単位比較回路23A,2
3Bが一致を検出し、アクセス要求20Aと20C、2
0Aと20Dが競合、つまりアクセス要求20A,20
C,20Dの3個のアクセス要求が競合していることを
示している。他も同様である。
In item 6, line 24A, 24B is "1", that is, access destination storage unit comparison circuit 23A, 2
3B detects a match, and requests access requests 20A and 20C,
0A and 20D conflict with each other, that is, access requests 20A and 20D.
This indicates that three access requests C and 20D are in conflict. Others are the same.

【0056】このように、表1にある合計12個の競合
形態の情報を線26を介し、またアクセス要求保持手段
110A〜110D内のアクセス要求20A〜20Dの
有無の情報を線27A〜27Dを介し、競合解決回路1
13A,113Bに送られる。
As described above, a total of 12 pieces of information in the form of contention in Table 1 are transmitted via the line 26, and information on the presence / absence of the access requests 20A to 20D in the access request holding means 110A to 110D is transmitted through the lines 27A to 27D. Via the conflict resolution circuit 1
13A and 113B.

【0057】また、優先順位記憶ビット21A〜21F
は、全ての異なる2個のアクセス要求20A〜20Dの
組合せ数分の6個用意し、それぞれ担当するアクセス要
求20A〜20D間の優先順位を記憶している。この各
優先順位記憶ビット21A〜21Fの担当アクセス要求
と、ビット値が表している優先順位の内容を表2に示
す。
The priority storage bits 21A to 21F
Are prepared for the number of combinations of all two different access requests 20A to 20D, and the priorities among the assigned access requests 20A to 20D are stored. Table 2 shows the access request in charge of each of the priority storage bits 21A to 21F and the contents of the priority represented by the bit value.

【0058】[0058]

【表2】 [Table 2]

【0059】この表2において、たとえば優先順位記憶
ビット21Cは、アクセス要求20Bと20C間の優先
順位を担当し、ビット値が「0」の場合はアクセス要求
20Bの方が、ビット値が「1」の場合はアクセス要求
20Cの方が優先順位が高いことを示している。なお、
他の優先順位記憶ビット21A〜21Fも同様であり、
この優先順位記憶ビット21A〜21Fが保持している
優先順位は、線22A〜22Fを介して競合解決回路1
13A,113Bに送られる。
In Table 2, for example, priority storage bit 21C is in charge of the priority between access requests 20B and 20C. When the bit value is "0", access request 20B has a bit value of "1". "Indicates that the access request 20C has a higher priority. In addition,
The same applies to the other priority storage bits 21A to 21F.
The priority held by the priority storage bits 21A to 21F is determined by the conflict resolution circuit 1 via the lines 22A to 22F.
13A and 113B.

【0060】競合解決回路113A,113Bでは、前
記優先順位の情報(線22A〜22F)と競合形態の情
報(線26)と、アクセス要求20A〜20Dの有無の
情報(線27A〜27D)からアクセス要求20A〜2
0Dを選択して記憶装置12に送出される。
In the conflict resolution circuits 113A and 113B, access is made from the priority information (lines 22A to 22F), the information on the conflict mode (line 26), and the information on the presence or absence of the access requests 20A to 20D (lines 27A to 27D). Request 20A-2
0D is selected and sent to the storage device 12.

【0061】この競合形態の種類ごとに、まずアクセス
要求20A〜20Dの選択方法の概略を図5〜図9を用
いて説明する。この図5〜図9においては、優先順位を
アクセス要求60A〜60Dの上下の位置で表し、競合
解決回路113A,113bを通過する矢印がアクセス
要求60A〜60Dの選択を示す。
First, an outline of a method of selecting the access requests 20A to 20D will be described with reference to FIGS. In FIG. 5 to FIG. 9, the priority order is represented by upper and lower positions of the access requests 60A to 60D, and arrows passing through the conflict resolution circuits 113A and 113b indicate selection of the access requests 60A to 60D.

【0062】(1).競合のない場合(図5参照) 優先順位にのみ従い、ポートごとに優先順位の高いアク
セス要求60A,60C,60F,60Hを選択する。
(1). When there is no contention (see FIG. 5) Access requests 60A, 60C, 60F, and 60H having a high priority are selected for each port according to only the priority.

【0063】(2).2個のアクセス要求61Aと61C、
61Fと61Hが競合している場合(図6参照) 競合しているアクセス要求61Aと61C、61Fと6
1Hのうち、優先順位の高いアクセス要求61A,61
Fを選択する。このアクセス要求61A,61Fとポー
トが異なり、競合に含まれていないアクセス要求61
D,61Gも選択する。
(2) Two access requests 61A and 61C,
When 61F and 61H compete (see FIG. 6): conflicting access requests 61A and 61C, 61F and 6
1H, access requests 61A, 61 having higher priority
Select F. The access requests 61A and 61F have different ports and are not included in the conflict.
D and 61G are also selected.

【0064】(3).3個のアクセス要求62B,62Cと
62D、62E,62Fと62Gが競合している場合
(図7参照) 競合しているアクセス要求62B,62Cと62D、6
2E,62Fと62Gのうち、優先順位の最も高いアク
セス要求62B,62Eを選択する。このアクセス要求
62B,62Eとポートが異なり、競合に含まれていな
いアクセス要求62Hがある場合、これも選択する。
(3) When three access requests 62B, 62C and 62D compete with each other, and 62E, 62F and 62G compete (see FIG. 7). Conflicting access requests 62B, 62C and 62D, 62D
The access requests 62B and 62E having the highest priority are selected from 2E, 62F and 62G. If there is an access request 62H that is different from the ports of the access requests 62B and 62E and is not included in the conflict, this is also selected.

【0065】(4).2個のアクセス要求63Aと63C、
63Bと63D、63Eと63G、63Fと63Hが2
組競合している場合(図8参照) 全てのアクセス要求63A〜63D、63E〜63Hの
うち、優先順位の最も高いアクセス要求63A,63E
を選択する。このアクセス要求63A,63Eと競合し
ていない、もう1組の互いに競合する2個のアクセス要
求63Bと63D、63Fと63Hのうちで、優先順位
が高く最初に選択されたアクセス要求63A,63Eと
ポートが異なる場合、このアクセス要求63Hを選択す
る。
(4). Two access requests 63A and 63C,
63B and 63D, 63E and 63G, 63F and 63H are 2
When there is a group conflict (see FIG. 8), of all the access requests 63A to 63D and 63E to 63H, the access requests 63A and 63E having the highest priority order
Select Among the two sets of two mutually conflicting access requests 63B and 63D, 63F and 63H which do not conflict with the access requests 63A and 63E, the access requests 63A and 63E which are selected first and have the highest priority. If the ports are different, this access request 63H is selected.

【0066】(5).4個のアクセス要求63A〜63D、
63E〜63Hが競合している場合(図9参照) 全てのアクセス要求63A〜63D、63E〜63Hの
うち、優先順位の最も高いアクセス要求64C,64F
を選択する。
(5) Four access requests 63A to 63D,
When 63E to 63H compete (see FIG. 9), access requests 64C and 64F having the highest priority among all access requests 63A to 63D and 63E to 63H.
Select

【0067】以上の方針を用いた競合解決回路113
A,113Bの具体的な処理を図3を用いて詳しく説明
する。
The conflict resolution circuit 113 using the above policy
The specific processing of A and 113B will be described in detail with reference to FIG.

【0068】競合解決回路113Aは、アクセス要求選
択信号生成回路30Aとアクセス要求選択回路32Aに
分けられ、競合形態を表す信号(線26)と、優先順位
を表す信号(線22A〜22F)と、アクセス要求20
A〜20Dの有無を表す信号(線27A〜27D)をア
クセス要求選択信号生成回路30Aで受け、アクセス要
求選択信号31A,31Bを生成する。同様に、競合解
決回路113B内でもアクセス要求選択信号31C,3
1Dを生成する。
The conflict resolution circuit 113A is divided into an access request selection signal generation circuit 30A and an access request selection circuit 32A, and includes a signal (line 26) indicating a conflict mode, a signal indicating a priority (lines 22A to 22F), Access request 20
A signal (lines 27A to 27D) indicating the presence or absence of A to 20D is received by the access request selection signal generation circuit 30A, and access request selection signals 31A and 31B are generated. Similarly, in the conflict resolution circuit 113B, the access request selection signals 31C, 3C
Generate 1D.

【0069】この場合に、アクセス要求選択信号31A
が「1」を示すとき、アクセス要求保持手段110Aに
保持されているアクセス要求20Aが選択される。ま
た、アクセス要求選択信号31B〜31Dが「1」を示
すときにも同様にアクセス要求20B〜20Dがそれぞ
れ選択される。ここで、アクセス要求選択信号31Aと
31B、31Cと31Dがそれぞれ同時に「1」になる
ことはない。
In this case, the access request selection signal 31A
Indicates "1", the access request 20A held in the access request holding unit 110A is selected. Similarly, when the access request selection signals 31B to 31D indicate "1", the access requests 20B to 20D are similarly selected. Here, the access request selection signals 31A and 31B and 31C and 31D do not become "1" at the same time.

【0070】そして、このアクセス要求選択信号31A
〜31Dによって、競合解決回路113A,113Bで
選択されたそれぞれ0〜1個のアクセス要求20A〜2
0Dを、対応するアクセスパス130A,130Bを介
して、記憶グループ120A内の該当する記憶単位12
00A〜1200Cに送出する。
Then, the access request selection signal 31A
Through 31D, 0-1 access requests 20A-2 selected by the conflict resolution circuits 113A and 113B, respectively.
0D is stored in the corresponding storage unit 12 in the storage group 120A via the corresponding access path 130A, 130B.
00A to 1200C.

【0071】さらに、アクセス要求選択信号生成回路3
0A,30Bの詳細な論理を、真理値表を用いて表3に
示す。このアクセス要求選択信号生成回路30A,30
Bは、選択するアクセス要求20A〜20Dを競合形態
に応じて互いに同期して決定する。そのため便宜上、表
3ではアクセス要求選択信号生成回路30A,30Bの
論理を合わせて1個の表に示し、また表中、優先順位記
憶ビット21A〜21Fが矛盾する場合については省略
している。
Further, the access request selection signal generation circuit 3
The detailed logic of 0A and 30B is shown in Table 3 using a truth table. The access request selection signal generation circuits 30A, 30
B determines the access requests 20A to 20D to be selected in synchronization with each other according to the contention mode. Therefore, for convenience, in Table 3, the logics of the access request selection signal generation circuits 30A and 30B are shown together in one table, and in the table, the case where the priority order storage bits 21A to 21F are inconsistent is omitted.

【0072】[0072]

【表3】 [Table 3]

【0073】ここで、アクセス要求20A〜20Dの競
合形態の例としていくつかの項目をとりあげ、具体的に
表3の内容を説明する。
Here, some items will be taken as examples of the contention form of the access requests 20A to 20D, and the contents of Table 3 will be specifically described.

【0074】(1).項番7は競合のない場合 アクセス要求20A,20Bが存在し、アクセス要求2
0A,20B間の優先順位を表す情報(線22E)が
「0」、すなわちアクセス要求20Bより20Aの優先
順位が高いため、アクセス要求選択信号31Aが「1」
となり、アクセス要求20Aを選択する。
(1) When No. 7 Does Not Conflict Access requests 20A and 20B exist and access request 2
Since the information (line 22E) indicating the priority between 0A and 20B is "0", that is, the priority of the access request 20A is higher than that of the access request 20B, the access request selection signal 31A is "1".
And the access request 20A is selected.

【0075】(2).項番12はアクセス要求20Aと20
Cが競合している場合 アクセス要求20A,20C間の優先順位を表す情報
(線22A)が「0」、すなわちアクセス要求20Cよ
り20Aの優先順位が高いため、アクセス要求選択信号
31Aが「1」となり、ポート0側のアクセス要求20
Aを選択する。
(2) Item No. 12 is access requests 20A and 20A
When C conflicts Since the information (line 22A) indicating the priority between the access requests 20A and 20C is "0", that is, the priority of the access request 20A is higher than that of the access request 20C, the access request selection signal 31A is "1". And the access request 20 on the port 0 side
Select A.

【0076】また、アクセス要求20Aと競合していな
いポート1側のアクセス要求20Dが存在し、これも選
択するためにアクセス要求選択信号31Dが「1」とな
る。
Further, there is an access request 20D on the port 1 side which does not conflict with the access request 20A, and the access request selection signal 31D becomes "1" to select this.

【0077】(3).項番27はアクセス要求20Aと20
Cと20Dが競合している場合 アクセス要求20A,20C間の優先順位を表す情報
(線22A)が「0」、アクセス要求20A,20D間
の優先順位を表す情報(線22B)が「0」、すなわち
アクセス要求20Aの優先順位がアクセス要求20C,
20Dよりも高いため、アクセス要求選択信号31Aが
「1」となり、ポート0側のアクセス要求20Aを選択
する。
(3) Item No. 27 is access requests 20A and 20A
When C and 20D compete, information indicating the priority between the access requests 20A and 20C (line 22A) is "0", and information indicating the priority between the access requests 20A and 20D (line 22B) is "0". That is, the priority of the access request 20A is changed to the access request 20C,
Since it is higher than 20D, the access request selection signal 31A becomes "1", and the access request 20A on the port 0 side is selected.

【0078】また、ポート1側はアクセス要求20C,
20Dともにアクセス要求20Aと競合するために何も
送出しない。
The port 1 side receives an access request 20C,
Nothing is transmitted because both 20D conflict with the access request 20A.

【0079】(4).項番33はアクセス要求20Aと20
Bと20Cが競合している場合 項番27と同様にして、ポート0側はアクセス要求20
Aを選択する。また、ポート1側はアクセス要求20A
と競合しないアクセス要求20Dが存在し、これも選択
するためにアクセス要求選択信号31Dが「1」とな
る。
(4) Item No. 33 is access requests 20A and 20A
In the case where B and 20C are competing, in the same manner as in No. 27, the port 0
Select A. The port 1 side has an access request of 20A.
There is an access request 20D that does not conflict with the access request 20D, and the access request selection signal 31D becomes "1" to select this.

【0080】(5).項番47はアクセス要求20Aと20
C、20Bと20Dがそれぞれ競合している場合 アクセス要求20A,20C間の優先順位を表す情報
(線22A)が「0」、アクセス要求20A,20D間
の優先順位を表す情報(線22B)が「0」、アクセス
要求20A,20B間の優先順位を表す情報(線22
E)が「0」、すなわちアクセス要求20Aの優先順位
が最も高く、アクセス要求選択信号31Aが「1」とな
り、ポート0側のアクセス要求20Aを選択する。
(5) Item No. 47 is access requests 20A and 20A.
When C, 20B and 20D are competing respectively, the information (line 22A) indicating the priority between the access requests 20A and 20C is “0”, and the information (line 22B) indicating the priority between the access requests 20A and 20D is “0”. “0”, information indicating the priority between the access requests 20A and 20B (line 22)
E) is "0", that is, the priority of the access request 20A is the highest, the access request selection signal 31A becomes "1", and the access request 20A on the port 0 side is selected.

【0081】また、アクセス要求20Bと20D間の優
先順位記憶ビット21Dの優先順位を表す情報(線22
D)が「1」、すなわちポート1側のアクセス要求20
Dの優先順位がアクセス要求20Bよりも高く、アクセ
ス要求選択信号31Dが「1」となり、アクセス要求2
0Dを選択する。
Information indicating the priority of the priority storage bit 21D between the access requests 20B and 20D (line 22).
D) is “1”, that is, the access request 20 on the port 1 side
D has a higher priority than the access request 20B, the access request selection signal 31D becomes “1”, and the access request 2
Select 0D.

【0082】(6).項番48はアクセス要求20Aと20
C、20Bと20Dがそれぞれ競合している場合 項番47と同様にして、ポート0側のアクセス要求20
Aを選択する。また、アクセス要求20Bと20D間の
優先順位記憶ビット21Dの優先順位を表す情報(線2
2D)が「0」、すなわちポート1側のアクセス要求2
0Dの優先順位はアクセス要求20Bよりも低く、その
ためにポート1側は何も送出しない。
(6) Item No. 48 is access requests 20A and 20A
C, 20B and 20D are in conflict with each other.
Select A. Information indicating the priority of the priority storage bit 21D between the access requests 20B and 20D (line 2).
2D) is “0”, that is, access request 2 on the port 1 side
The priority of 0D is lower than that of the access request 20B, so that the port 1 side does not send anything.

【0083】(7).項番63はアクセス要求20A,20
B,20C,20Dが全て競合している場合 アクセス要求20A,20C間の優先順位記憶ビット2
1Aの優先順位を表す情報(線22A)が「0」、アク
セス要求20A,20D間の優先順位を表す情報(線2
2B)が「0」、アクセス要求20A,20B間の優先
順位を表す情報(線22E)が「0」、すなわちアクセ
ス要求20Aの優先順位が最も高く、アクセス要求選択
信号31Aが「1」となり、アクセス要求20Aを選択
する。
(7) Item No. 63 is the access request 20A, 20
B, 20C and 20D are all in conflict. Priority storage bit 2 between access requests 20A and 20C
Information indicating the priority of 1A (line 22A) is “0”, and information indicating the priority between access requests 20A and 20D (line 2).
2B) is "0", the information (line 22E) indicating the priority between the access requests 20A and 20B is "0", that is, the priority of the access request 20A is the highest, and the access request selection signal 31A is "1". Select the access request 20A.

【0084】さらに、その他の項番についても同様であ
る。
The same applies to other item numbers.

【0085】ここで、前述の課題の欄で示した問題点の
本実施例による対策後の効果について説明する。
Here, the effects of the problems shown in the above-mentioned problem column after countermeasures according to this embodiment will be described.

【0086】(1).アクセス要求20A〜20Dの過剰な
抑止への対策 アクセス要求20A〜20Dの優先順位は20A,20
B,20C,20Dの順で、アクセス要求20A,20
Cが競合している。これは、表3の項番12にあたる。
この場合に、従来方式では優先順位に従いS0ポートで
アクセス要求20A、S1ポートでアクセス要求20C
をそれぞれ選択し、アクセス要求20Aと20Cは競合
するため、優先順位に従いアクセス要求20Aのみを送
出し、アクセス要求20Cは抑止する。
(1) Measures against excessive suppression of access requests 20A to 20D The priority of access requests 20A to 20D is 20A, 20
B, 20C, and 20D in the order of the access requests 20A, 20A.
C is competing. This corresponds to item No. 12 in Table 3.
In this case, according to the conventional method, the access request 20A at the S0 port and the access request 20C at the S1 port are determined according to the priority order.
Are selected, and since the access requests 20A and 20C conflict, only the access request 20A is transmitted according to the priority order, and the access request 20C is suppressed.

【0087】ところが、本実施例の方式に従うと、表3
に示したとおりアクセス要求20Aと20Dを送出で
き、これにより従来方式のようなアクセス要求の過剰な
抑止を防ぐことができる。
However, according to the method of this embodiment, Table 3
As shown in (1), the access requests 20A and 20D can be sent out, thereby preventing the access requests from being excessively suppressed as in the conventional system.

【0088】(2).優先順位の逆転への対策 これは、表3の項番19にあたり、処理の効果を図10
のタイミングチャートにより説明する。すなわち、ポー
ト間で競合しているアクセス要求50B,50Cのう
ち、優先順位の高いS0側のアクセス要求50Bを送出
する(502B)。こうすることによって、記憶単位5
1Bでは優先順位に従い、アクセス要求50B,50C
の順に処理する(512B,513B)。
(2). Countermeasures against reversal of priority This corresponds to item 19 in Table 3, and the effect of the processing is shown in FIG.
This will be described with reference to the timing chart of FIG. That is, among the access requests 50B and 50C competing between the ports, the access request 50B on the S0 side having the higher priority is transmitted (502B). By doing so, the storage unit 5
In 1B, the access requests 50B, 50C follow the priority order.
(512B, 513B).

【0089】ここで、アクセス要求50Bは50Aと同
じS0ポートのため、優先順位の最も高いアクセス要求
50Aより先行し(502A,502B)、逆転が生じ
ている。しかし、アクセス要求50Aのアクセス先の記
憶単位51Aはバンクビジーにならないため、次のサイ
クルには送出可能である(502A,512A)。この
結果、優先順位の逆転時の遅れは、1サイクルに改善す
ることができる。
Here, since the access request 50B is the same S0 port as 50A, the access request 50B precedes the access request 50A with the highest priority (502A, 502B), and the reverse occurs. However, since the storage unit 51A of the access destination of the access request 50A does not become bank busy, it can be transmitted in the next cycle (502A, 512A). As a result, the delay when the priority is reversed can be reduced to one cycle.

【0090】従って、本実施例の計算機システムによれ
ば、記憶制御装置11A〜11D内に、アクセス先記憶
単位比較回路23A〜23Dおよび競合形態判別回路2
5を有する競合チェック回路112A〜112Dと、優
先順位記憶手段111A〜111Dと、アクセス要求選
択信号生成回路30A,30Bおよびアクセス要求選択
回路32A,32Bを有する競合解決回路113A〜1
13Hとが設けられることにより、異なるアクセス要求
制御グループのアクセス要求20A〜20D間の競合を
事前にチェックし、送出するアクセス要求20A〜20
Dの競合しているものの中で一番優先順位の高いものか
ら選択することができるので、アクセス要求20A〜2
0Dの過剰な抑止、優先順位の逆転による遅れを軽減で
き、アクセス要求20A〜20Dの処理速度を上げるこ
とができる。
Therefore, according to the computer system of this embodiment, the access destination storage unit comparison circuits 23A to 23D and the conflict type determination circuit 2 are provided in the storage control devices 11A to 11D.
5, conflict resolution circuits 113A to 112D having priority order storage means 111A to 111D, access request selection signal generation circuits 30A and 30B, and access request selection circuits 32A and 32B.
13H, access conflicts between access requests 20A-20D of different access request control groups are checked in advance, and access requests 20A-20
D can be selected from those having the highest priority among the competing ones of D, so that the access requests 20A-2A
Delay due to excessive suppression of 0D and inversion of priority can be reduced, and the processing speed of access requests 20A to 20D can be increased.

【0091】以上、本発明者によってなされた発明を実
施例に基づき具体的に説明したが、本発明は前記実施例
に限定されるものではなく、その要旨を逸脱しない範囲
で種々変更可能であることはいうまでもない。
As described above, the invention made by the inventor has been specifically described based on the embodiments. However, the present invention is not limited to the above-described embodiments, and can be variously modified without departing from the gist thereof. Needless to say.

【0092】たとえば、本実施例の計算機システムにつ
いては、2×2個のアクセス要求制御装置100A〜1
00Dと、3以上×4個の記憶単位1200A〜120
0Mから構成される記憶装置12との間に、4×2個の
アクセス要求選択回路32A,32Bを備えた記憶制御
装置11A〜11Dが接続される場合について説明した
が、本発明は前記実施例に限定されるものではなく、こ
の個数未満またはこれを越える数の他の装置構成につい
ても適用可能であることはいうまでもない。
For example, in the computer system of the present embodiment, 2 × 2 access request control devices 100A to 100A-1
00D and 3 or more × 4 storage units 1200A to 120
A case has been described in which the storage control devices 11A to 11D each having 4 × 2 access request selection circuits 32A and 32B are connected between the storage device 12 and the storage device 12 composed of 0M. It is needless to say that the present invention is not limited to this, and that the present invention can be applied to other device configurations of less than or more than this number.

【0093】この場合に、特にn×t個のアクセス要求
制御装置、m×s個の記憶単位から構成される記憶装
置、s×t個のアクセス要求選択回路の関係が成立する
装置構成であればよく、またアクセス要求制御グループ
および記憶グループについても、これに準じてそれぞれ
n個ごとにまとめたt個、m個ごとにまとめたs個に設
定される。
In this case, in particular, any device configuration in which the relationship of n × t access request control devices, storage devices composed of m × s storage units, and s × t access request selection circuits is established. The access request control group and the storage group may be set to t and n to s, respectively.

【0094】[0094]

【発明の効果】本願において開示される発明のうち、代
表的なものによって得られる効果を簡単に説明すれば、
下記のとおりである。
Advantageous effects obtained by typical ones of the inventions disclosed in the present application will be briefly described.
It is as follows.

【0095】すなわち、記憶制御装置内に、記憶グルー
プ対応に複数のアクセス先記憶単位比較回路とアクセス
競合形態判別回路とを有する競合チェック回路が設けら
れ、さらに優先順位記憶手段およびアクセス要求選択信
号生成回路が設けられることにより、複数のアクセス要
求から各アクセス要求制御グループ対応にアクセス要求
を選択する際に、アクセス先記憶単位比較回路が事前
に、同一記憶グループに接続する異なるアクセス要求制
御グループの全ての組合せのアクセス要求間のアクセス
先の記憶単位を比較し、さらにアクセス競合形態判別回
路がアクセス要求制御グループ間の競合形態を判別し、
そしてアクセス要求選択信号生成回路がアクセス要求制
御グループ間の競合形態に従って、競合している複数の
アクセス要求の中で最も優先順位の高いアクセス要求を
最初に選択し、他のアクセス要求の中で選択されたアク
セス要求と競合していないアクセス要求を優先順位に従
って選択することができるので、ベクトルアクセス命令
を意識することなく、アクセス要求単位に競合の解決が
可能となる。
That is, a conflict check circuit having a plurality of access-destination storage unit comparison circuits and an access conflict type discriminating circuit corresponding to a storage group is provided in the storage controller, and a priority storage means and an access request selection signal generation signal are further provided. With the provision of the circuit, when selecting an access request corresponding to each access request control group from a plurality of access requests, the access destination storage unit comparison circuit preliminarily selects all of the different access request control groups connected to the same storage group. Comparing the storage unit of the access destination between the access requests of the combination of, the access contention type determination circuit determines the contention type between the access request control groups,
Then, the access request selection signal generation circuit first selects the access request with the highest priority among the plurality of competing access requests according to the contention mode between the access request control groups, and selects the access request among other access requests. Since an access request that does not conflict with the given access request can be selected according to the priority order, the conflict can be resolved in access request units without being aware of the vector access instruction.

【0096】この結果、アクセス要求の優先順位を1サ
イクル以上逆転しない範囲で送出可能な全アクセス要求
を選択でき、これによってアクセス要求の処理の優先度
を乱すことなく、アクセス要求の送出効率の向上および
記憶装置へのアクセス時の処理速度の高速化が可能とさ
れる記憶制御装置を得ることができる。
As a result, it is possible to select all access requests that can be transmitted within a range that does not reverse the priority of the access requests for one cycle or more, thereby improving the transmission efficiency of the access requests without disturbing the priority of the processing of the access requests. Further, it is possible to obtain a storage control device capable of increasing the processing speed when accessing the storage device.

【0097】特に、優先順位が逆転する場合の遅れが記
憶単位へのアクセス時間分から1サイクルに低減される
ので、パイプライン処理を行う命令列の読み出し/書き
込み動作の一部の沈み込みを防ぎ、処理効率の向上が可
能とされる記憶制御装置を得ることができる。
In particular, since the delay when the priority is reversed is reduced from the access time to the storage unit to one cycle, the sinking of a part of the read / write operation of the instruction sequence for performing the pipeline processing is prevented. A storage control device capable of improving processing efficiency can be obtained.

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

【図1】本発明の一実施例である記憶制御装置を用いた
計算機システムを示す概略図である。
FIG. 1 is a schematic diagram showing a computer system using a storage control device according to one embodiment of the present invention.

【図2】本実施例の記憶制御装置の構成図である。FIG. 2 is a configuration diagram of a storage control device of the present embodiment.

【図3】本実施例の記憶制御装置の要部詳細図である。FIG. 3 is a detailed view of a main part of the storage control device of the present embodiment.

【図4】本実施例において、アクセス要求に付随してい
るアドレスの割り付けを示す説明図である。
FIG. 4 is an explanatory diagram showing assignment of addresses accompanying an access request in the embodiment.

【図5】本実施例において、競合処理がない場合の競合
解決処理の概略を示す説明図である。
FIG. 5 is an explanatory diagram illustrating an outline of a conflict resolution process when there is no conflict process in the embodiment.

【図6】本実施例において、2個のアクセス要求が1組
競合している場合の競合解決処理の概略を示す説明図で
ある。
FIG. 6 is an explanatory diagram illustrating an outline of a conflict resolution process when one set of two access requests conflicts in the present embodiment.

【図7】本実施例において、3個のアクセス要求が競合
している場合の競合解決処理の概略を示す説明図であ
る。
FIG. 7 is an explanatory diagram showing an outline of a conflict resolution process when three access requests conflict with each other in the embodiment.

【図8】本実施例において、2個のアクセス要求が2組
競合している場合の競合解決処理の概略を示す説明図で
ある。
FIG. 8 is an explanatory diagram illustrating an outline of a conflict resolution process in a case where two sets of two access requests conflict with each other in the embodiment.

【図9】本実施例において、4個のアクセス要求が全て
競合してる場合の競合解決処理の概略を示す説明図であ
る。
FIG. 9 is an explanatory diagram illustrating an outline of a conflict resolution process in a case where all four access requests conflict with each other in the embodiment.

【図10】本実施例において、競合により優先順位が逆
転した場合の遅れを示すタイミングチャートである。
FIG. 10 is a timing chart showing a delay when the priority is reversed due to a conflict in the embodiment.

【図11】従来技術の一例において、競合により優先順
位が逆転した場合の遅れを示すタイミングチャートであ
る。
FIG. 11 is a timing chart showing a delay in the case where priorities are reversed due to contention in an example of the related art.

【符号の説明】[Explanation of symbols]

10A,10B 命令プロセッサ 11A〜11D 記憶制御装置 12 記憶装置 20A〜20D アクセス要求 21A〜21F 優先順位記憶ビット 22A〜22F 線 23A〜23D アクセス先記憶単位比較回路 24A〜24D 線 25 競合形態判別回路 26 線 27A〜27D 線 30A,30B アクセス要求選択信号生成回路 31A〜31D アクセス要求選択信号 32A,32B アクセス要求選択回路 40 上位アドレス 41 下位アドレス 50A〜50C アクセス要求 51A,51B 記憶単位 60A〜60H アクセス要求 61A〜61H アクセス要求 62A〜62H アクセス要求 63A〜63H アクセス要求 64A〜64H アクセス要求 100A〜100D アクセス要求制御装置 110A〜110P アクセス要求保持手段 111A〜111D 優先順位記憶手段 112A〜112D 競合チェック回路 113A〜113H 競合解決回路 120A〜120D 記憶グループ 130A〜130H アクセスパス 410,411 ビット 1200A〜1200M 記憶単位 10A, 10B Instruction processor 11A to 11D Storage controller 12 Storage device 20A to 20D Access request 21A to 21F Priority storage bit 22A to 22F line 23A to 23D Access destination storage unit comparison circuit 24A to 24D line 25 Competition type discrimination circuit 26 line 27A-27D line 30A, 30B access request selection signal generation circuit 31A-31D access request selection signal 32A, 32B access request selection circuit 40 upper address 41 lower address 50A-50C access request 51A, 51B storage unit 60A-60H access request 61A- 61H access request 62A-62H access request 63A-63H access request 64A-64H access request 100A-100D access request control device 110A-110P access request holding means 111A to 111D Priority storage means 112A to 112D Conflict check circuit 113A to 113H Conflict resolution circuit 120A to 120D Storage group 130A to 130H Access path 410,411 bits 1200A to 1200M Storage unit

───────────────────────────────────────────────────── フロントページの続き (72)発明者 波柴 美穂子 神奈川県秦野市堀山下1番地 株式会社 日立製作所 汎用コンピュータ事業部内 (56)参考文献 特開 平3−296154(JP,A) 特開 平1−261780(JP,A) 特開 昭64−91273(JP,A) 特開 昭59−165160(JP,A) ────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Mihoko Hashiba 1st Horiyamashita, Hadano City, Kanagawa Prefecture General Computer Division, Hitachi, Ltd. (56) References JP-A-3-296154 (JP, A) JP-A Heisei 1-261780 (JP, A) JP-A-64-91273 (JP, A) JP-A-59-165160 (JP, A)

Claims (5)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 独立にアクセス要求を発生するn×t個
のアクセス要求制御装置と、独立にアクセス可能なm×
s個の記憶単位から構成される記憶装置と、該アクセス
要求制御装置と該記憶装置の間にある記憶制御装置とか
らなり、前記アクセス要求制御装置をn個ごとにまとめ
たt個のアクセス要求制御グループと、前記記憶単位を
m個ごとにまとめたs個の記憶グループとを設定し、前
記記憶制御装置内に、該記憶グループ対応かつ該アクセ
ス要求制御グループ対応にs×t個のアクセス要求選択
回路を備え、個々の前記アクセス要求選択回路は、該ア
クセス要求選択回路に対応するアクセス要求制御グルー
プ内のn個のアクセス要求制御装置が該アクセス要求選
択回路に対応する記憶グループ内の記憶単位に対して発
行したアクセス要求から最大1個のアクセス要求を選択
し、前記アクセス要求選択回路対応に設けられたアクセ
スパスを介して、該当する記憶グループ内の該当する記
憶単位に送出するシステムであって、前記記憶制御装置
内に記憶グループ対応に競合チェック回路を設け、該記
憶グループに対応するt個のアクセス要求選択回路でア
クセス要求を選択する前に、該記憶グループに対して発
行された全てのアクセス要求の異なるアクセス要求制御
グループ間にあたる全ての組合せに対して、前記競合チ
ェック回路でアクセス先記憶単位の比較を行って競合形
態を判別し、該競合形態に応じてt個の前記アクセス要
求選択回路でアクセス要求を選択することを特徴とする
記憶制御装置。
An nxt access request control device that independently generates an access request and an mx access device that can access independently.
a storage device composed of s storage units and a storage control device between the access request control device and the storage device, wherein t access requests in which the access request control devices are grouped every n units A control group and s storage groups in which the storage units are grouped every m are set, and s × t access requests corresponding to the storage group and the access request control group are set in the storage control device. A selection unit, wherein each of the access request selection circuits comprises a storage unit in a storage group corresponding to the access request selection circuit, wherein n access request control devices in the access request control group corresponding to the access request selection circuit are provided. , And selects at most one access request from the access requests issued to the access request selection circuit, and via an access path provided for the access request selection circuit, A system for sending to a corresponding storage unit in a corresponding storage group, wherein a conflict check circuit is provided in the storage controller in correspondence with the storage group, and the access request is selected by t access request selection circuits corresponding to the storage group. Prior to selecting the storage mode, the contention check circuit compares the access destination storage units for all combinations of all access requests issued to the storage group, which are different access control groups. A storage control device, wherein an access request is selected by the t access request selection circuits according to the contention mode.
【請求項2】 前記競合チェック回路内に、複数のアク
セス先記憶単位比較回路とアクセス競合形態判別回路と
を設け、個々の前記アクセス先記憶単位比較回路は、該
アクセス先記憶単位比較回路が担当する2個のアクセス
要求のアクセス先記憶単位を比較して一致/不一致の情
報を出力し、前記アクセス競合形態判別回路は、前記競
合チェック回路内の全てのアクセス先記憶単位比較回路
が出力する一致/不一致の情報から、前記競合チェック
回路が担当する複数のアクセス要求のアクセス先記憶単
位の競合の形態を判別することを特徴とする請求項1記
載の記憶制御装置。
2. A plurality of access destination storage unit comparison circuits and an access conflict type discrimination circuit are provided in the contention check circuit, and each access destination storage unit comparison circuit is in charge of the access destination storage unit comparison circuit. Comparing the access destination storage units of the two access requests to output match / mismatch information, and the access conflict type determination circuit outputs the match output from all access destination storage unit comparison circuits in the conflict check circuit. 2. The storage control device according to claim 1, wherein the type of contention between access destination storage units of a plurality of access requests handled by the contention check circuit is determined from the information on the mismatch.
【請求項3】 前記記憶制御装置内に、前記アクセス要
求制御装置間に設定する優先順位を保持する優先順位記
憶手段を設け、前記アクセス要求選択回路内でアクセス
要求を選択する際に、前記優先順位記憶手段の優先順位
を用いてアクセス要求を選択することを特徴とする請求
項1または2記載の記憶制御装置。
3. The storage control device further comprises a priority storage unit for storing a priority set between the access request control devices, wherein the priority is stored when the access request is selected in the access request selection circuit. 3. The storage control device according to claim 1, wherein the access request is selected using the priority order of the order storage means.
【請求項4】 前記記憶制御装置内に、アクセス要求制
御グループ間の競合の形態と優先順位に従い選択するア
クセス要求を決定するアクセス要求選択信号生成回路を
設け、競合しているアクセス要求の中で最も優先順位の
高いアクセス要求の選択を決定し、他のアクセス要求の
中で選択されたアクセス要求と競合していないアクセス
要求を優先順位に従い決定することを特徴とする請求項
1、2または3記載の記憶制御装置。
4. An access request selection signal generation circuit for deciding an access request to be selected in accordance with a form and a priority of competition between access request control groups in said storage control device, wherein The access request having the highest priority is determined, and an access request that does not conflict with the access request selected from other access requests is determined according to the priority. The storage control device according to any one of the preceding claims.
【請求項5】 請求項1、2、3または4記載の記憶制
御装置においてアクセス要求を選択する場合に、異なる
アクセス要求制御グループ間で競合が発生したとき、競
合している複数のアクセス要求の中で最も優先順位の高
いアクセス要求を最初に選択することを特徴とする記憶
制御装置のアクセス要求選択方法。
5. A storage controller according to claim 1, wherein, when an access request is selected, when a conflict occurs between different access request control groups, a plurality of conflicting access requests are selected. An access request selection method for a storage controller, wherein an access request having the highest priority is selected first.
JP4312220A 1992-11-20 1992-11-20 Storage control device and access request selection method therefor Expired - Lifetime JP2695734B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4312220A JP2695734B2 (en) 1992-11-20 1992-11-20 Storage control device and access request selection method therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4312220A JP2695734B2 (en) 1992-11-20 1992-11-20 Storage control device and access request selection method therefor

Publications (2)

Publication Number Publication Date
JPH06162064A JPH06162064A (en) 1994-06-10
JP2695734B2 true JP2695734B2 (en) 1998-01-14

Family

ID=18026638

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4312220A Expired - Lifetime JP2695734B2 (en) 1992-11-20 1992-11-20 Storage control device and access request selection method therefor

Country Status (1)

Country Link
JP (1) JP2695734B2 (en)

Also Published As

Publication number Publication date
JPH06162064A (en) 1994-06-10

Similar Documents

Publication Publication Date Title
US4755938A (en) Access request control apparatus which reassigns higher priority to incomplete access requests
US4843543A (en) Storage control method and apparatus
EP0380857B1 (en) Arbitrating communication requests in a multi-processor computer system
US20030005073A1 (en) Signal processing device accessible as memory
JPH0728624A (en) Device and method for sorting
US5367654A (en) Method and apparatus for controlling storage in computer system utilizing forecasted access requests and priority decision circuitry
KR19980086729A (en) Multiple address holding memory device
JPH0358150A (en) Memory controller
JPH0752576B2 (en) Stack memory
EP0223607B1 (en) Vector processing system
AU592717B2 (en) Access priority control system for main storage for computer
JP2695734B2 (en) Storage control device and access request selection method therefor
US5748555A (en) Memory address preview control circuit
US5179683A (en) Retrieval apparatus including a plurality of retrieval units
US5604842A (en) Fuzzy reasoning processor and method, and rule setting apparatus and method
US5692136A (en) Multi-processor system including priority arbitrator for arbitrating request issued from processors
US5710937A (en) Sorting apparatus
US5099416A (en) An operand storage compare (osc) detecting device using column and row signals in a buffer storage
JPS60136849A (en) Storage control system
JP3005456B2 (en) Vector processing equipment
JP2680208B2 (en) Memory access control device
JP2685484B2 (en) Storage control method
JP2878160B2 (en) Competitive mediation device
JPH0154735B2 (en)
JP2966038B2 (en) Digital data processing unit arbitration apparatus and method