JPH08191312A - Atm interface circuit - Google Patents
Atm interface circuitInfo
- Publication number
- JPH08191312A JPH08191312A JP282795A JP282795A JPH08191312A JP H08191312 A JPH08191312 A JP H08191312A JP 282795 A JP282795 A JP 282795A JP 282795 A JP282795 A JP 282795A JP H08191312 A JPH08191312 A JP H08191312A
- Authority
- JP
- Japan
- Prior art keywords
- data
- memory
- address
- circuit
- header
- 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.)
- Granted
Links
Landscapes
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は非同期転送モード(AT
M:Asynchronous Transfer Mode )に利用する。特に、
データパケットをATMセルのフォーマットに変換する
技術に関する。BACKGROUND OF THE INVENTION The present invention relates to an asynchronous transfer mode (AT
It is used for M: Asynchronous Transfer Mode). In particular,
The present invention relates to a technique for converting a data packet into an ATM cell format.
【0002】[0002]
【従来の技術】ATMネットワークで用いられるATM
セルは、48バイトのユーザデータ領域(ペイロード)
と、ネットワーク制御に用いられる5バイトのセルヘッ
ダの合計53バイトのデータにより構成される。データ
通信では、ヘッダ中のVPI(Virtual Path Identifie
r) 、VCI(Virtual Channel Identifier)と呼ばれる
属性情報の値に基づいて経路が選択され、所望の相手先
へATMセルが伝送される。2. Description of the Related Art ATM used in ATM networks
Cell is a 48-byte user data area (payload)
And a total of 53 bytes of data of a 5-byte cell header used for network control. In data communication, VPI (Virtual Path Identifie) in the header is used.
r), a route is selected based on the value of attribute information called VCI (Virtual Channel Identifier), and the ATM cell is transmitted to a desired destination.
【0003】任意長のデータ系列をATMセルを用いて
送信するには、そのデータ系列をペイロードの大きさの
データセグメントに分割して、これにATMセルヘッダ
を付加して逐次送信する。受信側でATMセルからペイ
ロード部分を抽出してデータ系列を再合成するために、
データ系列の先頭と終端を含んだATMセルを識別する
必要がある。To transmit a data sequence of arbitrary length using ATM cells, the data sequence is divided into payload-sized data segments, and an ATM cell header is added to the data segments to be transmitted sequentially. To extract the payload part from the ATM cell and re-synthesize the data sequence on the receiving side,
It is necessary to identify the ATM cell including the beginning and the end of the data series.
【0004】図6を参照してAAL5規格によるATM
セル化処理を説明する。図6はATMセルの構成図であ
る。データパケットを48バイトのパケットに分割す
る。このとき、データパケットが48バイトの整数倍で
なければ、最後尾にダミーデータを挿入して長さを調整
する。このようにして分割されたパケットにそれぞれセ
ルヘッダを付与する。さらに最後尾に、データ系列のバ
イト長さと全データのCRCの計算結果とを挿入する。
セルヘッダ中のPTI(Payload Type Identifier) の値
により、ATMセルがデータ系列の最後尾のペイロード
を含むか否かを判定する。Referring to FIG. 6, ATM according to the AAL5 standard
The cell processing will be described. FIG. 6 is a block diagram of an ATM cell. The data packet is divided into 48-byte packets. At this time, if the data packet is not an integral multiple of 48 bytes, dummy data is inserted at the end to adjust the length. A cell header is added to each of the packets thus divided. Further, the byte length of the data series and the CRC calculation result of all data are inserted at the end.
Based on the value of PTI (Payload Type Identifier) in the cell header, it is determined whether the ATM cell includes the last payload of the data sequence.
【0005】このように、計算機から発生するデータ系
列をATMセルに変換するには、ATMインタフェース
回路が必要になる。そのためには、ATMインタフェー
ス回路とCPUとをデータバスを介して接続する。デー
タバスに接続するATMインタフェース回路のデータメ
モリとしては、共有メモリを使う方法とFIFOメモリ
を使う方法とがある。As described above, an ATM interface circuit is required to convert a data sequence generated by a computer into ATM cells. For that purpose, the ATM interface circuit and the CPU are connected via a data bus. As a data memory of the ATM interface circuit connected to the data bus, there are a method using a shared memory and a method using a FIFO memory.
【0006】アドレス信号線を持つ共有メモリを用いた
従来例を図7を参照して説明する。図7は従来例の共有
メモリを用いたATMインタフェース回路のブロック構
成図である。図7に示すATMインタフェース回路で
は、処理すべきデータ系列をすべて共有メモリに書込ん
でからセル化の処理を開始する。データ系列と、データ
系列が存在する範囲を指定するアドレスポインタと、セ
ルヘッダの内容とを準備して、処理開始の命令を送って
セル化処理を開始させる。ATMインタフェース回路
は、共有メモリの内容を48バイトずつ読み出し、セル
ヘッダを付加して送出する。A conventional example using a shared memory having address signal lines will be described with reference to FIG. FIG. 7 is a block diagram of a conventional ATM interface circuit using a shared memory. In the ATM interface circuit shown in FIG. 7, all the data series to be processed are written in the shared memory and then the cell formation process is started. A data series, an address pointer designating a range in which the data series exists, and the contents of the cell header are prepared, and a processing start command is sent to start the cell formation processing. The ATM interface circuit reads the contents of the shared memory 48 bytes at a time, adds a cell header, and sends it.
【0007】データ系列の最後尾のペイロードの処理が
終了したら、計算機側に処理の終了を通知する信号を出
力して、次のデータの書込みを促す。複数のデータ系列
に入力して別のセルヘッダを付与する場合には、データ
用メモリのアドレス領域を分割して各データ系列毎にポ
インタとセルヘッダを用意する。ATMインタフェース
回路は各データ系列の処理を時分割してセル化を行う。When the processing of the last payload of the data series is completed, a signal for notifying the end of the processing is output to the computer side to prompt the writing of the next data. When inputting to a plurality of data series and adding another cell header, the address area of the data memory is divided and a pointer and a cell header are prepared for each data series. The ATM interface circuit time-divisions the processing of each data series to form cells.
【0008】一方、データFIFOメモリを用いた従来
例には二通りあり、一つはただ単純に、ヘッダ、デー
タ、終了データ(信号長、CRCその他AAL処理のた
めに最後尾にATMセルのペイロードに付加するパラメ
ータ)をすべての送信データの形に整えてからデータF
IFOメモリに書込む方法である。しかしこの従来例
は、単にFIFOを有しているだけでほとんど機能らし
いものは持たないので、説明は省略する。On the other hand, there are two types of conventional examples using a data FIFO memory. One is simply a header, data, end data (signal length, CRC, etc.) and payload of an ATM cell at the end for AAL processing. (Parameters added to the
This is a method of writing to the IFO memory. However, since this conventional example has only a FIFO and has almost no function, a description thereof will be omitted.
【0009】他方のデータFIFOメモリを用いた従来
例を図8を参照して説明する。図8は従来例のデータF
IFOメモリを用いたATMインタフェース回路のブロ
ック構成図である。データバス1からデータFIFOメ
モリ4に、データ系列が書込まれる。セルヘッダはヘッ
ダメモリ14にあらかじめ設定される。データ系列の最
後尾がデータFIFOメモリ4に書込まれると、データ
バス1から終了信号が入力される。終了信号を受けてA
TMセル化処理が開始される。このとき、データFIF
Oメモリ4が空になったことを示すEMPTY信号が検
出される以前に、次のデータ系列をデータFIFOメモ
リ4に書込むと、前回のデータとの境が不明となってし
まいATMセル化処理は不能となる。A conventional example using the other data FIFO memory will be described with reference to FIG. FIG. 8 shows data F of the conventional example.
It is a block configuration diagram of an ATM interface circuit using an IFO memory. A data series is written from the data bus 1 to the data FIFO memory 4. The cell header is preset in the header memory 14. When the end of the data series is written in the data FIFO memory 4, the end signal is input from the data bus 1. A upon receiving the end signal
The TM cell conversion process is started. At this time, the data FIFO
If the next data series is written to the data FIFO memory 4 before the EMPTY signal indicating that the O memory 4 has become empty is detected, the boundary with the previous data becomes unclear and the ATM cell conversion process is performed. Becomes impossible.
【0010】すなわち、データメモリとしてFIFOメ
モリを用いた方式では、データFIFOメモリに何らか
のデータが書込まれた時点からセル化の処理を開始し、
順次書込まれるデータ系列を逐次的に処理する。データ
系列の存在位置を示すポインタが不要になる代わりに、
データ系列の書込みの終了をCPU側からATMインタ
フェース回路に通知する終了指示の信号が必要になる。
ATMインタフェース回路は、終了指示信号とFIFO
メモリのEMPTY信号を検知すると、最後尾のペイロ
ードにデータ数・CRC・ダミーデータを付加する処理
を最後に行う。CPU側で新たなデータ系列を送信する
場合には、終了指示信号を出した後にFIFOメモリの
内容が空になるのを待ってから、次のデータ系列を書込
み始める。That is, in the system using the FIFO memory as the data memory, the cell assembling process is started from the time when some data is written in the data FIFO memory,
Sequential processing of sequentially written data series. Instead of needing a pointer that indicates the location of the data series,
A termination instruction signal is required from the CPU side to notify the ATM interface circuit of the completion of the writing of the data series.
The ATM interface circuit uses a termination instruction signal and a FIFO.
When the EMPTY signal of the memory is detected, the process of adding the number of data, CRC, and dummy data to the last payload is finally performed. When transmitting a new data sequence on the CPU side, after the end instruction signal is issued, after waiting for the contents of the FIFO memory to become empty, writing of the next data sequence is started.
【0011】[0011]
【発明が解決しようとする課題】このように、共有メモ
リを用いたATMインタフェース回路では、一回に処理
できるデータ系列の長さが共有メモリの容量により制限
を受け、またデータ系列の書込み開始からATMセルの
送信までの遅延が大きい。さらに、ポインタの指定、処
理開始の命令、処理終了の確認といった制限手順のオー
バーヘッドにより高速性を得にくい。As described above, in the ATM interface circuit using the shared memory, the length of the data series that can be processed at one time is limited by the capacity of the shared memory, and from the start of writing the data series. The delay until the transmission of ATM cells is large. Furthermore, it is difficult to obtain high speed due to the overhead of the limiting procedure such as the designation of the pointer, the instruction to start the process, and the confirmation of the end of the process.
【0012】一方、データ用メモリにFIFOメモリを
用いた場合には、データメモリの領域の分割という手段
が取れないため、複数のデータ系列を同時処理するため
には、その数だけのFIFOメモリバンクが必要にな
る。On the other hand, when the FIFO memory is used as the data memory, the means of dividing the area of the data memory cannot be taken. Therefore, in order to simultaneously process a plurality of data series, the same number of FIFO memory banks are required. Will be required.
【0013】また、双方の構成とも、前のデータ系列の
処理が完了してデータメモリが解放されてから新たなデ
ータ系列を書込むため、データ入力とセル化のパイプラ
イン処理が出来ない。In both configurations, since a new data series is written after the processing of the previous data series is completed and the data memory is released, the pipeline processing of data input and cell formation cannot be performed.
【0014】本発明は、このような背景に行われたもの
であり、ATMセル化処理を高速化することができるA
TMインタフェース回路を提供することを目的とする。
本発明は、ATMセル化処理における制御信号を簡単化
することができるATMインタフェース回路を提供する
ことを目的とする。本発明は、ATMセル化処理におけ
るデータ書込みシーケンスを簡単化することができるA
TMインタフェース回路を提供することを目的とする。
本発明は、データ転送のスループットを向上させること
ができるATMインタフェース回路を提供することを目
的とする。The present invention has been made against such a background, and it is possible to speed up the ATM cell processing.
It is an object to provide a TM interface circuit.
An object of the present invention is to provide an ATM interface circuit capable of simplifying control signals in ATM cell conversion processing. The present invention can simplify the data write sequence in the ATM cell conversion process.
It is an object to provide a TM interface circuit.
An object of the present invention is to provide an ATM interface circuit that can improve the throughput of data transfer.
【0015】[0015]
【課題を解決するための手段】本発明は、時系列的にデ
ータが到来するデータ入力端と、このデータに対応して
ATMセルのヘッダインデックスを含む宛先情報が到来
するアドレス入力端と、前記データおよび前記宛先情報
を一時記憶するメモリと、このメモリを制御してATM
セルを作成する制御回路とを備えたATMインタフェー
ス回路である。According to the present invention, there is provided a data input terminal to which data arrives in time series, an address input terminal to which destination information including a header index of an ATM cell arrives corresponding to the data, A memory for temporarily storing data and the destination information and an ATM for controlling this memory
It is an ATM interface circuit including a control circuit for creating cells.
【0016】ここで、本発明の特徴とするところは、前
記メモリは、前記データ入力端に到来するデータを到来
順に記憶するデータFIFOメモリと、前記アドレス入
力端に到来する宛先情報を前記データFIFOメモリの
アドレスに対応させて到来順に記憶するアドレスFIF
Oメモリとを別に設け、この二つのFIFOメモリの内
容を同期して読出す読出回路と、あらかじめATMセル
のヘッダ情報が複数記録されこの読出回路の出力に現れ
る宛先情報にしたがって選択されるヘッダテーブルとを
備えたところにある。これにより、ATMセル化処理に
おける制御信号およびデータ書込みシーケンスを簡単化
し、データ転送のスループットを向上させ、ATMセル
化処理を高速化することができる。Here, the feature of the present invention is that the memory stores a data FIFO memory for storing the data arriving at the data input end in the order of arrival, and the destination information arriving at the address input end for the data FIFO. Address FIF stored in order of arrival in correspondence with memory address
An O memory is separately provided, and a read circuit for synchronously reading the contents of the two FIFO memories, and a header table selected in accordance with the destination information appearing at the output of the read circuit in which a plurality of ATM cell header information are recorded in advance. It is equipped with and. As a result, it is possible to simplify the control signal and the data write sequence in the ATM cell conversion process, improve the throughput of data transfer, and speed up the ATM cell conversion process.
【0017】ここで、データFIFOメモリおよびアド
レスFIFOメモリは、ハードウェア的に異なる二つの
メモリにより構成してもよいが、単一のメモリのメモリ
領域を二つに分けることにより実現してもよい。また、
この場合の入出力は、二入力二出力としてデータFIF
Oメモリ領域とアドレスFIFOメモリ領域とを並行動
作させるようにしてもよいし、あるいは、一入力一出力
としてデータFIFOメモリ領域とアドレスFIFOメ
モリ領域とが実質的(みかけ上)に並行動作するように
してもよい。Here, the data FIFO memory and the address FIFO memory may be composed of two memories different in terms of hardware, but may be realized by dividing the memory area of a single memory into two. . Also,
In this case, the input and output are two inputs
The O memory area and the address FIFO memory area may be operated in parallel, or the data FIFO memory area and the address FIFO memory area may be operated substantially (apparently) in parallel as one input and one output. May be.
【0018】データ入力端に到来するデータにしたがっ
てヘッダ情報を生成して前記ヘッダテーブルに蓄積させ
るヘッダ生成回路を備えることが望ましい。It is desirable to provide a header generation circuit for generating header information according to the data coming to the data input terminal and storing it in the header table.
【0019】前記読出回路には、前記アドレス入力に到
来する宛先情報から終了信号を検出する手段と、この終
了信号の検出により誤り訂正符号を発生して前記データ
の末尾に設定する手段とを含むことが望ましい。これに
より、誤り訂正符号をATMセルの最後尾に付加するこ
とができる。The read circuit includes means for detecting an end signal from the destination information arriving at the address input, and means for generating an error correction code by detecting the end signal and setting the error correction code at the end of the data. Is desirable. As a result, the error correction code can be added to the end of the ATM cell.
【0020】前記読出回路には、前記データFIFOメ
モリから読出されたデータの数を計数する計数回路と、
前記終了信号の検出によりこの計数回路の内容からデー
タ長の情報を前記データの末尾に設定する手段とを含む
ことが望ましい。これにより、データ系列長の情報をA
TMセルの末尾に付加することができる。The read circuit includes a counting circuit for counting the number of data read from the data FIFO memory,
It is desirable to include means for setting data length information to the end of the data from the contents of the counting circuit by detecting the end signal. As a result, the information of the data sequence length is
It can be added to the end of the TM cell.
【0021】前記二つのFIFOメモリは、固定サイズ
の書込読出可能メモリと、前記宛先情報を入力としてこ
の書込読出可能メモリの書込アドレスを生成する書込ア
ドレス生成回路と、前記読出回路の制御にしたがってこ
の書込読出可能メモリの読出アドレスを発生する読出ア
ドレス生成回路とを含むことが望ましい。The two FIFO memories include a fixed-size writable / readable memory, a write address generation circuit for generating the write address of the writable / readable memory by inputting the destination information, and the read circuit. It is desirable to include a read address generation circuit for generating a read address of the writable / readable memory under control.
【0022】[0022]
【作用】本発明によるATMインタフェース回路では、
単一のデータFIFOメモリに異なるデータ系列を混在
して書込んだとしても、アドレスFIFOメモリの内容
によりデータ系列の識別ができるので、この内容から適
当なセルヘッダを選択してペイロードデータに付加する
ことができる。また、アドレスFIFOメモリの値をA
TMインタフェース回路の制御にも用いているので、C
PUからのATMインタフェース回路の制御手順を簡略
化できる。このときセルヘッダは、通信し得る通信相手
の全てについて、ヘッダテーブルにあらかじめ書込んで
おくことにより、セル化処理の実行毎にロードする必要
はなく、これによっても高速化および制御手順の簡略化
に寄与できる。In the ATM interface circuit according to the present invention,
Even if different data series are mixed and written in a single data FIFO memory, the data series can be identified by the content of the address FIFO memory. Therefore, select an appropriate cell header from this content and add it to the payload data. You can In addition, the value of the address FIFO memory is set to A
Since it is also used to control the TM interface circuit, C
The control procedure of the ATM interface circuit from PU can be simplified. At this time, the cell header does not need to be loaded each time the cell assembling process is performed by writing in advance in the header table for all the communication partners that can communicate, which also improves the speed and simplifies the control procedure. Can contribute.
【0023】さらに、新たな通信相手に対応するため
に、到来するデータにしたがってヘッダ情報を生成して
ヘッダテーブルに蓄積させるヘッダ生成回路を設けても
よい。これにより、柔軟に通信相手の変更に対応するこ
とができる。Further, in order to correspond to a new communication partner, a header generation circuit for generating header information according to incoming data and storing it in a header table may be provided. Thereby, it is possible to flexibly deal with the change of the communication partner.
【0024】アドレスFIFOメモリの値には、セルヘ
ッダの選択情報に加えてデータ系列の終了信号を付加す
ることがよい。これにより、データ系列の終了を検出し
誤り訂正符号を発生してデータ系列の末尾に設定するこ
とができる。また、データ長を計数しておいて、その結
果をこの誤り訂正符号とともにデータ系列の末尾に設定
することもできる。The end signal of the data series may be added to the value of the address FIFO memory in addition to the selection information of the cell header. This makes it possible to detect the end of the data series, generate an error correction code, and set it at the end of the data series. It is also possible to count the data length and set the result together with the error correction code at the end of the data series.
【0025】宛先情報を入力としてデータFIFOメモ
リおよびアドレスFIFOメモリの書込アドレスを生成
することにより書込みを制御し、二つのFIFOメモリ
の内容を同期して読出す読出回路の制御にしたがってデ
ータFIFOメモリおよびアドレスFIFOメモリの読
出アドレスを生成することにより読出しを制御すること
により、FIFOメモリの書込み読出し制御手順を簡略
化することができる。The write control is performed by generating write addresses of the data FIFO memory and the address FIFO memory using the destination information as an input, and the data FIFO memory is controlled according to the control of the read circuit for synchronously reading the contents of the two FIFO memories. By controlling the reading by generating the read address of the address FIFO memory, the write / read control procedure of the FIFO memory can be simplified.
【0026】[0026]
【実施例】本発明実施例の構成を図1および図2を参照
して説明する。図1は本発明実施例装置のブロック構成
図である。図2はデータFIFOメモリとアドレスFI
FOメモリとの対応状態を示す図である。DESCRIPTION OF THE PREFERRED EMBODIMENTS The construction of an embodiment of the present invention will be described with reference to FIGS. FIG. 1 is a block diagram of an apparatus according to the present invention. Figure 2 shows the data FIFO memory and address FI
It is a figure which shows the corresponding state with FO memory.
【0027】本発明は、時系列的にデータが到来するデ
ータ入力端としてのデータバス1と、このデータに対応
してATMセルのヘッダインデックスを含む宛先情報が
到来するアドレス入力端としてのアドレスバス2と、前
記データおよび前記宛先情報を一時記憶するメモリ15
と、このメモリ15を制御してATMセルを作成する制
御回路20とを備えたATMインタフェース回路であ
る。The present invention comprises a data bus 1 as a data input terminal to which data arrives in time series, and an address bus as an address input terminal to which destination information including a header index of an ATM cell corresponding to this data arrives. 2, and a memory 15 for temporarily storing the data and the destination information
And an control circuit 20 for controlling the memory 15 to create an ATM cell.
【0028】ここで、本発明の特徴とするところは、メ
モリ15は、データバス1に到来するデータを到来順に
記憶するデータFIFOメモリ4と、アドレスバス2に
到来する宛先情報を図2に示すように、データFIFO
メモリ4のアドレスに対応させて到来順に記憶するアド
レスFIFOメモリ5とを別に設け、この二つのFIF
Oメモリの内容を同期して読出す読出回路10と、あら
かじめATMセルのヘッダ情報が複数記録されこの読出
回路10の出力に現れる宛先情報にしたがって選択され
るヘッダテーブル12とを備えたところにある。Here, the feature of the present invention is that the memory 15 shows the data FIFO memory 4 for storing the data arriving at the data bus 1 in the order of arrival and the destination information arriving at the address bus 2 in FIG. So that the data FIFO
An address FIFO memory 5 for storing the addresses in the order of arrival in correspondence with the addresses of the memory 4 is separately provided, and these two FIFOs are provided.
It is provided with a read circuit 10 for synchronously reading the contents of the O memory, and a header table 12 in which a plurality of header information of ATM cells are recorded in advance and selected according to destination information appearing in the output of the read circuit 10. .
【0029】データバス1に到来するデータにしたがっ
てヘッダ情報を生成してヘッダテーブル12に蓄積させ
るヘッダ生成回路11を備えている。The header generating circuit 11 is provided for generating header information according to the data coming to the data bus 1 and storing it in the header table 12.
【0030】読出回路10には、アドレスバス2に到来
する宛先情報から終了信号を検出する手段としてのFI
FOメモリ読出回路6と、この終了信号の検出により誤
り訂正符号としてのCRCを発生して前記データの末尾
に設定する手段としての系列長カウント・CRC計算回
路7、カウンタ・CRC用メモリ8およびセレクタ9と
を含む。The read circuit 10 has a FI as a means for detecting an end signal from the destination information coming to the address bus 2.
FO memory reading circuit 6, sequence length count / CRC calculation circuit 7, counter / CRC memory 8 and selector as means for generating a CRC as an error correction code by setting the end signal and setting the CRC at the end of the data. 9 and 9 are included.
【0031】データFIFOメモリ4およびアドレスF
IFOメモリ5は、固定サイズの書込読出可能メモリ
(RAM)と、前記宛先情報を入力としてこの書込読出
可能メモリの書込アドレスを生成する書込アドレス生成
回路としてのアドレスデコーダ3と、FIFOメモリ読
出回路6の制御にしたがってこの書込読出可能メモリの
読出アドレスを発生する読出アドレス生成回路13とを
含む。Data FIFO memory 4 and address F
The IFO memory 5 has a fixed-size writable / readable memory (RAM), an address decoder 3 as a write address generation circuit which receives the destination information as an input and generates a write address of the writable / readable memory, and a FIFO. A read address generation circuit 13 for generating a read address of the writable / readable memory under the control of memory read circuit 6.
【0032】次に、本発明実施例の動作を説明する。計
算機のCPUからデータバス1を経由して入力されるデ
ータ系列は、まずデータFIFOメモリ4に書込まれ
る。データFIFOメモリ4に対する書込みが有効とな
るアドレス領域は、図3に示すアドレスバスの上位ビッ
トを入力としてアドレスデコーダ3で決定される。図3
はアドレス信号線の機能割当てを示す図である。データ
系列をデータFIFOメモリ4に書込む際には、同時に
アドレス信号線の内の中位ビットの内容をアドレスFI
FOメモリ5に格納する。したがって、データFIFO
メモリ4とアドレスFIFOメモリ5には、図2に示す
ようにそれぞれ同数の、1対1に対応したデータが格納
される。Next, the operation of the embodiment of the present invention will be described. A data series input from the CPU of the computer via the data bus 1 is first written in the data FIFO memory 4. The address area in which the writing to the data FIFO memory 4 is valid is determined by the address decoder 3 by inputting the upper bits of the address bus shown in FIG. FIG.
FIG. 4 is a diagram showing function allocation of address signal lines. When writing the data series to the data FIFO memory 4, at the same time, the contents of the middle-order bit of the address signal line are changed to the address FI.
Store in the FO memory 5. Therefore, the data FIFO
As shown in FIG. 2, the memory 4 and the address FIFO memory 5 store the same number of one-to-one corresponding data.
【0033】FIFOメモリ読出回路6は、データFI
FOメモリ4およびアドレスFIFOメモリ5にATM
セル1個分のペイロードデータ(標準ATMセルの場合
は48バイト)が格納されたときで動作を開始する。ま
ず、アドレスFIFOメモリ5から先頭データを読出
し、最下位の1ビットを除いたビット列で表す信号値
(以下、インデックスと呼ぶ)でヘッダテーブル12の
内容を参照する。The FIFO memory read circuit 6 uses the data FI.
ATM in the FO memory 4 and the address FIFO memory 5
The operation starts when the payload data for one cell (48 bytes in the case of a standard ATM cell) is stored. First, the head data is read from the address FIFO memory 5, and the contents of the header table 12 are referred to by a signal value (hereinafter referred to as an index) represented by a bit string excluding the least significant 1 bit.
【0034】このヘッダテーブル12は、1エントリあ
たり40ビットの内容を持ち、インデックスのビット幅
に対応する数だけのエントリを有する。したがって、イ
ンデックスを4ビットならば16エントリ×40ビッ
ト、5ビットであれば32エントリ×40ビットの容量
のテーブルメモリとなる。このヘッダテーブル12の各
エントリには、異なるセルヘッダの内容を予め設定して
おくので、以下で説明するATMセル化の処理を中断さ
せることなく同時に選択使用できるセルヘッダの種類
は、このヘッダテーブル12のエントリ数となる。This header table 12 has a content of 40 bits per entry, and has as many entries as the number corresponding to the bit width of the index. Therefore, if the index is 4 bits, a table memory having a capacity of 16 entries × 40 bits and 5 entries is 32 entries × 40 bits. Since the contents of different cell headers are set in advance in each entry of the header table 12, the types of cell headers that can be selected and used at the same time without interrupting the ATM cell conversion processing described below are It is the number of entries.
【0035】セレクタ9では、ヘッダテーブル12の中
からインデックスにより特定した1エントリの内容をま
ず5バイト順次送信する。次にセレクタ9を切替えて、
データFIFOメモリ4から1セル分のペイロードデー
タを読出して順次送信する。ペイロードデータに対応し
たアドレスFIFOメモリ5の内容のうち、ヘッダテー
ブル12の参照用に用いた1データ以外は不要になるの
で、読出動作だけで廃棄する。つまり、データFIFO
メモリ4のデータワード幅が8ビットなら1つのペイロ
ードデータの読出しにその48ステップかかるのでアド
レスFIFOメモリ5の47個分のデータを32ビット
であれば12ステップ読出しにかかるので、11個のデ
ータを棄却する。したがって、複数のデータ系列を分割
して複数の書込動作で入力する場合には、1セル分のペ
イロードデータの大きさ(標準ATMセルの場合は48
バイト)の整数倍を単位とした書込動作に限定する必要
がある。The selector 9 first sequentially transmits the contents of one entry specified by the index from the header table 12 by 5 bytes. Next, switch the selector 9,
The payload data for one cell is read from the data FIFO memory 4 and sequentially transmitted. Of the contents of the address FIFO memory 5 corresponding to the payload data, the data other than the one data used for reference of the header table 12 becomes unnecessary and is discarded only by the read operation. That is, the data FIFO
If the data word width of the memory 4 is 8 bits, it takes 48 steps to read one payload data. Therefore, if the data of 47 pieces in the address FIFO memory 5 is 32 bits, it takes 12 steps to read, so 11 pieces of data are written. Reject. Therefore, when a plurality of data sequences are divided and input by a plurality of write operations, the size of payload data for one cell (48 for a standard ATM cell) is used.
It is necessary to limit the write operation to the unit of an integral multiple of (byte).
【0036】図3に示すように、アドレスバスの信号線
のうち下位ビットの内容を利用しない。したがって、無
視する下位アドレスビットの信号数で決まる範囲のアド
レスに書込まれたデータは、同じ数値がアドレス用FI
FOメモリ5に書込まれることになる。これは、計算機
のデータバス1を用いるデータ転送では、高速なデータ
の移動を行うためにDMA(Direct Memory Access)が用
いられることに対処するためである。DMAによる書込
みでは、バス上のアドレス値が順次加算されていくた
め、この変化がアドレスFIFOメモリ5に書込まれる
値には影響しないようにする。例えば、データFIFO
メモリ4の容量が32ビット×4096ワードであれ
ば、12ビット以上の下位アドレス信号線は無視する。As shown in FIG. 3, the contents of the lower bits of the signal lines of the address bus are not used. Therefore, for the data written in the address in the range determined by the number of signals of the lower address bits to be ignored, the same numerical value is used for the address FI
It will be written in the FO memory 5. This is to cope with the fact that DMA (Direct Memory Access) is used to move data at high speed in data transfer using the data bus 1 of the computer. In the write by DMA, the address values on the bus are sequentially added, so this change should not affect the value written in the address FIFO memory 5. For example, the data FIFO
If the capacity of the memory 4 is 32 bits × 4096 words, the lower address signal lines of 12 bits or more are ignored.
【0037】AAL5規格によるセル化処理を行うため
には、各データ系列の総データバイト数とCRCを計算
する必要がある。系列長カウント・CRC計算回路7で
は、データFIFOメモリ4から読出されたペイロード
データから、データ系列ごと、つまりインデックス毎に
種別して総データ数とCRC計算を計算する。計算途中
の値はカウンタ・CRC用メモリ8に一時保存する。こ
のカウンタ・CRC用メモリ8の容量は、エントリ数と
してヘッダテーブル12と同数が必要で、AAL5の場
合には各エントリに、カウンタ用16ビットとCRC用
8ビットで合計24ビットが必要になる。In order to carry out the cell formation processing according to the AAL5 standard, it is necessary to calculate the total number of data bytes of each data series and the CRC. The sequence length count / CRC calculation circuit 7 calculates the total number of data and the CRC calculation from the payload data read from the data FIFO memory 4 for each data sequence, that is, for each index. The value being calculated is temporarily stored in the counter / CRC memory 8. The capacity of the counter / CRC memory 8 requires the same number of entries as the header table 12, and in the case of AAL5, each entry requires 16 bits for the counter and 8 bits for the CRC, for a total of 24 bits.
【0038】アドレスFIFOメモリ5に格納される内
容のうち、ヘッダテーブル12を参照するインデックス
を除いた最下位の1ビットは、データ系列の書込みが終
了したことをATMインタフェース回路に通知するため
に用いられる。図3のアドレス信号線のビット割当てで
は、アドレスマップは図4のような配置となる。図4は
データFIFOメモリ4のアドレスマップとデータ系列
の書込み範囲を示す図である。通常のデータの書込みで
は、図4の領域#1、#2への書込み例で示した範囲に
データ書込みを行う。このデータに対応するアドレスF
IFOメモリ5の最下位ビットは、インデックスは書込
み領域(#1、#2、…、#M)に応じて“0”に変化
してセルヘッダの選択情報になる。長いデータ系列を書
込む場合は、分割して書込動作を繰り返す。先に説明し
たようにアドレスFIFOメモリ5の内容は、ペイロー
ド(48バイト)に1回しか参照しないので、この分割
書込みの合間に別のデータ系列の書込みを行う場合は、
それまでに書込んだデータが48バイトの倍数になって
いる必要がある。この条件さえ満たせば、ヘッダテーブ
ル12のエントリ数の範囲で複数のデータ系列の並列・
分割書込みと、連続的なセル化処理が可能になる。Of the contents stored in the address FIFO memory 5, the least significant 1 bit excluding the index referring to the header table 12 is used to notify the ATM interface circuit that the writing of the data series is completed. To be In the bit allocation of the address signal line of FIG. 3, the address map is arranged as shown in FIG. FIG. 4 is a diagram showing the address map of the data FIFO memory 4 and the writing range of the data series. In normal data writing, data writing is performed in the range shown in the example of writing in areas # 1 and # 2 in FIG. Address F corresponding to this data
The index of the least significant bit of the IFO memory 5 changes to "0" according to the write area (# 1, # 2, ..., #M) and becomes selection information of the cell header. When writing a long data series, the write operation is repeated with division. As described above, since the contents of the address FIFO memory 5 are referenced only once in the payload (48 bytes), when writing another data series between the divided writing,
The data written up to that point must be a multiple of 48 bytes. As long as this condition is satisfied, a plurality of parallel data sequences within the number of entries in the header table 12
Division writing and continuous cell processing can be performed.
【0039】データ系列の最後尾を含むデータ列を最後
に書込む場合には、図4の領域#Mへの書込み例のよう
に、最終データが境界を越えるように書込みする。この
結果、最終データに対応するアドレスインデックスの最
下位ビットが“1”となり、この値を検知したFIFO
メモリ読出回路6は系列長カウント・CRC計算回路7
に通知して、AAL5規格によるセル化の処理であれ
ば、ペイロードの大きさを調整するダミーデータ、およ
びデータ系列長とCRC計算の最終結果を最後尾に付与
して、1つのデータ系列に対する一連の処理を終了す
る。When the data string including the end of the data series is to be written at the end, the final data is written so as to cross the boundary as in the example of writing to the area #M in FIG. As a result, the least significant bit of the address index corresponding to the final data becomes "1", and the FIFO detecting this value
The memory read circuit 6 is a sequence length count / CRC calculation circuit 7.
In the case of cell processing according to the AAL5 standard, dummy data for adjusting the size of the payload, the data series length and the final result of the CRC calculation are added to the end, and a series for one data series is added. Ends the process.
【0040】この動作を図5を参照してさらに詳細に説
明する。図5は終了信号の生成手順を示す図である。デ
ータバス1からのデータパケットの書込みパターンとし
ては、1パケットが1回の書込みで完了するとは限らな
い。これにより、データFIFOメモリ4の容量に制限
されることなくデータパケットを書込むことができる。
このとき、データパケットを分割して書込むとき、それ
が間欠的であると、いったんデータFIFOメモリ4に
データがなくなる状態が発生するが、これをデータ系列
の終端とすることはできないため、別に終了信号が必要
となる。This operation will be described in more detail with reference to FIG. FIG. 5 is a diagram showing a procedure for generating the end signal. As a write pattern of a data packet from the data bus 1, one packet is not always completed by writing once. Thereby, the data packet can be written without being limited by the capacity of the data FIFO memory 4.
At this time, when the data packet is divided and written, if it is intermittent, the data FIFO memory 4 may temporarily lose data, but this cannot be the end of the data sequence. A termination signal is required.
【0041】終了信号のために、専用の終了信号線を用
いる従来例と異なり、本発明では、アドレスFIFOメ
モリ5の最下位の1ビットを用いている。その最下位の
1ビットを“1”とすることにより終了信号とする。そ
のために、最後尾のデータ書込み終了領域#Mに1ワー
ドを書込むようにする。データ書込みはDMAを用いる
ため、1ワードの書込み毎にアドレスはインクリメント
される。最後尾がはみ出して書込み終了アドレス領域に
引っ掛かるようにすることにより、データ書込みとアド
レスFIFOメモリ5の最下位を1ビット立てるプロセ
スとを同時に行うことができる。また、本発明では、デ
ータFIFOメモリ4が完全に空にならなくてもデータ
パケットの終了を判別することができる。Unlike the conventional example in which a dedicated end signal line is used for the end signal, the least significant 1 bit of the address FIFO memory 5 is used in the present invention. An end signal is obtained by setting the least significant 1 bit to "1". Therefore, one word is written in the last data writing end area #M. Since the data writing uses DMA, the address is incremented each time one word is written. By causing the tail end to stick out and be caught in the write end address area, data writing and the process of setting the lowest bit of the address FIFO memory 5 by 1 bit can be performed at the same time. Further, in the present invention, it is possible to determine the end of the data packet even if the data FIFO memory 4 does not become completely empty.
【0042】ヘッダテーブル12に用意すべきセルヘッ
ダの内容は、データバス1・アドレスバス2に直結した
別のポートからあらかじめ書込んでおく。図1には、ヘ
ッダ生成回路11を記載したが、この回路は計算機側に
備えておく構成でもよい。ここで、ヘッダテーブル12
に一度に設定が可能なセルヘッダの種類数は、アドレス
FIFOメモリ5に書込まれるインデックスのビット数
により決定する。例えば、アドレスFIFOメモリ5の
内容が5ビットであれば、うち一本がデータ終了表示フ
ラグ信号として用いられ、残り4ビットの識別により1
6(図4中ではMで表記)種類のセルヘッダが使用可能
となる。The contents of the cell header to be prepared in the header table 12 are written in advance from another port directly connected to the data bus 1 and the address bus 2. Although the header generation circuit 11 is shown in FIG. 1, this circuit may be provided on the computer side. Here, the header table 12
The number of types of cell headers that can be set at once is determined by the number of bits of the index written in the address FIFO memory 5. For example, if the content of the address FIFO memory 5 is 5 bits, one of them is used as a data end display flag signal, and 1 is determined by identifying the remaining 4 bits.
Six types of cell headers (denoted by M in FIG. 4) can be used.
【0043】このように、本発明によるATMネットワ
ーク回路では、ペイロードデータがデータFIFOメモ
リ4に書込まれた時点から直ちにセル化処理を開始でき
るFIFOメモリを使用した構成をとりながら、異なる
セルヘッダを付与すべき複数のデータ系列の混在したデ
ータ書込みと、そのセル化処理を可能にしている。ま
た、データバス1側からのデータ系列の終了の通知を行
うのに書込みアドレスの変化のみを利用しているため、
付帯的な制御信号を必要とせずデータ書込側のプログラ
ム制御が簡略化されるので、ATMインタフェース回路
への高速データ入力を行うことができる。As described above, in the ATM network circuit according to the present invention, different cell headers are added while adopting a structure using the FIFO memory which can start the cell assembling process immediately after the payload data is written in the data FIFO memory 4. It enables data writing in which a plurality of data series should be mixed and cell processing thereof. Further, since only the change of the write address is used to notify the end of the data series from the data bus 1 side,
Since the program control on the data writing side is simplified without the need for incidental control signals, high speed data input to the ATM interface circuit can be performed.
【0044】[0044]
【発明の効果】以上説明したように、本発明によれば、
ATMセル化処理を高速化することができる。すなわ
ち、本発明によれば、ATMセル化処理における制御信
号およびデータ書込みシーケンスを簡単化することがで
きる。これにより、データ転送のスループットを向上さ
せることができる。As described above, according to the present invention,
The ATM cell processing can be speeded up. That is, according to the present invention, the control signal and the data write sequence in the ATM cell conversion process can be simplified. As a result, the throughput of data transfer can be improved.
【図1】本発明実施例装置のブロック構成図。FIG. 1 is a block configuration diagram of an apparatus according to an embodiment of the present invention.
【図2】データFIFOメモリとアドレスFIFOメモ
リとの対応状態を示す図。FIG. 2 is a diagram showing a correspondence state between a data FIFO memory and an address FIFO memory.
【図3】アドレス信号線の機能割当てを示す図。FIG. 3 is a diagram showing function allocation of address signal lines.
【図4】データFIFOメモリのアドレスマップとデー
タ系列の書込み範囲を示す図。FIG. 4 is a diagram showing an address map of a data FIFO memory and a writing range of a data series.
【図5】終了信号の生成手順を示す図。FIG. 5 is a diagram showing a procedure for generating an end signal.
【図6】ATMセルの構成図。FIG. 6 is a block diagram of an ATM cell.
【図7】従来例の共有メモリを用いたATMインタフェ
ース回路のブロック構成図。FIG. 7 is a block configuration diagram of an ATM interface circuit using a shared memory of a conventional example.
【図8】従来例のデータFIFOメモリを用いたATM
インタフェース回路のブロック構成図。FIG. 8 is an ATM using a conventional data FIFO memory.
FIG. 3 is a block configuration diagram of an interface circuit.
1 データバス 2 アドレスバス 3 アドレスデコーダ 4 データFIFOメモリ 5 アドレスFIFOメモリ 6 FIFOメモリ読出回路 7 系列長カウント・CRC計算回路 8 カウンタ・CRC用メモリ 9 セレクタ 10 読出回路 11 ヘッダ生成回路 12 ヘッダテーブル 13 読出アドレス生成回路 14 ヘッダメモリ 15 メモリ 20 制御回路 1 data bus 2 address bus 3 address decoder 4 data FIFO memory 5 address FIFO memory 6 FIFO memory read circuit 7 sequence length count / CRC calculation circuit 8 counter / CRC memory 9 selector 10 read circuit 11 header generation circuit 12 header table 13 read Address generation circuit 14 Header memory 15 Memory 20 Control circuit
Claims (5)
端と、このデータに対応してATMセルのヘッダインデ
ックスを含む宛先情報が到来するアドレス入力端と、前
記データおよび前記宛先情報を一時記憶するメモリと、
このメモリを制御してATMセルを作成する制御回路と
を備えたATMインタフェース回路において、 前記メモリは、前記データ入力端に到来するデータを到
来順に記憶するデータFIFOメモリと、前記アドレス
入力端に到来する宛先情報を前記データFIFOメモリ
のアドレスに対応させて到来順に記憶するアドレスFI
FOメモリとを別に設け、この二つのFIFOメモリの
内容を同期して読出す読出回路と、あらかじめATMセ
ルのヘッダ情報が複数記録されこの読出回路の出力に現
れる宛先情報にしたがって選択されるヘッダテーブルと
を備えたことを特徴とするATMインタフェース回路。1. A data input terminal to which data arrives in time series, an address input terminal to which destination information including a header index of an ATM cell arrives corresponding to this data, and the data and the destination information are temporarily stored. Memory and
An ATM interface circuit including a control circuit for controlling the memory to create an ATM cell, wherein the memory includes a data FIFO memory for storing data arriving at the data input end in the order of arrival, and an address input end for the data FIFO memory. Address FI for storing destination information to be stored in the order of arrival in correspondence with the address of the data FIFO memory
A FO memory is separately provided, and a read circuit for synchronously reading the contents of the two FIFO memories, and a header table selected according to destination information appearing in the output of the read circuit in which a plurality of ATM cell header information is recorded in advance An ATM interface circuit comprising:
たがってヘッダ情報を生成して前記ヘッダテーブルに蓄
積させるヘッダ生成回路を備えた請求項1記載のATM
インタフェース回路。2. The ATM according to claim 1, further comprising a header generation circuit for generating header information according to the data arriving at the data input terminal and storing the header information in the header table.
Interface circuit.
到来する宛先情報から終了信号を検出する手段と、この
終了信号の検出により誤り訂正符号を発生して前記デー
タの末尾に設定する手段とを含む請求項1または2記載
のATMインタフェース回路。3. The read circuit includes means for detecting an end signal from destination information arriving at the address input, and means for detecting an end signal to generate an error correction code and setting the error correction code at the end of the data. An ATM interface circuit according to claim 1 or 2, including the following.
メモリから読出されたデータの数を計数する計数回路
と、前記終了信号の検出によりこの計数回路の内容から
データ長の情報を前記データの末尾に設定する手段とを
含む請求項3記載のATMインタフェース回路。4. The data FIFO is provided in the read circuit.
4. The ATM interface according to claim 3, further comprising: a counting circuit for counting the number of data read from the memory; and means for setting data length information from the contents of the counting circuit to the end of the data by detecting the end signal. circuit.
ズの書込読出可能メモリと、前記宛先情報を入力として
この書込読出可能メモリの書込アドレスを生成する書込
アドレス生成回路と、前記読出回路の制御にしたがって
この書込読出可能メモリの読出アドレスを発生する読出
アドレス生成回路とを含む請求項1ないし4のいずれか
に記載のATMインタフェース回路。5. The two FIFO memories are a writable and readable memory having a fixed size, a write address generation circuit that receives the destination information and generates a write address of the writable and readable memory, and the read. 5. An ATM interface circuit according to claim 1, further comprising a read address generation circuit for generating a read address of the writable / readable memory under the control of the circuit.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP282795A JP3137312B2 (en) | 1995-01-11 | 1995-01-11 | ATM interface circuit |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP282795A JP3137312B2 (en) | 1995-01-11 | 1995-01-11 | ATM interface circuit |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH08191312A true JPH08191312A (en) | 1996-07-23 |
JP3137312B2 JP3137312B2 (en) | 2001-02-19 |
Family
ID=11540257
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP282795A Expired - Fee Related JP3137312B2 (en) | 1995-01-11 | 1995-01-11 | ATM interface circuit |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3137312B2 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6243770B1 (en) * | 1998-07-21 | 2001-06-05 | Micron Technology, Inc. | Method for determining status of multiple interlocking FIFO buffer structures based on the position of at least one pointer of each of the multiple FIFO buffers |
CN100531123C (en) | 2005-12-14 | 2009-08-19 | 中兴通讯股份有限公司 | Method and device for converting data-packet-mode into element-frame-mode |
-
1995
- 1995-01-11 JP JP282795A patent/JP3137312B2/en not_active Expired - Fee Related
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6243770B1 (en) * | 1998-07-21 | 2001-06-05 | Micron Technology, Inc. | Method for determining status of multiple interlocking FIFO buffer structures based on the position of at least one pointer of each of the multiple FIFO buffers |
US6470403B1 (en) | 1998-07-21 | 2002-10-22 | Micron Electronics, Inc. | System for determining status of multiple interlocking FIFO buffer structures based on the position of at least one pointer of each of the multiple FIFO buffers |
US7424557B2 (en) | 1998-07-21 | 2008-09-09 | Micron Technology, Inc. | System for determining status of multiple interlocking FIFO buffer structures based on the position of at least one pointer of each of the multiple buffers |
CN100531123C (en) | 2005-12-14 | 2009-08-19 | 中兴通讯股份有限公司 | Method and device for converting data-packet-mode into element-frame-mode |
Also Published As
Publication number | Publication date |
---|---|
JP3137312B2 (en) | 2001-02-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP0914749B1 (en) | Method and apparatus for reassembly of data packets into messages in an asynchronous transfer mode communications system | |
CA2020244C (en) | Packet switch network for communication using packet having virtual connection identifier vci | |
JP3819484B2 (en) | Apparatus and method for packetizing and segmenting MPEG packets | |
JP3129244B2 (en) | Communication control device | |
JPH10173673A (en) | Cell assembly multiplexing device and separating device | |
JPH06276214A (en) | Stm/atm signal mixture processing method and switching system | |
US5303236A (en) | Signalling apparatus for use in an ATM switching system | |
JPH05276189A (en) | Broadcast equipment | |
JPH08163145A (en) | Traffic shaping method for atm exchange and device therefor | |
US5796734A (en) | Simultaneously-occuring message control device in a communications system where a message is transmitted using a plurality of data units | |
JPH07264213A (en) | Method and equipment for performing maintenance and test of atm type communication network | |
US6046996A (en) | Identifier translation apparatus | |
JP3113620B2 (en) | ATM exchange and its IPC cell transmission method | |
WO1995014269A1 (en) | A high-performance host interface for networks carrying connectionless traffic | |
JP3137312B2 (en) | ATM interface circuit | |
JP3072443B2 (en) | Header conversion method in ATM exchange | |
US7613788B2 (en) | Apparatus and method for data transmission | |
KR100384996B1 (en) | Apparatus and Method for packet switching using ATM cell switching | |
JP2000022755A (en) | Network system | |
JPH10341238A (en) | Reception atm cell processing controller | |
JP3008905B2 (en) | ABR shaper rate control method | |
JPH1065703A (en) | Atm exchanging device | |
KR0165097B1 (en) | Input buffered atm switch | |
JPH09181724A (en) | Information transfer method | |
KR100261440B1 (en) | Atm |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20071208 Year of fee payment: 7 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20081208 Year of fee payment: 8 |
|
LAPS | Cancellation because of no payment of annual fees |