JPH0661078B2 - Computer synchronization method - Google Patents

Computer synchronization method

Info

Publication number
JPH0661078B2
JPH0661078B2 JP61085600A JP8560086A JPH0661078B2 JP H0661078 B2 JPH0661078 B2 JP H0661078B2 JP 61085600 A JP61085600 A JP 61085600A JP 8560086 A JP8560086 A JP 8560086A JP H0661078 B2 JPH0661078 B2 JP H0661078B2
Authority
JP
Japan
Prior art keywords
synchronization
computer
computers
register
stage
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
JP61085600A
Other languages
Japanese (ja)
Other versions
JPS62242269A (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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP61085600A priority Critical patent/JPH0661078B2/en
Publication of JPS62242269A publication Critical patent/JPS62242269A/en
Publication of JPH0661078B2 publication Critical patent/JPH0661078B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は複合計算機システムの計算機間同期方式に係
り、特に多数台の計算機を多段または環状に接続して同
期をとりながら演算処理等を実行する場合に好適な同期
方式に関する。
The present invention relates to a computer-to-computer synchronization system of a composite computer system, and particularly to connecting a plurality of computers in multiple stages or in a ring to execute arithmetic processing while synchronizing them. The present invention relates to a synchronization method that is suitable when

〔従来の技術〕[Conventional technology]

第3図は多数台の計算機を多段接続する複合計算機シス
テムの例であり、システム全体を管理する計算機1へ多
数の計算機11,12,13,…1nが、はた、計算機
11には次段の計算機111,112,113,…11
mが、さらには第3段の計算機111へは第4段の計算
機がそれぞれ通信線により複数接続されている。
FIG. 3 is an example of a complex computer system in which a large number of computers are connected in multiple stages. A large number of computers 11, 12, 13, ... Computers 111, 112, 113, ... 11
Further, a plurality of computers of the fourth stage are connected to the computers 111 of the third stage and the computers 111 of the third stage by communication lines.

第4図は多数台の計算機を環状に接続する複合計算機シ
ステムの例であり、計算機1へ計算機11が、計算機1
1へ計算機111が接続され、以下同様にして最終の計
算機1111fが計算機1へ接続され、全体として環状
となるように通信線により接続されている。
FIG. 4 shows an example of a complex computer system in which a large number of computers are connected in a ring.
The computer 111 is connected to the computer 1, and the final computer 1111f is connected to the computer 1 in the same manner, and is connected by a communication line so as to form a ring as a whole.

従来、第3図に示すような多段構成における計算機間の
同期は以下のようにして実現していた。例えば、計算機
11は、その右段の計算機111,112,113,…
11mのレジスタのメモリの内容、あるいは専用の同期
信号線を各計算機より取出して布線論理をとった後の信
号線の状態等が期待する値となるまで確認を繰返し行う
か、あるいは、上記同期信号線を計算機11への割込み
信号線として割込み処理を行う。すなわち、計算機11
では、期待値と一致したこと、あるいは割込みが起った
ことによって、計算機111,112,113,…11
mの同期がとれたことをソフトウェア処理によって検出
する。また、計算機11は計算機111,112,11
3,…11mへ同期結果を通知し、これらの計算機のメ
モリへの書込みや割込み機能を用い、メモリ内容の変
化、割込み発生を検出することにより、計算機111,
112,113,…11mでは同期がとれたことを知
る。さらに多段にわたる複合計算機システム全体の同期
をとるには、上記計算機11,12,13,1nの結果
を計算機1へのレジスタやメモリの内容あるいは同期信
号線によって知らせることによる実現している。なお、
同期用レジスタやメモリは複数ビットから構成され、期
待する値を同期パターンと呼び、この同期パターンを複
数用意することで多種類の同期(多パターン同期)を実
現している。
Conventionally, synchronization between computers in a multistage configuration as shown in FIG. 3 has been realized as follows. For example, the computer 11 has computers 111, 112, 113, ...
Repeat the check until the contents of the memory of the 11m register, or the dedicated sync signal line from each computer and the state of the signal line after taking the wiring logic to the expected value, or the above synchronization Interrupt processing is performed by using the signal line as an interrupt signal line to the computer 11. That is, the computer 11
Then, because it matches the expected value or an interrupt occurs, the computers 111, 112, 113, ... 11
It is detected by software processing that m is synchronized. Further, the computer 11 is the computer 111, 112, 11
3, ... 11m are notified of the synchronization result, and the writing to the memory of these computers and the interrupt function are used to detect changes in the memory contents and the occurrence of interrupts.
At 112, 113, ... 11m, we know that synchronization has been achieved. Furthermore, synchronization of the entire multi-stage computer system is realized by notifying the results of the computers 11, 12, 13, 1n to the computer 1 by the contents of registers and memories or the synchronization signal line. In addition,
The synchronization register and memory are composed of a plurality of bits, the expected value is called a synchronization pattern, and multiple types of synchronization (multi-pattern synchronization) are realized by preparing a plurality of this synchronization pattern.

第4図に示す多数台の計算機を環状に接続する場合も上
記と基本的に同様である。
The case where a large number of computers shown in FIG. 4 are connected in a ring is basically the same as above.

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

上記のように、従来の同期方式ではソフトウェアを介す
るため、同期をとるべき全ての計算機が同期信号を発生
した後、実際に同期がとられるまでの時間が最良の場合
でもマシンクロックで10数クロックから数10クロッ
クを必要とする。従って、計算機を多段に接続する場合
には、同期に必要な時間が性能に大きく影響するという
問題が生じる。この同期時間を短縮するため、上記ソフ
トウェア処理をハードウェアで構成することも可能であ
るが、その場合、同期時間は短縮できるものゝ、その構
造が固定となるため、ソフトウェア処理と同等の多パタ
ーン同期を実現できないという問題が生じる。
As described above, since the conventional synchronization method is via software, even if the time until the actual synchronization is best after all the computers to be synchronized generate the synchronization signal, the machine clock is 10 or more clocks. To tens of clocks. Therefore, when computers are connected in multiple stages, there is a problem that the time required for synchronization greatly affects the performance. In order to shorten the synchronization time, it is possible to configure the software processing by hardware, but in that case, the synchronization time can be shortened, and since the structure is fixed, there are many patterns equivalent to software processing. The problem arises that synchronization cannot be achieved.

本発明の目的は、多段または環状に接続した多数の計算
機間で高速に多段、多パターン同期を実現する同期方式
を提供することにある。
It is an object of the present invention to provide a synchronization system that realizes high-speed multi-stage and multi-pattern synchronization among a large number of computers connected in multi-stages or in a ring.

〔問題点を解決するための手段及び作用〕[Means and Actions for Solving Problems]

本発明は、複数台の計算機を複数段または環状に接続し
た複合計算機システムにおいて、それぞれの計算機に、
同期パターンを保持するためのレジスタと、該レジスタ
に保持している同期パターンを次段まで伝えるか、ある
いは前段より伝ってきた同期パターンを次段へ通過させ
るか選択する切換回路と、次段より返送されてくる同期
結果を前段へ伝えるかあるいは前段より伝ってきた同期
パターンを同期結果として前段へ折返しを返送するかを
選択する切換回路と、これら切換回路の状態を保持する
保持回路、前記レジスタに保持している同期パターンと
次段より返送されてくる同期結果との一致を判定する一
致回路とを設ける。
The present invention, in a composite computer system in which a plurality of computers are connected in a plurality of stages or in a ring, in each computer,
A register for holding the synchronization pattern, a switching circuit for selecting whether to transmit the synchronization pattern held in the register to the next stage or to pass the synchronization pattern transmitted from the previous stage to the next stage, and the next stage A switching circuit for selecting whether to transmit the returned synchronization result to the previous stage or to return the synchronization pattern transmitted from the previous stage to the previous stage as the synchronization result, a holding circuit that holds the state of these switching circuits, and the register And a matching circuit that determines whether or not the synchronization pattern held in step 1 and the synchronization result returned from the next stage match.

同期を実現する場合、それぞれの計算機で前記各切換回
路を前もって一定の組合せに設定しておき、同期パター
ンをレジスタに設定した後、次段より返送されてくる同
期結果が、前記レジスタに保持している同期パターンと
一致したことを一致回路で検出することにより、複合計
算機システム全体あるいは同期結果が伝播している複数
の計算機間で同期がとれたことを認識する。
When realizing synchronization, each switching circuit is preset to a certain combination in each computer, the synchronization pattern is set in the register, and the synchronization result returned from the next stage is held in the register. The coincidence circuit detects that the synchronization pattern coincides with the existing synchronization pattern, thereby recognizing that synchronization has been established between the entire complex computer system or a plurality of computers to which the synchronization result has propagated.

〔実施例〕〔Example〕

以下、本発明の一実施例を第1図及び第2図により説明
する。
An embodiment of the present invention will be described below with reference to FIGS. 1 and 2.

第1図は本発明の一実施例のブロック図であって、計算
機1に計算機11,12,13が接続され、計算機11
に計算機111,112,113が接続された3段構成
の複合計算機システムを示す。同期信号バス回路26は
計算機11,12,13よりの同期信号をまとめて計算
機1の入力とする回路であり、同期信号バス回路261
は、計算機111,112,113よりの同期信号をま
とめて計算機11の入力とする回路であって、通常ワイ
ヤードアンド論理が使用される。信号線27は同期信号
入力線、信号線29は同期信号出力線であり、信号線2
8は同期結果出力線、信号線30は同期結果入力線であ
る。
FIG. 1 is a block diagram of an embodiment of the present invention, in which computers 11, 12, and 13 are connected to computer 1, and computer 11
1 shows a three-stage composite computer system in which computers 111, 112, 113 are connected. The synchronization signal bus circuit 26 is a circuit that collectively inputs the synchronization signals from the computers 11, 12, and 13 to the input of the computer 1. The synchronization signal bus circuit 261
Is a circuit that collects the synchronization signals from the computers 111, 112, 113 and inputs them to the computer 11, and normally wired and logic is used. The signal line 27 is a synchronizing signal input line, the signal line 29 is a synchronizing signal output line, and the signal line 2
Reference numeral 8 is a synchronization result output line, and signal line 30 is a synchronization result input line.

計算機11は、データ処理・演算を行う演算処理部20
と、同期パターンを保持するレジスタ21と、同期状態
の検出を行う一致回路22と、レジスタ21の出力線2
11と同期信号入力線27とを選択する切換回路23
と、同期結果入力線30と同期信号入力線27とを選択
する切換回路24と、切換回路23,24の状態を保持
する保持回路25とから構成される。計算機1,12,
13,111,112,113も計算機11と同じ構成
を有している。
The computer 11 includes an arithmetic processing unit 20 that performs data processing / arithmetic.
A register 21 for holding a synchronization pattern, a matching circuit 22 for detecting a synchronization state, and an output line 2 of the register 21.
Switching circuit 23 for selecting 11 and the synchronizing signal input line 27
A switching circuit 24 for selecting the synchronization result input line 30 and the synchronization signal input line 27, and a holding circuit 25 for holding the states of the switching circuits 23, 24. Calculator 1, 12,
13, 111, 112, 113 also have the same configuration as the computer 11.

はじめに、計算機11,12,13の1段のみの同期に
ついて説明する。
First, the synchronization of only one stage of the computers 11, 12, and 13 will be described.

同期処理に先立って、計算機1では、同期バス回路26
の出力が同期結果入力線30に接続されるように、計算
機11での同期信号切換回路23,24に相当する内部
回路で切換えておく。次に同期が必要となった場合、計
算機11では、演算処理部20よりの同期の種類を示す
同期パターンがレジスタ21に書込まれ、この同期パタ
ーンが同期信号切換回路23を通じて同期信号出力線2
9へ伝わり、同期信号バス回路26へ入力される。同様
にして、計算機12,13からの同期信号パターンも同
期信号バス回路26へ入力される。これらの同期信号パ
ターンは同期バス回路26で布線アンド論理がとられ、
計算機1を介して同期結果入力線30へ伝えられる。計
算機11では、伝えられた結果とレジスタ21へ書込ま
れている同期パターンが一致回路22によって比較さ
れ、一致した場合に一致結果が演算処理部20へ伝えら
れる。これら一連の動作は、計算機12,13に対して
も同様に起こり、計算機11,12,13の同期が実現
する。
Prior to the synchronization processing, in the computer 1, the synchronization bus circuit 26
The internal circuit corresponding to the synchronizing signal switching circuits 23 and 24 in the computer 11 is switched so that the output of the above is connected to the synchronizing result input line 30. When the next synchronization becomes necessary, in the computer 11, the synchronization pattern indicating the type of synchronization from the arithmetic processing unit 20 is written in the register 21, and this synchronization pattern is transmitted through the synchronization signal switching circuit 23 to the synchronization signal output line 2
9 and is input to the synchronization signal bus circuit 26. Similarly, the sync signal patterns from the computers 12 and 13 are also input to the sync signal bus circuit 26. These sync signal patterns are wired and logic by the sync bus circuit 26,
It is transmitted to the synchronization result input line 30 via the computer 1. In the computer 11, the coincidence circuit 22 compares the transmitted result with the synchronization pattern written in the register 21, and when they coincide, the coincidence result is transmitted to the arithmetic processing unit 20. The series of operations similarly occurs for the computers 12, 13 and the computers 11, 12, 13 are synchronized.

同様に、計算機11での同期信号切換回路24を、同期
信号入力線27の信号が同期結果出力線28へ伝わるよ
うに切換えておくことで、計算機111,112,11
3の同期も実現する。
Similarly, by switching the synchronization signal switching circuit 24 in the computer 11 so that the signal of the synchronization signal input line 27 is transmitted to the synchronization result output line 28, the computers 111, 112, 11
The synchronization of 3 is also realized.

次に計算機1と計算機11,12,13と計算機11
1,112,113の3段にわたる同期について説明す
る。
Next, the computer 1 and the computers 11, 12, 13 and the computer 11
The synchronization over three stages of 1, 112, 113 will be described.

この場合、計算機11では、同期信号入力線27の同期
信号が同期信号出力線29へ伝わるように同期信号切換
回路23を切換え、また、同期結果入力線30が同期結
果が同期結果出力線28へ伝わるように同期信号切換回
路24を切換えておく。なお、計算機1では同期信号バ
ス回路26の出力が同期結果入力線30へ伝わるように
切換えておく。
In this case, in the computer 11, the sync signal switching circuit 23 is switched so that the sync signal of the sync signal input line 27 is transmitted to the sync signal output line 29, and the sync result input line 30 sends the sync result to the sync result output line 28. The synchronization signal switching circuit 24 is switched so as to be transmitted. In the computer 1, the output of the synchronization signal bus circuit 26 is switched so as to be transmitted to the synchronization result input line 30.

次に同期が必要となった場合、計算機11では、演算処
理部20よりの同期の種類を示す同期パターンがレジス
タ21へ書込まれるが、この同期パターンは同期信号出
力線29へ伝わらない。他の計算機1と計算機12,1
3と計算機111,112,113についても同様な動
作が行われる。一方、計算機111,112,113に
ついては、それぞれからの同期信号の出力が同期信号バ
ス回路261を伝わって、布線アンド論理がとれた後、
計算機11の同期信号入力線27へ伝えられ、さらに同
期信号出力線29、同期結果入力線30、同期結果出力
線28へと伝えられ、最後には計算機111,112,
113へ同期の結果が伝えられる。
When the next synchronization is required, the computer 11 writes the synchronization pattern indicating the type of synchronization from the arithmetic processing unit 20 into the register 21, but the synchronization pattern is not transmitted to the synchronization signal output line 29. Other computer 1 and computer 12, 1
3 and the computers 111, 112 and 113 perform similar operations. On the other hand, for the computers 111, 112, 113, after the output of the synchronization signal from each computer is transmitted through the synchronization signal bus circuit 261, the wiring and logic is taken,
It is transmitted to the synchronization signal input line 27 of the computer 11, further transmitted to the synchronization signal output line 29, the synchronization result input line 30, the synchronization result output line 28, and finally to the computers 111, 112,
The result of synchronization is transmitted to 113.

計算機11では、上記同期結果入力線30が結果とレジ
スタ21へ書込まれている同期パターンとが一致回路2
2によって比較され、一致した場合に一致結果が演算処
理部20へ伝えられる。この動作は、他の計算機1と計
算機12,13と計算機111,112,113につい
ても同様に起る。すなわち、多段に接続されて、同期結
果の伝播する計算機1と計算機11,12,13と計算
機111,112,113との全てにわたっての同期が
実現する。
In the computer 11, the result of the synchronization result input line 30 and the synchronization pattern written in the register 21 match the circuit 2.
2 is compared, and if they match, the matching result is transmitted to the arithmetic processing unit 20. This operation similarly occurs for the other computers 1, the computers 12, 13, and the computers 111, 112, 113. That is, the synchronization is realized in all of the computers 1, 11, 12, 13 and the computers 111, 112, 113 which are connected in multiple stages and propagate the synchronization result.

第1図において、レジスタ21、一致回路22、同期切
換回路23,24、同期信号入力線27、同期信号出力
線29、同期信号入力線30、同期信号出力線28およ
び同期信号バス回路26,261は複数ビット、複数信
号線によって構成することが可能であり、これらの一部
を1段の同期指定用に、また、一部を多段同期指定用に
切換えることは容易に推測できる。また、第1図につい
て各段の計算機を1台とすれば、複数台の計算機を環状
に接続した構成の同期がそのまゝ実現することも容易に
推測できる。
In FIG. 1, a register 21, a matching circuit 22, synchronous switching circuits 23 and 24, a synchronous signal input line 27, a synchronous signal output line 29, a synchronous signal input line 30, a synchronous signal output line 28, and synchronous signal bus circuits 26 and 261. Can be composed of a plurality of bits and a plurality of signal lines, and it can be easily inferred that some of these are switched for one-stage synchronization designation and some of them are switched for multi-stage synchronization designation. Further, if it is assumed that there is one computer at each stage in FIG. 1, it can be easily inferred that the synchronization of the configuration in which a plurality of computers are connected in a ring can be realized as it is.

なお、切換状態保持回路25は、演算処理部20よりの
切換指定に従って、同期信号切換回路23,24の状態
を保持する機構であって、演算処理部20より切換回路
23,24の状態を知る場合に利用する。
The switching state holding circuit 25 is a mechanism for holding the states of the synchronization signal switching circuits 23 and 24 in accordance with the switching designation from the arithmetic processing unit 20, and the arithmetic processing unit 20 knows the states of the switching circuits 23 and 24. Use in case.

第2図は本発明の他の実施例を示す図であって、計算機
11での同期信号切換回路23の入力側に、さらに同期
信号入力線27とレジスタ出力211とに対する内蔵同
期信号バス回路231を接続したものである。第2図に
おいては、同期信号入力線27とレジスタ出力線211
との布線論理をとることにより、第1図の実施例の他
に、さらに多くの同期パターンを指定する同期が実現す
る。
FIG. 2 is a diagram showing another embodiment of the present invention, in which the built-in synchronizing signal bus circuit 231 for the synchronizing signal input line 27 and the register output 211 is provided on the input side of the synchronizing signal switching circuit 23 in the computer 11. Is connected. In FIG. 2, the synchronizing signal input line 27 and the register output line 211 are shown.
By laying out the wiring logic with, the synchronization designating more synchronization patterns than the embodiment of FIG. 1 is realized.

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

以上の説明から明らかなように本発明によれば、複数台
の計算機を多段または環状に接続した複合計算機システ
ムにおいて、各計算機に、同期パターンを保持するレジ
スタと、この同期パターンを次段に伝えるかどうかの切
換えを選択する切換回路等を設けることにより、任意の
段間での同期や多パターン同期を高速に実現できる。従
って、例えば、多段接続した複合計算機システムへデー
タを割付けて負荷分散処理、並列独立処理する画像生成
処理、辞書の検索等の応用等において、効率的な同期方
式を提供できる。
As is apparent from the above description, according to the present invention, in a composite computer system in which a plurality of computers are connected in a multi-stage or annular manner, each computer is notified of a register holding a synchronization pattern and the synchronization pattern to the next stage. By providing a switching circuit for selecting whether to switch or not, it is possible to realize synchronization between arbitrary stages and multi-pattern synchronization at high speed. Therefore, for example, an efficient synchronization method can be provided in applications such as load distribution processing by allocating data to multi-stage connected multi-function computer systems, image generation processing for parallel independent processing, dictionary search, and the like.

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

第1図は本発明の一実施例のブロック図、第2図は本発
明の他の実施例のブロック図、第3図は多段接続構成の
複合計算機システムの一例を示す図、第4図は環状接続
構成の複合計算機システムの一例を示す図である。 1……最上段計算機、11,12,13……第2段計算
機、111,112,113……第3段計算機、20…
…演算処理部、21……レジスタ、22……一致回路、
23,24……同期信号切換回路、25……切換状態保
持回路、26,261……同期信号バス回路、27……
同期信号入力線、28……同期結果出力線、29……同
期信号出力線、30……同期結果入力線。
FIG. 1 is a block diagram of an embodiment of the present invention, FIG. 2 is a block diagram of another embodiment of the present invention, FIG. 3 is a diagram showing an example of a multi-stage connection-type composite computer system, and FIG. It is a figure which shows an example of the multi-functional computer system of a ring connection structure. 1 ... Top-stage computer, 11, 12, 13 ... Second-stage computer, 111, 112, 113 ... Third-stage computer, 20 ...
... arithmetic processing unit, 21 ... register, 22 ... matching circuit,
23, 24 ... Synchronous signal switching circuit, 25 ... Switching state holding circuit, 26, 261, ... Synchronous signal bus circuit, 27 ...
Sync signal input line, 28 ... Sync result output line, 29 ... Sync signal output line, 30 ... Sync result input line.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】複数台の計算機を複数段または環状に接続
した複合計算機システムにおいて、それぞれの計算機
に、同期パターンを保持するレジスタと、該レジスタの
同期パターンを次段へ伝播させるか、あるいは前段より
伝ってきた同期パターンを次段に通過させるかを選択す
る切換回路と、次段より返送されてくる同期結果を前段
へ伝播させるか、あるいは前段より伝ってきた同期パタ
ーンを前段へ折返し返送するかを選択する切換回路と、
前記レジスタに保持している同期パターンと次段より返
送されてくる同期結果との一致を判定する一致回路とを
設け、前記両切換回路を所定の組合せに設定すると共
に、同期パターンを前記レジスタへ設定した後、次段よ
り返送されてくる同期結果と、前記レジスタに保持して
いる同期パターンとの一致を前記一致回路で判定するこ
とにより、同期結果が伝播している複数の計算機間の同
期をとることを特徴とする計算機間同期方式。
1. In a composite computer system in which a plurality of computers are connected in a plurality of stages or in a ring, a register holding a synchronization pattern and a synchronization pattern of the register are propagated to the next stage or to the previous stage in each computer. A switching circuit that selects whether to pass the synchronization pattern transmitted from the next stage to the next stage, and propagates the synchronization result returned from the next stage to the previous stage, or returns the synchronization pattern transmitted from the previous stage to the previous stage. And a switching circuit to select
A matching circuit for determining whether the synchronization pattern held in the register and the synchronization result returned from the next stage are matched is provided, both switching circuits are set in a predetermined combination, and the synchronization pattern is sent to the register. After setting, the matching circuit determines whether the synchronization result sent back from the next stage matches the synchronization pattern held in the register. A computer-to-computer synchronization method characterized by:
JP61085600A 1986-04-14 1986-04-14 Computer synchronization method Expired - Fee Related JPH0661078B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61085600A JPH0661078B2 (en) 1986-04-14 1986-04-14 Computer synchronization method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61085600A JPH0661078B2 (en) 1986-04-14 1986-04-14 Computer synchronization method

Publications (2)

Publication Number Publication Date
JPS62242269A JPS62242269A (en) 1987-10-22
JPH0661078B2 true JPH0661078B2 (en) 1994-08-10

Family

ID=13863316

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61085600A Expired - Fee Related JPH0661078B2 (en) 1986-04-14 1986-04-14 Computer synchronization method

Country Status (1)

Country Link
JP (1) JPH0661078B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015127982A (en) * 2015-04-06 2015-07-09 学校法人早稲田大学 Multiprocessor system

Also Published As

Publication number Publication date
JPS62242269A (en) 1987-10-22

Similar Documents

Publication Publication Date Title
JP2610213B2 (en) Synchronization device and synchronization method
JP5459807B2 (en) Debug signaling in multiprocessor data processing systems
US3471686A (en) Error detection system for synchronized duplicate data processing units
US5422914A (en) System and method for synchronizing data communications between two devices operating at different clock frequencies
US3959589A (en) Digital bit stream synchronizer
JPH0661078B2 (en) Computer synchronization method
EP1612662A2 (en) Address generator and arithmetic circuit
US4065639A (en) Synchronous transmission control system
JPS61501661A (en) Parallel synchronous operation
JP4428819B2 (en) Multi-input data sorting circuit
JPH0267665A (en) Interface circuit
JPH08307405A (en) Frame synchronism detection device
JPH054041Y2 (en)
JPS61174851A (en) Bus control system
JPS61131057A (en) Serial i/o system
JPH02249054A (en) Data processor
JPH03148741A (en) Control system for bus extending mechanism
JPH02219165A (en) Data transfer system
JPH06161708A (en) Floating point arithmetic unit
JPH01303561A (en) Inter-processor synchronizing device
JPH08204524A (en) Clock phase control circuit and digital signal processing circuit using the circuit
JPS61262853A (en) Highly reliable computer
JPH0314156A (en) Information processor
JPH03214334A (en) Fault information collecting system
JPS63163949A (en) Multi processor system

Legal Events

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