JP3098056B2 - Cell data transfer method by ATM multiplex transmission - Google Patents

Cell data transfer method by ATM multiplex transmission

Info

Publication number
JP3098056B2
JP3098056B2 JP10139891A JP10139891A JP3098056B2 JP 3098056 B2 JP3098056 B2 JP 3098056B2 JP 10139891 A JP10139891 A JP 10139891A JP 10139891 A JP10139891 A JP 10139891A JP 3098056 B2 JP3098056 B2 JP 3098056B2
Authority
JP
Japan
Prior art keywords
cell
data
cell data
buffer circuit
read clock
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP10139891A
Other languages
Japanese (ja)
Other versions
JPH04331526A (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.)
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 JP10139891A priority Critical patent/JP3098056B2/en
Publication of JPH04331526A publication Critical patent/JPH04331526A/en
Application granted granted Critical
Publication of JP3098056B2 publication Critical patent/JP3098056B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)
  • Communication Control (AREA)
  • Maintenance And Management Of Digital Transmission (AREA)

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】この発明はATM(Asynchronous
Transfer Mode)多重化伝送方式におけるセルデータ転
送方式に関し、詳しくは送信セルデータのバッファ回路
への書き込み/読み出し手順を用いたバッファ回路構成
を利用するセルデータ転送方式に関する。
BACKGROUND OF THE INVENTION The present invention relates to an ATM (Asynchronous
More specifically, the present invention relates to a cell data transfer method using a buffer circuit configuration using a procedure for writing / reading transmission cell data to / from a buffer circuit.

【0002】ATM多重化伝送方式は、情報をセルと呼
ばれる固定長ブロックに分解し、情報が発生した時のみ
セル単位でデータ伝送を行う技術である。この技術によ
れば、情報の有無が判断され、情報が発生していない場
合にはセルデータの送信を止め、それによってデータは
効率良く伝送されることになる。また、数チャンネルの
データがATM多重されて伝送されるため、回線容量が
チャンネル数分より小さい場合、データ多重化部へ転送
する前にセルデータを一旦蓄えておくためのバッファ回
路が必要となる。
The ATM multiplex transmission method is a technique in which information is decomposed into fixed-length blocks called cells, and data is transmitted in units of cells only when information occurs. According to this technique, the presence or absence of information is determined, and if no information is generated, the transmission of cell data is stopped, whereby data is efficiently transmitted. Further, since data of several channels is transmitted by ATM multiplexing, if the line capacity is smaller than the number of channels, a buffer circuit for temporarily storing cell data before transferring to the data multiplexing unit is required. .

【0003】上記したようなバッファ回路は、書き込ま
れるセルデータの発生タイミングと多重化部のセルデー
タ読み出しタイミングとが非同期で行われるため、書き
込み動作と読み出し動作とが競合しないようなバッファ
回路構成が必要とされている。
In the above-described buffer circuit, since the generation timing of the cell data to be written and the cell data read timing of the multiplexing unit are performed asynchronously, a buffer circuit configuration that does not compete with the write operation and the read operation is provided. is necessary.

【0004】[0004]

【従来の技術】従来、ATM多重化伝送における1つの
セルデータは53バイトで構成されており、5バイトがヘ
ッダとして使われ、48バイトがデータ領域として使われ
ている。また音声データは、データ領域48バイトの3バ
イト分がADPヘッダとして使用される。
2. Description of the Related Art Conventionally, one cell data in the ATM multiplex transmission is composed of 53 bytes, 5 bytes are used as a header, and 48 bytes are used as a data area. In the audio data, three bytes of 48 bytes in the data area are used as the ADP header.

【0005】音声データを符号化してATMセルを生成
する音声コーデックの構成を図5に、またその動作を図
6にそれぞれ示す。なおこの例では、音声の符号化をμ
-PCMで行い、多重化部よりのアクセス周期はセル生
成時間より短いものとする。すなわち、セルデータ生成
時間は、符号化サンプリング125μs×データ領域45バ
イト=5.625msであり、多重化部アクセス周期は5.000
ms周期で行われるものとする。
FIG. 5 shows the configuration of a voice codec that generates ATM cells by encoding voice data, and FIG. 6 shows the operation thereof. Note that in this example, the audio encoding is μ
-Performed by PCM, and the access cycle from the multiplexing unit is shorter than the cell generation time. That is, the cell data generation time is coded sampling 125 μs × data area 45 bytes = 5.625 ms, and the multiplexing unit access cycle is 5.000 ms.
It is assumed that the processing is performed in a cycle of ms.

【0006】図5および図6において、入力された音声
データは、A/D変換部1にてA/D変換され、符号化
処理部2にてμ-PCM符号化処理され、セル生成部3
でセル化される。次いでセル化されたデータに対し、情
報ビット生成部4にてセルの有効を示す情報ビットを生
成し、生成された情報ビットはセルデータとともにバッ
ファ5,6へ転送され、セル書き込みクロック生成部7
にて生成したセル書き込みクロックのタイミングにてバ
ッファ5,6に交互に書き込まれる。また、セルデータ
の読み出しは、多重化部からのセル読み出し要求に従っ
てバッファ6,5から交互に読み出され、多重化部へ転
送される。
In FIG. 5 and FIG. 6, input audio data is A / D-converted by an A / D converter 1, subjected to μ-PCM encoding by an encoding processor 2, and processed by a cell generator 3.
Is converted to a cell. Next, for the cellized data, an information bit indicating validity of the cell is generated by the information bit generation unit 4, and the generated information bit is transferred to the buffers 5 and 6 together with the cell data.
The data is alternately written to the buffers 5 and 6 at the timing of the cell write clock generated by. The cell data is read from the buffers 6 and 5 alternately in accordance with the cell read request from the multiplexing unit and transferred to the multiplexing unit.

【0007】しかしながら、書き込み周期よりも読み出
し周期の方が短く、またセルデータは情報が発生しない
と生成されないので、バッファ5,6から読み出したセ
ルデータに対し、有効判断部8,9では情報ビット生成
部4にて生成された情報ビットを用いて有効(1セルバ
ッファ)か無効(バッファセルなし)かを判断し、その結
果を読み出しクロック生成部10へ転送する。
However, the read cycle is shorter than the write cycle, and cell data is not generated unless information is generated. Using the information bits generated by the generation unit 4, whether it is valid (one cell buffer) or invalid (no buffer cell) is determined, and the result is read and transferred to the clock generation unit 10.

【0008】読み出しクロック生成部10にて生成され
るセル読み出しクロックは、有効判断部8,9の判断結
果が有効な時、バッファ5から6,バッファ6から5と
切り換えてセルデータを交互に読み出す。また、セルデ
ータの無効時には、読み出しクロックの切り換えは行わ
ないため、次回のセル読み出し要求まで待機する。以上
の動作を実行することにより、バッファ回路の書き込み
と読み出しとの競合を防止していた。
The cell read clock generated by the read clock generator 10 is switched from the buffers 5 to 6 and from the buffers 6 to 5 to read cell data alternately when the validity of the validity decision sections 8 and 9 is valid. . In addition, when the cell data is invalid, the read clock is not switched, so that the process waits until the next cell read request. Executing the above operation has prevented the contention between writing and reading of the buffer circuit.

【0009】[0009]

【発明が解決しようとする課題】しかしながら、上記し
た従来のセルデータ転送方式では、書き込みと読み出し
の競合を防ぐために、バッファ回路をダブルバッファ構
成としているため、回路規模が大きくなるという欠点お
よびセルデータを読み出すまでに時間がかかるという欠
点があった。また、バッファ回路の書き込み、読み出し
エラーを検出できないという欠点もあった。この発明は
以上の事情を考慮してなされたもので、ATM多重化伝
送方式において、発生したセルデータを蓄えるバッファ
回路の回路規模を削減することのできるセルデータ転送
方式を提供する。
However, in the above-mentioned conventional cell data transfer system, the buffer circuit has a double buffer configuration in order to prevent competition between writing and reading, so that the circuit size becomes large and the cell data transfer method is disadvantageous. There is a disadvantage that it takes a long time to read the data. In addition, there is a disadvantage that write / read errors of the buffer circuit cannot be detected. The present invention has been made in view of the above circumstances, and provides a cell data transfer system capable of reducing the circuit scale of a buffer circuit for storing generated cell data in an ATM multiplex transmission system.

【0010】[0010]

【課題を解決するための手段】この発明は、ATM多重
化伝送によるセルデータ転送方法において、セル生成部
と、セル生成部で生成したセルデータを蓄えるための1
つのバッファ回路と、バッファ回路への書き込みが終了
したことを示すセル書き込み許可信号を生成する許可信
号生成部と、セル読み出しクロックを生成するセル読み
出しクロック生成部と、セルデータのバッファ回路への
書き込み時に情報ビットをセルデータに付加する情報ビ
ット生成部と、セルデータのバッファへの書き込みまた
は読み出しのエラーを検出するエラー検出部とを備え、
前記許可信号生成部が前記セル書き込み許可信号をセル
読み出しクロック生成部へ転送した後、セル読み出しク
ロック生成部が、前記セル書き込み許可信号と多重化部
より入力されるセル要求信号との調停を取ることにより
セル読み出しクロックを生成し、このセル読み出しクロ
ックにより前記バッファ回路からセルデータの読み出し
を行い、エラー検出部がバッファ回路から読み出された
セルデータに付加された情報ビットを検出することによ
りセルデータのエラーの発生を判断することを特徴とす
るATM多重化伝送によるセルデータ転送方法を提供す
るものである。図1はこの発明の原理を示す構成図であ
る。同図においてこの発明は、ATM多重化伝送方式
よるセルデータ転送方法において、セル生成部1で生成
したセルデータを蓄えるためのバッファ回路3を1つの
回路で構成し、かつ書き込み/読み出しの手順を、前記
セルデータの転送状態を示すセル書き込み許可信号をセ
ル読み出しクロック生成部2へ転送し、該セル読み出し
クロック生成部2にて前記セル書き込み許可信号と多重
化部より入力されるセル要求信号との調停をとり、次に
セル読み出しクロックを生成して前記バッファ回路3よ
りセルデータの読み出しを行うように規定したことを特
徴とするATM多重化伝送方式によるセルデータ転送
である。
SUMMARY OF THE INVENTION The present invention provides an ATM multiplex.
In a cell data transfer method by encrypted transmission, a cell generation unit
And 1 for storing the cell data generated by the cell generation unit.
One buffer circuit and writing to the buffer circuit are completed
Signal to generate a cell write enable signal
Signal generation unit and cell reading for generating a cell reading clock
Output clock generator and the cell data to the buffer circuit.
Information bit that adds information bits to cell data during writing
Packet generation unit, and writes or writes cell data to the buffer.
Comprises an error detection unit for detecting a read error,
The permission signal generation unit transmits the cell write permission signal to a cell.
After transferring to the read clock generator, the cell read clock
A lock generation unit, the multiplexing unit
Arbitration with the incoming cell request signal
A cell read clock is generated and this cell read clock is generated.
Read cell data from the buffer circuit
And the error detector is read from the buffer circuit.
By detecting information bits added to the cell data,
Cell data error is determined.
Cell data transfer method by ATM multiplex transmission
Things. FIG. 1 is a block diagram showing the principle of the present invention. In the figure, the present invention is applied to an ATM multiplex transmission system .
In the cell data transfer method , the buffer circuit 3 for storing the cell data generated by the cell generation unit 1 is composed of one circuit, and the writing / reading procedure is performed by a cell write permission indicating the transfer state of the cell data. A signal is transferred to the cell read clock generator 2, and the cell read clock generator 2 arbitrates between the cell write enable signal and the cell request signal input from the multiplexer, and then generates a cell read clock. cell data forwarding method according to the ATM multiplexing transmission system, characterized in that defined as to read cell data from the buffer circuit 3
Is the law .

【0011】すなわちこの発明は、1つのセルが生成さ
れたことを表す信号を対向側に送り、対向側がその信号
を受け取ってからセルデータを読みにいくセルデータ転
送方式である。この方式は、バッファ回路3においては
セルデータの書き込み/読み出しが交互に行われるこ
と、および1つのセルが生成されるまでに5.625ms要
し、かつ読み出し時には書き込み(上書き)がなされない
ことに着目して実現されたものである。すなわち、書き
込みと読み出しとの調停を図ることによって、従来のダ
ブルバッファ構成を1つのバッファにしたことを特徴と
している。
That is, the present invention is a cell data transfer system in which a signal indicating that one cell has been generated is sent to the opposite side, and the opposite side reads the cell data after receiving the signal. This method pays attention to the fact that writing / reading of cell data is performed alternately in the buffer circuit 3, that it takes 5.625 ms to generate one cell, and that writing (overwriting) is not performed at the time of reading. It was realized. That is, the present invention is characterized in that the conventional double buffer configuration is reduced to one buffer by arbitrating write and read.

【0012】また、前記セルデータに情報ビットを付加
して前記バッファ回路3に書き込み、読み出しの際に前
記情報ビットを検出すれば、前記セルデータの書き込
み,読み出しエラーを検出することが可能となる。
Further, if an information bit is added to the cell data and written to the buffer circuit 3 and the information bit is detected at the time of reading, an error in writing or reading the cell data can be detected. .

【0013】[0013]

【作用】この発明に従えば、セル生成部1にて生成され
たセルデータが、バッファ回路3に1セル分書き込まれ
た後、セル要求信号とセル書き込み許可信号との調停が
取られ、次いでセルデータの読み出しが行われるよう作
用する。これにより、バッファ回路3は従来のようなダ
ブルバッファ構成にする必要がなくなるため、回路規模
が削減される。
According to the present invention, after the cell data generated by the cell generator 1 is written into the buffer circuit 3 for one cell, the cell request signal and the cell write enable signal are arbitrated, and then arbitration is performed. The cell data is read out. This eliminates the need for the buffer circuit 3 to have a double buffer configuration as in the related art, thereby reducing the circuit scale.

【0014】[0014]

【実施例】以下図に示す実施例に基づいてこの発明を詳
述する。なお、これによってこの発明は限定されるもの
ではない。図2はこの発明の一実施例を示す構成図であ
る。同図において、入力された音声データは、A/D変
換器10、符号化処理部11、セル生成部12を経由し
てセル化されてバッファ部13へ転送される。また、情
報ビット生成部14にて情報ビットとして生成された信
号はセルの第1バイトを示し、その情報ビットは前記セ
ルデータとともにバッファ部13へ転送され、セル書き
込みクロック生成部15にて生成されたセル書き込みク
ロックによってバッファ部13に書き込まれる。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described below in detail with reference to the embodiments shown in the drawings. The present invention is not limited by this. FIG. 2 is a block diagram showing one embodiment of the present invention. In FIG. 1, input audio data is converted into cells via an A / D converter 10, an encoding processing unit 11, and a cell generation unit 12 and transferred to a buffer unit 13. The signal generated as the information bit by the information bit generation unit 14 indicates the first byte of the cell, and the information bit is transferred to the buffer unit 13 together with the cell data, and is generated by the cell write clock generation unit 15. The data is written to the buffer unit 13 by the cell write clock.

【0015】セル書き込み許可信号生成部16では、セ
ル書き込みクロック生成部15から出力されるセル書き
込みクロックを監視して、53回の書き込みクロック発
生後、すなわち1つ分のセルをカウントした後、セル書
き込み許可信号をLowにする。すなわち、セル書き込
み終了としてセル書き込み許可信号をセル読み出しクロ
ック生成部17へ転送する。これに対してセル読み出し
クロック生成分17では、セルデータ読み出しクロック
を監視してセルデータ読み出し終了後、セル書き込み許
可信号をHighにする。すなわち、セル書き込み許可
信号を解除する。
The cell write enable signal generation unit 16 monitors the cell write clock output from the cell write clock generation unit 15, and after generating 53 write clocks, ie, counting one cell, The write enable signal is set to Low. That is, the cell write enable signal is transferred to the cell read clock generation unit 17 as the end of the cell write. On the other hand, in the cell read clock generation section 17, the cell data read clock is monitored, and after the cell data read is completed, the cell write enable signal is set to High. That is, the cell write enable signal is released.

【0016】このように、セル読み出しクロック生成部
17では、セル書き込み許可信号が入力されていて多重
化部より入力セル要求が発生した時に、セル読み出しク
ロックを生成し、バッファ部13からセルデータを読み
出して多重化部へ転送する。図3に示すタイムチャート
参照。
As described above, the cell read clock generator 17 generates a cell read clock when the cell write enable signal is input and an input cell request is generated from the multiplexer, and transfers the cell data from the buffer 13. Read and transfer to multiplexing unit. See the time chart shown in FIG.

【0017】ま、エラー検出部18では、バッファ部1
3にシフトレジスタを使用しているため、同様にしてバ
ッファ部13から読み出された情報ビットとセル読み出
しクロック発生回数とを比較して、1回目に情報ビット
が読み出されなかった場合は、バッファ部13への書き
込み,読み出しエラーが発生したとして検出する。図4
に示すタイムチャート参照。
In the error detecting section 18, the buffer section 1
Since a shift register is used for No. 3, the information bit read from the buffer unit 13 is similarly compared with the number of cell read clock generations, and if the information bit is not read for the first time, It is detected that a write / read error has occurred in the buffer unit 13. FIG.
See the time chart shown.

【0018】[0018]

【発明の効果】以上説明したように、この発明によれ
ば、ATM多重化伝送方式において、発生したセルデー
タを蓄えるためのバッファ回路をダブルバッファ構成に
する必要がないため、回路規模を削減することができ
る。また、バッファ回路の異常状態を簡単に検出するこ
とができる。
As described above, according to the present invention, in the ATM multiplex transmission system, the buffer circuit for storing the generated cell data does not need to have a double buffer configuration, so that the circuit scale is reduced. be able to. Further, an abnormal state of the buffer circuit can be easily detected.

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

【図1】この発明の原理を示す構成図である。FIG. 1 is a configuration diagram showing the principle of the present invention.

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

【図3】実施例のタイムチャートである。FIG. 3 is a time chart of the embodiment.

【図4】実施例のタイムチャートである。FIG. 4 is a time chart of the embodiment.

【図5】従来例の構成図である。FIG. 5 is a configuration diagram of a conventional example.

【図6】従来例のタイムチャートである。FIG. 6 is a time chart of a conventional example.

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

1 セル生成部 2 セル読み出しクロック生成部 3 バッファ部 1 cell generation unit 2 cell read clock generation unit 3 buffer unit

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 ATM多重化伝送によるセルデータ転送
方法において、セル生成部と、セル生成部で生成したセ
ルデータを蓄えるための1つのバッファ回路と、バッフ
ァ回路への書き込みが終了したことを示すセル書き込み
許可信号を生成する許可信号生成部と、セル読み出しク
ロックを生成するセル読み出しクロック生成部と、セル
データのバッファ回路への書き込み時に情報ビットをセ
ルデータに付加する情報ビット生成部と、セルデータの
バッファへの書き込みまたは読み出しのエラーを検出す
るエラー検出部とを備え、前記許可信号生成部が前記セ
ル書き込み許可信号をセル読み出しクロック生成部へ転
送した後、セル読み出しクロック生成部が、前記セル書
き込み許可信号と多重化部より入力されるセル要求信号
との調停を取ることによりセル読み出しクロックを生成
し、このセル読み出しクロックにより前記バッファ回路
からセルデータの読み出しを行い、エラー検出部がバッ
ファ回路から読み出されたセルデータに付加された情報
ビットを検出することによりセルデータのエラーの発生
を判断することを特徴とするATM多重化伝送によるセ
ルデータ転送方法。
1. A cell data transfer method based on ATM multiplex transmission, wherein a cell generator, one buffer circuit for storing cell data generated by the cell generator, and completion of writing to the buffer circuit are indicated. A permission signal generator for generating a cell write permission signal, a cell read clock generator for generating a cell read clock, an information bit generator for adding information bits to the cell data when writing the cell data to the buffer circuit, An error detection unit that detects an error in writing or reading data to or from the buffer, and after the enable signal generation unit transfers the cell write enable signal to the cell read clock generation unit, the cell read clock generation unit Arbitration between the cell write enable signal and the cell request signal input from the multiplexer A cell read clock is generated by the cell read clock, the cell data is read from the buffer circuit by the cell read clock, and the error detector detects information bits added to the cell data read from the buffer circuit, thereby detecting the cell data. A cell data transfer method using ATM multiplex transmission, which determines the occurrence of an error.
JP10139891A 1991-05-07 1991-05-07 Cell data transfer method by ATM multiplex transmission Expired - Fee Related JP3098056B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10139891A JP3098056B2 (en) 1991-05-07 1991-05-07 Cell data transfer method by ATM multiplex transmission

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10139891A JP3098056B2 (en) 1991-05-07 1991-05-07 Cell data transfer method by ATM multiplex transmission

Publications (2)

Publication Number Publication Date
JPH04331526A JPH04331526A (en) 1992-11-19
JP3098056B2 true JP3098056B2 (en) 2000-10-10

Family

ID=14299632

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10139891A Expired - Fee Related JP3098056B2 (en) 1991-05-07 1991-05-07 Cell data transfer method by ATM multiplex transmission

Country Status (1)

Country Link
JP (1) JP3098056B2 (en)

Also Published As

Publication number Publication date
JPH04331526A (en) 1992-11-19

Similar Documents

Publication Publication Date Title
JP3645584B2 (en) Data transfer synchronization device
JPH0628308A (en) System and method for transfer of data between two data buses having different widths
US5623507A (en) Error pointers for enhanced error correction
JPS62131365A (en) Multinode/data processing system
JP3098056B2 (en) Cell data transfer method by ATM multiplex transmission
JP2692773B2 (en) Error correction device
JP3711730B2 (en) Interface circuit
JP2873229B2 (en) Buffer memory controller
JP3667556B2 (en) DMA transfer control device and DMA transfer control method
JP3592169B2 (en) Asynchronous data transfer control device and asynchronous data transfer control method
US20020004881A1 (en) Data transfer apparatus and data transfer method
JPH06268707A (en) Data length conversion circuit
KR100405847B1 (en) Apparatus and Method for Subscriber Board Traffic Control in ATM System
JP2631699B2 (en) Cell Formatting Method
JP2511697B2 (en) Data receiver
JPH10340596A (en) Data storage device and semiconductor memory
JPH0744569B2 (en) Serial data receiving circuit
JPH05114925A (en) Serial data transfer interface
JP2845768B2 (en) Time information synchronization device
JP3082577B2 (en) First in first out memory device
JP3075273B2 (en) Cell buffer control circuit
JPH10276229A (en) Asynchronous transfer control system
KR100295745B1 (en) Video data transmission device of ATM communication terminal
JPH10105375A (en) Asynchronous fifo buffer device
JPH09102773A (en) Atm-stm conversion device

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20000718

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080811

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090811

Year of fee payment: 9

LAPS Cancellation because of no payment of annual fees