JPH0572619B2 - - Google Patents

Info

Publication number
JPH0572619B2
JPH0572619B2 JP60038167A JP3816785A JPH0572619B2 JP H0572619 B2 JPH0572619 B2 JP H0572619B2 JP 60038167 A JP60038167 A JP 60038167A JP 3816785 A JP3816785 A JP 3816785A JP H0572619 B2 JPH0572619 B2 JP H0572619B2
Authority
JP
Japan
Prior art keywords
data
bus
pointer
transfer
cpu
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
JP60038167A
Other languages
Japanese (ja)
Other versions
JPS61196349A (en
Inventor
Masao Murai
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
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
Nippon Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp, Nippon Electric Co Ltd filed Critical Nippon Telegraph and Telephone Corp
Priority to JP3816785A priority Critical patent/JPS61196349A/en
Publication of JPS61196349A publication Critical patent/JPS61196349A/en
Publication of JPH0572619B2 publication Critical patent/JPH0572619B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/163Interprocessor communication
    • G06F15/167Interprocessor communication using a common memory, e.g. mailbox

Description

【発明の詳細な説明】 (産業上の利用分野) 本発明は、コンピユータにおけるバス制御方法
に関し、特にマルチプロセツサのデータ転送にお
ける共通バス制御方法に関する。
DETAILED DESCRIPTION OF THE INVENTION (Field of Industrial Application) The present invention relates to a bus control method in a computer, and more particularly to a common bus control method in data transfer of a multiprocessor.

(従来の技術) 従来、この種の制御方式としてはセマフオ方式
とバースト方式とがあつた。転送データを3バイ
トとし、共通バスの1回のバスサイクルで転送で
きるデータを1バイトとして以下に説明する。
(Prior Art) Conventionally, there have been two types of control methods of this type: the semaphore method and the burst method. The following description assumes that the transfer data is 3 bytes, and that the data that can be transferred in one bus cycle of the common bus is 1 byte.

第3図はセマフオ方式のタイムチヤートであ
り、10はセマフオのフラツグ、11は共通バス
のデータ、12はCPU1のローカルバスのデー
タ、13はCPU2のローカルバスのデータ、1
4,21はセマフオテストアンドセツトのタイミ
ング、15,17,19はCPU1のデータ転送
タイミング、16,18はセマフオのテストタイ
ミング、20,25はセマフオの解除タイミン
グ、22,23,24はCPU2のデータ転送タ
イミングである。
Figure 3 is a time chart of the semaphore system, where 10 is the semaphore flag, 11 is the data on the common bus, 12 is the data on the local bus of CPU1, 13 is the data on the local bus of CPU2, 1
4 and 21 are semaphore test and set timings, 15, 17, and 19 are data transfer timings for CPU1, 16 and 18 are semaphore test timings, 20 and 25 are semaphore release timings, and 22, 23, and 24 are CPU2 data transfer timings. This is the data transfer timing.

第4図は第3図のセマフオ方式によるデータ送
信用バツフアの構成を示し、26はCPUからの
転送が完了しているエリア、27はCPU1が転
送した3バイトデータエリア、28はCPU2が
転送した3バイトのエリア、29は空きエリアを
示す。本図で、15,17,19及び22,2
3,24は第3図のタイムチヤートにおける対応
する番号のタイムスロツトのデータを示す。い
ま、CPU1が3バイトのデータを転送しようと
したとき、まずCPU1は14のタイミングでセ
マフオフラツグをテストし、禁止でないので禁止
ビツトを立てる。CPU1は15,17,19の
3回のバスサイクルで3バイトのデータを転送
し、20のタイミングでセマフオを解除して転送
を終了する。CPU1のデータ転送中にCPU2が
データ転送しようとするときは、16のタイミン
グでセマフオをテストし、禁止されているので1
8,21のタイミングで繰り返しテストする。2
1のタイミングではセマフオが禁止でないので、
セマフオのフラツグに禁止ビツトを立てて22,
23,24の3回のバスサイクルで3バイトデー
タを転送し、25でセマフオを解除して転送を終
了する。以上の制御によつて、CPU1及びCPU
2に共通なデータ送信用バツフア上でCPU1と
CPU2のデータが混じることはない。
Figure 4 shows the configuration of the data transmission buffer using the semaphore method in Figure 3, where 26 is the area where the transfer from the CPU has been completed, 27 is the 3-byte data area transferred by CPU1, and 28 is the area transferred by CPU2. A 3-byte area, 29, indicates a free area. In this figure, 15, 17, 19 and 22, 2
3 and 24 indicate data of time slots with corresponding numbers in the time chart of FIG. Now, when CPU1 tries to transfer 3 bytes of data, CPU1 first tests the semaphore flag at timing 14, and since it is not prohibited, sets the prohibition bit. The CPU 1 transfers 3 bytes of data in three bus cycles of 15, 17, and 19, and releases the semaphore at timing 20 to end the transfer. When CPU2 tries to transfer data while CPU1 is transferring data, it tests the semaphore at timing 16, and since it is prohibited,
Repeat the test at timings 8 and 21. 2
Since semaphore is not prohibited at timing 1,
Set the prohibition bit in the semaphore flag and 22,
Three bytes of data are transferred in three bus cycles at 23 and 24, and the semaphore is released at 25 to end the transfer. With the above control, CPU1 and CPU
CPU 1 and CPU 1 on the data transmission buffer common to 2.
Data from CPU2 will not be mixed.

第5図はバースト方式のタイムチヤートであ
り、30はバスロツク信号、31は共通バスのデ
ータ、32はCPU1のローカルバスのデータ、
33はCPU2のローカルバスのデータ、34,
35,36はCPU1のデータ転送タイミング、
37,38,39はCPU2のデータ転送タイミ
ングである。
FIG. 5 is a time chart of the burst method, where 30 is the bus lock signal, 31 is the data on the common bus, 32 is the data on the local bus of CPU1,
33 is the data of the local bus of CPU2, 34,
35 and 36 are the data transfer timings of CPU1,
37, 38, and 39 are data transfer timings of the CPU2.

第6図は第5図のバースト方式によるデータ送
信用バツフアを示し、40はCPUからのデータ
転送が完了しているエリア、41はCPU1が転
送した3バイトのデータエリア、42はCPU2
が転送した3バイトのデータエリア、43は空き
エリアを示す。ここで、34,35,36及び3
7,38,39は第5図のタイムチヤートにおけ
る対応する番号のタイムスロツトのデータを示
す。CPU1が3バイトのデータを転送する場合、
まず共通バスをロツクして他のCPUがバスを占
有できないようにしてデータを転送する。転送終
了後バスを解放する。CPU2はその後にバスを
占有してデータ転送を行なう。そこで、バースト
方式でも、CPU1とCPU2のデータが送信バツ
フア上で混じることはない。
FIG. 6 shows the buffer for data transmission using the burst method in FIG.
The 3-byte data area transferred by 43 indicates an empty area. Here, 34, 35, 36 and 3
7, 38, and 39 indicate data of time slots with corresponding numbers in the time chart of FIG. When CPU1 transfers 3 bytes of data,
First, it locks the common bus to prevent other CPUs from monopolizing the bus and transfers data. Release the bus after the transfer is complete. The CPU 2 then occupies the bus and transfers data. Therefore, even in the burst method, data from CPU1 and CPU2 will not be mixed on the transmission buffer.

(発明が解決しようとする問題点) 上述した従来のセマフオ方式においては、
CPUがデータ転送する場合、フラツグをチエツ
クして転送禁止状態の時は定期的にフラツグをチ
エツクしなければならないから、データ転送が効
率的に行なえない欠点があつた。また、バースト
方式では、1つのCPUが長時間バスを占有する
から、他のCPUはバスを占有できないので処理
が一時停止してしまうという欠点があつた。
(Problems to be solved by the invention) In the conventional semaphore system described above,
When the CPU transfers data, it must check the flag and periodically check the flag when the transfer is prohibited, which has the disadvantage that data transfer cannot be performed efficiently. Another disadvantage of the burst method is that since one CPU occupies the bus for a long time, other CPUs cannot occupy the bus, causing processing to temporarily stop.

そこで、本発明の目的は、データの転送が効率
的に行え、しかも1つのCPUが共通バスを長時
間占有してしまうことのない共通バス制御方法の
提供にある。
SUMMARY OF THE INVENTION Therefore, an object of the present invention is to provide a common bus control method that allows efficient data transfer and prevents one CPU from occupying the common bus for a long time.

(問題点を解決するための手段) 前述の問題点を解決するために本発明が提供す
る手段は、複数のCPUを共通バスを介して共通
のデータ送受信バツフアに接続し、バスアクセス
毎にバス調停を行い1バイトずつ転送する方法に
おいて、前記データ送受信バツフアの空き領域の
開始番地をポインタで示し、前記CPUがデータ
転送前に前記ポインタの値を1バスサイクルで読
み取り、前記ポインタは該1バスサイクル内で転
送バイト数と現在のポインタ値とを加算すること
により新たなポインタ値を生成することを特徴と
する。
(Means for Solving the Problems) In order to solve the above-mentioned problems, the present invention provides means for connecting a plurality of CPUs to a common data transmission/reception buffer via a common bus, and for each bus access, In the method of performing arbitration and transferring bytes one byte at a time, a pointer indicates the start address of the free area of the data transmission/reception buffer, the CPU reads the value of the pointer in one bus cycle before data transfer, and the pointer It is characterized in that a new pointer value is generated by adding the number of transferred bytes and the current pointer value within a cycle.

(実施例) 次に、本発明について図面を参照して説明す
る。
(Example) Next, the present invention will be described with reference to the drawings.

第1図は本発明の一実施例のシステム図であ
る。1,2,3はマルチプロセツサを構成する3
台のCPU、4は共通バス、5はデータの送受信
を行なう通信制御装置等の周辺機器である。この
実施例において1が5へ多量のデータを転送する
場合、複数のバスサイクルを必要とする。もし、
バスサイクルとバスサイクルの間に2が5へデー
タ転送をすると、バツフア5では1のデータと2
のデータとが混じり合つてしまうので禁止しなけ
ればならない。
FIG. 1 is a system diagram of one embodiment of the present invention. 1, 2, and 3 constitute a multiprocessor
4 is a common bus, and 5 is peripheral equipment such as a communication control device for transmitting and receiving data. In this example, when 1 transfers a large amount of data to 5, multiple bus cycles are required. if,
When 2 transfers data to 5 between bus cycles, buffer 5 transfers data from 1 to 2.
It must be prohibited because it mixes with other data.

第2図は周辺機器5の中にある送信バツフアの
記憶領域の構成を示す概念図である。pは送信バ
ツフアの空きを示すポインタ、n,mは1信号の
占める送信バツフアの大きさ、6はCPUからの
データ転送が完了しているエリア、7はCPU1
の転送エリア、8はCPU2の転送エリア、9は
送信バツフアの空きエリアを示す。
FIG. 2 is a conceptual diagram showing the configuration of a storage area of a transmission buffer in the peripheral device 5. As shown in FIG. p is a pointer indicating free space in the transmission buffer, n and m are the size of the transmission buffer occupied by one signal, 6 is the area where data transfer from the CPU is completed, 7 is the CPU 1
8 indicates the transfer area of the CPU 2, and 9 indicates the free area of the transmission buffer.

1が5へデータを転送する場合、まずpを読み
取る。この時pは、pを読み取るバスサイクル内
において自動的に更新されてp+nとなる。nは
1が転送するデータの大きさである。ポインタは
加算回路からなり、送信バツフアの空きを示すポ
インタ値pに転送データの大きさnを加算し、
CPU1のためのポインタ値を生成する。1はp
が示す位置へデータを転送する。1がデータ転送
中に2が同一の送信バツフアへデータを転送する
場合、又は同時にポインタをリードしようとした
時は、2はバス調停により待たされ、1がpを読
み取つた次のバスサイクル以降でポインタを読む
のでp+nを得る。この時、ポインタはp+n+
mとなる。mは2が転送するデータの大きさであ
る。転送データを3バイトとし、共通バスの1回
のバスサイクルで1バイト転送するものとして以
下にタイミングチヤートを用いて説明する。
When 1 transfers data to 5, it first reads p. At this time, p is automatically updated to p+n within the bus cycle in which p is read. n is the size of data that 1 transfers. The pointer consists of an adding circuit, which adds the size n of the transfer data to the pointer value p indicating the free space in the transmission buffer,
Generate a pointer value for CPU1. 1 is p
Transfer the data to the location indicated by . If 2 transfers data to the same sending buffer while 1 is transferring data, or if it tries to read the pointer at the same time, 2 will be forced to wait by bus arbitration and will not be able to read p in the next bus cycle after 1 reads p. Since we read the pointer, we get p+n. At this time, the pointer is p+n+
m. m is the size of data transferred by 2. The following explanation will be given using a timing chart assuming that the transfer data is 3 bytes and 1 byte is transferred in one bus cycle of the common bus.

第7図は第1図実施例におけるデータ転送のタ
イミングチヤートであり、44はポインタの内
容、45は共通バスのデータ、46はCPU1の
ローカルバスのデータ、47はCPU2のローカ
ルバスのデータを示す。48はCPU1がポイン
タを読み取るタイミング、50はCPU2がポイ
ンタを読み取るタイミングを示す。49,51,
53はCPU1がデータを転送するタイミング、
52,54,55はCPU2がデータを転送する
タイミングを示す。第8図は、第2図においてm
=n=3である場合におけるデータ送信用バツフ
アの構成を示す。56はCPUからのデータ転送
が完了しているエリア、57はCPU1が転送し
た3バイトデータエリア、58はCPU2が転送
した3バイトデータエリア、59は空きエリアを
示す。49,51,53及び52,54,55は
第7図のタイムチヤートにおける対応する番号の
タイムスロツトのデータを示す。
FIG. 7 is a timing chart of data transfer in the embodiment shown in FIG. 1, where 44 indicates the contents of the pointer, 45 indicates data on the common bus, 46 indicates data on the local bus of CPU1, and 47 indicates data on the local bus of CPU2. . 48 indicates the timing at which the CPU 1 reads the pointer, and 50 indicates the timing at which the CPU 2 reads the pointer. 49,51,
53 is the timing when CPU1 transfers data,
52, 54, and 55 indicate timings at which the CPU 2 transfers data. Figure 8 shows m in Figure 2.
The configuration of the data transmission buffer in the case where =n=3 is shown. 56 is an area where data transfer from the CPU has been completed, 57 is a 3-byte data area transferred by CPU 1, 58 is a 3-byte data area transferred by CPU 2, and 59 is an empty area. 49, 51, 53 and 52, 54, 55 indicate data of time slots with corresponding numbers in the time chart of FIG.

CPU1が3バイトのデータを転送する場合、
タイミング48で44を読みpを得る。この時、
ポインタの内容44はp+3になる。そして、
CPU1はpで示される番地から3バイトを転送
する。CPU2がデータを転送する場合、タイミ
ング50で44を読み取りp+3を得る。この
時、44はp+6になる。CPU2はp+3で始
まる連続する3つの番地へ3バイトを転送する。
従つて、CPU1とCPU2とでは送信バツフアの
転送エリアが異なるので、互いにデータが混じる
ことはない。
When CPU1 transfers 3 bytes of data,
At timing 48, read 44 and obtain p. At this time,
The contents 44 of the pointer become p+3. and,
CPU1 transfers 3 bytes from the address indicated by p. When the CPU 2 transfers data, it reads 44 at timing 50 and obtains p+3. At this time, 44 becomes p+6. CPU2 transfers 3 bytes to three consecutive addresses starting at p+3.
Therefore, since the transmission buffer transfer areas of CPU1 and CPU2 are different, data will not be mixed with each other.

(発明の効果) 以上説明したように、本発明では、バツフア管
理をするポインタを読み取りバスサイクル内で更
新することにより、複数のCPUが同時に同一バ
ツフアへデータを転送できる。そこで、本発明に
よれば、データの転送が効率的に行え、しかも1
つのCPUが共通バスを長時間占有してしまうこ
とのない共通バス制御方法が提供できる。
(Effects of the Invention) As described above, in the present invention, by updating the pointer for buffer management within a read bus cycle, a plurality of CPUs can simultaneously transfer data to the same buffer. Therefore, according to the present invention, data can be efficiently transferred and
It is possible to provide a common bus control method that prevents two CPUs from occupying the common bus for a long time.

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

第1図は本発明の一実施例のシステム図、第2
図は第1図実施例における周辺機器5の中の送信
バツフアの構成を示す概念図、第3図はセマフオ
方式によるタイムチヤート、第4図はセマフオ方
式による送信バツフアの構成を示す図、第5図は
バースト方式によるタイムチヤート、第6図はバ
ースト方式による送信バツフアの構成を示す図、
第7図は第1図実施例におけるタイムチヤート、
第8図は転送データが3バイトで共通バスの1回
のバスサイクルで1バイトの転送をする場合にお
ける第1図実施例の送信バツフアの構成を示す図
である。 1,2,3……CPU、4……共通バス、5…
…データ送受信用周辺機器、6,26,40,5
6……CPUからの転送が完了したエリア、7,
8……CPUからデータ転送中のエリア、9,2
9,43,59……バツフアの空きエリア、10
……セマフオのフラツグ、11,31,45……
共通バス上のデータ、12,32,46……
CPU1のローカルバス上のデータ、13,33,
47……CPU2のローカルバス上のデータ、1
4,21……セマフオチエツクアンドセツトタイ
ミング、15,17,19,34,35,36,
49,51,53……CPU1のデータ転送タイ
ミング、16,18……セマフオのチエツクタイ
ミング、20,25……セマフオの解除タイミン
グ、22,23,24,37,38,39,5
2,54,55……CPU2のデータ転送タイミ
ング、27,41,57……CPU1からの転送
データエリア、28,42,58……CPU2か
らの転送データエリア、30……バスロツク信
号、44……ポインタの内容、48,50……ポ
インタ読み取りタイミング。
Figure 1 is a system diagram of one embodiment of the present invention, Figure 2 is a system diagram of an embodiment of the present invention.
The figures are a conceptual diagram showing the configuration of the transmission buffer in the peripheral device 5 in the embodiment shown in FIG. 1, FIG. 3 is a time chart based on the Semapho system, FIG. The figure is a time chart according to the burst method, and FIG. 6 is a diagram showing the configuration of a transmission buffer according to the burst method.
FIG. 7 is a time chart in the embodiment shown in FIG.
FIG. 8 is a diagram showing the configuration of the transmission buffer in the embodiment of FIG. 1 when the transfer data is 3 bytes and 1 byte is transferred in one bus cycle of the common bus. 1, 2, 3...CPU, 4...Common bus, 5...
...Peripheral equipment for data transmission and reception, 6, 26, 40, 5
6... Area where the transfer from the CPU has been completed, 7,
8...Area where data is being transferred from the CPU, 9,2
9, 43, 59...Batsuhua's vacant area, 10
...Semapho flag, 11, 31, 45...
Data on the common bus, 12, 32, 46...
Data on local bus of CPU1, 13, 33,
47...Data on the local bus of CPU2, 1
4, 21... Semaphore check and set timing, 15, 17, 19, 34, 35, 36,
49, 51, 53... Data transfer timing of CPU1, 16, 18... Semaphore check timing, 20, 25... Semaphore release timing, 22, 23, 24, 37, 38, 39, 5
2, 54, 55... Data transfer timing of CPU2, 27, 41, 57... Transfer data area from CPU 1, 28, 42, 58... Transfer data area from CPU 2, 30... Bus lock signal, 44... Contents of pointer, 48, 50... Pointer reading timing.

Claims (1)

【特許請求の範囲】[Claims] 1 複数のCPUを共通バスを介して共通のデー
タ送受信バツフアに接続し、バスアクセス毎にバ
ス調停を行い1バイトずつ転送する方法におい
て、前記データ送受信バツフアの空き領域の開始
番地をポインタで示し、前記CPUがデータ転送
前に前記ポインタの値を1バスサイクルで読み取
り、前記ポインタは該1バスサイクル内で転送バ
イト数と現在のポインタ値とを加算することによ
り新たなポインタ値を生成することを特徴とする
共通バス制御方法。
1. In a method in which multiple CPUs are connected to a common data transmission/reception buffer via a common bus, bus arbitration is performed for each bus access, and one byte is transferred, the starting address of the free area of the data transmission/reception buffer is indicated by a pointer, The CPU reads the value of the pointer in one bus cycle before data transfer, and the pointer generates a new pointer value by adding the number of transferred bytes and the current pointer value within the one bus cycle. Features a common bus control method.
JP3816785A 1985-02-27 1985-02-27 Common bus control system Granted JPS61196349A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3816785A JPS61196349A (en) 1985-02-27 1985-02-27 Common bus control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3816785A JPS61196349A (en) 1985-02-27 1985-02-27 Common bus control system

Publications (2)

Publication Number Publication Date
JPS61196349A JPS61196349A (en) 1986-08-30
JPH0572619B2 true JPH0572619B2 (en) 1993-10-12

Family

ID=12517840

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3816785A Granted JPS61196349A (en) 1985-02-27 1985-02-27 Common bus control system

Country Status (1)

Country Link
JP (1) JPS61196349A (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01232461A (en) * 1988-03-14 1989-09-18 Agency Of Ind Science & Technol Parallel processing controller
JP2836283B2 (en) * 1991-04-11 1998-12-14 日本電気株式会社 Buffer management method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5831437A (en) * 1981-08-17 1983-02-24 Toshiba Corp Data receiver
JPS5897944A (en) * 1981-12-07 1983-06-10 Nec Corp Data transfer system among microprocessors
JPS60116064A (en) * 1983-11-28 1985-06-22 Mitsubishi Electric Corp Communication system between distributed processing processor

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5831437A (en) * 1981-08-17 1983-02-24 Toshiba Corp Data receiver
JPS5897944A (en) * 1981-12-07 1983-06-10 Nec Corp Data transfer system among microprocessors
JPS60116064A (en) * 1983-11-28 1985-06-22 Mitsubishi Electric Corp Communication system between distributed processing processor

Also Published As

Publication number Publication date
JPS61196349A (en) 1986-08-30

Similar Documents

Publication Publication Date Title
US5093780A (en) Inter-processor transmission system having data link which automatically and periodically reads and writes the transfer data
EP0226096B1 (en) Multiple-hierarchical-level multiprocessor system
US4130865A (en) Multiprocessor computer apparatus employing distributed communications paths and a passive task register
US3800287A (en) Data processing system having automatic interrupt identification technique
US4674033A (en) Multiprocessor system having a shared memory for enhanced interprocessor communication
CA1247249A (en) System bus means for inter-processor communication
EP0139563B1 (en) Control mechanism for multiprocessor system
EP0301610B1 (en) Data processing apparatus for connection to a common communication path in a data processing system
US4611275A (en) Time sharing device for access to a main memory through to a single bus connected between a central computer and a plurality of peripheral computers
EP0139568A2 (en) Message oriented interrupt mechanism for multiprocessor systems
JPH0572619B2 (en)
GB2060961A (en) Data processing system having memory modules with distributed address information
US20020091957A1 (en) Multiprocessor array
JP2972491B2 (en) Bus control mechanism and computer system
US4697268A (en) Data processing apparatus with message acceptance monitoring
US6058449A (en) Fault tolerant serial arbitration system
US5909558A (en) Low power serial arbitration system
EP0193305A2 (en) System interface for coupling standard microprocessor to a communications adapter
US6345332B1 (en) Bus interchange apparatus and dual system for accessing a fault information register without regard to buffer conditions
JPS6155704B2 (en)
JPS6367702B2 (en)
EP0577431A2 (en) Method of resetting coupled modules and a system using the method
Rimmer The fundamentals of FASTBUS
JPH04225458A (en) Computer
RU2526762C1 (en) Resource allocation controller

Legal Events

Date Code Title Description
EXPY Cancellation because of completion of term