JPH07109598B2 - Inter-module data transfer device - Google Patents

Inter-module data transfer device

Info

Publication number
JPH07109598B2
JPH07109598B2 JP60202129A JP20212985A JPH07109598B2 JP H07109598 B2 JPH07109598 B2 JP H07109598B2 JP 60202129 A JP60202129 A JP 60202129A JP 20212985 A JP20212985 A JP 20212985A JP H07109598 B2 JPH07109598 B2 JP H07109598B2
Authority
JP
Japan
Prior art keywords
address
module
match
bus
data
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
JP60202129A
Other languages
Japanese (ja)
Other versions
JPS6263360A (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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP60202129A priority Critical patent/JPH07109598B2/en
Publication of JPS6263360A publication Critical patent/JPS6263360A/en
Publication of JPH07109598B2 publication Critical patent/JPH07109598B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Bus Control (AREA)

Description

【発明の詳細な説明】 技術分野 本発明は情報処理装置に関し、特にバスを介して複数の
モジュール間でデータ転送を行うモジュール間データ転
送装置に関するものである。
TECHNICAL FIELD The present invention relates to an information processing device, and more particularly to an inter-module data transfer device for transferring data between a plurality of modules via a bus.

従来技術 複数のモジュールをバスにより結合し、各モジュールは
前記バスを介して通信を行うという手法は広く行われて
いる。このようなバスシステムの一例として第3図に示
す如き例がある。図において、複数のモジュール1,…,n
をバス20に接続し、またモジュール1,…,nにはそれぞれ
1,…,nのアドレスを対応して設定する。そして、各モジ
ュールは自分に設定されたアドレスと通信しようとする
相手に設定されたアドレスとをバス20上へ送出すること
によりデータ転送を行う。
2. Description of the Related Art A technique in which a plurality of modules are connected by a bus and each module communicates via the bus is widely used. An example of such a bus system is shown in FIG. In the figure, multiple modules 1, ..., n
Connected to bus 20 and modules 1, ..., n respectively
Set the address of 1, ..., n correspondingly. Then, each module performs data transfer by sending out the address set for itself and the address set for the other party with whom it is trying to communicate on the bus 20.

たとえば、モジュール1からモジュール2へデータを転
送する場合を考える。まず、モジュール1はバスの使用
権を獲得するための動作を行う。モジュール1は使用権
を獲得すると要求側モジュールとなり、バス上へ自分の
アドレス(以下SAと略す)の1と、通信したい相手のア
ドレス(以下DAと略す)の2と、更には必要なデータと
を送出する。モジュール2は要求側モジュールより送出
されたDAが自分のアドレスの2であることを認識する
と、応答側モジュールとなり送出されたSA,DA及びデー
タを夫々取込み、さらに必要な動作を行い、データ転送
が終了する。
For example, consider the case of transferring data from module 1 to module 2. First, the module 1 performs an operation for acquiring the right to use the bus. When module 1 acquires the right to use, it becomes the requesting module, and has 1 of its own address (abbreviated as SA below), 2 of the address of the other party with whom it wants to communicate (abbreviated as DA below), and the necessary data. Is sent. When the module 2 recognizes that the DA sent from the requesting module is 2 of its own address, it becomes the responding module and takes in the SA, DA and data sent, and performs the necessary operations to transfer the data. finish.

上記は、要求側(転送元)モジュールから送出されたDA
が応答側(転送先)モジュールのアドレスと一致した場
合のデータ転送動作であり、この転送動作を第1のデー
タ転送動作と称する。次に、応答側(転送先)モジュー
ルにおいて予め自身の相手アドレスレジスタに要求側
(転送元)モジュールのアドレスを設定しておき、要求
側(転送元)モジュールが送出したSAと当該レジスタに
設定されているアドレスとが一致したときにデータ転送
を行う場合の動作である第2のデータ転送動作につい
て、例えば、モジュール1からモジュール2へデータ転
送する場合を考える。まず、モジュール2は予め受信し
たい相手のアドレスを設定する相手アドレスレジスタに
モジュール1を示すアドレス値1を設定し、又要求側モ
ジュールより送出されたDAを無視する相手アドレス一致
マスク回路をセットしておく。モジュール1は前記と同
様に使用権を獲得すると、SAの1とDAとして2と必要な
データとを送出する。モジュール2はDAは無視するがSA
が相手アドレスレジスタに設定された値の1と同一だと
認識すると、応答側モジュールとなり送出されたSA,DA
及びデータを取込み、さらに必要な動作を行いデータ転
送が終了する。又モジュール2は、モジュール1以外か
ら送出されたデータはSAが1でないので拒絶する。
The above is the DA sent from the request side (transfer source) module
Is a data transfer operation when the address of the response side (transfer destination) module matches, and this transfer operation is referred to as a first data transfer operation. Next, in the response side (transfer destination) module, the address of the request side (transfer source) module is set in advance in its own address register, and the SA sent by the request side (transfer source) module and the register are set. Consider the second data transfer operation, which is the operation when data is transferred when the received address matches, for example, the case where data is transferred from module 1 to module 2. First, the module 2 sets the address value 1 indicating the module 1 in the partner address register that sets the address of the partner to receive in advance, and sets the partner address match mask circuit that ignores the DA sent from the requesting module. deep. When the module 1 acquires the usage right as described above, it sends out 1 of SA, 2 as DA and necessary data. Module 2 ignores DA but SA
Recognizes that it is the same as the value 1 set in the other party's address register, it becomes the response side module and SA, DA sent
Then, the data is taken in and necessary operations are performed to complete the data transfer. The module 2 rejects the data sent from other than the module 1 because the SA is not 1.

以上のように従来のバス制御方式では、要求側モジュー
ルと応答側モジュールとの1対1通信又はある特定の相
手データのみ受け取ることができる。
As described above, in the conventional bus control method, it is possible to receive one-to-one communication between the request side module and the response side module or receive only certain specific partner data.

上述した従来のバス制御方式では、ある特定の1つのモ
ジュールとのみデータ通信をする場合、応答側モジュー
ル内の特定のレジスタに要求側モジュールのアドレスを
予め設定しておくことにより、送信された自アドレスが
前記レジスタに設定された値と同一であった時のみ受信
する方式なので、要求側モジュールが応答側モジュール
と転送中にその応答側モジュール以外のモジュールに対
して、要求側モジュールとなってデータ転送ができない
という欠点があった。
In the conventional bus control method described above, when data communication is performed only with a specific one module, the address of the requesting module is set in advance in a specific register in the responding module so that the address of the requesting module is transmitted. Since it is a method to receive only when the address is the same as the value set in the register, the requesting module becomes the requesting module for the modules other than the responding module during transfer with the responding module. It had the drawback that it could not be transferred.

発明の目的 本発明は特定モジュールのみとのデータ転送を行ってい
る間に要求側モジュールは他のモジュールに対して要求
側モジュールとなってデータ転送を可能としたモジュー
ル間データ転送装置を提供することを目的としている。
It is an object of the present invention to provide an inter-module data transfer device that enables a requesting module to become a requesting module for another module while performing data transfer only with a specific module. It is an object.

発明の構成 本発明によれば、複数のモジュールが設けられ、各モジ
ュールは自分を示すアドレスを持ち、データ転送元モジ
ュールが自分のアドレスを転送元アドレスSAとして、ま
たデータ転送を行いたい相手モジュールのアドレスを転
送先アドレスDAとして共通バス上に送出することにより
モジュール間の通信を前記共通バスを介して行うように
したバス通信システムにおけるモジュール間データ転送
装置であって、 各モジュールの前記転送元アドレスSAの有効無効を示す
アドレス有効信号を他のモジュールへ送信するためのア
ドレス有効信号送出バスを設け、 前記モジュールの各々は、データ転送に先立ち前記転送
元アドレスSA,前記転送先アドレスDAを前記共通バスへ
送出し、更に当該転送元アドレスSAの有効無効を示すア
ドレス有効信号を前記アドレス有効信号送出バスに対し
て送出する手段と、自モジュールがデータ転送を受けた
い相手モジュールのアドレスを予め設定するレジスタ手
段と、前記共通バスから受信した前記転送元アドレスSA
と前記レジスタ手段の設定アドレスとの一致を検出する
第1の一致検出手段と、自アドレスと前記共通バスから
受信した前記転送先アドレスDAとの一致を検出する第2
の一致検出手段と、前記第2の一致検出手段の検出結果
を無効化する無効化手段と、前記無効化手段の非無効制
御時に前記第2の一致検出手段が一致を検出したとき前
記共通バス上のデータを取込むよう指示する手段と、前
記無効化手段の無効制御時に前記アドレス有効信号送出
バスから受信した前記アドレス有効信号が有効を示しか
つ前記第1の一致検出手段が一致を検出したときのみ前
記共通バス上のデータを取込むよう指示する手段と、 を含むことを特徴とするモジュール間データ転送装置が
得られる。
According to the present invention, a plurality of modules are provided, each module has an address indicating itself, and the data transfer source module uses its own address as the transfer source address SA, An inter-module data transfer device in a bus communication system in which communication between modules is performed via the common bus by transmitting an address as a transfer destination address DA onto the common bus, and the transfer source address of each module An address valid signal transmission bus for transmitting an address valid signal indicating whether SA is valid or invalid is provided to each module, and each of the modules shares the transfer source address SA and the transfer destination address DA with each other before data transfer. The address valid signal is sent to the bus and the valid address of the transfer source address SA is shown. Means for sending to the address valid signal sending bus, register means for presetting the address of the partner module whose own module wants to receive data transfer, and the transfer source address SA received from the common bus
And a second match detecting means for detecting a match between the register address and the set address of the register means, and a second match detecting means for detecting a match between the own address and the transfer destination address DA received from the common bus.
Match detection means, invalidation means for invalidating the detection result of the second match detection means, and the common bus when the second match detection means detects a match during non-invalidation control of the invalidation means. The means for instructing to take in the above data and the address valid signal received from the address valid signal sending bus at the time of invalid control of the invalidating means are valid and the first match detecting means has detected a match. Means for instructing to take in data on the common bus only when, and an inter-module data transfer device are obtained.

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

第1図は本発明の一実施例のブロック図である。ここで
は、2バイトのパラレルバスを例にとり説明する。
FIG. 1 is a block diagram of an embodiment of the present invention. Here, a 2-byte parallel bus will be described as an example.

1及び2はバスでそれぞれ上位側の8ビットと下位側の
8ビットを表す。本発明の特徴はこのバスの制御方式に
関するものである。3,4は上記バスに接続されるモジュ
ールで、本例ではモジュール3からモジュール4へデー
タ転送する場合であるので、モジュール3を要求側モジ
ュール、モジュール4を応答側モジュールとする。
Reference numerals 1 and 2 represent the upper 8 bits and the lower 8 bits, respectively. The feature of the present invention relates to this bus control system. Modules 3 and 4 are connected to the bus. In this example, data is transferred from the module 3 to the module 4. Therefore, the module 3 is a request side module and the module 4 is a response side module.

5はデータ受信用バッファ、6は要求側モジュールより
転送されたSA及びDAを格納するアドレスバッファ、7は
要求側モジュールより転送されたDAと応答側モジュール
の自アドレスとが一致したことを判定する相手アドレス
一致回路、8は要求側モジュールより転送されたSAと応
答側モジュールの相手アドレスレジスタの内容とが一致
したことを判定する自アドレス一致回路、9は受信した
い相手のアドレスを設定する相手アドレスレジスタ、10
は応答側モジュールの自アドレスレジスタ、11は応答側
モジュール内を制御するプロセッサ、14は転送されたデ
ータが自分宛であることを認識するとセットされる受信
認識フリップフロップ、21はバスクロック線、22は応答
側モジュールの内部バスである。101,102は論理和回
路、15及び18は応答側モジュール4とまったく同じ構成
をもつモジュールである。17,103は論理積回路であり、
特に17は自アドレス一致マスク回路として作用する。12
は相手アドレス一致マスク回路であり、セットクロック
23によりマスクセットされる。
5 is a buffer for receiving data, 6 is an address buffer for storing the SA and DA transferred from the requesting module, and 7 is a judgment that the DA transferred from the requesting module and the own address of the responding module match. Counter address matching circuit, 8 is a self address matching circuit that determines that the SA transferred from the requesting module matches the contents of the partner address register of the responding module, and 9 is a partner address that sets the address of the recipient to receive Register, 10
Is an address register of the responding module, 11 is a processor for controlling the inside of the responding module, 14 is a reception recognition flip-flop that is set when recognizing that the transferred data is addressed to itself, 21 is a bus clock line, 22 Is the internal bus of the responding module. Reference numerals 101 and 102 are OR circuits, and 15 and 18 are modules having exactly the same configuration as the response side module 4. 17,103 is an AND circuit,
Especially, 17 acts as a self-address matching mask circuit. 12
Is an address matching mask circuit, set clock
The mask is set by 23.

要求側モジュール3から応答側モジュール4へデータ転
送する場合を考える。まず、要求側モジュール3がバス
の使用権を獲得すると自分のアドレスをバス1へ、応答
側モジュール4のアドレスをバス2へ夫々送出する。こ
の場合バス1上のデータがSAであり、バス2上のデータ
がDAである。送出されたDAは応答側モジュール4の内部
にある相手アドレス一致回路7に入力され、応答側モジ
ュール4の自アドレスレジスタ10の値とDAとが一致する
と、相手アドレス一致回路7の出力が1となる。このと
き相手アドレス一致マスク回路12の出力が1になるよう
にプロセッサ11によりセットされているとすると、次の
バスクロックの立ち上りで受信認識フリップフロップ14
が1にセットされ、同時にSA及びDAをアドレスバッファ
6へ格納する。更に、SAとDAに続くデータをバスクロッ
クごとにデータバッファ5へ格納する。このようにして
要求側モジュール3から送出されたデータを応答側モジ
ュール4が受信する。第2図は上で述べた内容をタイム
チャートで示したものである。以上は従来技術で説明し
た第1のデータ転送動作である。
Consider a case where data is transferred from the requesting module 3 to the responding module 4. First, when the requesting module 3 acquires the right to use the bus, it sends its address to the bus 1 and the address of the responding module 4 to the bus 2. In this case, the data on bus 1 is SA and the data on bus 2 is DA. The sent DA is input to the partner address match circuit 7 inside the response side module 4, and when the value of the own address register 10 of the reply side module 4 matches the DA, the output of the partner address match circuit 7 becomes 1 Become. At this time, if the processor 11 is set so that the output of the partner address coincidence mask circuit 12 becomes 1, the reception recognition flip-flop 14 at the next rise of the bus clock.
Is set to 1, and SA and DA are simultaneously stored in the address buffer 6. Further, the data following SA and DA is stored in the data buffer 5 for each bus clock. In this way, the response side module 4 receives the data sent from the request side module 3. FIG. 2 is a time chart showing the contents described above. The above is the first data transfer operation described in the prior art.

次に従来技術で説明した第2のデータ転送動作につき説
明する。たとえばプロセッサ11により応答側モジュール
4の相手アドレスレジスタ9に要求側モジュール3を示
すアドレス値を設定し、また相手アドレス一致マスク回
路12の出力を0にセットしたとする。前記と同様に要求
側モジュール3がバスの使用権を獲得すると、SAをバス
1へ、DAをバス2へ送出する。この時、自アドレス有効
信号16を1にセットしておく。要求側モジュール3より
送出されたSAは応答側モジュール4の内部にある自アド
レス一致回路8に入力され応答側モジュール4の相手ア
ドレスレジスタ9の値とSAが一致すると自アドレス一致
回路8の出力が1となり、以後前後とまったく同じ手順
でSA,DAをアドレスバッファ6へ、データをデータバッ
ファ5へそれぞれ格納する。
Next, the second data transfer operation described in the prior art will be described. For example, it is assumed that the processor 11 sets an address value indicating the requesting module 3 in the partner address register 9 of the responding module 4 and sets the output of the partner address matching mask circuit 12 to zero. When the requesting module 3 acquires the right to use the bus in the same manner as described above, SA is sent to the bus 1 and DA is sent to the bus 2. At this time, the self address valid signal 16 is set to 1. The SA sent from the request side module 3 is input to the own address match circuit 8 inside the response side module 4, and when the SA matches the value of the partner address register 9 of the response side module 4, the output of the own address match circuit 8 is output. After that, SA and DA are stored in the address buffer 6 and data are stored in the data buffer 5, respectively, in exactly the same procedure as before and after.

次に、同様に応答側モジュール4の相手アドレスレジス
タ9に要求側モジュール3を示すアドレス値が設定さ
れ、また相手アドレス一致マスク回路12の出力が0にセ
ットされている場合、要求側モジュール15が従来方式で
応答側モジュール4にデータを転送したとする。この時
前記で述べた通り、相手アドレス一致回路7の出力は1
となるが相手アドレス一致マスク回路12の出力が0であ
るから論理積回路103の出力は0のままとなり応答側モ
ジュールには取り込まれずに拒絶される。以上は自アド
レス有効信号16を1にすることを除いて従来通りであ
る。
Next, when the address value indicating the requesting module 3 is similarly set in the partner address register 9 of the responding module 4 and the output of the partner address matching mask circuit 12 is set to 0, the requesting module 15 It is assumed that data is transferred to the response side module 4 by the conventional method. At this time, as described above, the output of the partner address coincidence circuit 7 is 1
However, since the output of the partner address coincidence mask circuit 12 is 0, the output of the AND circuit 103 remains 0 and is rejected without being taken into the response side module. The above is the same as the conventional method except that the own address valid signal 16 is set to 1.

本発明の特徴とするところは自アドレス有効信号16にあ
る。
The feature of the present invention resides in the own address valid signal 16.

先に述べたように、応答側モジュール4の相手アドレス
レジスタ9に要求側モジュール3のアドレス値を設定
し、また相手アドレス一致マスク回路12の出力を0にセ
ットする。この時、自アドレス有効信号16が1にセット
されていると要求側モジュール3より送出されたデータ
は、必ず応答側モジュール4に取り込まれる。応答側モ
ジュール4が上記のように設定されている時に、要求側
モジュール3が応答側モジュール4以外のモジュールに
データを転送する場合を考える。ここでは、応答側モジ
ュール18にデータを転送する場合を考える。
As described above, the address value of the requesting module 3 is set in the partner address register 9 of the responding module 4, and the output of the partner address matching mask circuit 12 is set to 0. At this time, if the own address valid signal 16 is set to 1, the data sent from the request side module 3 is always taken in by the response side module 4. Consider a case where the requesting module 3 transfers data to a module other than the responding module 4 when the responding module 4 is set as described above. Here, consider the case where data is transferred to the responding module 18.

要求側モジュール3は、従来方式とまったく同様にバス
の使用権を獲得すると自分のアドレスをバス1へ応答側
モジュール18のアドレスをバス2へ、自アドレス有効信
号16を0にセットする。この時、応答側モジュール18は
従来方式と全く同様にデータを格納する。ところで、応
答側モジュール4は転送された自アドレスが相手アドレ
スレジスタ9の値と一致して自アドレス一致回路8の出
力は1になるが、自アドレス有効信号16が0となってい
るので自アドレス一致マスク回路17の出力は0のままと
なりデータは格納されない。
When the requesting module 3 acquires the right to use the bus, the requesting module 3 sets its own address to the bus 1, the address of the responding module 18 to the bus 2, and the own address valid signal 16 to 0. At this time, the response side module 18 stores the data exactly as in the conventional method. By the way, the response side module 4 makes the transferred own address match the value of the partner address register 9 and the output of the own address matching circuit 8 becomes 1, but the own address valid signal 16 becomes 0, so the own address is The output of the match mask circuit 17 remains 0 and no data is stored.

このようにして、応答側モジュール4は要求側モジュー
ル3のデータのみを受け取るモード中に、要求側モジュ
ール3は、応答側モジュール4以外のモジュールに対
し、要求側モジュールとなって通信ができる。
In this way, while the response-side module 4 receives only the data of the request-side module 3, the request-side module 3 can communicate with modules other than the response-side module 4 as the request-side module.

以上述べた様に、自アドレス有効信号を設けることによ
り特定のモジュールのみとのデータ転送をしている間
に、要求側モジュールは他のモジュールに対して要求側
モジュールとなってデータ転送ができ、よって第2のデ
ータ転送動作時に要求側モジュールは他のモジュールと
第1のデータ転送動作が可能になるのである。
As described above, by providing the own address valid signal, the request side module becomes the request side module with respect to the other modules, and the data transfer can be performed while the data is transferred only with the specific module. Therefore, during the second data transfer operation, the requesting module can perform the first data transfer operation with other modules.

発明の効果 以上説明した様に、本発明は、バス上に自アドレス有効
信号を有し、各モジュール内に前記自アドレス有効信号
の送受信回路,各モジュール自身を示すアドレスと要求
側モジュールより送信された相手アドレスとが一致した
ことを判定する相手アドレス一致回路、受信した相手の
アドレスを設定する相手アドレスレジスタ、前記相手ア
ドレスレジスタの値と要求側モジュールより送信された
自アドレスとが一致したことを判定する自アドレス一致
回路、相手アドレス一致回路をマスクする相手アドレス
一致マスク回路、要求側モジュールより送信された自ア
ドレス有効信号が出ていない時に自アドレス一致回路の
出力をマスクする自アドレス一致マスク回路とを有して
いる。こうすることにより、相手アドレス一致回路の条
件が満されかつマスクされていない場合と相手アドレス
一致回路の条件が満されかつ自アドレス有効信号が出て
いる場合のうち少なくとも一方の条件が成立した場合
に、応答モジュールになるようにすることにより、特定
のモジュールのみとのデータ転送をしている間に、要求
側モジュールは他のモジュールに対して要求側モジュー
ルとなってデータ転送ができるという効果がある。
As described above, according to the present invention, the own address valid signal is provided on the bus, and the transmitting / receiving circuit of the self address valid signal in each module, the address indicating each module itself and the request side module are transmitted. The other party's address matching circuit that determines that the other party's address matches, the other party's address register that sets the received other party's address, and the fact that the value of the other party's address register matches the own address sent from the requesting module. Judgment own address match circuit, partner address match mask circuit that masks the partner address match circuit, own address match mask circuit that masks the output of the own address match circuit when the own address valid signal sent from the requesting module is not output And have. By doing so, if at least one of the conditions of the partner address match circuit is satisfied and is not masked, or the condition of the partner address match circuit is satisfied and the own address valid signal is output, the condition is satisfied. In addition, by making it the response module, the effect that the request side module can become the request side module and transfer the data to other modules while the data transfer is performed only with the specific module is there.

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

第1図は本発明の一実施例のブロック図、第2図は第1
図の動作を示すタイムチャート、第3図はバスシステム
の一例を示す図である。 主要部分の符号の説明 1,2……バス(上位下位各8ビット) 3……要求側モジュール 4……応答側モジュール 7……相手アドレスレジスタ 8……自アドレス一致回路 9……相手アドレスレジスタ 10……自アドレスレジスタ 12……相手アドレス一致マスク回路 13……自アドレス有効信号送信回路 14……受信認識フリップフロップ 17……自アドレス一致マスク回路
FIG. 1 is a block diagram of an embodiment of the present invention, and FIG.
FIG. 3 is a time chart showing the operation of the figure, and FIG. 3 is a diagram showing an example of the bus system. Description of main part code 1,2 ...... Bus (upper and lower 8 bits each) 3 ...... Request side module 4 ...... Response side module 7 ...... Destination address register 8 ...... Own address matching circuit 9 ...... Destination address register 10 …… Own address register 12 …… Own address match mask circuit 13 …… Own address valid signal transmission circuit 14 …… Reception recognition flip-flop 17 …… Own address match mask circuit

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】複数のモジュールが設けられ、各モジュー
ルは自分を示すアドレスを持ち、データ転送元モジュー
ルが自分のアドレスを転送元アドレスSAとして、またデ
ータ転送を行いたい相手モジュールのアドレスを転送先
アドレスDAとして共通バス上に送出することにより、モ
ジュール間の通信を前記共通バスを介して行うようにし
たバス通信システムにおけるモジュール間データ転送装
置であって、 各モジュールの前記転送元アドレスSAの有効無効を示す
アドレス有効信号を他のモジュールへ送信するためのア
ドレス有効信号送出バスを設け、 前記モジュールの各々は、データ転送に先立ち前記転送
元アドレスSA,前記転送先アドレスDAを前記共通バスへ
送出し、更に当該転送元アドレスSAの有効無効を示すア
ドレス有効信号を前記アドレス有効信号送出バスに対し
て送出する手段と、自モジュールがデータ転送を受けた
い相手モジュールのアドレスを予め設定するレジスタ手
段と、前記共通バスから受信した前記転送元アドレスSA
と前記レジスタ手段の設定アドレスとの一致を検出する
第1の一致検出手段と、自アドレスと前記共通バスから
受信した前記転送先アドレスDAとの一致を検出する第2
の一致検出手段と、前記第2の一致検出手段の検出結果
を無効化する無効化手段と、前記無効化手段の非無効制
御時に前記第2の一致検出手段が一致を検出したとき前
記共通バス上のデータを取込むよう指示する手段と、前
記無効化手段の無効制御時に前記アドレス有効信号送出
バスから受信した前記アドレス有効信号が有効を示しか
つ前記第1の一致検出手段が一致を検出したときのみ前
記共通バス上のデータを取込むよう指示する手段と、 を含むことを特徴とするモジュール間データ転送装置。
1. A plurality of modules are provided, each module having an address indicating itself, the data transfer source module using its own address as a transfer source address SA, and the address of a partner module to which data transfer is to be performed. An inter-module data transfer device in a bus communication system in which communication between modules is performed via the common bus by sending the address DA to the common bus, and the transfer source address SA of each module is valid. An address valid signal transmission bus for transmitting an address valid signal indicating invalidity is provided to each module, and each of the modules transmits the transfer source address SA and the transfer destination address DA to the common bus before data transfer. In addition, an address valid signal indicating that the transfer source address SA is valid is invalid. Means for sending relative effective signal transmission bus, a register means for the module itself to preset the address of the other modules to be subjected to data transfer, the transfer source address SA received from said common bus
And a second match detecting means for detecting a match between the register address and the set address of the register means, and a second match detecting means for detecting a match between the own address and the transfer destination address DA received from the common bus.
Match detection means, invalidation means for invalidating the detection result of the second match detection means, and the common bus when the second match detection means detects a match during non-invalidation control of the invalidation means. The means for instructing to take in the above data and the address valid signal received from the address valid signal sending bus at the time of invalid control of the invalidating means are valid and the first match detecting means has detected a match. And a means for instructing to take in the data on the common bus only when the inter-module data transfer apparatus.
JP60202129A 1985-09-12 1985-09-12 Inter-module data transfer device Expired - Lifetime JPH07109598B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60202129A JPH07109598B2 (en) 1985-09-12 1985-09-12 Inter-module data transfer device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60202129A JPH07109598B2 (en) 1985-09-12 1985-09-12 Inter-module data transfer device

Publications (2)

Publication Number Publication Date
JPS6263360A JPS6263360A (en) 1987-03-20
JPH07109598B2 true JPH07109598B2 (en) 1995-11-22

Family

ID=16452442

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60202129A Expired - Lifetime JPH07109598B2 (en) 1985-09-12 1985-09-12 Inter-module data transfer device

Country Status (1)

Country Link
JP (1) JPH07109598B2 (en)

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2536882A1 (en) * 1982-11-25 1984-06-01 Centre Nat Rech Scient INTERFACE FOR MANAGING EXCHANGES OF INFORMATION ON A COMMUNICATION BUS BETWEEN AT LEAST ONE CONTROL UNIT AND PERIPHERAL UNITS OR BETWEEN THESE PERIPHERAL UNITS
JPS59160256A (en) * 1983-03-02 1984-09-10 Nippon Telegr & Teleph Corp <Ntt> Processor controlling system
JPH0769886B2 (en) * 1984-01-31 1995-07-31 株式会社東芝 Communication method between devices connected to the bus

Also Published As

Publication number Publication date
JPS6263360A (en) 1987-03-20

Similar Documents

Publication Publication Date Title
EP0114485B1 (en) Communications system and device therefor employing control line minimization
EP0725351A3 (en) Expedited message transfer in a multi-nodal data processing system
EP0115348A2 (en) Remote initialization of interconnected communications stations
JPH07109598B2 (en) Inter-module data transfer device
JP2811770B2 (en) Host computer device
JP2957354B2 (en) Signal transfer method
JPH0548504B2 (en)
JPH01129548A (en) Communication controller
JPS62113258A (en) Bus controller
JPS6113839A (en) Method for controlling data transmission
JPH05324545A (en) Bus controller
JPS589620B2 (en) Peer communication system
JPH03151740A (en) Communication controller
JPS6294037A (en) Token ring communication system
JPH0722284B2 (en) Communication control device
JPH0741231Y2 (en) Data transmission system
JPS59161952A (en) Establishment of communication path
JPH0531336B2 (en)
JPS6343443A (en) Communication network equipment
JPH0630506B2 (en) Serial communication device
JPH0833841B2 (en) Data duplication processing system
JPS5858671A (en) Inter-device bus control system
JPS59132257A (en) System for transferring common bus information
JPS63199535A (en) Buffer full signal sending method in multiplex data transmission system
JPH0276339A (en) Transmission control system