JPH04249449A - Interprocessor communication control system - Google Patents

Interprocessor communication control system

Info

Publication number
JPH04249449A
JPH04249449A JP1544891A JP1544891A JPH04249449A JP H04249449 A JPH04249449 A JP H04249449A JP 1544891 A JP1544891 A JP 1544891A JP 1544891 A JP1544891 A JP 1544891A JP H04249449 A JPH04249449 A JP H04249449A
Authority
JP
Japan
Prior art keywords
processor
transmission
data
reception
buffer
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.)
Withdrawn
Application number
JP1544891A
Other languages
Japanese (ja)
Inventor
Satoshi Miura
聡 三浦
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP1544891A priority Critical patent/JPH04249449A/en
Publication of JPH04249449A publication Critical patent/JPH04249449A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Communication Control (AREA)
  • Multi Processors (AREA)
  • Information Transfer Systems (AREA)

Abstract

PURPOSE:To reduce software's load in an interprocessor communication control system for sending and receiving information between processors via transmission lines. CONSTITUTION:This interprocessor communication control system provided with a processor 11 for generating and processing sending and receiving data to be sent and received in opposite to a processor connected to the processor 11 via transmission line for appropriately returning received data to the opposite processor is provided with a storage means 13 including a sending buffer and receiving buffer for respectively storing sending and receiving data, and having a port accessible in precedent to the processor 11, and a control means 15 for dividing an access cycle into two cycles for every stored word length to access the sending/receiving data via the port, successively transferring the content of the receiving buffer to the sending buffer in one access cycle, and successively sending/receiving the data between these buffers and the transmission line in the other access cycle.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、所定の伝送路に接続さ
れるプロセッサにおいて、その伝送路を介して対向する
プロセッサ相互間で情報を授受するプロセッサ間通信制
御方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an inter-processor communication control system in which processors connected to a predetermined transmission line exchange information between opposing processors via the transmission line.

【0002】0002

【従来の技術】複数のプロセッサに機能および負荷を分
散したマルチプロセッサシステムでは、各プロセッサ相
互間に設けられた直列データ伝送路を介して種々の情報
を授受し、その情報に応じて各プロセッサ相互間におけ
る同期制御、処理の起動・停止制御、初期化その他の制
御が行われる。例えば、特定のプロセッサをマスタプロ
セッサとし、他の複数のプロセッサ(スレーブプロセッ
サ)にマスタプロセッサから送出される指令に応じた処
理を行わせるシステムでは、これらのプロセッサを共通
の直列データ伝送路上に配置し、個々のプロセッサに異
なるタイムスロットを割り付け、かつそのタイムスロッ
トを介してマスタプロセッサと各スレーブプロセッサと
の間で情報を直接授受するタイムディビジョンマルチプ
ルアクセス(TDMA)方式を採用したものがある。
[Prior Art] In a multiprocessor system in which functions and loads are distributed among multiple processors, various types of information are sent and received via serial data transmission lines provided between each processor, and each processor communicates with each other according to the information. Synchronization control between the two, process start/stop control, initialization, and other controls are performed. For example, in a system where a specific processor is the master processor and multiple other processors (slave processors) perform processing according to commands sent from the master processor, these processors are placed on a common serial data transmission path. Some systems employ a time division multiple access (TDMA) method in which different time slots are assigned to individual processors and information is directly exchanged between the master processor and each slave processor via the time slots.

【0003】図9は、直列データ伝送路に接続される従
来のプロセッサの構成例を示す図である。図において、
プロセッサ(CPU)91は、アドレス・データバス9
2を介して、所定の情報を格納・保持する書き込み・読
み出しメモリ(RAM)(以下、「RAM」という。)
93、直列データ伝送路94とアドレス・データバス9
2との通信インタフェースをとる通信インタフェース部
95およびプロセッサ91に代わってRAM93と通信
インタフェース部95との間のデータ授受を行うダイレ
クトメモリアクセスコントローラ(DMAC)(以下、
「DMAコントローラ」という。)96に接続される。 通信インタフェース部95は、直列データ伝送路94か
ら受信される直列受信データを直並列変換してアドレス
・データバス92に送出する受信ポート97と、アドレ
ス・データバス92から与えられるデータを並直列変換
し、直列送信データとして直列データ伝送路94に送出
する送信ポート98とから構成される。また、直列デー
タ伝送路94は、通信相手となる他のプロセッサに接続
される。
FIG. 9 is a diagram showing an example of the configuration of a conventional processor connected to a serial data transmission path. In the figure,
A processor (CPU) 91 uses an address/data bus 9
2, a write/read memory (RAM) (hereinafter referred to as "RAM") that stores and holds predetermined information.
93, serial data transmission line 94 and address/data bus 9
2, and a direct memory access controller (DMAC) (hereinafter referred to as "direct memory access controller") that exchanges data between the RAM 93 and the communication interface section 95 instead of the processor 91 and the communication interface section 95 that provides a communication interface with the RAM 93 and the communication interface section 95.
It's called a "DMA controller." )96. The communication interface section 95 includes a reception port 97 that converts serial reception data received from the serial data transmission path 94 into serial and parallel data and sends it to the address/data bus 92, and a reception port 97 that converts the serial reception data received from the serial data transmission path 94 into parallel and serial data and sends the data to the address/data bus 92. and a transmission port 98 that sends out serial transmission data to a serial data transmission line 94. Further, the serial data transmission line 94 is connected to another processor as a communication partner.

【0004】このような構成のプロセッサでは、受信動
作の開始に際して、プロセッサ91は、所定の制御情報
およびRAM93上に配置される受信データのバッファ
領域のアドレスをDMAコントローラ96に設定し(図
9■)、かつ受信ポート97に受信起動指令を発する(
図9■)。受信ポート97は、所定長の直列受信データ
が受信されると、DMAコントローラ96に受信完了信
号を逐次与える(図9■)。DMAコントローラ96は
、その完了信号に応じて、上述の設定されたアドレスで
示されるRAM93上の受信バッファ領域に、その受信
データを格納する(図■、■)。
[0004] In a processor having such a configuration, when starting a reception operation, the processor 91 sets predetermined control information and the address of the buffer area of the reception data located on the RAM 93 in the DMA controller 96 (FIG. 9). ), and issues a reception activation command to the reception port 97 (
Figure 9 ■). When the reception port 97 receives serial reception data of a predetermined length, it sequentially gives a reception completion signal to the DMA controller 96 (FIG. 9). In response to the completion signal, the DMA controller 96 stores the received data in the receive buffer area on the RAM 93 indicated by the above-mentioned set address ((2), (2) in the figure).

【0005】また、直列データ伝送路94に送信を行う
場合には、プロセッサ91は、送信すべきデータをRA
M93上の所定の領域に格納し(図9■)、さらに、そ
の領域のアドレスおよび所定の制御情報をDMAコント
ローラ96に設定し(図9■)、送信ポート98に送信
起動指令を発する(図9■)。送信ポート98は、その
起動指令に応じて、DMAコントローラ96に送信デー
タの転送要求信号を送出する(図9■)。DMAコント
ローラ96は、その要求信号に応じて送信ポート98に
、上述の設定されたアドレスで示されるRAM93の送
信バッファ領域から送信データを転送する(図9■)。 送信ポート98は、このようにして与えられる送信デー
タを逐次直列送信データに変換して送信する。
[0005] Furthermore, when transmitting data to the serial data transmission line 94, the processor 91 transmits the data to be transmitted to the RA.
The data is stored in a predetermined area on the M93 (Fig. 9■), and the address of the area and predetermined control information are set in the DMA controller 96 (Fig. 9■), and a transmission activation command is issued to the transmission port 98 (Fig. 9■). 9■). The transmission port 98 sends a transmission data transfer request signal to the DMA controller 96 in response to the activation command (FIG. 9). The DMA controller 96 transfers the transmission data from the transmission buffer area of the RAM 93 indicated by the above-mentioned set address to the transmission port 98 in response to the request signal (FIG. 9). The transmission port 98 sequentially converts the transmission data provided in this manner into serial transmission data and transmits the data.

【0006】なお、このような送信・受信に伴う一連の
通信制御処理は、例えば、通信方式に応じたポーリング
動作、対向するプロセッサに送信動作の保留を要求する
RNR(Receive Not Ready)のよう
な制御情報の授受についても、同様に行われる。
[0006] A series of communication control processes accompanying such transmission and reception include, for example, polling operations depending on the communication method, and RNR (Receive Not Ready), which requests the opposing processor to suspend the transmission operation. Control information is also exchanged in the same way.

【0007】[0007]

【発明が解決しようとする課題】ところで、このような
従来例構成のプロセッサでは、直列データ伝送路94を
介して授受される全てのデータが、DMAコントローラ
96によってRAM93と通信インタフェース部95と
の間でDMA転送され、そのデータ量が多い場合には、
アドレス・データバス92がそのDMA転送に伴って頻
繁に占有されるために、実効的なソフトウエアの負荷と
なっていた。
[Problems to be Solved by the Invention] However, in a processor having such a conventional configuration, all data sent and received via the serial data transmission path 94 is transferred between the RAM 93 and the communication interface section 95 by the DMA controller 96. If the amount of data is large and the amount of data is large,
Since the address/data bus 92 is frequently occupied by the DMA transfer, it becomes an effective software load.

【0008】また、プロセッサ91は、制御情報を受信
すると、これを解析し、その解析結果に応じた制御情報
あるいは次の送信データをRAM93上に設定して送信
起動処理を行うが、このような処理は受信した情報(制
御情報)をそのまま返送する場合にも同様に行わなけれ
ばならず、ソフトウエアの負荷が大きくなる原因となっ
ていた。
Further, when the processor 91 receives the control information, it analyzes it, sets the control information or the next transmission data according to the analysis result on the RAM 93, and performs the transmission activation process. The same process must be performed even when the received information (control information) is returned as is, which increases the load on the software.

【0009】さらに、近年、単一のマスタプロセッサの
下に多くのスレーブプロセッサを配置して構成されるシ
ステムが多く、このようなシステムのマスタプロセッサ
では、各スレーブプロセッサと対向して授受すべき情報
の量が多いために、その通信制御に伴う処理量がプロセ
ッサに固有の処理量の大きな割合を占め、そのスループ
ットを著しく低下させる原因となっていた。
Furthermore, in recent years, there have been many systems configured with many slave processors arranged under a single master processor, and the master processor in such systems has to face each slave processor to exchange information. Because of the large amount of data, the amount of processing associated with communication control occupies a large proportion of the amount of processing specific to the processor, causing a significant reduction in its throughput.

【0010】本発明は、通信制御に伴うソフトウエアの
負荷を低減することができるプロセッサ間通信制御方式
を提供することを目的とする。
SUMMARY OF THE INVENTION An object of the present invention is to provide an inter-processor communication control system that can reduce the software load associated with communication control.

【0011】[0011]

【課題を解決するための手段】図1は、本発明の原理ブ
ロック図である。本発明は、伝送路を介して接続された
プロセッサと対向して授受される送信・受信データの生
成・処理を行うプロセッサ11を備え、受信データを対
向するプロセッサに適宜返送するプロセッサ間通信制御
方式において、送受信データをそれぞれ格納する送信バ
ッファおよび受信バッファを含み、プロセッサ11に優
先してアクセス可能なポートを有する記憶手段13と、
そのポートを介して送信・受信データの格納語長毎にそ
のアクセスサイクルを二分してアクセスし、その一方の
サイクルには受信バッファの内容を送信バッファに逐次
転送し、他方のサイクルにはこれらのバッファと伝送路
との間で送信・受信データを逐次授受する制御手段15
とを備えたことを特徴とする。
[Means for Solving the Problems] FIG. 1 is a block diagram of the principle of the present invention. The present invention provides an inter-processor communication control system that includes a processor 11 that generates and processes transmission/reception data that is exchanged with a processor connected via a transmission path, and that returns received data to the opposing processor as appropriate. , a storage means 13 including a transmission buffer and a reception buffer for respectively storing transmission and reception data, and having a port that can be accessed with priority over the processor 11;
Access is made by dividing the access cycle into two for each stored word length of the transmitted/received data through that port, and in one cycle the contents of the receive buffer are sequentially transferred to the transmit buffer, and in the other cycle these are Control means 15 for sequentially transmitting and receiving data between the buffer and the transmission path
It is characterized by having the following.

【0012】0012

【作用】本発明は、制御手段15が、伝送路から受信デ
ータを取り込み、記憶手段13にその優先的にアクセス
可能なポートを介し、かつそのアクセスサイクルを上述
の受信データの格納語長毎に二分した一方のサイクルに
、そのデータを受信バッファに逐次格納する。さらに、
制御手段15は、上述のポートのアクセスサイクルを同
様に格納語長毎に二分した他方のサイクルに、記憶手段
13上の受信バッファの内容を送信バッファに順次転送
する。
[Operation] According to the present invention, the control means 15 takes in received data from the transmission path, stores it in the storage means 13 via its preferentially accessible port, and controls the access cycle for each storage word length of the received data as described above. In one of the divided cycles, the data is sequentially stored in the reception buffer. moreover,
The control means 15 sequentially transfers the contents of the reception buffer on the storage means 13 to the transmission buffer in the other cycle obtained by dividing the above-mentioned port access cycle into two for each stored word length.

【0013】すなわち、受信データを格納語長毎に受信
バッファに格納する処理および返送すべき受信バッファ
の内容を送信バッファに転送する処理が、プロセッサ1
1と記憶手段13とを接続するポートを介さずに制御手
段15によって自動的に行われるので、プロセッサ11
の通信制御に伴うソフトウエアの負荷が低減される。
That is, the processing of storing received data in the receiving buffer for each storage word length and the processing of transferring the contents of the receiving buffer to be returned to the transmitting buffer are carried out by the processor 1.
1 and the storage means 13 automatically by the control means 15, so that the processor 11
The software load associated with communication control is reduced.

【0014】[0014]

【実施例】以下、図面に基づいて本発明の実施例につい
て詳細に説明する。図2は、本発明の一実施例を示す図
である。図において、図9に示すものとその構成および
機能が同じものについては、同じ参照番号を付与して表
し、ここでは、その説明を省略する。
Embodiments Hereinafter, embodiments of the present invention will be described in detail based on the drawings. FIG. 2 is a diagram showing an embodiment of the present invention. In the figure, components having the same configuration and function as those shown in FIG. 9 are denoted by the same reference numerals, and their description will be omitted here.

【0015】本発明の特徴とする構成は、RAM93に
代えて、プロセッサ91から直接アクセス可能な第一の
ポートと、そのポートより優先的に応答し、かつ同じイ
ンタフェース条件でアクセス可能な第二のポートとを有
するデュアルポートRAMを用いて、受信データを格納
する受信RAM21および送信データを格納する送信R
AM22を設け、さらに、DMAコントローラ96に代
えて、これらのRAMと直列データ伝送路94との間の
送信・受信データの授受および転送制御を上述の第二の
ポートを介して行うために必要な制御を行うフレームカ
ウンタ23、送信ポインタ24、受信ポインタ25、転
送ポインタ26、アドレスセレクタ27、トライステー
トバッファゲート28およびラッチ回路29を設けた点
にある。
The feature of the present invention is that, in place of the RAM 93, there is a first port that can be directly accessed from the processor 91, and a second port that responds preferentially to that port and that can be accessed under the same interface conditions. A receiving RAM 21 for storing received data and a transmitting RAM 21 for storing transmitted data are used.
AM22 is provided, and further, in place of the DMA controller 96, necessary components are provided for transmitting/receiving data and controlling transfer between these RAMs and the serial data transmission line 94 via the above-mentioned second port. A frame counter 23, a transmission pointer 24, a reception pointer 25, a transfer pointer 26, an address selector 27, a tristate buffer gate 28, and a latch circuit 29 are provided for control.

【0016】すなわち、アドレス・データバス92は、
受信RAM21、送信RAM22の第一ポートと、送信
ポインタ24、受信ポインタ25、転送ポインタ26お
よび検定回路30とに接続される。一方、受信RAM2
1および送信RAM22の第二ポートについては、受信
RAM21のデータ端子は、直並列変換回路33の出力
に接続され、かつトライステートバッファゲート28を
介して送信RAM22のデータ端子および並直列変換回
路32の入力に接続される。直並列変換手段33の入力
は直列データ伝送路94の上り(下り)回線を介して対
向するプロセッサに接続され、かつ検定回路30の検定
データ入力に接続される。並直列変換手段32の出力は
、直列データ伝送路94の下り(上り)回線を介して対
向するプロセッサに接続される。
That is, the address/data bus 92 is
It is connected to the first ports of the reception RAM 21 and the transmission RAM 22, the transmission pointer 24, the reception pointer 25, the transfer pointer 26, and the verification circuit 30. On the other hand, receiving RAM2
1 and the second port of the transmission RAM 22, the data terminal of the reception RAM 21 is connected to the output of the serial/parallel conversion circuit 33, and is connected to the data terminal of the transmission RAM 22 and the parallel/serial conversion circuit 32 via the tri-state buffer gate 28. Connected to input. The input of the serial-to-parallel conversion means 33 is connected to the opposing processor via the upstream (downstream) line of the serial data transmission path 94, and is also connected to the verification data input of the verification circuit 30. The output of the parallel-to-serial conversion means 32 is connected to the opposing processor via a downlink (uplink) line of a serial data transmission line 94.

【0017】受信RAM21の下位アドレスはフレーム
カウンタ23からラッチ回路29を介して与えられ、送
信RAM22の下位アドレスはフレームカウンタ23か
ら直接与えられる。受信RAM21の上位アドレスは受
信ポインタ25からラッチ回路29を介して与えられ、
かつそのアドレスは検定回路30のアドレス端子にも与
えられる。送信RAM22の上位アドレスは、送信ポイ
ンタ24および転送ポインタ26からそれらの出力を択
一的に選択するセレクタ27を介して与えられる。
The lower address of the receiving RAM 21 is given from the frame counter 23 via the latch circuit 29, and the lower address of the transmitting RAM 22 is given directly from the frame counter 23. The upper address of the reception RAM 21 is given from the reception pointer 25 via the latch circuit 29,
The address is also given to the address terminal of the verification circuit 30. The upper address of the transmission RAM 22 is given via a selector 27 that selectively selects the outputs of the transmission pointer 24 and the transfer pointer 26.

【0018】デコーダ31は、送信・受信動作の完了タ
イミングの基準となる信号TMGを送信ポインタ24、
転送ポインタ26および検定回路30に与える。送信ポ
インタ24は送信完了割り込み信号をプロセッサ91に
与え、転送ポインタ26は転送完了割り込み信号をプロ
セッサ91に与え、検定回路30は受信完了割り込み信
号をプロセッサ91に与える。フレームカウンタ23の
カウント値をデコードするデコーダ31は、そのデコー
ド結果に応じて、受信RAM21、送信RAM22の第
二ポートに対応した読み出し・書き込み制御信号(チッ
プセレクト信号を含む)と、並直列変換手段32、直並
列変換手段33およびセレクタ27にその動作モードお
よび動作タイミングを決定する信号を与える。
The decoder 31 sends the signal TMG, which serves as a reference for the timing of completion of the transmission/reception operation, to the transmission pointer 24,
It is applied to the transfer pointer 26 and the verification circuit 30. Transmission pointer 24 provides a transmission completion interrupt signal to processor 91, transfer pointer 26 provides a transfer completion interrupt signal to processor 91, and verification circuit 30 provides a reception completion interrupt signal to processor 91. A decoder 31 that decodes the count value of the frame counter 23 outputs a read/write control signal (including a chip select signal) corresponding to the second port of the reception RAM 21 and the transmission RAM 22 and a parallel/serial conversion means according to the decoding result. 32, gives signals to the serial/parallel conversion means 33 and the selector 27 to determine their operating modes and timings.

【0019】送信ポインタ24、受信ポインタ25、転
送ポインタ26には、プロセッサ91から所定の書き込
み制御信号が与えられる。なお、受信RAM21、送信
RAM22の第一ポートに対応するチップセレクト端子
には、アドレス・データバス92の上位ビットのデコー
ド結果に応じた書き込み・読み出し信号(チップセレク
ト信号を含む。)が与えられる。
A predetermined write control signal is given from the processor 91 to the transmission pointer 24, reception pointer 25, and transfer pointer 26. Note that write/read signals (including chip select signals) corresponding to the decoding results of the upper bits of the address/data bus 92 are applied to chip select terminals corresponding to the first ports of the reception RAM 21 and the transmission RAM 22.

【0020】ところで、本実施例と図1に示すブロック
図との対応関係については、プロセッサ91はプロセッ
サ11に対応し、送信RAM21および受信RAM22
は記憶手段13に対応し、フレームカウンタ23、送信
ポインタ24、受信ポインタ25、転送ポインタ26、
セレクタ27、検定回路30、トライステートバッファ
ゲート28、ラッチ回路29、デコーダ31、並直列変
換回路32および直並列変換回路33は、制御手段15
に対応する。
By the way, regarding the correspondence between this embodiment and the block diagram shown in FIG.
corresponds to the storage means 13, and includes a frame counter 23, a transmission pointer 24, a reception pointer 25, a transfer pointer 26,
The selector 27, the verification circuit 30, the tristate buffer gate 28, the latch circuit 29, the decoder 31, the parallel/serial conversion circuit 32, and the serial/parallel conversion circuit 33 are connected to the control means 15.
corresponds to

【0021】本実施例では、プロセッサ間通信方式とし
て全二重のTDMAが採用され、4台のプロセッサが直
列データ伝送路94上に配置される。図3は、本実施例
のフレーム構成を示す図である。図4は、受信RAM上
のバッファ構成とその参照方法を説明する図である。図
5は、受信RAMの第二ポートの動作タイミングチャー
トである。
In this embodiment, full-duplex TDMA is adopted as the inter-processor communication system, and four processors are arranged on the serial data transmission line 94. FIG. 3 is a diagram showing the frame structure of this embodiment. FIG. 4 is a diagram illustrating a buffer configuration on the reception RAM and a reference method thereof. FIG. 5 is an operation timing chart of the second port of the reception RAM.

【0022】以下、図2〜図5を参照して、本実施例の
受信動作について説明する。直列データ伝送路94を介
して授受されるデータは、図3に示すように、各プロセ
ッサに固定的に割りつけられた4個のタイムスロットで
構成され、各タイムスロットは 256バイト長の情報
から構成される。フレームカウンタ23は、このような
フレーム構成に応じて、フレーム毎にビット単位のカウ
ント動作を行う。デコーダ31は、そのカウント値をデ
コードし、各フレームの先頭(図3■)、本実施例回路
のプロセッサ91に割り付けられたタイムスロット(こ
こでは、第三のタイムスロットTS2Xとする。)の先
頭(図3■)、そのタイムスロットを構成する直列受信
データ(直列送信データ)の各ビットの取り込みその他
に対応するタイミング信号を生成する。ここに、添え番
号「X 」は各フレームに対応する添え番号を示す。
The reception operation of this embodiment will be explained below with reference to FIGS. 2 to 5. As shown in FIG. 3, the data sent and received via the serial data transmission path 94 consists of four time slots fixedly assigned to each processor, and each time slot consists of 256-byte information. configured. The frame counter 23 performs a bit-by-bit counting operation for each frame according to such a frame configuration. The decoder 31 decodes the count value, and decodes the start of each frame (Fig. 3) and the start of the time slot (here, the third time slot TS2X) assigned to the processor 91 of the circuit of this embodiment. (Fig. 3), a timing signal corresponding to the reception of each bit of serial reception data (serial transmission data) constituting the time slot is generated. Here, the appended number "X" indicates the appended number corresponding to each frame.

【0023】直列データ伝送路94から直列受信データ
を受信する場合には、プロセッサ91は、受信RAM2
1上に配置された受信バッファ領域の内、使用可能なも
のを選択し、その領域を示すポインタの値(例えば、「
axxx」とする。)を受信ポインタ25に設定し(図
2■、図4■)、受信ポインタ25はその値を検定回路
30に通知する。この設定値は上位アドレスとして受信
RAM21の第二ポートに与えられる(図2■)。 検定回路30では、対応するフレームにおいて直列デー
タ伝送路94から受信される直列受信データの有効・無
効判定を開始する。
When receiving serial reception data from the serial data transmission path 94, the processor 91 uses the reception RAM 2
Select an available receive buffer area located on 1 and set the value of the pointer indicating that area (for example, ``
axxx”. ) is set in the reception pointer 25 (FIG. 2 (2), FIG. 4 (2)), and the reception pointer 25 notifies the verification circuit 30 of the value. This set value is given to the second port of the receiving RAM 21 as an upper address (FIG. 2). The verification circuit 30 starts determining the validity/invalidity of the serial reception data received from the serial data transmission line 94 in the corresponding frame.

【0024】一方、フレームカウンタ23は、上述のカ
ウント動作に基づき、例えば、受信RAM21に受信デ
ータが1バイト(以下、「語長」という。)単位で格納
される場合には、受信RAM21の下位アドレスとして
、そのカウント値の下位3ビット(語長に対応する。)
を除く上位ビットを与える(図2■、図4■)。 デコーダ31は、上述のデコード結果に応じて、直並列
変換手段33に直列受信データをそのビット毎に取り込
むタイミングを与え(図2■)、さらに上述の語長の区
切りを認識して受信RAM21に書き込み指令を発する
(図2■)。受信RAM21は、図4に点線で示すよう
に、その指令に応じて上述の第二ポートに与えられた上
・下位アドレスに対応する受信バッファ領域411 〜
413 に、直並列変換回路33から得られる並列の受
信データを順次格納する(図4■)。デコーダ31は、
このような受信データの格納動作が語長毎に反復された
後にフレーム(割り当てられたタイムスロット)の終了
を認識すると、タイミング信号TMGを検定回路30に
送出する。検定回路30は、そのタイミング信号TMG
が与えられるまでに受信された全ビットの論理レベルが
一定でなければそのデータを有効と判断し、受信起動時
に通知された受信バッファ領域のポインタに対応する受
信完了割り込み信号IRQn を送出する。ここに、「
n」は、使用された受信バッファ領域411 〜413
 の添え番号「1 」〜「3 」に対応する。プロセッ
サ91は、この割り込み信号に応じて、対応する受信R
AM21上の受信データを処理する。
On the other hand, based on the above-mentioned counting operation, the frame counter 23 stores the received data in units of 1 byte (hereinafter referred to as "word length") in the reception RAM 21, for example. As an address, the lower 3 bits of the count value (corresponding to the word length)
(Fig. 2■, Fig. 4■). The decoder 31 gives the serial/parallel conversion means 33 the timing to take in the serially received data bit by bit (Fig. 2) according to the decoding result described above. Issue a write command (Fig. 2 ■). As shown by the dotted line in FIG. 4, the reception RAM 21 has reception buffer areas 411 to 411 corresponding to the upper and lower addresses given to the above-mentioned second port according to the command.
413, the parallel received data obtained from the serial/parallel conversion circuit 33 is sequentially stored (FIG. 4). The decoder 31 is
When the end of the frame (allocated time slot) is recognized after such received data storage operation is repeated for each word length, a timing signal TMG is sent to the verification circuit 30. The verification circuit 30 uses its timing signal TMG
If the logic level of all the bits received by the time ? is not constant, the data is determined to be valid, and a reception completion interrupt signal IRQn corresponding to the reception buffer area pointer notified at the start of reception is sent out. Here,"
n” is the used reception buffer area 411 to 413
This corresponds to the appended numbers “1” to “3”. In response to this interrupt signal, the processor 91 receives the corresponding reception R.
Process received data on AM21.

【0025】また、受信RAM21のメモリアクセスサ
イクルは、図5に示すように、語長(バイト)毎に二分
され(図5■、■)、受信データに含まれる各語の格納
動作は、その語を構成する最終ビットが受信された後の
タイミングに行われる(図5■)。図6は、送信RAM
上のバッファ構成とその参照方法を示す図である。
Furthermore, as shown in FIG. 5, the memory access cycle of the reception RAM 21 is divided into two parts for each word length (byte) (Fig. 5, ■, ■), and the storage operation of each word included in the received data is divided into two according to the word length (byte). This is performed at the timing after the final bit constituting the word is received (Fig. 5). Figure 6 shows the transmission RAM
It is a diagram showing the above buffer configuration and its reference method.

【0026】図7は、送信RAMの第二ポートの動作タ
イミングチャートである。以下、図2、図6および図7
を参照して、直列データ伝送路94に対する送信動作を
説明する。プロセッサ91は、図6に示すように、送信
RAM22上に所定サイズで配置された送信バッファ領
域611 〜613 の内、使用可能なもの(ここでは
、送信バッファ領域611 とする。)を選択し、その
領域に送信すべきデータを格納する。さらに、プロセッ
サ91は、その領域を示すポインタの値(=pxxx)
を送信ポインタ24に設定する(図2■、図6■)。こ
の設定値は、送信RAM22の上位アドレスとして用い
られる(図2■)。
FIG. 7 is an operation timing chart of the second port of the transmission RAM. Below, Figure 2, Figure 6 and Figure 7
The transmission operation for the serial data transmission path 94 will be explained with reference to FIG. As shown in FIG. 6, the processor 91 selects an available one (here, referred to as a transmission buffer area 611) from among the transmission buffer areas 611 to 613 arranged in a predetermined size on the transmission RAM 22, and Store the data to be sent in that area. Furthermore, the processor 91 determines the value (=pxxx) of the pointer indicating the area.
is set in the transmission pointer 24 (Fig. 2■, Fig. 6■). This setting value is used as the upper address of the transmission RAM 22 (FIG. 2).

【0027】一方、フレームカウンタ23は、そのカウ
ント動作に基づき、例えば、送信RAM22の語長が受
信RAM21と同じ場合には、上述の上位アドレスに連
なる下位アドレスとして、そのカウント値の下位3ビッ
ト(語長に対応する。)を除く上位ビットを送信RAM
22に与える(図2■、図6■)。デコーダ31は、そ
のデコード結果に応じて、上述の語長の区切りを認識し
て送信RAM22に送信データの読み出し指令を発する
(図2■)。送信RAM22は、図6に点線で示すよう
に、その第二ポートに与えられた上・下位アドレスに対
応する送信バッファ領域611 〜613 から順次送
信データを読出し(図4■)、並直列変換回路32に与
える。並直列変換回路32は、デコータ31から与えら
れる制御信号(図2■)に応じて、その送信データをビ
ット毎に直列データ伝送路94に送出する。また、デコ
ーダ31は、このような送信データの読出動作がタイム
スロット長(=256 バイト)分反復するとフレーム
(割り当てられたタイムスロット)の終了を認識し、タ
イミング信号TMGを送信ポインタ24に送出する。送
信ポインタ24は、そのタイミング信号TMGに応じて
、送信起動時に設定された送信バッファ領域に対応する
送信完了割り込み信号IRQn を送出する。ここに、
「n」は、使用された受信バッファ領域411 〜41
3 の添え番号「1 」〜「3 」に対応する。プロセ
ッサ91は、この割り込み信号に応じて、対応する送信
データの送信完了を認識する。
On the other hand, based on its counting operation, the frame counter 23 calculates, for example, when the word length of the sending RAM 22 is the same as that of the receiving RAM 21, the lower 3 bits ( (corresponding to the word length).
22 (Figure 2■, Figure 6■). The decoder 31 recognizes the above-mentioned word length break according to the decoding result, and issues a command to read the transmission data to the transmission RAM 22 (FIG. 2). As shown by the dotted line in FIG. 6, the transmission RAM 22 sequentially reads the transmission data from the transmission buffer areas 611 to 613 corresponding to the upper and lower addresses given to the second port (FIG. 4), and converts the data to the parallel-to-serial conversion circuit. Give to 32. The parallel-to-serial conversion circuit 32 sends out the transmission data bit by bit to the serial data transmission line 94 in accordance with the control signal ((2) in FIG. 2) given from the decoder 31. Further, when the read operation of the transmission data is repeated for the time slot length (=256 bytes), the decoder 31 recognizes the end of the frame (the allocated time slot) and sends the timing signal TMG to the transmission pointer 24. . In response to the timing signal TMG, the transmission pointer 24 sends out a transmission completion interrupt signal IRQn corresponding to the transmission buffer area set at the start of transmission. Here,
"n" is the used reception buffer area 411 to 41
3 corresponds to the appended numbers "1" to "3". In response to this interrupt signal, processor 91 recognizes the completion of transmission of the corresponding transmission data.

【0028】また、送信RAM22のメモリアクセスサ
イクルは、二分され(図7■、■)、上述のような送信
データに含まれる各語の書き込みは、図7に示すように
、各語(送信データ)が与えられた直後のタイミングに
行われる(図7■)。ところで、プロセッサ91は、上
述の受信完了割り込みIRQn に応じて起動される処
理において、受信されたデータを解析し、必要な処理を
施した後に、その割り込み要求に対応する割り込み要求
開放レジスタに所定の制御語を書き込む。
Furthermore, the memory access cycle of the transmission RAM 22 is divided into two parts (■, ■) in FIG. ) is performed at the timing immediately after it is given (Fig. 7 ■). By the way, in the processing activated in response to the above-mentioned reception completion interrupt IRQn, the processor 91 analyzes the received data and performs the necessary processing, and then stores a predetermined value in the interrupt request release register corresponding to the interrupt request. Write control word.

【0029】図8は、割り込み要求開放レジスタの構成
を示す図である。図において、割り込み要求開放レジス
タは、プロセッサ91から見ると、各受信バッファ領域
に対応した個別の領域から構成されるが、物理的には転
送ポインタ26および検定回路30に分散・重複して配
置される。また、書き込むべき制御語は、最上位ビット
D7に配置された返送制御ビットとその下位ビットD6
〜D0に配置された転送ポインタ値から構成される。
FIG. 8 is a diagram showing the configuration of the interrupt request release register. In the figure, when viewed from the processor 91, the interrupt request release register is composed of separate areas corresponding to each receive buffer area, but physically it is distributed and overlapped in the transfer pointer 26 and verification circuit 30. Ru. The control word to be written is the return control bit placed in the most significant bit D7 and its lower bit D6.
It consists of the transfer pointer value located at ~D0.

【0030】以下、図2〜図8を参照して、受信データ
をそのまま送信RAMに転送し、対向するプロセッサに
返送する動作を説明する。検定回路30は、上述の割り
込み要求開放レジスタに対する書き込み動作に応じて、
単に対応する割り込み信号を非アクティブのレベルに復
旧させる。転送ポインタ26では、返送制御ビットの論
理が「0」であると対応する受信データを返送する必要
が無いと認識して何ら新たなポインタ値を設定しないが
、返送制御ビットの論理が「1」であると同時に与えら
れた転送ポインタ値(図8に示す例では、「00000
01 」)を保持する(図6■)。このとき、受信ポイ
ンタ25の設定値は受信開始時と同じ値に保持されてい
るので、デコーダ31は、返送すべきデータを受信RA
M21から送信RAM22に転送するために、各部に所
定の制御信号を送出する。
The operation of transferring received data as is to the transmission RAM and returning it to the opposing processor will be described below with reference to FIGS. 2 to 8. The verification circuit 30 responds to the write operation to the interrupt request release register described above.
It simply restores the corresponding interrupt signal to its inactive level. In the transfer pointer 26, when the logic of the return control bit is "0", it recognizes that there is no need to return the corresponding received data and does not set any new pointer value, but when the logic of the return control bit is "1" and the transfer pointer value given at the same time (in the example shown in FIG. 8, "00000
01'') (Fig. 6 ■). At this time, since the set value of the reception pointer 25 is held at the same value as at the start of reception, the decoder 31 transfers the data to be returned to the reception RA.
In order to transfer data from M21 to transmission RAM 22, a predetermined control signal is sent to each part.

【0031】例えば、図3■のタイミングに与えられた
受信完了割り込み信号IRQ1 に応じて、割り込み要
求開放レジスタに制御語「10000001」が書き込
まれた場合には、次のフレームの同一タイムスロットの
先頭タイミング(図3■)を起点として、受信ポインタ
25から与えられる上位アドレスとフレームカウンタ2
3から与えられる下位アドレスとに応じて、受信RAM
21には前フレームにおける受信動作時と同じアドレス
が指定され、受信データが順次読み出される(図5■)
。トライステートバッファゲート28は、二分された受
信RAM21のメモリサイクル(図5■、■)に対応し
て、直並列変換回路33と交互にトライステート状態に
設定され、受信RAM21と直並列変換回路33との間
で送信RAMに与えるデータを切り換える。
For example, if the control word "10000001" is written to the interrupt request release register in response to the reception completion interrupt signal IRQ1 given at the timing shown in FIG. Starting from the timing (■ in Figure 3), the upper address given from the reception pointer 25 and the frame counter 2
According to the lower address given from 3, the receiving RAM
21 is specified with the same address as in the reception operation in the previous frame, and the received data is read out sequentially (Fig. 5 ■)
. The tri-state buffer gate 28 is set to the tri-state state alternately with the serial-to-parallel conversion circuit 33 in response to the memory cycles of the reception RAM 21 which are divided into two (■, ■ in FIG. 5). The data given to the transmission RAM is switched between the two.

【0032】送信RAM22では、図6に示すように、
このような受信RAM21の読出動作に連動して、転送
ポインタ26から与えられる上位アドレスとフレームカ
ウンタ23から与えられる下位アドレスとに応じて、上
述の制御語で示される転送ポインタ値に対応した送信バ
ッファ領域611 に、受信RAM21から順次読み出
された受信データを書き込み、保持する(図7■)。な
お、送信RAM22に与えられる上位アドレスはセレク
タ27を介して与えられ、図7■、■に示すように二分
されたメモリサイクルに対応してデコーダ31から出力
される選択信号SELに応じて、送信ポインタ24の出
力と転送ポインタ26の出力とが交互に切替えられる。
In the transmission RAM 22, as shown in FIG.
In conjunction with such a read operation of the reception RAM 21, the transmission buffer corresponding to the transfer pointer value indicated by the above-mentioned control word is The received data sequentially read out from the receiving RAM 21 is written and held in the area 611 (FIG. 7). Note that the upper address given to the transmission RAM 22 is given via the selector 27, and as shown in FIGS. The output of the pointer 24 and the output of the transfer pointer 26 are alternately switched.

【0033】プロセッサ91は、上述の手順にしたがっ
て返送すべきデータを受信RAM21から送信RAM2
2に転送する動作の開始制御を行い、転送ポインタ26
から出力される転送完了割り込み信号に応じて、その転
送動作の完了を認識する。なお、この割り込み信号は、
プロセッサ91では転送時に使用された受信RAM21
と送信RAM22との各バッファ領域が自明であるから
、単一である。
Processor 91 transfers the data to be returned from reception RAM 21 to transmission RAM 2 according to the above-described procedure.
The transfer pointer 26
The completion of the transfer operation is recognized in response to the transfer completion interrupt signal output from the transfer completion interrupt signal. Note that this interrupt signal is
In the processor 91, the reception RAM 21 used at the time of transfer
Since the buffer areas of the buffer area and the transmission RAM 22 are self-explanatory, there is only one buffer area.

【0034】ところで、このような受信RAM21から
送信RAM22に対する受信データの転送動作は、受信
RAM21ではそのメモリサイクルの前半(図5■)に
行われ、送信RAM22ではそのメモリサイクルの後半
(図7■)に行われる。ラッチ回路29は、直列データ
伝送路上で直列受信データと直列送信データとのタイミ
ングを一致させ、フレームアライナ(位相補正器)を用
いずに直列データ伝送路の縦続接続を可能するために、
受信RAM21に上述のタイミング差(0.5 ビット
分に相当する時間)だけ遅延させてアドレスを与える。
By the way, such a transfer operation of received data from the reception RAM 21 to the transmission RAM 22 is performed in the reception RAM 21 in the first half of the memory cycle (FIG. 5), and in the transmission RAM 22 in the second half of the memory cycle (FIG. 7). ). The latch circuit 29 matches the timing of serial reception data and serial transmission data on the serial data transmission path, and enables cascade connection of the serial data transmission path without using a frame aligner (phase corrector).
The address is given to the reception RAM 21 after being delayed by the above-mentioned timing difference (time corresponding to 0.5 bits).

【0035】さらに、送信RAM22の書き込み信号(
図7■)は、先行する受信完了割り込み信号に応じて与
えられた割り込み要求開放レジスタの返送制御ビット(
=1)に応じて、次フレームにおいてプロセッサ91に
割り付けられたタイムスロットに対応して生成される(
図7■)。なお、受信RAM21の読み出し信号(図5
■)は、送信RAM22の書き込み信号と同じ方法によ
り生成できるが、デコーダ31の出力に応じてプロセッ
サ91に割り付けられたタイムスロットの期間中連続し
てアクティブレベルを与えてもよい。
Furthermore, the write signal (
Figure 7 ■) is the return control bit (
= 1) is generated corresponding to the time slot allocated to the processor 91 in the next frame (
Figure 7 ■). Note that the readout signal of the reception RAM 21 (Fig. 5
(2) can be generated by the same method as the write signal of the transmission RAM 22, but the active level may be continuously given during the time slot allocated to the processor 91 according to the output of the decoder 31.

【0036】このように、本実施例によれば、直列デー
タ伝送路を介する送信・受信動作および受信データの返
送に伴う送・受信バッファ間のブロック転送の動作が、
専用のハードウエアを用いてプロセッサのアドレス・デ
ータバスを占有せずに行われるので、プロセッサ間通信
の通信制御に伴うソフトウエアの負荷が軽減される。な
お、本実施例では、受信バッファ領域411 〜412
 および送信バッファ領域611 〜612 の内、空
領域の捕捉処理については、原則として、ペンディング
となっている受信割り込み要求および送信割り込み要求
に対応するバッファ領域を除き、例えば、受信バッファ
領域については受信バッファ領域411 →412 →
413 の順で優先的に使用可能なものを捕捉する優先
順位決定法に従って行われるが、このような方法に限定
されるものではなく、例えば、送信・受信バッファ領域
の捕捉・選定の方法については、その面数、応答性、保
守性その他に応じて、例えば、循環選択方式を採用して
もよい。しかし、返送データの転送先となる送信バッフ
ァ領域の決定その他についてはプロセッサ91による選
定を優先して行われる。
As described above, according to this embodiment, the transmission/reception operations via the serial data transmission path and the block transfer operations between the transmission/reception buffers associated with the return of received data are performed as follows:
Since this is performed using dedicated hardware and without occupying the address/data bus of the processor, the software load associated with communication control of inter-processor communication is reduced. Note that in this embodiment, the reception buffer areas 411 to 412
Regarding acquisition processing of empty areas among the transmission buffer areas 611 and 612, in principle, excluding the buffer areas corresponding to pending reception interrupt requests and transmission interrupt requests, for example, regarding the reception buffer area, the reception buffer Area 411 →412 →
413, but the method is not limited to this method; for example, the method of acquiring and selecting transmitting and receiving buffer areas is as follows: Depending on the number of pages, responsiveness, maintainability, etc., for example, a cyclic selection method may be adopted. However, the determination of the transmission buffer area to which the return data is to be transferred and other matters are performed with priority given to the selection by the processor 91.

【0037】また、本実施例では、返送データを送信R
AM22に転送するときにも受信ポインタ25の出力か
ら受信RAM21の上位アドレスを与えているが、この
転送動作と並行して他の直列受信データを受信する場合
には、返送データを格納する送信バッファ領域を示すポ
インタ値を保持するレジスタを追加し、セレクタ27と
連動してその追加されたポインタの出力と受信ポインタ
25の出力とを切り換えるセレクタを付加してもよい。
In addition, in this embodiment, the return data is transmitted
When transferring data to the AM 22, the upper address of the receiving RAM 21 is given from the output of the receiving pointer 25, but when receiving other serially receiving data in parallel with this transfer operation, the transmitting buffer that stores the returned data is A register that holds a pointer value indicating an area may be added, and a selector may be added that works in conjunction with the selector 27 to switch between the output of the added pointer and the output of the reception pointer 25.

【0038】さらに、受信RAM21から送信RAM2
2に返送データを転送するタイミングについては、次フ
レームにおけるプロセッサ91に割り付けられたタイム
スロットに限定されるものではなく、例えば、他のプロ
セッサに割り付けられたタイムスロットのタイミングに
並行して行ってもよい。また、本実施はTDMAによる
プロセッサ間通信の一例であるが、通信方式については
これに限定されず、本発明は、例えば、2台のプロセッ
サが一対向で通信する場合にも適用可能である。さらに
、伝送路の構成についても、本実施例に限定されるもの
ではなく、例えば、リング状に形成した場合にも適用可
能である。
Furthermore, from the reception RAM 21 to the transmission RAM 2
The timing at which the return data is transferred to the processor 2 is not limited to the time slot assigned to the processor 91 in the next frame. good. Further, although this embodiment is an example of inter-processor communication using TDMA, the communication method is not limited to this, and the present invention is also applicable, for example, to a case where two processors communicate face-to-face. Furthermore, the configuration of the transmission path is not limited to this embodiment, and may also be applied to a case where it is formed in a ring shape, for example.

【0039】[0039]

【発明の効果】以上説明したように本発明は、受信デー
タを受信バッファに格納する処理および受信バッファに
格納された返送データを送信バッファに設定する処理が
、プロセッサと並行して記憶手段にアクセス可能な個別
のポートを介して、制御手段によって自動的に行うこと
が可能となるので、プロセッサでは通信制御に伴うソフ
トウエアの負荷が低減される。
As explained above, in the present invention, the process of storing received data in the receive buffer and the process of setting the return data stored in the receive buffer in the transmit buffer can be performed by accessing the storage means in parallel with the processor. Since this can be done automatically by the control means through possible individual ports, the software load associated with communication control on the processor is reduced.

【0040】したがって、プロセッサ間通信における応
答性が向上し、かつプロセッサのスループットを高める
ことができる。
[0040] Therefore, the responsiveness in inter-processor communication can be improved, and the throughput of the processors can be increased.

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

【図1】本発明の原理ブロック図である。FIG. 1 is a block diagram of the principle of the present invention.

【図2】本発明の一実施例を示す図である。FIG. 2 is a diagram showing an embodiment of the present invention.

【図3】本実施例のフレーム構成を示す図である。FIG. 3 is a diagram showing a frame configuration of this embodiment.

【図4】受信RAM上のバッファ構成とその参照方法を
説明する図である。
FIG. 4 is a diagram illustrating a buffer configuration on a reception RAM and a reference method thereof.

【図5】受信RAMの第二ポートの動作タイミングチャ
ートである。
FIG. 5 is an operation timing chart of the second port of the reception RAM.

【図6】送信RAM上のバッファ構成とその参照方法を
説明する図である。
FIG. 6 is a diagram illustrating a buffer configuration on a transmission RAM and a reference method thereof.

【図7】送信RAMの第二ポートの動作タイミングチャ
ートである。
FIG. 7 is an operation timing chart of the second port of the transmission RAM.

【図8】割り込み要求開放レジスタの構成を示す図であ
る。
FIG. 8 is a diagram showing the configuration of an interrupt request release register.

【図9】直列データ伝送路に接続される従来のプロセッ
サの構成例を示す図である。
FIG. 9 is a diagram showing an example of the configuration of a conventional processor connected to a serial data transmission line.

【符号の説明】[Explanation of symbols]

11  プロセッサ 13  記憶手段 15  制御手段 21  受信RAM 22  送信RAM 23  フレームカウンタ 24  送信ポインタ 25  受信ポインタ 26  転送ポインタ 27  セレクタ 28  トライステートバッファゲート29  ラッチ
回路 30  検定回路 31  デコーダ 32  並直列変換回路 33  直並列変換回路 411 〜413   受信バッファ領域611 〜6
13   送信バッファ領域91  プロセッサ(CP
U) 92  アドレス・データバス 93  書き込み・読み出しメモリ(RAM)94  
直列データ伝送路 95  通信インタフェース部 96  DMAコントローラ(DMAC)97  受信
ポート 98  送信ポート
11 Processor 13 Storage means 15 Control means 21 Reception RAM 22 Transmission RAM 23 Frame counter 24 Transmission pointer 25 Reception pointer 26 Transfer pointer 27 Selector 28 Tri-state buffer gate 29 Latch circuit 30 Verification circuit 31 Decoder 32 Parallel-to-serial conversion circuit 33 Serial-to-parallel conversion Circuits 411 to 413 Receive buffer areas 611 to 6
13 Transmission buffer area 91 Processor (CP
U) 92 Address/data bus 93 Write/read memory (RAM) 94
Serial data transmission line 95 Communication interface unit 96 DMA controller (DMAC) 97 Reception port 98 Transmission port

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  伝送路を介して接続されたプロセッサ
と対向して授受される送信・受信データの生成・処理を
行うプロセッサ(11)を備え、前記受信データを前記
対向するプロセッサに適宜返送するプロセッサ間通信制
御方式において、前記送信・受信データをそれぞれ格納
する送信バッファおよび受信バッファを含み、前記プロ
セッサ(11)に優先してアクセスが可能なポートを有
する記憶手段(13)と、そのポートを介して前記送信
・受信データの格納語長毎にそのアクセスサイクルを二
分してアクセスし、その一方のサイクルには前記受信バ
ッファの内容を前記送信バッファに逐次転送し、他方の
サイクルにはこれらのバッファと前記伝送路との間で前
記送信・受信データを逐次授受する制御手段(15)と
を備えたことを特徴とするプロセッサ間通信制御方式。
1. A processor (11) that generates and processes transmission/reception data that is exchanged facing a processor connected via a transmission path, and returns the received data to the facing processor as appropriate. In the inter-processor communication control system, a storage means (13) including a transmission buffer and a reception buffer for respectively storing the transmission and reception data and having a port that can be accessed with priority over the processor (11); The access cycle is divided into two for each stored word length of the transmitted/received data, and in one cycle, the contents of the receive buffer are sequentially transferred to the transmit buffer, and in the other cycle, these are An inter-processor communication control system comprising: a control means (15) for sequentially transmitting and receiving the transmission/reception data between a buffer and the transmission path.
JP1544891A 1991-02-06 1991-02-06 Interprocessor communication control system Withdrawn JPH04249449A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1544891A JPH04249449A (en) 1991-02-06 1991-02-06 Interprocessor communication control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1544891A JPH04249449A (en) 1991-02-06 1991-02-06 Interprocessor communication control system

Publications (1)

Publication Number Publication Date
JPH04249449A true JPH04249449A (en) 1992-09-04

Family

ID=11889090

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1544891A Withdrawn JPH04249449A (en) 1991-02-06 1991-02-06 Interprocessor communication control system

Country Status (1)

Country Link
JP (1) JPH04249449A (en)

Similar Documents

Publication Publication Date Title
US4558429A (en) Pause apparatus for a memory controller with interleaved queuing apparatus
US3940743A (en) Interconnecting unit for independently operable data processing systems
US5255374A (en) Bus interface logic for computer system having dual bus architecture
US4412286A (en) Tightly coupled multiple instruction multiple data computer system
JPH0332094B2 (en)
US7634602B2 (en) Bus system with few control lines
JPH04249449A (en) Interprocessor communication control system
WO1991010958A1 (en) Computer bus system
JP2546901B2 (en) Communication control device
CN115328832B (en) Data scheduling system and method based on PCIE DMA
JPS6363940B2 (en)
EP1193605B1 (en) Apparatus and method for the transfer of signal groups between digital signal processors in a digital signal processing unit
GB2120429A (en) Computer system with bus cycle sharing
KR950010947B1 (en) Bus protocol mapping circuit
JPH11122275A (en) Serial communication system
JPH0573473A (en) Industrial computer system
JPH03204254A (en) Data receiver
JPS5844426Y2 (en) Inter-processor information transfer device
JP2001043355A (en) Data processor
JPH02211571A (en) Information processor
JPH04119447A (en) Access system
JPH06149749A (en) Data transfer system among plural processors
JPH04288654A (en) Data transmission system
JPS6383854A (en) Data transfer circuit
JPH10312355A (en) Control unit and communication system

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19980514