JP4556484B2 - Data transfer device - Google Patents

Data transfer device Download PDF

Info

Publication number
JP4556484B2
JP4556484B2 JP2004147586A JP2004147586A JP4556484B2 JP 4556484 B2 JP4556484 B2 JP 4556484B2 JP 2004147586 A JP2004147586 A JP 2004147586A JP 2004147586 A JP2004147586 A JP 2004147586A JP 4556484 B2 JP4556484 B2 JP 4556484B2
Authority
JP
Japan
Prior art keywords
data
bank
banks
stored
storage area
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
JP2004147586A
Other languages
Japanese (ja)
Other versions
JP2005332036A (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.)
Sony Corp
Original Assignee
Sony Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sony Corp filed Critical Sony Corp
Priority to JP2004147586A priority Critical patent/JP4556484B2/en
Publication of JP2005332036A publication Critical patent/JP2005332036A/en
Application granted granted Critical
Publication of JP4556484B2 publication Critical patent/JP4556484B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、動作周波数の異なる装置間で転送されるデータを複数のバンクに分割した記
憶領域にバンク単位で記憶させ、データの転送を行うデータ転送装置に関するものである。
The present invention is a data transferred between devices with different operating frequencies are stored a plurality of the storage areas divided into banks in units of banks, to a data transfer apparatus for transferring data.

通常、コンピュータシステムでは、このコンピュータシステムを構成する複数の装置の間で様々なデータの転送を行っている。   In general, in a computer system, various data are transferred between a plurality of devices constituting the computer system.

この複数の装置は、それぞれ動作周波数の異なるクロック信号に基づいて動作しているものが多いため、装置によってデータの送出速度や、データの受取速度がそれぞれ異なっていた。   Since many of these devices operate based on clock signals having different operating frequencies, the data sending speed and the data receiving speed differ from one device to another.

そのため、このようなコンピュータシステムには、データ送出側の装置と、データ受取側の装置との間でバッファとして機能するデータ転送装置を設けることにより、データの送出速度とデータの受取速度とが相違していても、データの転送を円滑に行えるようにしていた。   Therefore, in such a computer system, by providing a data transfer device that functions as a buffer between the data sending side device and the data receiving side device, the data sending speed and the data receiving speed are different. Even so, it was possible to transfer data smoothly.

このデータ転送装置は、データの送出側の装置から送られてきたデータを一旦記憶するFIFO(First In First Out)記憶部と、このFIFO記憶部を制御するFIFO制御部とから構成していた。   This data transfer apparatus is composed of a FIFO (First In First Out) storage unit that temporarily stores data sent from a data transmission side device, and a FIFO control unit that controls the FIFO storage unit.

そして、このデータ転送装置は、データ送出側の装置の動作周波数に基づいて送出されたデータをFIFO記憶部に書き込むことにより一旦保持し、その後、このデータをデータ受取側の装置の動作周波数に基づいて読み出すことによって動作周波数の異なる複数の装置の間でデータの転送を行うようにしていた。   Then, the data transfer device temporarily holds the data transmitted based on the operating frequency of the device on the data sending side by writing it in the FIFO storage unit, and then stores this data on the basis of the operating frequency of the device on the data receiving side. Thus, data is transferred between a plurality of devices having different operating frequencies.

このようなデータ転送装置では、FIFO記憶部の中でデータの書き込みが完了していない記憶領域からデータの読出しを行ってしまうと、データ受取側の装置が誤ったデータを受け取るおそれがあった。   In such a data transfer device, if data is read from a storage area in which data writing has not been completed in the FIFO storage unit, the device on the data receiving side may receive erroneous data.

また、データの読出しが完了していない領域に新しいデータの書き込みを行ってしまうと、データ受取側の装置が受け取るべきデータの上に新しいデータが上書きされることになるため、データ受取側の装置が誤ったデータを受け取るおそれがあった。   In addition, if new data is written in an area where data reading has not been completed, the new data is overwritten on the data to be received by the data receiving device. Could receive incorrect data.

このような不具合の発生を防止するためにデータ転送装置では、FIFO記憶部の記憶領域を複数のバンクに分割して、この分割したバンク毎に、データの書き込みを完了してデータの読出しが可能である状態であるのか、又は、データの読出しが完了して新しいデータの書き込みが可能な状態であるのかを示すフラグを立てて、データの読出しが可能である状態を示すフラグが立っているバンクからのみデータの読出しを行い、データの書き込みが可能な状態を示すフラグが立っているバンクにのみデータの書き込みを行ってデータのやり取りを行うようにしていた。
(たとえば、特許文献1参照。)
特表2001-521246号公報
In order to prevent the occurrence of such problems, the data transfer device can divide the storage area of the FIFO storage unit into multiple banks and complete the data writing for each divided bank to read the data. Or a bank in which a flag indicating whether data can be read is set by setting a flag indicating whether data reading is completed and new data can be written Data is read from only the data, and data is written and exchanged only in a bank in which a flag indicating a state in which data can be written is set.
(For example, see Patent Document 1.)
Special Table 2001-521246

ところが、上記従来のデータ転送装置によるデータ転送方法では、FIFO記憶部の記憶領域を複数のバンクに分割して、各バンクがデータの読出しが可能である状態であるのか、又は、データの書き込みが可能な状態であるのかを示すフラグを立て、このフラグを参照しながらデータのやり取りを行っていたため、記憶領域の分割の仕方によってデータの読出しを行う際に、誤ったデータを読出してしまうおそれがあった。   However, in the data transfer method by the conventional data transfer device, the storage area of the FIFO storage unit is divided into a plurality of banks, and each bank can read data, or data can be written. Since a flag indicating whether it is possible is set and data is exchanged while referring to this flag, there is a risk of reading wrong data when reading data depending on how the storage area is divided. there were.

つまり、記憶領域を分割する際に、動作周波数の低い側の装置が処理する単位処理データ量に基づいて記憶領域を複数のバンクに分割してしまうと、この1つのバンクに書き込み可能なデータ量は、動作周波数の高い側の装置が処理する単位処理データ量よりも小さくなるため、このバンクに動作周波数の高い側の装置によってデータの書き込みを行う際に、書き込むべきデータを全て書き込むことができない場合があった。   In other words, when the storage area is divided, if the storage area is divided into multiple banks based on the unit processing data amount processed by the device with the lower operating frequency, the amount of data that can be written to this one bank Is smaller than the unit processing data amount processed by the device with the higher operating frequency, so when writing data to the bank with the device with the higher operating frequency, all data to be written cannot be written. There was a case.

このような場合には、このバンクからデータを読み出す際に、データ受取側の装置が誤ったデータを受け取ることとなるため、コンピュータシステムが誤作動を起こすおそれがあった。   In such a case, when reading data from this bank, the data receiving device receives wrong data, which may cause the computer system to malfunction.

そこで、請求項1に係る本発明では、データ送出側装置から第1周波数のクロック信号に基づいて送信されるデータを、複数のバンクに分割した記憶領域に一旦記憶し、前記第1周波数よりも低い第2周波数のクロック信号に基づいてデータを受信するデータ受取側装置により前記記憶領域に記憶したデータを受信させるバンク制御部を備えたデータ転送装置において、前記記憶領域を、前記データ受取側装置の単位処理データ量のn(nは第1周波数を第2周波数で除算した値)倍以上のデータ量を記憶可能な記憶領域を1バンクとして分割しており、前記バンク制御部は、前記データ送出側装置からデータの転送依頼があったとき、前記記憶領域のバンクのうち記憶可能な状態となったバンク数が、前記転送依頼があったデータを記憶できる最小のバンク数以上であれば前記データ送出側装置からデータを送信させて前記転送依頼があったデータを前記記憶領域に順次記憶する一方、前記最小のバンク数未満であれば前記データ送出側装置からデータを送信させずに、前記最小のバンク数以上になったときに前記データ送出側装置からデータを送信させて前記記憶領域に順次記憶し、前記転送依頼があったデータを前記記憶領域の複数のバンクに全て記憶したとき、当該複数のバンクのうち記憶可能なデータ量未満のデータが記憶されたバンクがある場合であっても、当該バンクの読み出しを許可する最終受信許可信号を前記データ受取側装置へ送信し、当該データ受取側装置からの要求に応じて前記複数のバンクからデータを読み出して前記データ受取側装置へ送信するデータ転送装置とした。 Therefore, in the present invention according to claim 1, data transmitted from the data transmission side device based on the clock signal of the first frequency is temporarily stored in a storage area divided into a plurality of banks, and the data is transmitted more than the first frequency. A data transfer apparatus comprising a bank control unit for receiving data stored in the storage area by a data receiving apparatus receiving data based on a clock signal having a low second frequency, wherein the storage area is defined as the data receiving apparatus. A storage area capable of storing a data amount that is at least n times the unit processing data amount ( where n is a value obtained by dividing the first frequency by the second frequency) is divided into one bank, and the bank control unit When there is a data transfer request from the sending-side device, the number of banks that can be stored among the banks in the storage area can store the data requested for transfer. If the number of banks is equal to or greater than the minimum number of banks, data is transmitted from the data transmission side device and the data requested for transfer is sequentially stored in the storage area. Without transmitting data from the device, when the number of banks exceeds the minimum number, the data is transmitted from the data transmission side device and sequentially stored in the storage area, and the data requested to be transferred is stored in the storage area. When all of the banks are stored, even if there is a bank in which data less than the storable data amount is stored among the plurality of banks, the final reception permission signal for permitting reading of the bank is Data to be transmitted to the data receiving device, read out from the plurality of banks in response to a request from the data receiving device, and transmitted to the data receiving device And a transfer device.

また、請求項2に係る本発明では、請求項1に記載のデータ転送装置において、前記バンク制御部は、前記記憶領域にデータを記憶するときに前記データを記憶させるバンクアドレスを指すライトポインタを制御するライトポインタ制御手段と、前記記憶領域からデータを読み出すときに前記データを読み出すバンクアドレスを指すライトポインタを制御するリードポインタ制御手段と、前記ライトポインタと前記リードポインタとが現在指しているバンクアドレスに基づき、連続して記憶可能なバンク数を検出し、さらに記憶可能な状態となったバンク数が前記最小のバンク数以上であるか否かを判定する記憶可能バンク数検出手段と、前記データ送出側装置から送信される前記最小のバンク数のデータを前記記憶領域に記憶したときに、前記データ受取側装置へ前記最終受信許可信号を出力する最終受信許可信号生成手段と、を備え、前記ライトポインタ制御手段は、前記データ送出側装置から送信される前記最小のバンク数のデータを前記記憶領域に記憶したときに、データ量未満のデータが記憶されたバンクがあれば、当該バンクに強制的に読み出し可能フラグを立てて、当該読み出し可能フラグに基づいて前記最終受信許可信号を前記データ受取側装置へ送信し、当該バンクのデータを前記データ受取側装置で受信可能にした。 Further, in the present invention according to claim 2, in the data transfer device according to claim 1, the bank control unit includes a write pointer indicating a bank address for storing the data when storing the data in the storage area. A write pointer control means for controlling, a read pointer control means for controlling a write pointer indicating a bank address from which the data is read when data is read from the storage area, and a bank to which the write pointer and the read pointer currently point Based on the address, the number of banks that can be continuously stored is detected, and the number of banks that can be stored is further determined whether or not the number of banks that can be stored is equal to or greater than the minimum number of banks; When storing the data of the minimum number of banks transmitted from the data transmission side device in the storage area, A final reception permission signal generating means for outputting the final reception permission signal to the data receiving side device, and the write pointer control means outputs the data of the minimum number of banks transmitted from the data transmission side device. If there is a bank in which data less than the amount of data is stored when stored in the storage area, a readable flag is forcibly set in the bank, and the final reception permission signal is set based on the readable flag. The data is transmitted to the receiving device so that the data in the bank can be received by the data receiving device.

本発明では、以下に記載するような効果を奏する。   The present invention has the following effects.

本発明では、データをやり取りする複数の装置の動作周波数に応じて、記憶領域を最適に複数のバンクに分割することができるので、動作周波数の異なる複数の装置間で確実なデータ転送を行うことができ、コンピュータシステムの誤作動の発生を未然に防止することができる。また、分割して記憶させると不具合を生ずるようなデータであっても、確実に連続した状態でバンクに記憶させることができるので確実なデータ転送を行うことができる。さらに、通常、記憶領域からデータの読み出しを行う際は、1個のバンクに記憶可能なデータ量のデータを記憶させたバンクからのみデータの読み出しを行うようにしながら、1個のバンクに記憶可能なデータ量の整数倍ではないデータを読み出す場合に、最後にデータを記憶させたバンクに関しては、1個のバンクに記憶可能なデータ量未満のデータしか記憶されていなくても、このデータの記憶が終了した時点でデータの読み出しを行うことができる。  In the present invention, the storage area can be optimally divided into a plurality of banks in accordance with the operating frequencies of a plurality of devices that exchange data, so that reliable data transfer is performed between a plurality of devices having different operating frequencies. Therefore, it is possible to prevent the malfunction of the computer system. Further, even if data that causes problems when divided and stored, the data can be reliably stored in the bank, so that reliable data transfer can be performed. Furthermore, normally, when reading data from the storage area, data can be stored in one bank while only reading from the bank that stores the amount of data that can be stored in one bank. When reading data that is not an integral multiple of a large amount of data, the bank that lastly stored the data may store this data even if less than the amount of data that can be stored in one bank is stored. The data can be read when the process is completed.

本発明に係るデータ転送装置は、動作周波数の異なる複数の装置間で転送されるデータを一旦記憶する複数のバンクに分割した記憶領域と、この記憶領域にバンク単位でデータを記憶させるバンク制御部とを有しており、データを送出する装置と、この装置からデータを受け取る装置との間でバッファ装置として機能するものである。   A data transfer apparatus according to the present invention includes a storage area that is divided into a plurality of banks that temporarily store data transferred between a plurality of apparatuses having different operating frequencies, and a bank control unit that stores data in units of banks in the storage area And functions as a buffer device between a device for sending data and a device for receiving data from this device.

特に、この記憶領域は、各バンクに記憶可能なデータ量と動作周波数の低い側の装置の単位処理データ量との比が、高い動作周波数に基づいて動作する側の装置と低い動作周波数で動作する側の装置との動作周波数の比率よりも大きくなるように設定して複数のバンクに分割している。   In particular, this storage area operates at a low operating frequency with a device that operates based on a high operating frequency, in which the ratio of the amount of data that can be stored in each bank and the unit processing data amount of the device with a low operating frequency is The frequency is set to be larger than the ratio of the operating frequency with the device on the side to be divided into a plurality of banks.

つまり、高い動作周波数が低い動作周波数のN倍の動作周波数である場合は、1個のバンクに記憶可能なデータ量を低い動作周波数で動作する側の装置が処理する単位処理データ量のN倍以上のデータ量となるように設定して、記憶領域を仮想的に複数のバンクに分割するようにしている。   In other words, if the high operating frequency is N times the low operating frequency, the amount of data that can be stored in one bank is N times the amount of unit processing data processed by the device operating at the low operating frequency. The storage area is virtually divided into a plurality of banks by setting the amount of data as described above.

このように1個のバンクに記憶可能なデータ量を設定することによって、動作周波数の高い側の装置からバンクにデータを書き込む際に、書き込むべきデータを全て書き込むことができるので、コンピュータシステムの誤作動の発生を未然に防止することができる。   By setting the amount of data that can be stored in one bank in this way, it is possible to write all the data to be written when writing data to the bank from a device with a higher operating frequency. Occurrence of operation can be prevented beforehand.

また、バンク制御部は、記憶領域に複数バンク分のデータを連続して記憶させる際に、この複数バンク分のデータに対応した個数のバンクがデータを記憶可能な状態になったことを検出する記憶可能バンク数検出手段を有している。   In addition, when the bank control unit continuously stores data for a plurality of banks in the storage area, the bank control unit detects that the number of banks corresponding to the data for the plurality of banks is in a state where data can be stored. It has a storable bank number detecting means.

そして、このバンク制御部は、データ送出側の装置から、複数バンク分のデータを連続してバンクに記憶させるための信号を入力されると、記憶可能バンク数検出手段が、データ送出側の装置が記憶させようとするデータ量に対応した個数のバンクがデータを記憶可能な状態になったことを検出するまでデータの記憶を保留させ、データ送出側の装置が記憶させようとする全てのデータを記憶できるだけの個数のバンクがデータを記憶可能な状態になった場合に、データ送出側の装置に記憶可能信号を送信する。   When the bank control unit receives a signal for continuously storing data for a plurality of banks in the bank from the device on the data sending side, the storable bank number detecting means All data to be stored by the device on the data sending side is suspended until it is detected that the number of banks corresponding to the amount of data to be stored is ready to store data. Is stored in a state where data can be stored, a storable signal is transmitted to the device on the data transmission side.

データ送出側の装置は、この記憶可能信号を受信して初めて、記憶領域に複数バンク分のデータを連続して記憶させるようにしている。   The apparatus on the data sending side is configured to continuously store data for a plurality of banks in the storage area only after receiving this storable signal.

そのため、分割して記憶させるとシステムに不具合を生じさせるようなデータを記憶させる場合であっても、このデータを確実に連続した状態でバンクに記憶させることができる。   Therefore, even when data that causes a problem in the system is stored when divided and stored, this data can be reliably stored in the bank in a continuous state.

また、バンク制御部は、1個のバンクに記憶可能なデータ量未満のデータを記憶させる場合に、このデータの記憶が終了したことを検出するとともに、このデータの読み出しを許可するための最終受信許可信号を生成して、データを受け取る装置に出力する最終受信許可信号生成手段を有している。   In addition, when storing less than the amount of data that can be stored in one bank, the bank control unit detects that the storage of this data has been completed, and receives the final reception for permitting the reading of this data. It has a final reception permission signal generating means for generating a permission signal and outputting it to a device for receiving data.

そのため、通常、記憶領域からデータの読み出しを行う際は、1個のバンクに記憶可能なデータ量のデータを記憶させたバンクからのみデータの読み出しを行うようにしながら、1個のバンクに記憶可能なデータ量の整数倍ではないデータを読み出す場合に、最後にデータを記憶させたバンクに関しては、1個のバンクに記憶可能なデータ量未満のデータしか記憶されていなくても、このデータの記憶が終了した時点でデータの読み出しを行うことができる。   Therefore, normally, when reading data from the storage area, it is possible to store data in one bank while reading data only from the bank that stores the amount of data that can be stored in one bank. When reading data that is not an integral multiple of the correct amount of data, the bank that last stored the data may store this data even if less than the amount of data that can be stored in one bank is stored. The data can be read when the process is completed.

以下に、本発明に係るデータ転送装置について、図面を参照しながら具体的に説明する。   Hereinafter, a data transfer apparatus according to the present invention will be specifically described with reference to the drawings.

データ転送装置1は、図1に示すように、それぞれ周波数の異なるクロック信号に基づいて動作しているデータ送出側の装置(以下、「送信ブロック2」という。)とデータ受取側の装置(以下、「受信ブロック3」という。)との間で転送するデータを一時的に記憶するFIFO(First In First Out)記憶部4と、このFIFO記憶部4へのデータの記憶とFIFO記憶部4からのデータの読出しとをバンク単位で行うように制御するFIFO制御部5とによって構成している。   As shown in FIG. 1, the data transfer device 1 includes a data transmission side device (hereinafter referred to as “transmission block 2”) and a data reception side device (hereinafter referred to as “transmission block 2”) operating based on clock signals having different frequencies. , Referred to as “Receiving block 3”), the FIFO (First In First Out) storage unit 4 that temporarily stores data to be transferred to and from the FIFO storage unit 4 and the storage of data in the FIFO storage unit 4 The FIFO control unit 5 is configured to control the reading of data in units of banks.

このように、FIFO記憶部4は、送信ブロック2と受信ブロック3との間でバッファとして機能するものである。   As described above, the FIFO storage unit 4 functions as a buffer between the transmission block 2 and the reception block 3.

なお、本実施の形態では送信ブロック2及び受信ブロック3を動作させるクロック信号の周波数を動作周波数と呼ぶことにし、ここでは、送信ブロック2は受信ブロック3の動作周波数の2.5倍の動作周波数で動作しているものとして説明する。   In this embodiment, the frequency of the clock signal that operates the transmission block 2 and the reception block 3 is referred to as an operating frequency. Here, the transmission block 2 operates at an operating frequency that is 2.5 times the operating frequency of the receiving block 3. It will be described as being.

FIFO記憶部4は、SRAM(Static Random Access Memory)やFF(フリップ・フロップ)などの記憶素子が複数個集合した構造をしており、1個の記憶素子には、1ビットのデータを記憶させることが可能である。   The FIFO storage unit 4 has a structure in which a plurality of storage elements such as SRAM (Static Random Access Memory) and FF (Flip-Flop) are assembled. One storage element stores 1-bit data. It is possible.

そして、このFIFO記憶部4は、数ビットのデータを1ワードと定義して、ワード単位でデータの記憶とデータの読み出しとを行うものである。   The FIFO storage unit 4 defines several bits of data as one word, and stores data and reads data in units of words.

さらに、このFIFO記憶部4は、高い動作周波数を低い動作周波数で割った商よりも大きな整数値と等しい数のワード数のデータを記憶可能な記憶領域を1バンクと設定して、複数のバンクに分割するようにしている。   Further, the FIFO storage unit 4 sets a storage area capable of storing data having a number of words equal to an integer value larger than a quotient obtained by dividing a high operating frequency by a low operating frequency as one bank, I am trying to divide it.

特に、本実施の形態では、FIFO記憶部4は、受信ブロック3が処理する単位処理データ量である16ビットのデータを1ワードとして定義している。   In particular, in the present embodiment, the FIFO storage unit 4 defines 16-bit data, which is the unit processing data amount processed by the reception block 3, as one word.

そして、ここでは、送信ブロック2の動作周波数が受信ブロック3の動作周波数の2.5倍であるため、図2(a)に示すように、受信ブロック3の単位処理データ量である1ワードの2.5倍以上のデータ量として、4ワードのデータを記憶可能な記憶領域が1バンクとなるように設定することによってFIFO記憶部4を4ワードずつ24個のバンクに分割している。   Here, since the operating frequency of the transmission block 2 is 2.5 times the operating frequency of the receiving block 3, as shown in FIG. 2 (a), it is 2.5 times the one-word data processing amount of the receiving block 3. With the above data amount, the FIFO storage unit 4 is divided into 24 banks of 4 words each by setting the storage area capable of storing 4 words of data to be 1 bank.

つまり、このFIFO記憶部4は、各バンク毎に4ワードのデータを記憶する24個のバンクを備えており、FIFO記憶部4全体で96ワードのデータを記憶することができる。   That is, the FIFO storage unit 4 includes 24 banks that store 4 words of data for each bank, and the FIFO storage unit 4 as a whole can store 96 words of data.

また、各バンクには、0番地から23番地のバンクアドレスを与えており、FIFO制御部5は、FIFO記憶部4へのデータの記憶及びFIFO記憶部4からのデータの読出しを制御する際に、データ記憶中のバンクアドレスを指すWP(Write Pointer)とデータ読出し中のバンクアドレスを指すRP(Read Pointer)とを仮想的に移動させることによってバンク単位でデータの記憶とデータの読出しを行うようにしている。   Each bank is given a bank address from address 0 to address 23, and the FIFO control unit 5 controls the storage of data in the FIFO storage unit 4 and the reading of data from the FIFO storage unit 4. By virtually moving WP (Write Pointer) indicating the bank address during data storage and RP (Read Pointer) indicating the bank address during data reading, data is stored and read out in units of banks. I have to.

このとき、FIFO制御部5は1個のバンクへのデータの記憶が完了するとWPを1インクリメントし、1個のバンクからのデータの読出しが完了するとRPを1インクリメントする。   At this time, the FIFO controller 5 increments WP by 1 when the storage of data in one bank is completed, and increments RP by 1 when reading of data from one bank is completed.

そして、このWP及びRPが最終番地である23番地に達した後のインクリメントでは、0番地のバンクを指すようにして図2(b)に示すように、仮想的にリング状の記憶領域を形成するようにしている。   Then, in increments after the WP and RP reach the final address 23, a virtual ring-shaped storage area is formed as shown in FIG. Like to do.

また、1個のバンクへのデータの記憶が完了した場合は、このバンクがデータの読出しが可能な状態であることを示す読出し可能フラグを立て、同様に、1個のバンクからのデータの読出しが完了した場合は、このバンクがデータの記憶が可能な状態であることを示す記憶可能フラグを立てることにより、各バンクのデータ蓄積状態を管理するようにしている。   In addition, when data storage to one bank is completed, a read enable flag is set to indicate that this bank is ready to read data, and similarly, data read from one bank is performed. Is completed, the data storage state of each bank is managed by setting a storable flag indicating that this bank is in a state where data can be stored.

FIFO制御部5は、図1に示すように、上記したWPを制御するWP制御手段6と、RPを制御するRP制御手段7と、データを記憶可能な状態となったバンク数を検出する記憶可能バンク数検出手段8と、データを読出し可能な状態となったバンク数を検出する読出し可能バンク数検出手段9と、送信ブロック2がFIFO記憶部4へのデータの記憶を完了したことを受信ブロック3に通知する最終受信許可信号生成手段10と、受信ブロック3側の動作周波数に基づいて移動させているRPの動作周波数を送信ブロック2側の動作周波数に同期させるRP非同期乗換え手段11と、送信ブロック2側の動作周波数に基づいて移動させているWPの動作周波数を受信ブロック3側の動作周波数に同期させるWP非同期乗換え手段12とを有している。   As shown in FIG. 1, the FIFO control unit 5 includes a WP control unit 6 that controls the WP, an RP control unit 7 that controls the RP, and a memory that detects the number of banks that can store data. Receivable bank number detection means 8, readable bank number detection means 9 for detecting the number of banks in which data can be read, and receiving that transmission block 2 has completed storing data in FIFO storage unit 4 Final reception permission signal generating means 10 for notifying the block 3, RP asynchronous transfer means 11 for synchronizing the operating frequency of the RP being moved based on the operating frequency on the receiving block 3 side with the operating frequency on the transmitting block 2 side, WP asynchronous transfer means 12 is provided for synchronizing the operating frequency of the WP being moved based on the operating frequency on the transmission block 2 side with the operating frequency on the receiving block 3 side.

以下に、このように構成したデータ転送装置1により送信ブロック2から受信ブロック3にデータを転送する際のデータ転送方法について、FIFO記憶部4にデータを記憶させる処理とFIFO記憶部4に記憶させたデータを読み出す処理とに分けて説明する。   The data transfer method for transferring data from the transmission block 2 to the reception block 3 by the data transfer device 1 configured as described above is stored in the FIFO storage unit 4 and processing for storing the data in the FIFO storage unit 4. This will be described separately in the process of reading out the data.

本実施の形態では送信ブロック2から受信ブロック3に2.5バンク分のデータを転送する場合を例に挙げて説明する。   In the present embodiment, a case where data for 2.5 banks is transferred from the transmission block 2 to the reception block 3 will be described as an example.

FIFO記憶部4にデータを記憶させる処理は、まず、送信ブロック2から2.5バンク分のデータを転送するための転送依頼信号をFIFO制御部5に入力する(ステップS1)。   In the process of storing data in the FIFO storage unit 4, first, a transfer request signal for transferring data for 2.5 banks from the transmission block 2 is input to the FIFO control unit 5 (step S1).

すると、WP制御手段6が現在指しているWPのバンクアドレスを検出して記憶可能バンク数検出手段8に入力する(ステップS2)。   Then, the bank address of the WP currently pointed to by the WP control means 6 is detected and input to the storable bank number detection means 8 (step S2).

次に、RP制御手段7が現在指しているRPのバンクアドレスを検出して記憶可能バンク数検出手段8に入力する(ステップS3)。   Next, the bank address of the RP currently pointed out by the RP control means 7 is detected and input to the storable bank number detection means 8 (step S3).

このとき、RPは受信ブロック3側の動作周波数に基づいて移動しているので、RP非同期乗換え手段11によりRPの動作周波数を送信ブロック2側の動作周波数に同期させてから現在指しているRPのバンクアドレスを記憶可能バンク数検出手段8に入力させる。   At this time, since the RP moves based on the operating frequency on the receiving block 3 side, the RP asynchronous transfer means 11 synchronizes the operating frequency of the RP with the operating frequency on the transmitting block 2 side, and then the RP currently pointed to The bank address is input to the storable bank number detecting means 8.

次に、記憶可能バンク数検出手段8は、共に送信ブロック2側の動作周波数に基づいて移動しているWPとRPとがそれぞれ現在指しているバンクアドレスに基づいて、連続して記憶可能フラグが立っているバンク数と、送信ブロック2がデータを転送するために必要なバンク数とを比較する(ステップS4)。   Next, the storable bank number detecting means 8 continuously sets the storable flag based on the bank address currently pointed to by WP and RP that are both moving based on the operating frequency on the transmission block 2 side. The number of standing banks is compared with the number of banks necessary for the transmission block 2 to transfer data (step S4).

このとき、図4(a)に示すように、連続して記憶可能フラグが立っているバンク数が2であった場合は、送信ブロック2が転送する2.5バンク分のデータを全て連続的に記憶させることができないので処理をステップS2に移す。   At this time, as shown in FIG. 4 (a), if the number of banks for which the storable flag is continuously set is 2, all the data for 2.5 banks transferred by the transmission block 2 are continuously stored. Since this cannot be done, the process moves to step S2.

一方、図4(b)に示すように、連続して記憶可能フラグが立っているバンク数が3であった場合は、送信ブロック2が転送する2.5バンク分のデータを全て連続的に記憶させることができるので送信ブロック2へ記憶可能信号を出力し、送信ブロック2がこの記憶可能信号を受信した後に、記憶可能フラグが立っているバンクにデータの記憶を行う(ステップS5)。   On the other hand, as shown in FIG. 4 (b), when the number of banks for which the storable flag is continuously set is 3, all the data for 2.5 banks transferred by the transmission block 2 are continuously stored. Therefore, a storable signal is output to the transmission block 2, and after the transmission block 2 receives this storable signal, the data is stored in the bank in which the storable flag is set (step S5).

次に、送信ブロック2は、2.5バンク分のデータを記憶可能フラグが立っているバンクに記憶させると、記憶完了信号を最終受信許可信号生成手段10とWP制御手段6とに入力する。   Next, when the transmission block 2 stores data for 2.5 banks in the bank in which the storable flag is set, the transmission block 2 inputs a storage completion signal to the final reception permission signal generation means 10 and the WP control means 6.

ここで、最終受信許可信号生成手段10は記憶完了信号を受信すると、最終受信許可信号を受信ブロック3に出力して、データをFIFO記憶部4に記憶させる処理を終了する(ステップS6)。   Here, when receiving the storage completion signal, the final reception permission signal generation means 10 outputs the final reception permission signal to the reception block 3 and ends the process of storing the data in the FIFO storage unit 4 (step S6).

このとき、記憶完了信号は、送信ブロック2の動作周波数に同期している信号であるので、最終受信許可信号生成手段10により受信ブロック3の動作周波数と同期させてから、最終受信許可信号を受信ブロック3に入力するようにしている。   At this time, since the storage completion signal is synchronized with the operating frequency of the transmission block 2, the final reception permission signal is received after being synchronized with the operating frequency of the reception block 3 by the final reception permission signal generating means 10. Input to block 3.

また、最後にデータを記憶させたバンクには0.5バンク分のデータが記憶されている状態であるが、WP制御手段6は、記憶完了信号を受信すると、この0.5バンク分のデータを記憶させたバンクに強制的に読出し可能フラグを立てるようにしている。   In addition, the bank where data was last stored is in a state where data for 0.5 bank is stored, but when the WP control means 6 receives the storage completion signal, the data for 0.5 bank is stored. A readable flag is forcibly set in the bank.

次に、FIFO記憶部4に記憶させたデータを読み出す処理について説明する。   Next, a process of reading data stored in the FIFO storage unit 4 will be described.

まず、RP制御手段7が現在指しているRPのバンクアドレスを検出して読出し可能バンク数検出手段9に入力する(ステップS7)。   First, the bank address of the RP currently pointed out by the RP control means 7 is detected and input to the readable bank number detection means 9 (step S7).

次に、WP制御手段6が現在指しているWPのバンクアドレスを検出して読出し可能バンク数検出手段9に入力する(ステップS8)。   Next, the bank address of the WP currently pointed to by the WP control means 6 is detected and input to the readable bank number detection means 9 (step S8).

このとき、WPは送信ブロック2側の動作周波数に基づいて移動しているので、WP非同期乗換え手段12によりWPの動作周波数を受信ブロック3側の動作周波数に同期させてから現在指しているWPのバンクアドレスを読出し可能バンク数検出手段9に入力させる。   At this time, since the WP moves based on the operating frequency on the side of the transmission block 2, the WP asynchronous transfer means 12 synchronizes the operating frequency of the WP with the operating frequency on the side of the receiving block 3, and then the WP currently pointed to The bank address is input to the readable bank number detecting means 9.

ここで、FIFO記憶部4が受信ブロック3に最終受信許可信号を出力しているか否かの判定を行う(ステップS9)。   Here, it is determined whether or not the FIFO storage unit 4 has output a final reception permission signal to the reception block 3 (step S9).

このとき、FIFO制御部5が最終受信許可信号を受信ブロック3に出力していると判断した場合は、処理をステップS11に移して、現在RPが指しているバンクアドレスのバンクからデータの読み出しを行う。   At this time, if the FIFO control unit 5 determines that the final reception permission signal has been output to the reception block 3, the process proceeds to step S11 to read data from the bank at the bank address currently pointed to by the RP. Do.

一方、ステップS9において、FIFO制御部5が最終受信許可信号を受信ブロック3に出力していないと判断した場合に、読出し可能バンク数検出手段9は、共に受信ブロック3側の動作周波数に基づいて移動しているWPとRPとがそれぞれ現在指しているバンクアドレスに基づいて、連続して読出し可能フラグが立っているバンク数と、受信ブロック3へデータを転送するために必要なバンク数とを比較する(ステップS10)。   On the other hand, when the FIFO control unit 5 determines in step S9 that the final reception permission signal has not been output to the reception block 3, the readable bank number detection means 9 is based on the operating frequency on the reception block 3 side. Based on the bank address currently pointed to by the moving WP and RP, respectively, the number of banks for which the readable flag is continuously set and the number of banks necessary for transferring data to the receiving block 3 are determined. Compare (step S10).

このとき、図6(a)に示すように、連続して読出し可能フラグが立っているバンク数が2であった場合は、受信ブロック3が2.5バンク分のデータを全て連続的に読み出すことができないので処理をステップS8に移す。   At this time, as shown in FIG. 6 (a), when the number of banks that are continuously readable is 2, the receiving block 3 can continuously read all the data for 2.5 banks. Since this is not possible, the process proceeds to step S8.

一方、図6(b)に示すように、連続して読出し可能フラグが立っているバンク数が3であった場合は、受信ブロック3に転送する2.5バンク分のデータを全て連続的に読み出すことができるので、この読出し可能フラグが立っているバンクからデータの読み出しを行う(ステップS11)。   On the other hand, as shown in Fig. 6 (b), when the number of banks that have consecutively readable flags is 3, all the data for 2.5 banks to be transferred to the receiving block 3 are read continuously. Therefore, data is read from the bank in which this readable flag is set (step S11).

次に、受信ブロック3は、2.5バンク分のデータを読出し可能フラグが立っているバンクから読み出すと、読出し完了信号をRP制御手段7に入力してFIFO記憶部4に記憶させたデータを読み出す処理を終了して、送信ブロック2から受信ブロック3へのデータの転送を終了する(ステップS12)。   Next, when the reception block 3 reads 2.5 banks of data from the bank in which the read enable flag is set, a process of reading the data stored in the FIFO storage unit 4 by inputting a read completion signal to the RP control means 7 And the transfer of data from the transmission block 2 to the reception block 3 is terminated (step S12).

このように、本発明に係るデータ転送装置1では、各バンクに記憶可能なデータ量と動作周波数の低い受信ブロック3が処理する単位データ量との比が、高い動作周波数に基づいて動作する送信ブロック2と低い動作周波数で動作する受信ブロック3との動作周波数の比率よりも大きくなるように複数のバンクに分割しているため、送信ブロック2からバンクにデータを記憶させる際に、記憶させるべき全てのデータを記憶させることができ、動作周波数の異なる送信ブロック2と受信ブロック3との間で確実なデータの転送を行うことができる。   As described above, in the data transfer device 1 according to the present invention, the ratio between the data amount that can be stored in each bank and the unit data amount processed by the reception block 3 having a low operating frequency is a transmission that operates based on the high operating frequency. Since it is divided into multiple banks so as to be larger than the ratio of the operating frequency of block 2 and receiving block 3 operating at a low operating frequency, it should be stored when storing data from transmitting block 2 to the bank All data can be stored, and reliable data transfer can be performed between the transmission block 2 and the reception block 3 having different operating frequencies.

また、各バンクのデータ蓄積状態を記憶可能フラグと読出し可能フラグとによって明確に認識できるようにしており、記憶可能フラグが立っているバンクにのみデータを記憶させ、読出し可能フラグが立っているバンクからのみデータの読み出しを行うようにしている。   In addition, the data storage state of each bank can be clearly recognized by the storable flag and readable flag, and the data is stored only in the bank where the storable flag is set, and the bank where the readable flag is set Data is read from only from.

これにより、1個のバンクに対してデータの記憶とデータの読出しとを同時に行うことを確実に防止することができるため、FIFO記憶部4へのデータの記憶とFIFO記憶部4からのデータの読み出しとを確実に行うことができる。   As a result, it is possible to reliably prevent data storage and data reading from being performed simultaneously on one bank, so that data storage from the FIFO storage unit 4 and data storage from the FIFO storage unit 4 are prevented. Reading can be performed reliably.

さらに、FIFO記憶部4に記憶させるデータに対応した個数のバンクがデータを記憶可能な状態になった場合に、この記憶可能な状態になったバンクに全てのデータを記憶させるとともに、FIFO記憶部4から読み出すデータに対応した個数のバンクがデータを読出し可能な状態になった場合に、この読出し可能な状態になったバンクから全てのデータを読み出すようにしている。   Furthermore, when the number of banks corresponding to the data to be stored in the FIFO storage unit 4 is in a state where data can be stored, all the data is stored in the bank in the storage state and the FIFO storage unit When the number of banks corresponding to the data read from 4 becomes ready to read data, all the data is read from the bank that is ready to read.

そのため、分割して記憶させるとシステムが不具合を生ずるようなデータを転送する場合であっても、このデータを連続させた状態でFIFO記憶部4に記憶させることができるとともに、このデータを連続させた状態でFIFO記憶部4から読み出すことができるので確実なデータ転送を行うことができる。   Therefore, even when transferring data that causes the system to malfunction if divided and stored, this data can be stored in the FIFO storage unit 4 in a continuous state, and this data can be kept continuous. Since the data can be read from the FIFO storage unit 4 in a state in which the data is stored, reliable data transfer can be performed.

本発明に係るデータ転送装置を示すブロック図である。It is a block diagram which shows the data transfer apparatus which concerns on this invention. FIFO記憶部を示す説明図である。It is explanatory drawing which shows a FIFO memory | storage part. FIFO記憶部にデータを記憶させる処理を示すフローチャートである。It is a flowchart which shows the process which memorize | stores data in a FIFO memory | storage part. FIFO記憶部にデータを記憶させる処理における各バンクのデータ蓄積状態を示す説明図である。It is explanatory drawing which shows the data accumulation state of each bank in the process which memorize | stores data in a FIFO memory | storage part. FIFO記憶部に記憶させたデータを読み出す処理を示すフローチャートである。It is a flowchart which shows the process which reads the data memorize | stored in the FIFO memory | storage part. FIFO記憶部に記憶させたデータを読み出す処理における各バンクのデータ蓄積状態を示す説明図である。It is explanatory drawing which shows the data accumulation state of each bank in the process which reads the data memorize | stored in the FIFO memory | storage part.

符号の説明Explanation of symbols

1 データ転送装置
2 送信ブロック
3 受信ブロック
4 FIFO記憶部
5 FIFO制御部
6 WP制御手段
7 RP制御手段
8 記憶可能バンク数検出手段
9 読出し可能バンク数検出手段
10 最終受信許可信号生成手段
11 RP非同期乗換え手段
12 WP非同期乗換え手段
DESCRIPTION OF SYMBOLS 1 Data transfer apparatus 2 Transmission block 3 Reception block 4 FIFO memory | storage part 5 FIFO control part 6 WP control means 7 RP control means 8 Storable bank number detection means 9 Readable bank number detection means 10 Final reception permission signal generation means 11 RP asynchronous Transfer means 12 WP asynchronous transfer means

Claims (2)

データ送出側装置から第1周波数のクロック信号に基づいて送信されるデータを、複数のバンクに分割した記憶領域に一旦記憶し、前記第1周波数よりも低い第2周波数のクロック信号に基づいてデータを受信するデータ受取側装置により前記記憶領域に記憶したデータを受信させるバンク制御部を備えたデータ転送装置において、
前記記憶領域を、前記データ受取側装置の単位処理データ量のn(nは第1周波数を第2周波数で除算した値)倍以上のデータ量を記憶可能な記憶領域を1バンクとして分割しており、
前記バンク制御部は、
前記データ送出側装置からデータの転送依頼があったとき、前記記憶領域のバンクのうち記憶可能な状態となったバンク数が、前記転送依頼があったデータを記憶できる最小のバンク数以上であれば前記データ送出側装置からデータを送信させて前記転送依頼があったデータを前記記憶領域に順次記憶する一方、前記最小のバンク数未満であれば前記データ送出側装置からデータを送信させずに、前記最小のバンク数以上になったときに前記データ送出側装置からデータを送信させて前記記憶領域に順次記憶し、
前記転送依頼があったデータを前記記憶領域の複数のバンクに全て記憶したとき、当該複数のバンクのうち記憶可能なデータ量未満のデータが記憶されたバンクがある場合であっても、当該バンクの読み出しを許可する最終受信許可信号を前記データ受取側装置へ送信し、当該データ受取側装置からの要求に応じて前記複数のバンクからデータを読み出して前記データ受取側装置へ送信するデータ転送装置。
Data transmitted from the data transmission side device based on the first frequency clock signal is temporarily stored in a storage area divided into a plurality of banks, and the data is transmitted based on the second frequency clock signal lower than the first frequency. In a data transfer device comprising a bank control unit for receiving data stored in the storage area by a data receiving device that receives
The storage area is divided into one bank as a storage area capable of storing a data amount equal to or greater than n ( n is a value obtained by dividing the first frequency by the second frequency) times the unit processing data amount of the data receiving device. And
The bank control unit
When there is a data transfer request from the data sending side device, the number of banks that can be stored among the banks of the storage area is equal to or greater than the minimum number of banks that can store the data requested to be transferred. For example, data is transmitted from the data transmission side device, and the data requested for transfer is sequentially stored in the storage area. On the other hand, if the number of banks is less than the minimum number, the data transmission side device does not transmit data. , When the number of banks is equal to or greater than the minimum number of banks, the data is transmitted from the data transmission side device and sequentially stored in the storage area,
When all the requested data is stored in a plurality of banks in the storage area, even if there is a bank in which data less than the storable data amount is stored among the plurality of banks, the bank A data transfer device that transmits a final reception permission signal permitting reading of data to the data receiving side device, reads data from the plurality of banks in response to a request from the data receiving side device, and transmits the data to the data receiving side device .
前記バンク制御部は、
前記記憶領域にデータを記憶するときに前記データを記憶させるバンクアドレスを指すライトポインタを制御するライトポインタ制御手段と、
前記記憶領域からデータを読み出すときに前記データを読み出すバンクアドレスを指すライトポインタを制御するリードポインタ制御手段と、
前記ライトポインタと前記リードポインタとが現在指しているバンクアドレスに基づき、連続して記憶可能なバンク数を検出し、さらに記憶可能な状態となったバンク数が前記最小のバンク数以上であるか否かを判定する記憶可能バンク数検出手段と、
前記データ送出側装置から送信される前記最小のバンク数のデータを前記記憶領域に記憶したときに、前記データ受取側装置へ前記最終受信許可信号を出力する最終受信許可信号生成手段と、を備え、
前記ライトポインタ制御手段は、前記データ送出側装置から送信される前記最小のバンク数のデータを前記記憶領域に記憶したときに、データ量未満のデータが記憶されたバンクがあれば、当該バンクに強制的に読み出し可能フラグを立てて、当該読み出し可能フラグに基づいて前記最終受信許可信号を前記データ受取側装置へ送信し、当該バンクのデータを前記データ受取側装置で受信可能にした請求項1に記載のデータ転送装置。
The bank control unit
A write pointer control means for controlling a write pointer indicating a bank address for storing the data when storing the data in the storage area;
A read pointer control means for controlling a write pointer indicating a bank address from which the data is read when reading data from the storage area;
Whether the number of banks that can be continuously stored is detected based on the bank address currently pointed to by the write pointer and the read pointer, and the number of banks that can be stored is equal to or greater than the minimum number of banks Storable bank number detecting means for determining whether or not,
A final reception permission signal generating means for outputting the final reception permission signal to the data receiving side device when the data of the minimum number of banks transmitted from the data sending side device is stored in the storage area; ,
When the write pointer control means stores the data of the minimum number of banks transmitted from the data transmission side device in the storage area, if there is a bank in which data less than the data amount is stored, The readable flag is forcibly set, and the final reception permission signal is transmitted to the data receiving device based on the readable flag so that the data of the bank can be received by the data receiving device. The data transfer device described in 1.
JP2004147586A 2004-05-18 2004-05-18 Data transfer device Expired - Fee Related JP4556484B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004147586A JP4556484B2 (en) 2004-05-18 2004-05-18 Data transfer device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004147586A JP4556484B2 (en) 2004-05-18 2004-05-18 Data transfer device

Publications (2)

Publication Number Publication Date
JP2005332036A JP2005332036A (en) 2005-12-02
JP4556484B2 true JP4556484B2 (en) 2010-10-06

Family

ID=35486682

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004147586A Expired - Fee Related JP4556484B2 (en) 2004-05-18 2004-05-18 Data transfer device

Country Status (1)

Country Link
JP (1) JP4556484B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS629430A (en) * 1985-07-05 1987-01-17 Hitachi Ltd Data buffer control system
JPH1074140A (en) * 1996-03-28 1998-03-17 Sanyo Electric Co Ltd Data transferring method decoding device, data transfer device, and data processor
JP2001521246A (en) * 1997-10-27 2001-11-06 エミュレックス コーポレーション Buffering data exchanged between buses operating at different frequencies

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS629430A (en) * 1985-07-05 1987-01-17 Hitachi Ltd Data buffer control system
JPH1074140A (en) * 1996-03-28 1998-03-17 Sanyo Electric Co Ltd Data transferring method decoding device, data transfer device, and data processor
JP2001521246A (en) * 1997-10-27 2001-11-06 エミュレックス コーポレーション Buffering data exchanged between buses operating at different frequencies

Also Published As

Publication number Publication date
JP2005332036A (en) 2005-12-02

Similar Documents

Publication Publication Date Title
US4507760A (en) First-in, first-out (FIFO) memory configuration for queue storage
US8365031B2 (en) Soft error correction method, memory control apparatus and memory system
US10990322B2 (en) Memory buffer chip, memory system and method of controlling the memory buffer chip
JPS6217876Y2 (en)
US5682555A (en) Bus control apparatus
US5594743A (en) Fifo buffer system having an error detection and correction device
JP4556484B2 (en) Data transfer device
JPH05265943A (en) Serial data transfer equipment
US20080147906A1 (en) DMA Transferring System, DMA Controller, and DMA Transferring Method
CN108984148B (en) Data storage method based on synchronous FIFO memory and memory
US7106633B1 (en) Write pointer error recovery systems and methods
US20090204665A1 (en) System and methods for communicating between serial communications protocol enabled devices
CN100361433C (en) Communication device using three step communication buffer storage
CN104125169A (en) Link list processing apparatus, link list processing method and related network switch
JP4019757B2 (en) Storage device
JPS5939939B2 (en) Synchronous transfer control method
JP2005346637A (en) First-in first-out memory and storage medium controller using it
EP3327521B1 (en) Duplexing process control device
JPS6325737B2 (en)
JP3265026B2 (en) I / O data exchange method
JPS6312303B2 (en)
JP2006172395A (en) Data transfer controller and data transfer control system
JPS6043764A (en) Information processing system
JP2625396B2 (en) Receive data processing device
JPH0440551A (en) Data transfer system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070307

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090421

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090519

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090721

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100119

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100315

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100629

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100712

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

Free format text: PAYMENT UNTIL: 20130730

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees