JPH0564827B2 - - Google Patents
Info
- Publication number
- JPH0564827B2 JPH0564827B2 JP6713188A JP6713188A JPH0564827B2 JP H0564827 B2 JPH0564827 B2 JP H0564827B2 JP 6713188 A JP6713188 A JP 6713188A JP 6713188 A JP6713188 A JP 6713188A JP H0564827 B2 JPH0564827 B2 JP H0564827B2
- Authority
- JP
- Japan
- Prior art keywords
- processor
- receiving
- signal
- transmitting
- fifo memory
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Lifetime
Links
Landscapes
- Multi Processors (AREA)
- Information Transfer Systems (AREA)
Description
【発明の詳細な説明】
〔産業上の利用分野〕
本発明は、プロセツサ間の通信負荷の軽減をは
かるプロセツサ間通信装置に関する。DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an inter-processor communication device that reduces the communication load between processors.
第2図に、従来のプロセツサ間通信方法の例を
示す。2つのプロセツサ1,2があり、プロセツ
サ2が入力許可信号8を発生した場合のみ、プロ
セツサ1は、書込み信号7及び書込みデータ6と
を、プロセツサ2へ送る。プロセツサ1は送信側
プロセツサ、プロセツサ2は受信側プロセツサと
呼ぶこととする。
FIG. 2 shows an example of a conventional inter-processor communication method. There are two processors 1 and 2, and processor 1 sends a write signal 7 and write data 6 to processor 2 only when processor 2 generates an input permission signal 8. Processor 1 will be referred to as a transmitting processor, and processor 2 will be referred to as a receiving processor.
送信側プロセツサ1と受信側プロセツサ2とは
処理速度が異なることが多い。従つて、正確な同
期化手段が必要である。 The transmitting processor 1 and the receiving processor 2 often have different processing speeds. Therefore, accurate synchronization means are required.
かかる観点の従来例には、特開昭61−138357号
がある。特開昭61−138357号は受信側プロセツサ
側に、FIFOメモリを設けて、同期化をはかる例
であつた。 A conventional example from this point of view is JP-A-61-138357. JP-A-61-138357 is an example in which a FIFO memory is provided on the receiving processor side to achieve synchronization.
特開昭61−138357号は、2つのプロセツサ間の
通信の同期化を目的とする。従つて、一台の送信
側プロセツサと複数の受信側プロセツサとの間の
同期化は考慮さていない。特に、このマルチプロ
セツサシステムにあつては、受信側プロセツサの
応動である入力許可信号8の発生するタイミング
毎に、受信側プロセツサは送信処理を実行せねば
ならなかつた。この結果、送信側プロセツサで送
信処理にかかる時間が増大し、いわゆる負荷の増
大との結果を招く。
JP-A-61-138357 aims to synchronize communication between two processors. Therefore, synchronization between a single transmitting processor and multiple receiving processors is not considered. In particular, in this multiprocessor system, the receiving processor has to perform transmission processing every time the input permission signal 8, which is a response of the receiving processor, is generated. As a result, the time required for transmission processing at the transmitter processor increases, resulting in what is called an increase in load.
本発明の目的は、マルチプロセツサシステムに
おいてプロセツサ間の通信負荷、即ち送信側プロ
セツサの送信負荷の軽減をはかつてなるプロセツ
サ間通信装置を提供するものである。 SUMMARY OF THE INVENTION An object of the present invention is to provide an interprocessor communication device that can reduce the communication load between processors in a multiprocessor system, that is, the transmission load on a transmitting processor.
本発明は、一定周期のクロツクを発生するクロ
ツク発生器と、受信側プロセツサ対応のFIFOレ
ジスタの入力許可信号毎に上記クロツクとの論理
積をとり、該論理積の結果の論理和をとり、該論
理和結果が“1”の時に送信側プロセツサに送信
要求割込みをかける手段と、を設けた。
The present invention performs an AND operation between a clock generator that generates a clock of a fixed period and the above-mentioned clock for each input enable signal of a FIFO register corresponding to a receiving processor, and then performs an OR operation on the result of the AND operation. Means for issuing a transmission request interrupt to the transmitting processor when the logical sum result is "1" is provided.
送信側プロセツサは、論理和出力が“1”の場
合に送信割込みを受けとり、受信側プロセツサへ
送信させることとした。この際、“1”は、クロ
ツクに同期化し、且つ受信側プロセツサの入力許
可信号に同期化することになる。これによつて、
送信側プロセツサと受信側プロセツサとの互いの
同期化を達成できる。且つ送信側プロセツサの送
信処理負荷の軽減をはかれる。
The transmitting processor receives the transmitting interrupt when the OR output is "1", and causes the transmitting interrupt to be transmitted to the receiving processor. At this time, "1" is synchronized with the clock and with the input permission signal of the receiving processor. By this,
Synchronization of the sending and receiving processors with each other can be achieved. Moreover, the transmission processing load on the transmitting processor can be reduced.
第1図は本発明のマルチプロセツサシステムの
実施例図を示す。このシステムは、1個のプロセ
ツサ装置1が送信部を構成し、2個のプロセツサ
装置2,2Aが受信部を構成する。勿論、受信部
は、3個以上の場合が多い。
FIG. 1 shows an embodiment of a multiprocessor system according to the present invention. In this system, one processor device 1 constitutes a transmitting section, and two processor devices 2 and 2A constitute a receiving section. Of course, the number of receiving sections is often three or more.
プロセツサ装置1は、送信側プロセツサ14
と、クロツクパルス発生器3、論理ゲート4より
成る。 The processor device 1 includes a transmitting processor 14
, a clock pulse generator 3, and a logic gate 4.
新規な部分は、発生器3及び論理ゲート4を設
けたことである。 The novel part is the provision of a generator 3 and a logic gate 4.
プロセツサ装置2,2Aは、同一構成より成
り、それぞれ、受信側プロセツサ15,FIFOメ
モリ(レジスタ)を持つ。但し、FIFOメモリの
容量や受信処理後の内容には異なることがある。 The processor devices 2 and 2A have the same configuration, and each has a receiving processor 15 and a FIFO memory (register). However, the capacity of the FIFO memory and the content after receiving processing may differ.
更に、プロセツサ装置2,2Aは、FIFOメモ
リ5が入力許可信号8,8Aを発生し、クロツク
9と共に論理ゲート4の入力となつている。論理
ゲート4の出力は送信要求信号10として送信側
プロセツサ14へ割込み入力となる。送信側プロ
セツサ14は、送信要求信号10を受けて書込み
指令信号7,7A、送信データ6,6Aを送出す
る。FIFOメモリ5は、読出し許可信号11を発
生して割込み入力を受信側プロセツサ15に行
い、受信側プロセツサ15は読出し指令信号12
をFIFOメモリ5に送り、読出しデータ13を受
信する。 Further, in the processor devices 2 and 2A, the FIFO memory 5 generates input enable signals 8 and 8A, which are input to the logic gate 4 together with the clock 9. The output of the logic gate 4 becomes an interrupt input to the transmitter processor 14 as a transmission request signal 10. The sending processor 14 receives the sending request signal 10 and sends out write command signals 7, 7A and sending data 6, 6A. The FIFO memory 5 generates a read permission signal 11 and inputs an interrupt to the receiving processor 15, and the receiving processor 15 generates a read command signal 12.
is sent to the FIFO memory 5, and read data 13 is received.
全体動作を説明する。第2図のタイムチヤート
を利用する。 The overall operation will be explained. Use the time chart shown in Figure 2.
送信側プロセツサ14は送信データを持ち、何
時でも送信可能になつているものとする。かかる
状態のもとで、受信側プロセツサ2,2Aから入
力許可信号8,8Aが入ると、クロツク9との同
期のもとで、論理ゲート4で送信要求信号10が
形成される。この送信要求10は割込み入力とし
て送信側プロセツサ14に入り、直ちに送信側プ
ロセツサ14は、書込み指令7,7A、及び送信
データ6,6Aを送出する。ここで、7と7A,
6と6Aとは同一内容である。 It is assumed that the transmitting processor 14 has transmission data and is ready for transmission at any time. Under such conditions, when the input permission signals 8, 8A are input from the receiving processors 2, 2A, the transmission request signal 10 is generated by the logic gate 4 in synchronization with the clock 9. This transmission request 10 enters the transmission side processor 14 as an interrupt input, and the transmission side processor 14 immediately sends out write commands 7, 7A and transmission data 6, 6A. Here, 7 and 7A,
6 and 6A have the same content.
FIFOメモリ5は、この指令7,7Aを受けて、
自己が入力許可信号を出していれば、その送信デ
ータを受入れ、ラツチする。自己が入力許可信号
を出していなければ、受信データの取込みは行わ
ない。 FIFO memory 5 receives these commands 7, 7A,
If it has issued an input permission signal, it accepts and latches the transmitted data. If it does not issue an input permission signal, it will not capture received data.
FIFOメモリ5は、ラツチしたデータを受信側
プロセツサ15に送り、受信を完了する。 The FIFO memory 5 sends the latched data to the receiving processor 15 and completes the reception.
第4図はプロセツサ装置1の詳細実施例図、第
5図はプロセツサ装置2の詳細実施例図である。 FIG. 4 is a diagram showing a detailed embodiment of the processor device 1, and FIG. 5 is a diagram showing a detailed embodiment of the processor device 2.
第4図で、クロツク発振器3は、クロツク発生
源24、及び分周回路25より成り、分周回路2
5で分周したパルス出力がクロツク信号9とな
る。このクロツク信号(又はインターバルクロツ
ク信号)の周期は、プロセツサ装置1と2との転
送レートで定まる。 In FIG. 4, the clock oscillator 3 consists of a clock generation source 24 and a frequency dividing circuit 25.
The pulse output frequency-divided by 5 becomes the clock signal 9. The period of this clock signal (or interval clock signal) is determined by the transfer rate between processor devices 1 and 2.
論理ロジツク4は、フリツプフロツプ(FF)
19,18,18A、受信バツフア17,17
A、アンドゲート20,20A、オアゲート24
より成る。FF18,18Aは入力許可信号8,
8Aを一時的にラツチする。アンドゲート20,
20Aは、FF19から得られるクロツク信号9
と、FF18,18Aから得られる入力許可信号
8,8Aとの間で論理積をとる。オアゲート20
Bは、アンドゲート20Aの出力の論理和をと
り、少なくともいずれか一方の出力が“1”で、
送信要求信号10を発生する。この送信要求信号
10は送信側プロセツサ14への割込み入力とな
り、該プロセツサ14はこの割込みを受けた後
に、送信処理を実行する。即ち、プロセツサ14
は、送信要求信号10を割込みで受付けると、書
込み指令信号7,7Aを送信バツフア22を介し
て送出し、併せて送信データ6,6Aを送信バツ
フア21を介して送出する。 Logic 4 is a flip-flop (FF)
19, 18, 18A, reception buffer 17, 17
A, AND gate 20, 20A, OR gate 24
Consists of. FF18, 18A is input permission signal 8,
Temporarily latch 8A. and gate 20,
20A is the clock signal 9 obtained from FF19.
and the input permission signals 8, 8A obtained from the FFs 18, 18A. or gate 20
B takes the logical sum of the outputs of the AND gate 20A, and at least one of the outputs is "1",
A transmission request signal 10 is generated. This transmission request signal 10 serves as an interrupt input to the transmitting side processor 14, and after receiving this interrupt, the processor 14 executes the transmitting process. That is, the processor 14
When receiving the transmission request signal 10 as an interrupt, it sends out the write command signals 7 and 7A via the transmission buffer 22, and also sends out the transmission data 6 and 6A via the transmission buffer 21.
一方、受信側プロセツサ装置2では、書込み指
令信号7、送信データ6を受信バツフア28,2
7を介して受取る。この時点で、FIFOメモリ5
は、入力許可信号端IRが“1”であれば、自分
は入力許可信号を送信バツフア29を介して送信
側プロセツサ装置1へ送つた系である故に、バツ
フア28を介しての書込み指令7を受取り、その
時の送信データ6をバツフア27を介して取込み
ラツチする。 On the other hand, in the receiving side processor device 2, the write command signal 7 and the transmission data 6 are sent to the receiving buffers 28, 2.
Receive via 7. At this point, FIFO memory 5
If the input permission signal terminal IR is “1”, the system sends the input permission signal to the sending processor device 1 via the sending buffer 29, so it does not send the write command 7 via the buffer 28. The received data 6 is taken in through the buffer 27 and latched.
一方、信号端IRが“0”であれば、自分は入
力許可信号を送つた系でない故に、送信データ6
のラツチは行わず、棄て去る。ここで、信号端
IRが“1”になるのはFIFOメモリ5の内部に空
白エリアが生じた場合である。 On the other hand, if the signal end IR is "0", it means that the system is not the system that sent the input permission signal, so the transmission data 6
It is not latched and is abandoned. Here, the signal end
IR becomes "1" when a blank area occurs inside the FIFO memory 5.
FIFOメモリ5は、データが書込まれる毎に、
読出し許可信号端ORから読出し許可信号11を
発生する。この許可信号11は受信側プロセツサ
15へ書込み信号として入力し、該プロセツサ1
5は読出し指令信号12を発生する。この指令信
号12を受けてFIFOメモリ5はFIFO方式に従つ
て最先の格納データ13を読出し、受信側プロセ
ツサ15はこのデータ13を受信する。尚、リセ
ツト信号16はメモリ5、受信側プロセツサ15
のリセツトのために存在し、例えば、立上げ時に
リセツトさせ、初期状態にさせる如き使い方をす
る。 Each time data is written to the FIFO memory 5,
A read permission signal 11 is generated from the read permission signal terminal OR. This permission signal 11 is input to the receiving processor 15 as a write signal, and the processor 1
5 generates a read command signal 12. Upon receiving this command signal 12, the FIFO memory 5 reads out the earliest stored data 13 according to the FIFO method, and the receiving processor 15 receives this data 13. Note that the reset signal 16 is sent to the memory 5 and the receiving processor 15.
For example, it is used to reset the system to the initial state at startup.
以上は第4図と第5図との大きな動作の流れで
あり、更に具体的な説明を行う。 The above is a general flow of operations in FIGS. 4 and 5, and a more specific explanation will be provided.
プロセツサ1は、内部リセツトが行われると送
信側プロセツサ14、SRフリツプフロツプ18、
DTフリツプフロツプ19が初期状態となり、SR
フリツプフロツプ18の1出力とDTフリツプフ
ロツプ19の0出力が出力されANDゲート20
を介して送信側プロセツサ14に割込み、転送す
べきデータが有る場合、転送データの送信プログ
ラムを実行する。これによつて転送データ信号6
とこの書込み信号7が送信バツフア(ドライバ回
路)21,22から出力される。一方、送信側プ
ロセツサ14の書込み信号によつて、SRフリツ
プフロツプ18の1出力とDTフリツプフロツプ
19の0出力は解除されANDゲート20、ORゲ
ート20Bからの割込要因はなくなり、転送デー
タ信号6とこの書込み信号7はドライバ回路21
からの出力を停止する。プロセツサ2は、内部リ
セツトが行われると受信側プロセツサ15と
FIFOメモリ5が初期状態となるる。この後にプ
ロセツサ1からの転送データ信号6とこの書込み
信号7がレシーバ回路(バツフア)17又は17
Aより入力すると、FIFOメモリ5はこの書込み
信号により転送データ信号を格納すると共にドラ
ツバ回路21,22からの入力許可信号8の出力
停止する。FIFOメモリ5は転送データ信号の格
納を完了すると、空白エリアが残つていれば再び
入力許可信号8をドライバ回路21,22より出
力する。これによつてプロセツサ1のSRフリツ
プフロツプ18の0出力が再度出力する。一方、
FIFOメモリ5はデータ格納状態を示す読出し許
可信号11を受信側プロセツサ15に出力する。
受信側プロセツサ15はこの読出し許可信号11
により割込まれ、プロセツサ1からの転送データ
の受信処理プログラムを実行する。これによつて
FIFOメモリ5に対し読出し信号12を出力し、
FIFOメモリ5は読出しデータ信号13を出力す
ると共に読出し許可信号11の出力を停止し割込
要因はなくなり、読出し信号12も出力停止す
る。 When the internal reset is performed, the processor 1 outputs the transmitting side processor 14, the SR flip-flop 18,
DT flip-flop 19 is in the initial state, and SR
The 1 output of the flip-flop 18 and the 0 output of the DT flip-flop 19 are output, and the AND gate 20
If there is data to be transferred, the transmitting side processor 14 is interrupted via the transmitting side processor 14, and if there is data to be transferred, a program for transmitting the transferred data is executed. As a result, the transfer data signal 6
This write signal 7 is output from transmission buffers (driver circuits) 21 and 22. On the other hand, the 1 output of the SR flip-flop 18 and the 0 output of the DT flip-flop 19 are canceled by the write signal from the transmitting side processor 14, and the interrupt factors from the AND gate 20 and OR gate 20B disappear, and the transfer data signal 6 and this Write signal 7 is sent to driver circuit 21
Stop output from. When the internal reset is performed, the processor 2 communicates with the receiving processor 15.
The FIFO memory 5 is in its initial state. After this, the transfer data signal 6 from the processor 1 and this write signal 7 are transferred to the receiver circuit (buffer) 17 or 17.
When input from A, the FIFO memory 5 stores the transfer data signal in response to this write signal and stops outputting the input permission signal 8 from the driver circuits 21 and 22. When the FIFO memory 5 completes storing the transfer data signal, if a blank area remains, the driver circuits 21 and 22 output the input permission signal 8 again. As a result, the 0 output of the SR flip-flop 18 of the processor 1 is output again. on the other hand,
The FIFO memory 5 outputs a read permission signal 11 indicating the data storage state to the receiving processor 15.
The receiving processor 15 receives this read permission signal 11.
, and executes a program for receiving transfer data from the processor 1. Due to this
Outputs read signal 12 to FIFO memory 5,
The FIFO memory 5 outputs the read data signal 13 and stops outputting the read permission signal 11, the interrupt factor disappears, and the read signal 12 also stops being output.
一方、プロセツサ1の発振源24の出力を転送
レートまで分周する分周回路25は、転送レート
に従つたインターバルパルス信号9を出力してい
るので、このインターバルパルス信号9によつて
DTフリツプフロツプ19はトリガされ、0出力
が再度出力される。これによつて初めてSRフリ
ツプフロツプ18の1出力に対する論理積条件か
成立し送信側プロセツサ14に対し再度割込みを
実行する。尚、送信データ例は、同報通信での送
信データが代表的である。しかし、同報通信以外
の一般的な通信にも適用できる。 On the other hand, the frequency dividing circuit 25 that divides the output of the oscillation source 24 of the processor 1 to the transfer rate outputs the interval pulse signal 9 according to the transfer rate.
DT flip-flop 19 is triggered and a 0 output is output again. As a result, the AND condition for one output of the SR flip-flop 18 is satisfied for the first time, and an interrupt is executed again to the transmitting processor 14. Note that a typical example of transmission data is transmission data in broadcast communication. However, it can also be applied to general communications other than broadcast communications.
本発明によれば、インターバルパルス信号によ
り、送信側プロセツサは転送すべきデータの送信
処理プログラムを実行し、インターバルパルス信
号の無い時間は、送信処理以外のプログラムを実
行できるので、インターバルパルス信号によつて
送信レートの一定化、同期化ができ、送信側プロ
セツサの転送処理負荷を軽減できるという効果が
ある。
According to the present invention, the transmitting side processor executes the transmission processing program for the data to be transferred by the interval pulse signal, and can execute programs other than transmission processing during the time when there is no interval pulse signal. As a result, the transmission rate can be made constant and synchronized, and the transfer processing load on the transmitting processor can be reduced.
第1図は本発明の全体システムの実施例図、第
2図は従来例図、第3図はタイムチヤート、第4
図は送信側プロセツサ装置の実施例図、第5図は
受信側プロセツサ装置の実施例図である。
1……送信側プロセツサ装置、2……受信側プ
ロセツサ装置、3……クロツクパルス発生器、4
……論理ゲート、5……FIFOメモリ、14……
送信側プロセツサ、15……受信側プロセツサ。
Fig. 1 is an embodiment of the overall system of the present invention, Fig. 2 is a conventional example, Fig. 3 is a time chart, and Fig. 4 is a diagram of a conventional example.
The figure shows an embodiment of a transmitting processor, and FIG. 5 shows an embodiment of a receiving processor. 1... Transmission side processor device, 2... Receiving side processor device, 3... Clock pulse generator, 4
...Logic gate, 5...FIFO memory, 14...
Transmitting side processor, 15...Receiving side processor.
Claims (1)
と、 各受信側プロセツサ対応のFIFOメモリと、各
FIFOメモリの入力許可信号毎に上記クロツクと
の論理積をとり、各論理積の結果の論理和をと
り、該論理和結果が“1”の時に上記送信側プロ
セツサに送信要求割込みをかける手段と、 該割込みにより送信側プロセツサから出力され
る送信データを上記各FIFOメモリに送出する手
段と、 各FIFOメモリから読出された読出しデータを
対応受信側プロセツサに送出する手段と、 より成るプロセツサ間通信装置。 2 上記送信側プロセツサから出力されてくる送
信データを受信したFIFOメモリは、自己が入力
許可信号を出していない場合にはそのデータの取
込みを排除してなる請求項1記載のプロセツサ間
通信装置。[Claims] 1. A transmitting processor, a plurality of receiving processors, a clock generator that generates a clock with a constant cycle, a FIFO memory corresponding to each receiving processor, and a plurality of receiving processors.
Means for performing an AND with the clock for each input enable signal of the FIFO memory, taking a logical sum of the results of each logical product, and issuing a transmission request interrupt to the sending processor when the logical sum result is "1"; an inter-processor communication device comprising: means for transmitting the transmission data output from the transmitting processor in response to the interrupt to each of the FIFO memories; and means for transmitting the read data read from each FIFO memory to the corresponding receiving processor. . 2. The inter-processor communication device according to claim 1, wherein the FIFO memory that receives the transmission data outputted from the transmission side processor excludes the acquisition of the data if the FIFO memory itself does not issue an input permission signal.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP6713188A JPH01240963A (en) | 1988-03-23 | 1988-03-23 | Inter-processor communication equipment |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP6713188A JPH01240963A (en) | 1988-03-23 | 1988-03-23 | Inter-processor communication equipment |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPH01240963A JPH01240963A (en) | 1989-09-26 |
| JPH0564827B2 true JPH0564827B2 (en) | 1993-09-16 |
Family
ID=13336038
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP6713188A Granted JPH01240963A (en) | 1988-03-23 | 1988-03-23 | Inter-processor communication equipment |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH01240963A (en) |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US12298833B2 (en) | 2020-06-26 | 2025-05-13 | Intel Corporation | Performance level control in a data processing apparatus |
| US12175249B2 (en) * | 2023-01-04 | 2024-12-24 | Mercedes-Benz Group AG | System, device and/or method for processing signal streams |
-
1988
- 1988-03-23 JP JP6713188A patent/JPH01240963A/en active Granted
Also Published As
| Publication number | Publication date |
|---|---|
| JPH01240963A (en) | 1989-09-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US5280584A (en) | Two-way data transfer apparatus | |
| EP0476990B1 (en) | Dynamic bus arbitration | |
| US4965793A (en) | Method and apparatus for interfacing a system control unit for a multi-processor | |
| US5093780A (en) | Inter-processor transmission system having data link which automatically and periodically reads and writes the transfer data | |
| JPS5847050B2 (en) | I/O Interrupt System | |
| JPH036534B2 (en) | ||
| JPH0713926A (en) | Buffer control circuit and its operating method | |
| US4853847A (en) | Data processor with wait control allowing high speed access | |
| CA2407407A1 (en) | A low latency fifo circuit for mixed clock systems | |
| US4580243A (en) | Circuit for duplex synchronization of asynchronous signals | |
| US6567321B2 (en) | Semiconductor memory device using dedicated command and address strobe signal and associated method | |
| JPH0564827B2 (en) | ||
| US4493052A (en) | Method and arrangement for the monitored transfer of control signals at interfaces of digital systems | |
| JP3413894B2 (en) | Serial transmission device | |
| JPS6061859A (en) | Data communication system of microcomputer | |
| JPS6130300B2 (en) | ||
| JPH02211571A (en) | Information processor | |
| JPS5844426Y2 (en) | Inter-processor information transfer device | |
| KR900005452B1 (en) | Circuit improves data processing speed of microprocessor | |
| SU1520530A1 (en) | Device for interfacing computer with communication channel | |
| JPS5953959A (en) | Shared memory device | |
| JPS63184859A (en) | Shared memory transfer device | |
| JPS6250940A (en) | Control system for main memory device | |
| JPH04288654A (en) | Data transmission system | |
| JPH0756645B2 (en) | Data processing device |