JPH0666060B2 - Bus priority control method - Google Patents

Bus priority control method

Info

Publication number
JPH0666060B2
JPH0666060B2 JP59167094A JP16709484A JPH0666060B2 JP H0666060 B2 JPH0666060 B2 JP H0666060B2 JP 59167094 A JP59167094 A JP 59167094A JP 16709484 A JP16709484 A JP 16709484A JP H0666060 B2 JPH0666060 B2 JP H0666060B2
Authority
JP
Japan
Prior art keywords
bus
signal
priority
control
request
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
JP59167094A
Other languages
Japanese (ja)
Other versions
JPS6145348A (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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP59167094A priority Critical patent/JPH0666060B2/en
Publication of JPS6145348A publication Critical patent/JPS6145348A/en
Publication of JPH0666060B2 publication Critical patent/JPH0666060B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

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

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、複数のプロセッサ等により共有されるシステ
ムバスを使用する情報処理システムにおける高速のバス
優先権制御方式に関する。
The present invention relates to a high-speed bus priority control system in an information processing system that uses a system bus shared by a plurality of processors and the like.

〔従来の技術〕[Conventional technology]

第2図はシステムバスを使用する情報処理システムの一
般的な構成例を示したものである。図において、21はシ
ステムバス、22および23はそれぞれ中央処理装置のCPU
#0およびCPU#1、24は記憶制御装置のMAC、25は記憶
装置のMSU、26および27はそれぞれチャネル装置のCH#
0およびCH#nを表わしている。この例では、バスアー
ビタが各CPU内に設けられているものとする。
FIG. 2 shows a general configuration example of an information processing system using a system bus. In the figure, 21 is a system bus, and 22 and 23 are CPUs of the central processing unit.
# 0 and CPU # 1, 24 are the MAC of the storage controller, 25 is the MSU of the storage device, and 26 and 27 are the CH # of the channel device, respectively.
0 and CH # n. In this example, a bus arbiter is provided in each CPU.

シスエムバス21の使用権バスマスタとなる装置のうち1
つの装置にのみ与えられる。複数の装置からのバス使用
要求が競合している場合には、優先権制御が行なわれ、
最上位の装置にバス使用権が渡される。このような優先
権制御は、たとえば各CPUに設けられているバスアービ
タを用いて行なわれる。
Right to use the SysM Bus 21 1 of the devices that will be the bus master
Only given to one device. When bus usage requests from multiple devices are in conflict, priority control is performed,
The right to use the bus is given to the highest-level device. Such priority control is performed using, for example, a bus arbiter provided in each CPU.

第3図は、バスアービタをそなえたCPUの内部構成を示
したものである。図において、21はシステムバス、22は
CPU#0、31は演算装置、32はバッファ、33はバッファ
制御装置、34はバスアービタ、35はシステムバス制御装
置、36は他装置からのバス要求を示す他BRQ線、37は自
装置からのバス要求を示す自BRQ線、38はアドレス線、3
9はデータ線を表わしている。
FIG. 3 shows the internal structure of a CPU having a bus arbiter. In the figure, 21 is the system bus and 22 is
CPUs # 0 and 31 are arithmetic units, 32 is a buffer, 33 is a buffer controller, 34 is a bus arbiter, 35 is a system bus controller, 36 is another BRQ line indicating a bus request from another device, and 37 is from its own device. Own BRQ line indicating bus request, 38 is address line, 3
Reference numeral 9 represents a data line.

LOAD命令の実行を例にとり、第4図のタイムチャートに
したがって動作を説明すると、演算装置31における演算
処理に必要なデータのロードが、LOAD命令により要求さ
れると、まずバッファ32が探索される。バッファ32内に
目的のアドレスのデータを見出すことができなかった場
合、バッファ制御装置33はバッファミスフラグを立て、
MSU25からデータをフェッチする必要があることを示す
信号BSMSを、バスアービタ34に送る。
Taking the execution of the LOAD instruction as an example, the operation will be described with reference to the time chart of FIG. 4. When the LOAD instruction requests loading of data necessary for the arithmetic processing in the arithmetic unit 31, the buffer 32 is searched first. . If the data at the target address cannot be found in the buffer 32, the buffer controller 33 sets a buffer miss flag,
A signal BSMS is sent to the bus arbiter 34 indicating that data needs to be fetched from the MSU 25.

バスアービタ34は、信号BSMSに応答して、自BRQ線37上
の信号BRQをONにして他装置にバス要求を通知し、同時
に他BRQ線36による他装置からのバス要求の有無および
自装置の優先レベルに基づいて、バス優先権を判定し、
その結果バス使用権を獲得できたとき、システムバス制
御装置35に制御を渡し、MAC24を対してMSU25をREADアク
セスするためのコマンドを送る。そしてこの間、図示の
ように3サイクルが費やされる。
In response to the signal BSMS, the bus arbiter 34 turns on the signal BRQ on the own BRQ line 37 to notify the other device of the bus request, and at the same time, the presence or absence of a bus request from the other device by the other BRQ line 36 and the own device. Determine the bus priority based on the priority level,
As a result, when the bus use right can be acquired, the control is passed to the system bus controller 35, and a command for READ access to the MSU 25 is sent to the MAC 24. During this period, three cycles are spent as shown.

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

上記したように、従来方式ではバス使用権を確立するた
めの制御に基づくオーバーヘッドが比較的大きいため、
システムバスの使用頻度が高くなる程、システムの効率
を低下させる原因となっていた。
As described above, the conventional method has a relatively large overhead based on the control for establishing the bus use right,
The higher the frequency of use of the system bus, the lower the efficiency of the system.

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

従来方式は、バス使用が必要となる原因が確定してか
ら、バス要求信号(BRQ)を出し、バス使用の優先権を
決定する制御を行なっていた。ところで、バス使用が必
要となる原因の確定をまたずに、バス使用の可能性が生
じた段階、たとえば前述した例では、LOAD命令が発行さ
れたことによって、MSUからシステムバスを使用してデ
ータフェッチを行なう可能性のあることがわかった段階
でバス使用権の優先決定制御を開始することができれ
ば、バス使用の際のオーバーヘッド時間を短縮すること
が可能となる。しかしその反面、その後バス使用が不必
要であることが確定した場合には、先に行なった優先決
定制御が無駄になるばかりか、他装置がバス要求を行な
っていた場合、そのバス使用を遅らせることにもなる。
In the conventional method, the bus request signal (BRQ) is issued to determine the priority of the bus usage after the cause of the bus usage is determined. By the way, when the possibility of bus use arises without determining the reason why bus use is necessary, for example, in the above-mentioned example, the LOAD instruction is issued, so that the MSU uses the system bus to transfer data. If the priority determination control of the bus use right can be started at the stage where it is found that there is a possibility of fetching, the overhead time when using the bus can be shortened. However, on the other hand, when it is determined that the bus use is unnecessary after that, not only the prioritization control performed earlier becomes useless, but also when another device makes a bus request, the bus use is delayed. It will also happen.

本発明は、このためバス要求信号(BRQ)とは別にそれ
よりも優先レベルが低いダミーバス要求信号(DBRQ信号
と表わす)を設け、バス使用の可能性が生じた時点でこ
のダミーバス要求信号(DBRQ)をONにしてバス使用権の
優先決定制御を開始させ、他装置からのバス要求信号
(BRQ)がないことを条件にバス使用権を獲得させるよ
うにするものである。これは一種の予約と見ることもで
きる。これにより、その後バス不使用であることが確定
し、いったん獲得したバス使用権を放棄することになっ
ても、他装置への影響を極めて小さくすることができ
る。
Therefore, the present invention provides a dummy bus request signal (referred to as a DBRQ signal) having a priority level lower than that of the bus request signal (BRQ), and the dummy bus request signal (DBRQ signal is generated when the possibility of using the bus occurs. ) Is turned on to start priority control of the bus use right, and the bus use right is acquired on condition that there is no bus request signal (BRQ) from another device. This can be seen as a kind of reservation. As a result, even if it is determined that the bus is not used after that and the bus use right once obtained is abandoned, the influence on other devices can be made extremely small.

そしてそれによる本発明の構成は,バスアービタを有す
る複数の装置により共有されるシステムバスをそなえた
情報処理システムにおいて, 上記各装置は,システムバス使用の可能性を含む処理命
令の実行を検出したときに第1の信号を前記バスアービ
タに送出する手段と,前記処理命令によりシステムバス
使用の必要が確定したときに第2の信号を前記バスアー
ビタに送出する手段とをそなえ, 前記バスアービタは,前記第1の信号を検出したときに
はバス要求よりも優先レベルの低いダミーのバス要求を
行なって直ちにシステムバス使用権を獲得するための優
先権を決定する制御を開始し, 該ダミーのバス要求により使用権を獲得することができ
なかった場合には前記第2の信号が検出されたときに正
規のバス要求を行って使用権を獲得する制御を行い, 前記第1の信号を検出してから一定の時間内に前記第2
の信号が検出されない場合において,前記ダミーのバス
要求により使用権を獲得していれば獲得した使用権を放
棄し,前記使用権を獲得するための優先権を決定する制
御を実行していれば該制御を停止することを特徴として
いる。
The configuration of the present invention thereby provides an information processing system having a system bus shared by a plurality of devices having a bus arbiter, wherein each of the above devices detects the execution of a processing instruction including the possibility of using the system bus. And a means for sending a first signal to the bus arbiter, and a means for sending a second signal to the bus arbiter when the necessity of using the system bus is confirmed by the processing instruction. When this signal is detected, a dummy bus request having a lower priority level than the bus request is made, and immediately the control for determining the priority right for acquiring the system bus use right is started. If it cannot be obtained, a rightful bus request is made when the second signal is detected to obtain the right of use. Performs control to, the second from the detection of said first signal within a predetermined time
When the signal of is not detected, if the use right is acquired by the dummy bus request, the acquired use right is abandoned, and the control for determining the priority right for acquiring the use right is executed. The feature is that the control is stopped.

〔実施例〕〔Example〕

以下に本発明の詳細を実施例にしたがって説明する。 The details of the present invention will be described below with reference to examples.

第1図は、本発明の1実施例の構成図であり、第2図お
よび第3図に示した従来例を改良したものである。図に
おいて、1は演算装置、2はバッファ、3はバッファ制
御装置、4はバスアービタ、5はシステムバス制御装
置、6は他装置からのバス要求を示す他BRQ線、7は自
装置のバス要求を示す自BRQ線、8はアドレス線、9は
データ線、10はバッファミスフラグ状態を通知するBSMS
線、11はLOAD/STORのアクセス発生を通知するLOAD/ST
OR線、12は他装置からのダミーバス要求を示す他DBRQ
線、13は自装置のダミーバス要求を示す自DBRQ線であ
る。また21および22はそれぞれ第2図のシステムバスお
よびCPU#0に対応しており、他のCPUもCPU#0と同様
な構成をもっているものとする。
FIG. 1 is a block diagram of one embodiment of the present invention, which is an improvement of the conventional example shown in FIGS. 2 and 3. In the figure, 1 is an arithmetic unit, 2 is a buffer, 3 is a buffer controller, 4 is a bus arbiter, 5 is a system bus controller, 6 is another BRQ line indicating a bus request from another device, and 7 is a bus request of its own device. Own BRQ line that indicates, 8 is an address line, 9 is a data line, and 10 is a BSMS that notifies a buffer miss flag state.
Line, 11 is LOAD / ST that notifies the occurrence of LOAD / STOR access
OR line, 12 is another DBRQ indicating a dummy bus request from another device
Line 13 is the own DBRQ line indicating the dummy bus request of the own device. Reference numerals 21 and 22 respectively correspond to the system bus and CPU # 0 in FIG. 2, and the other CPUs have the same configuration as CPU # 0.

第5図は、第1図におけるバスアービタ4の制御機能を
示すフロー図であり、第6図は本実施例の動作を説明す
るためのタイムチャートである。以下第1図、第5図、
第6図をそれぞれ参照して本実施例を説明する。
FIG. 5 is a flow chart showing the control function of the bus arbiter 4 in FIG. 1, and FIG. 6 is a time chart for explaining the operation of this embodiment. Below, FIG. 1, FIG.
This embodiment will be described with reference to FIGS.

たとえばLOAD命令が発行された場合、バッファ制御装置
3は、LOAD/STOR線11のLOAD/STOR信号をONにし、それ
からバッファ2内の探索を行なう。
For example, when a LOAD instruction is issued, the buffer control device 3 turns on the LOAD / STOR signal on the LOAD / STOR line 11 and then searches the buffer 2.

バスアービタ4は、第5図に示すように、でLOAD/ST
OR信号のONを検出すると、で直ちにダミーバス要求信
号DBRQをONにする。続いてで他BRQ線6を調べ、他装
置のいずれもがBRQをONにしていなければ、でさらに
他DBRQ線12を調べ、他装置のいずれもDBRQをONにしてい
なければ、でバス使用権を獲得し、次にでBSMS線を
監視し、アクセスデータがバッファ中にないことを示す
バッファミスフラグBSMSがONとなるのを待つ。BSMSがON
となれば、でシステムバス制御装置5を介して記憶制
御装置のMAC24(第2図参照)にデータフェッチのため
のコマンドを送り、データ転送を実行させる。
The bus arbiter 4 is, as shown in FIG.
When the ON of the OR signal is detected, the dummy bus request signal DBRQ is immediately turned ON with. Next, check the other BRQ line 6, and if none of the other devices have turned on BRQ, check the other DBRQ line 12 with, and if none of the other devices turned on DBRQ, then use the bus , And then monitors the BSMS line at and waits for the buffer miss flag BSMS to turn ON, which indicates that there is no access data in the buffer. BSMS is ON
If so, a command for data fetch is sent to the MAC 24 (see FIG. 2) of the storage controller via the system bus controller 5 to execute data transfer.

しかし、でBSMSが一定時間内にONにならなければ、シ
ステムバスの不使用が確定したものとしてでバス使用
権を放棄する。
However, if BSMS does not turn on within a certain time in, the bus usage right is abandoned by assuming that the system bus is not used.

またで他装置からのDBRQがONに検出された場合には、
の優先権決定(後述)を行ない、で自装置の優先レ
ベルが上位であればでバス使用権を獲得する。他方、
自装置の優先レベルが下位であればのBSMS=ONの待ち
状態となる。
Also, if DBRQ from another device is detected to be ON,
Priority determination (described later) is performed, and if the priority level of the own device is higher than, the bus usage right is acquired. On the other hand,
If the priority level of its own device is lower, it will be in the waiting state of BSMS = ON.

さらに、で他装置からのBRQにONが検出された場合に
は、でBSMSがONになるのを待ち、BSMSがONになったと
きで自BRQをONにし、それからの優先の優先権決定
を行なう。で自装置の優先権が得られたならばでバ
ス使用権を獲得し、のコマンドを発行する。
If ON is detected in BRQ from another device, wait for BSMS to turn ON with, turn ON BRQ when BSMS turns ON, and then determine priority priority. To do. When the priority of the own device is obtained in, the bus use right is acquired in and the command of is issued.

なお、上記およびにおける優先権決定は、バスマス
タとなることのできる装置(CPU)がn個あり、それぞ
れにn個の優先レベルのうちの1つが割当てられてい
て、かつ自装置の優先レベルがm(1<m<n)である
とすると、各装置のBRQおよびDBRQi(i=1,…,m,…,
n)の間に、たとえば次のような優先関係を設定して論
理的に行なうことができる。
It should be noted that in the above priority determination in and, there are n devices (CPUs) that can be bus masters, one of the n priority levels is assigned to each, and the priority level of the own device is m. If (1 <m <n), BRQ and DBRQi (i = 1, ..., M, ...
During n), the following priority relations can be set and logically performed.

BRQ0〜(m−1)>BRQm>BRQ(m+1)〜n>DBRQ0〜
(m−1)>DBRQm>DBRQ(m+1)〜n この結果、第6図に示すように、自装置のDBRQよりも優
先レベルが上位のBRQおよびDBRQが存在しない場合に、B
RQを発信する手続きが省略できるため、第4図の従来例
の場合にくらべて1サイクル短い2サイクルで動作を行
なうことができる。なお、本発明はLOAD/STORの実行に
おいてシステムバスを獲得する場合を実施例として説明
されたが、システムバス使用の可能性を直前に検出でき
る任意の場合に本発明が適用できることは明らかであ
る。
BRQ0- (m-1)>BRQm> BRQ (m + 1) -n> DBRQ0-
(M-1)>DBRQm> DBRQ (m + 1) to n As a result, as shown in FIG. 6, when there is no BRQ or DBRQ having a higher priority level than the DBRQ of the own device, B
Since the procedure for transmitting the RQ can be omitted, the operation can be performed in two cycles which is one cycle shorter than the case of the conventional example shown in FIG. Although the present invention has been described by taking the case where the system bus is acquired in the execution of LOAD / STOR as an example, it is obvious that the present invention can be applied to any case where the possibility of using the system bus can be detected immediately before. .

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

以上のように本発明によれば、バス使用権獲得のための
優先権決定制御を従来方式よりも早期に開始できるた
め、データ転送に要する時間を短縮でき、さらにシステ
ムバスの利用効率を改善することができる。
As described above, according to the present invention, the priority determination control for acquiring the bus use right can be started earlier than the conventional method, so that the time required for data transfer can be shortened and the utilization efficiency of the system bus can be improved. be able to.

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

第1図は本発明の1実施例の構成図、第2図はシステム
バスを有する従来システムの構成図、第3図は第2図に
おけるCPUの内部構成図、第4図は第3図の構成におけ
るタイムチャート、第5図は本発明実施例のフロー図、
第6図はそのタイムチャートである。 図中、1は演算装置、2はバッファ、3はバッファ制御
装置、4はバスアービタ、5はシステムバス制御装置、
6は他BRQ線、7は自BRQ線、8はアドレス線、9はデー
タ線、10はBSMS線、11はLOAD/STOR線、12は他DBRQ線、
13は自DBRQ線を示す。
1 is a block diagram of one embodiment of the present invention, FIG. 2 is a block diagram of a conventional system having a system bus, FIG. 3 is an internal block diagram of the CPU in FIG. 2, and FIG. 4 is a block diagram of FIG. FIG. 5 is a flow chart of an embodiment of the present invention, FIG.
FIG. 6 is the time chart. In the figure, 1 is an arithmetic unit, 2 is a buffer, 3 is a buffer controller, 4 is a bus arbiter, 5 is a system bus controller,
6 is another BRQ line, 7 is own BRQ line, 8 is address line, 9 is data line, 10 is BSMS line, 11 is LOAD / STOR line, 12 is other DBRQ line,
13 indicates its own DBRQ line.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】バスアービタを有する複数の装置により共
有されるシステムバスをそなえた情報処理システムにお
いて, 上記各装置は,システムバス使用の可能性を含む処理命
令の実行を検出したときに第1の信号を前記バスアービ
タに送出する手段と,前記処理命令によりシステムバス
使用の必要が確定したときに第2の信号を前記バスアー
ビタに送出する手段とをそなえ, 前記バスアービタは,前記第1の信号を検出したときに
はバス要求よりも優先レベルの低いダミーのバス要求を
行なって直ちにシステムバス使用権を獲得するための優
先権を決定する制御を開始し, 該ダミーのバス要求により使用権を獲得することができ
なかった場合には前記第2の信号が検出されたときに正
規のバス要求を行って使用権を獲得する制御を行い, 前記第1の信号を検出してから一定の時間内に前記第2
の信号が検出されない場合において,前記ダミーのバス
要求により使用権を獲得していれば獲得した使用権を放
棄し,前記使用権を獲得するための優先権を決定する制
御を実行していれば該制御を停止することを特徴とする
バス優先権制御方式。
1. An information processing system having a system bus shared by a plurality of devices having a bus arbiter, wherein each of the first devices detects the execution of a processing instruction including the possibility of using the system bus. The bus arbiter detects the first signal, and includes means for sending a signal to the bus arbiter, and means for sending a second signal to the bus arbiter when the necessity of using the system bus is determined by the processing instruction. When this occurs, a dummy bus request having a lower priority level than the bus request is issued and control for immediately determining the priority for acquiring the system bus usage right is started, and the usage right can be acquired by the dummy bus request. If not possible, when the second signal is detected, a regular bus request is made to control the acquisition of the right of use. The second signal is detected within a fixed time after the first signal is detected.
When the signal of is not detected, if the use right is acquired by the dummy bus request, the acquired use right is abandoned, and the control for determining the priority right for acquiring the use right is executed. A bus priority control method characterized by stopping the control.
JP59167094A 1984-08-09 1984-08-09 Bus priority control method Expired - Fee Related JPH0666060B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59167094A JPH0666060B2 (en) 1984-08-09 1984-08-09 Bus priority control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59167094A JPH0666060B2 (en) 1984-08-09 1984-08-09 Bus priority control method

Publications (2)

Publication Number Publication Date
JPS6145348A JPS6145348A (en) 1986-03-05
JPH0666060B2 true JPH0666060B2 (en) 1994-08-24

Family

ID=15843307

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59167094A Expired - Fee Related JPH0666060B2 (en) 1984-08-09 1984-08-09 Bus priority control method

Country Status (1)

Country Link
JP (1) JPH0666060B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63182765A (en) * 1987-01-23 1988-07-28 Fujitsu Ltd Control system for direct memory access
JPH02153452A (en) * 1988-12-06 1990-06-13 Yokogawa Electric Corp Bus master
JP2986176B2 (en) * 1990-05-11 1999-12-06 株式会社日立製作所 Bus right control system and bus system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5293243A (en) * 1976-01-31 1977-08-05 Nec Corp Data processing unit performing preceding control
JPS5855436A (en) * 1981-09-26 1983-04-01 Nissan Chem Ind Ltd Purifying method of alkyl halide

Also Published As

Publication number Publication date
JPS6145348A (en) 1986-03-05

Similar Documents

Publication Publication Date Title
JP3057934B2 (en) Shared bus arbitration mechanism
US5901295A (en) Address and data bus arbiter for pipelined transactions on a split bus
US5574868A (en) Bus grant prediction technique for a split transaction bus in a multiprocessor computer system
JPH0354375B2 (en)
US5590299A (en) Multiprocessor system bus protocol for optimized accessing of interleaved storage modules
JP4568292B2 (en) Method, apparatus, program, and information processing system for executing cache line polling
JPS5812611B2 (en) Data Tensou Seigiyohoushiki
JPH05197671A (en) Master and slave communication method
JP2539352B2 (en) Hierarchical multi-computer system
JPH0354660A (en) Shared memory management system for multiprocessor system
US5708783A (en) Data bus arbiter for pipelined transactions on a split bus
JPH0666060B2 (en) Bus priority control method
US5815676A (en) Address bus arbiter for pipelined transactions on a split bus
JP2010092101A (en) Information processor
JPH0962640A (en) Access control method for shared memory
JPH01305461A (en) Right of using bus control system
JP3365419B2 (en) Bus arbitration method
JPH02101560A (en) Bus interface device
JPH0234062B2 (en) MARUCHIPUROSETSUSASHISUTEMUNIOKERUMEMORIAKUSESUSEIGYOHOSHIKI
JPH07334455A (en) Data transferring method through bus
JPH06250969A (en) Bus control method in multiprocessor system
JPH04302352A (en) Multi processor system
JPH0156420B2 (en)
JPH01261748A (en) Buffer storage control device
JPH0281254A (en) Multi-processor controller

Legal Events

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