JPH0431423B2 - - Google Patents

Info

Publication number
JPH0431423B2
JPH0431423B2 JP61057313A JP5731386A JPH0431423B2 JP H0431423 B2 JPH0431423 B2 JP H0431423B2 JP 61057313 A JP61057313 A JP 61057313A JP 5731386 A JP5731386 A JP 5731386A JP H0431423 B2 JPH0431423 B2 JP H0431423B2
Authority
JP
Japan
Prior art keywords
address
processor
data
processing
dma
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
Application number
JP61057313A
Other languages
Japanese (ja)
Other versions
JPS62212857A (en
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 filed Critical
Priority to JP61057313A priority Critical patent/JPS62212857A/en
Publication of JPS62212857A publication Critical patent/JPS62212857A/en
Publication of JPH0431423B2 publication Critical patent/JPH0431423B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/20Handling requests for interconnection or transfer for access to input/output bus
    • G06F13/28Handling requests for interconnection or transfer for access to input/output bus using burst mode transfer, e.g. direct memory access DMA, cycle steal

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Systems (AREA)
  • Computer And Data Communications (AREA)
  • Memory System (AREA)
  • Multi Processors (AREA)

Description

【発明の詳細な説明】 〔概要〕 マルチプロセツサにてデータ通信処理とデータ
処理を行う装置のバツフアアドレス管理方式であ
つて、2つのプロセツサ間のデータバツフア処理
に当たつて、第1のプロセツサ(サブプロセツ
サ)が第2のプロセツサ(メインプロセツサ)よ
り通知されたバツフアの物理アドレスより、直接
アクセス転送(以下DMA転送と称する)に必要
なDMAアドレスを演算し求め、双方を常に一対
で管理するこにより、メインアドレスシング方法
の相違によるバツフアリング処理のオーバヘツド
演算時間の減少を可能とする。
[Detailed Description of the Invention] [Summary] A buffer address management method for a device that performs data communication processing and data processing using a multiprocessor, in which a first processor performs data buffer processing between two processors. (subprocessor) calculates and obtains the DMA address necessary for direct access transfer (hereinafter referred to as DMA transfer) from the physical address of the buffer notified by the second processor (main processor), and always manages both as a pair. This makes it possible to reduce the overhead calculation time of buffering processing due to differences in main addressing methods.

〔産業上の利用分野〕[Industrial application field]

データ通信処理を行うプロセツサと、データ処
理を行うプロセツサとのマルチプロセツサにてデ
ータ授受を処理する装置に係り、特に複数のアド
レスシング方法を有するマルチプロセツサのバツ
フアアドレス管理方式に関する。
The present invention relates to a device that processes data exchange between a processor that performs data communication processing and a processor that performs data processing, and particularly relates to a buffer address management method for a multiprocessor that has a plurality of addressing methods.

例えば、オンライン計算システムにおける通信
制御装置は、一種の入出力制御装置として機能
し、複数の入出力装置に相当する通信回線を収容
し、その通信系を制御するプロセツサ(これを以
下サブプロセツサと称する)機能と、ホスト装置
と前記通信回線との間で授受するデータ処理を行
うプロセツサ(これを以下メンイプロセツサと称
する)機能とを有するマルチプロセツサにて制御
している。
For example, a communication control device in an online computing system functions as a type of input/output control device, accommodates communication lines corresponding to multiple input/output devices, and is a processor (hereinafter referred to as a subprocessor) that controls the communication system. It is controlled by a multiprocessor having a function and a processor (hereinafter referred to as main processor) function for processing data exchanged between the host device and the communication line.

このような通信制御装置を入出力制御の面から
通信系を見ると、 (1) 通信回線上のデータ転送速度は、ホスト装置
の内部処理速度と比較すると非常に遅い。
When looking at the communication system of such a communication control device from the perspective of input/output control, (1) the data transfer speed on the communication line is extremely slow compared to the internal processing speed of the host device.

(2) 通信回線上のデータ転送は、ホスト装置の内
部処理とは非同期的に行われる。
(2) Data transfer on the communication line is performed asynchronously with the internal processing of the host device.

(3) 通信回線の数、即ち入出力端子の数が多い。(3) The number of communication lines, that is, the number of input/output terminals is large.

等の特徴がある。It has the following characteristics.

従つて、1台のホスト装置と複数の通信回線を
介して接続される多数の端末とのデータ授受をス
ムーズに能率良く処理するためには、授受するデ
ータのバツフアリングによる速度の変換と整合が
必要となる。
Therefore, in order to smoothly and efficiently process data exchange between one host device and a large number of terminals connected via multiple communication lines, it is necessary to convert and match the speed by buffering the exchanged data. becomes.

しかし、通常通信系を制御するサブプロセツサ
と、データ処理を行うメインプロセツサとのバツ
フアアドレスシング方法が相違しており、授受す
るデータのバツフアリング処理時のアドレス変換
に多大の処理時間、即ち多大のオーバヘツド演算
時間を要しており、かかる処理を効率的に行うバ
ツフアアドレス管理方式の実用化が期待されてい
る。
However, the buffer addressing methods used by the sub-processor that normally controls the communication system and the main processor that processes data are different, and a large amount of processing time is required for address conversion during buffering processing of data to be sent and received. Since overhead calculation time is required, it is hoped that a buffer address management system that efficiently performs such processing will be put into practical use.

〔従来の技術〕[Conventional technology]

第4図は従来例を説明するブロツク図、第5図
は従来例の処理手順を説明する図をそれぞれ示
す。
FIG. 4 is a block diagram for explaining the conventional example, and FIG. 5 is a diagram for explaining the processing procedure of the conventional example.

第4図は通信制御装置10の構成概要を示すブ
ロツク図であり、この通信制御装置10は、 複数の通信回線#0〜#nを収容し、これら通
信回線#0〜#nの制御と通信回線#0〜#nと
のインタフエース機能を果たすサブプロセツサ2
0と、 管理下にある記憶部32に対して通信回線#0
〜#nを介して授受するデータのバツフアリング
処理と、ホスト装置(図示していない)とのデー
タ授受処理を制御するメインプロセツサ30と、 サブプロセツサ20からメインプロセツサ30
内記憶部32へのデータ転送をDMAで処理する
ための機能を有するDMA回路40とから構成さ
れている。
FIG. 4 is a block diagram showing an outline of the configuration of the communication control device 10. This communication control device 10 accommodates a plurality of communication lines #0 to #n, and controls and communicates these communication lines #0 to #n. Subprocessor 2 that performs the interface function with lines #0 to #n
0 and communication line #0 to the storage unit 32 under management.
A main processor 30 that controls buffering processing of data exchanged via ~#n and data exchange processing with a host device (not shown), and a sub-processor 20 to main processor 30.
The DMA circuit 40 has a function of processing data transfer to the internal storage section 32 using DMA.

又、サブプロセツサ20は制御プログラムに基
づき通信系の制御処理動作を実行する処理部21
と、メインプロセツサ30から送出される記憶部
32に対する物理アドレスを格納するアドレス
メモリ24と、物理アドレスをDMA処理のア
ドレスに変換するアドレス変換部22a及び
DMAアドレスを物理アドレス′に変換する
アドレス変換部22bとからなつている。
Further, the sub-processor 20 includes a processing section 21 that executes communication system control processing operations based on a control program.
, an address memory 24 that stores the physical address sent from the main processor 30 to the storage unit 32, an address conversion unit 22a that converts the physical address into an address for DMA processing, and
The address converter 22b converts a DMA address into a physical address.

尚、アドレス変換部22a,bで行う変換と
は、例えば16ビツト系(メインプロセツサ30)
で処理するためのアドレスを8ビツト系(サブプ
ロセツサ20)へ変換することを意味する。
Note that the conversion performed by the address conversion units 22a and 22b is, for example, a 16-bit system (main processor 30).
This means converting an address for processing into an 8-bit system (subprocessor 20).

次に例えば、通信回線#iからホスト装置(図
示していない)に対してデータが転送されて来る
と、データ処理速度の相違を調整するためにメイ
ンプロセツサ30内記憶部32へ一旦バツフアリ
ングして、ホスト装置(図示していない)へ送出
する。
Next, for example, when data is transferred from the communication line #i to the host device (not shown), it is buffered once to the storage section 32 in the main processor 30 in order to adjust for differences in data processing speed. and sends it to a host device (not shown).

この時、メインプロセツサ30は記憶部32へ
バツフアリングするための物理アドレスをサブ
プロセツサ20へ通知し、その物理アドレスを
一旦アドレスメモリ24に格納する。
At this time, the main processor 30 notifies the sub-processor 20 of the physical address for buffering to the storage section 32, and temporarily stores the physical address in the address memory 24.

その物理アドレスをアドレス変換部22aで
DMAアドレスに変換してDMA回路40へ送
出し、DMA回路40をアクセスして通信回線
#iからのデータをDMA回路40を介して記憶
部32を直接アクセスしてバツフアリングする。
The physical address is converted into the address by the address converter 22a.
It converts it into a DMA address and sends it to the DMA circuit 40, accesses the DMA circuit 40, and directly accesses the storage unit 32 via the DMA circuit 40 to buffer the data from the communication line #i.

尚、DMAアドレスに変換したアドレスはアド
レス変換部22bで再度DMAアドレスから物
理アドレス′に変換され、メインプロセツサ3
0へ送出され、記憶部32へのデータバツフアリ
ングの通知とする。
Note that the address converted into a DMA address is converted again from a DMA address to a physical address' by the address conversion unit 22b, and then sent to the main processor 3.
0 to notify the storage unit 32 of data buffering.

この処理を複数の物理アドレスに対して繰り
返し行う。尚、この処理手順を第5図にて説明す
る。
This process is repeated for multiple physical addresses. Incidentally, this processing procedure will be explained with reference to FIG.

即ち、メインプロセツサ30はサブプロセツサ
20に対して受信用バツフア(記憶部32に相当
する)を物理アドレスで供給し、バツフア供給
が終わるまで繰り返し、その物理アドレスをア
ドレスメモリ24に格納する。(ステツプ100、
101) サブプロセツサ20は受信用バツフア、即ち物
理アドレスの1つを取出し、アドレス変換部2
2aでDMAアドレスにアドレス変換して、
DMA回路40内レジスタにセツトする。(ステ
ツプ102) DMA回路40内レジスタへのデータ受信及び
当該の受信用バツフアに対するDMA転送が終了
すると、当該DMAアドレスをアドレス変換部
22bで物理アドレス′に変換して、当該受信
用バツフアへのバツフアリングを通知する。
That is, the main processor 30 supplies the receiving buffer (corresponding to the storage section 32) to the sub-processor 20 as a physical address, repeats this until the buffer supply is finished, and stores the physical address in the address memory 24. (Step 100,
101) The sub-processor 20 takes out one of the reception buffers, that is, one of the physical addresses, and sends it to the address conversion unit 2.
2a converts the address to a DMA address,
Set in the register in the DMA circuit 40. (Step 102) When the data reception to the register in the DMA circuit 40 and the DMA transfer to the corresponding receiving buffer are completed, the corresponding DMA address is converted into a physical address ' by the address conversion section 22b, and buffering to the corresponding receiving buffer is completed. Notify.

次に、次の受信用バツフア、即ち1つの物理ア
ドレスを取出し、同様の処理を繰り返す。(ス
テツプ103、104) 〔発明が解決しようとする問題点〕 上述のようなバツフアアドレス管理方式では、
DMA回路40内レジスタへデータをセツトする
毎に繰り返し物理アドレスからDMAアドレス
へのアドレス変換を行うことになる。
Next, the next reception buffer, ie, one physical address, is extracted and the same process is repeated. (Steps 103 and 104) [Problems to be solved by the invention] In the buffer address management method described above,
Every time data is set in the register in the DMA circuit 40, address conversion from a physical address to a DMA address is repeatedly performed.

又、メインプロセツサ30へデータバツフアリ
ングを通知する毎にDMAアドレスから物理ア
ドレス′へのアドレス変換を行うため、そのオ
ーバヘツド演算時間が増大し、従つてデータ授受
の処理時間が増大すると言う問題点があつた。
In addition, each time the main processor 30 is notified of data buffering, address conversion from a DMA address to a physical address is performed, which increases the overhead calculation time, and therefore increases the processing time for data exchange. The point was hot.

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

第1図は本発明の原理を説明するブロツク図を
示す。第1図に示す原理ブロツク図は、 複数の通信回線#0〜#nを収容しており、こ
れら複数の通信回線#0〜#nを通じての通信処
理を主に制御する第1のプロセツサ(サブプロセ
ツサ)20と、 第2のプロセツサ(メインプロセツサ)30が
管理する記憶部32の物理アドレスと、前記物
理アドレスからアドレス変換して得た直接アク
セス回路40が記憶部32に対して直接アクセス
するための直接アクセスアドレスとを一対で管
理・格納するアドレスメモリ23と、 各通信回線#0〜#nを介して授受されるデー
タ処理を主に制御する第2のプロセツサ(メイン
プロセツサ)30と、 各通信回線#0〜#nを介して授受されるデー
タを物理アドレスに該当するバツフアへバツフ
アリングする記憶部32と、 記憶部32に対して各通信回線#0〜#nを介
して授受されるデータをDMAにてバツフアリン
グさせるDMA回路40とから構成されている。
FIG. 1 shows a block diagram illustrating the principle of the invention. The principle block diagram shown in FIG. 1 accommodates a plurality of communication lines #0 to #n, and a first processor (sub-processor) that mainly controls communication processing through these plurality of communication lines #0 to #n. ) 20, a physical address of the storage unit 32 managed by the second processor (main processor) 30, and a direct access circuit 40 obtained by converting the address from the physical address to directly access the storage unit 32. an address memory 23 that manages and stores addresses as a pair, a second processor (main processor) 30 that mainly controls data processing transmitted and received via each communication line #0 to #n, and each communication line A storage unit 32 that buffers data sent and received via each communication line #0 to #n to a buffer corresponding to a physical address, and a DMA that buffers data sent and received via each communication line #0 to #n to the storage unit 32. The DMA circuit 40 performs buffering.

〔作用〕[Effect]

通信系を介してホスト装置の授受されるデータ
を通信系を管理するサブプロセツサを通じてメイ
ンプロセツサ内データバツフア(記憶部)へ
DMA転送にてバツフアリング処理する場合、 メインプロセツサより送出されるデータバツフ
ア(記憶部)の物理アドレスをアドレス変換部で
DMAアドレスに変換して、物理アドレスと変換
されたDMAアドレスとを一対にしてサブプロセ
ツサ内アドレスメモリに格納・管理する。
Data sent and received by the host device via the communication system is transferred to the data buffer (storage unit) in the main processor through the sub-processor that manages the communication system.
When performing buffering processing using DMA transfer, the physical address of the data buffer (storage unit) sent from the main processor is converted into an address converter.
The physical address is converted into a DMA address, and the physical address and the converted DMA address are stored and managed as a pair in the address memory within the subprocessor.

次に、前記アドレスメモリからDMAアドレス
と、対応する物理アドレスを読出し、データバツ
フア(記憶部)へのDMA処理とそのデータバツ
フア(記憶部)へのバツフアリング処理を通知す
るように構成することにより、アドレス変換のオ
ーバヘツドによる処理時間の増大化を防止するこ
とが可能となる。
Next, the DMA address and the corresponding physical address are read from the address memory, and address conversion is performed by configuring to notify the DMA processing to the data buffer (storage unit) and the buffering processing to the data buffer (storage unit). This makes it possible to prevent an increase in processing time due to overhead.

〔実施例〕〔Example〕

以下本発明の要旨を第2図、第3図に示す実施
例により具体的に説明する。
The gist of the present invention will be specifically explained below with reference to embodiments shown in FIGS. 2 and 3.

第2図は本発明の実施例を説明するブロツク
図、第3図は本発明の実施例における処理手順を
説明する図をそれぞれ示す。尚、全図を通じで同
一符号は同一対象物を示す。
FIG. 2 is a block diagram illustrating an embodiment of the present invention, and FIG. 3 is a diagram illustrating a processing procedure in the embodiment of the present invention. Note that the same reference numerals indicate the same objects throughout the figures.

本実施例におけるサブプロセツサ20のアドレ
ス変換部22は、メインプロセツサ30から通知
される受信用バツフアに相当する物理アドレス
を受けると、直ちにDMAアドレスを算出し
て、物理アドレスと算出したDMAアドレス
とを一対にしてアドレスメモリ23に送出する。
When the address conversion unit 22 of the sub-processor 20 in this embodiment receives the physical address corresponding to the reception buffer notified from the main processor 30, it immediately calculates the DMA address and converts the physical address and the calculated DMA address. They are sent as a pair to the address memory 23.

この一対のアドレスを受けたアドレスメモリ2
3は処理部21の制御のもとに格納し、一対のア
ドレスとして以降管理する。(第3図のステツプ
100、105に相当。以下同様) メインプロセツサ30からの受信バツフア(物
理アドレス)の供給が終了し、データ受信準備
が整うと、DMA回路40内レジスタに当該の
DMAのアドレスを読出し設定し、受信バツフ
ア(記憶部32)へのデータ受信が可能となる。
(ステツプ101、106) 受信データの受信バツフア(記憶部32)への
データ転送が終了すると、サブプロセツサ20は
当該物理アドレス′を読出し、メインプロセツ
サ30に対してこの物理アドレス′を送出して
データ受信通知を行う。
Address memory 2 that received this pair of addresses
3 is stored under the control of the processing unit 21, and is subsequently managed as a pair of addresses. (Steps in Figure 3)
Equivalent to 100, 105. (Similarly below) When the main processor 30 has finished supplying the receive buffer (physical address) and is ready to receive data, the relevant register is stored in the DMA circuit 40.
The DMA address is read and set, and data can be received into the reception buffer (storage unit 32).
(Steps 101 and 106) When the data transfer of the received data to the reception buffer (storage unit 32) is completed, the sub-processor 20 reads the physical address ', sends this physical address ' to the main processor 30, and transfers the data. Notify of receipt.

このように、予め複数の受信用バツフア(記憶
部32)のアドレスが、物理アドレスとそれに
対応するDMAアドレスとを一対にして管理さ
れているため、データ転送時のアドレス変換によ
る処理のオーバヘツド演算時間が軽減され、デー
タ受信処理時間がより迅速化される。
In this way, since the addresses of a plurality of reception buffers (storage unit 32) are managed in advance by pairing a physical address and a corresponding DMA address, the overhead calculation time of processing due to address conversion during data transfer is reduced. data reception processing time becomes faster.

〔発明の効果〕〔Effect of the invention〕

以上のような本発明によれば、アドレス変換時
のオーバヘツド演算による処理時間の増大化が防
止され、データ受信処理速度が向上されると言う
効果がある。
According to the present invention as described above, an increase in processing time due to overhead calculations during address conversion is prevented, and data reception processing speed is improved.

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

第1図は本発明の原理を説明するブロツク図、
第2図は本発明の実施例を説明するブロツク図、
第3図は本発明の実施例における処理手順を説明
する図、第4図は従来例を説明するブロツク図、
第5図は従来例の処理手順を説明する図、をそれ
ぞれ示す。 図において、10は通信制御装置、20はサブ
プロセツサ、21,31は処理部、22,22
a,22bはアドレス変換部、23,24はアド
レスメモリ、30はメインプロセツサ、32は記
憶部、40はDMA回路、をそれぞれ示す。
FIG. 1 is a block diagram explaining the principle of the present invention.
FIG. 2 is a block diagram explaining an embodiment of the present invention;
FIG. 3 is a diagram explaining the processing procedure in the embodiment of the present invention, FIG. 4 is a block diagram explaining the conventional example,
FIG. 5 shows diagrams explaining the processing procedure of the conventional example. In the figure, 10 is a communication control device, 20 is a sub-processor, 21, 31 are processing units, 22, 22
Reference numerals a and 22b designate address conversion units, 23 and 24 address memories, 30 a main processor, 32 a storage unit, and 40 a DMA circuit, respectively.

Claims (1)

【特許請求の範囲】 1 複数の通信回線#0〜#nを収容しており、
これら複数の通信回線#0〜#nを通じての通信
処理を制御する第1のプロセツサ20と、前記各
通信回線#0〜#nを通じて授受されるデータ処
理を制御する第2のプロセツサ30とを有し、前
記各通信回線#0〜#nを通じて授受される該デ
ータを前記第2のプロセツサ30内の記憶部32
に直接アクセス回路40を介して直接アクセスし
て格納する装置において、 前記第2のプロセツサ30が管理する前記記憶
部32に対して前記第1のプロセツサ20が管理
する前記各通信回線#0〜#nを通じて授受され
る該データ処理を直接アクセス回路40を介して
バツフアリングする場合、 前記記憶部32を前記第2のプロセツサ30が
制御する場合に送出するバツフアの物理アドレス
と、前記物理アドレスをアドレス変換手段で変換
して得た、前記直接アクセス回路40が前記記憶
部32に対して直接アクセスするための直接アク
セスアドレスとを一対にして前記第1のプロセツ
サ20内メモリ23に格納し、管理することを特
徴とするバツフアアドレス管理方式。
[Claims] 1. Accommodates a plurality of communication lines #0 to #n,
It has a first processor 20 that controls communication processing through these plurality of communication lines #0 to #n, and a second processor 30 that controls data processing that is sent and received through each of the communication lines #0 to #n. The data sent and received through each of the communication lines #0 to #n is stored in the storage unit 32 in the second processor 30.
In a device that directly accesses and stores data via a direct access circuit 40, the storage section 32 managed by the second processor 30 is accessed through each of the communication lines #0 to #n managed by the first processor 20. When buffering the transmitted and received data processing via the direct access circuit 40, an address conversion means converts the physical address of the buffer sent when the storage unit 32 is controlled by the second processor 30 and the physical address. The buffer is characterized in that the direct access address obtained by the direct access circuit 40 for directly accessing the storage unit 32 is stored in a pair in the memory 23 in the first processor 20 and managed. Address management method.
JP61057313A 1986-03-14 1986-03-14 Buffer address management system Granted JPS62212857A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61057313A JPS62212857A (en) 1986-03-14 1986-03-14 Buffer address management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61057313A JPS62212857A (en) 1986-03-14 1986-03-14 Buffer address management system

Publications (2)

Publication Number Publication Date
JPS62212857A JPS62212857A (en) 1987-09-18
JPH0431423B2 true JPH0431423B2 (en) 1992-05-26

Family

ID=13052075

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61057313A Granted JPS62212857A (en) 1986-03-14 1986-03-14 Buffer address management system

Country Status (1)

Country Link
JP (1) JPS62212857A (en)

Also Published As

Publication number Publication date
JPS62212857A (en) 1987-09-18

Similar Documents

Publication Publication Date Title
EP1370971B1 (en) Processing modules for computer architecture for broadband networks
US5574868A (en) Bus grant prediction technique for a split transaction bus in a multiprocessor computer system
JPH09185594A5 (en)
CN114817965B (en) High-speed encryption and decryption system and method for implementing MSI interrupt processing based on multi-algorithm IP core
JPS63280365A (en) Control system for direct memory access order contention
JPH0431423B2 (en)
US5121351A (en) Floating point arithmetic system
JPH0238968B2 (en)
JPH0544238B2 (en)
JPS62168257A (en) Multiprocessor system sharing memory
JP3016788B2 (en) Device communication / cache matching processing method
JPS6130300B2 (en)
JPS5921051B2 (en) Communication control device
JPH056333A (en) Multiprocessor system
JPH04225458A (en) Computer
JP3227273B2 (en) Link processing method of programmable controller
KR100253790B1 (en) How to interface medium and large computer controller boards
JPH05128279A (en) One-chip microcomputer
JPS63136742A (en) data transfer device
JPS63163952A (en) Data transfer system
JPS58142465A (en) Data transferring and processing device
JPH06161951A (en) Bus control system
JPH01206447A (en) Data processing system
JPH05265967A (en) Data communication method for multiprocessor system
JPH03263253A (en) Multiprocessor numerical controller

Legal Events

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