JP4347170B2 - Error detection apparatus, error correction apparatus using the same, and method - Google Patents

Error detection apparatus, error correction apparatus using the same, and method Download PDF

Info

Publication number
JP4347170B2
JP4347170B2 JP2004260388A JP2004260388A JP4347170B2 JP 4347170 B2 JP4347170 B2 JP 4347170B2 JP 2004260388 A JP2004260388 A JP 2004260388A JP 2004260388 A JP2004260388 A JP 2004260388A JP 4347170 B2 JP4347170 B2 JP 4347170B2
Authority
JP
Japan
Prior art keywords
error detection
error
level
bit
bits
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
JP2004260388A
Other languages
Japanese (ja)
Other versions
JP2006079222A (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.)
NEC Computertechno Ltd
Original Assignee
NEC Computertechno 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 NEC Computertechno Ltd filed Critical NEC Computertechno Ltd
Priority to JP2004260388A priority Critical patent/JP4347170B2/en
Publication of JP2006079222A publication Critical patent/JP2006079222A/en
Application granted granted Critical
Publication of JP4347170B2 publication Critical patent/JP4347170B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明はエラー検出装置並びにそれを用いたエラー訂正装置及びその方法に関し、特にパラレルデータを差動インタフェース形式により転送する際のビットエラー検出訂正方式に関するものである。   The present invention relates to an error detection device, an error correction device using the error detection device, and a method thereof, and more particularly to a bit error detection and correction method for transferring parallel data in a differential interface format.

データを伝送するバス上のデータ転送エラーの検出及び訂正のために、エラーコントロールコード(ECCと略記する)が用いられている。すなわち、1ビットエラー検出に対しては、1ビットのパリティが付加され、また1ビットエラー訂正及び2ビットエラー検出に対しては、例えば、64ビットのデータに対しては、8ビットのECCが付加されることにより、エラー検出及び訂正が行われている。   An error control code (abbreviated as ECC) is used to detect and correct a data transfer error on a bus for transmitting data. That is, for 1-bit error detection, 1-bit parity is added. For 1-bit error correction and 2-bit error detection, for example, 8-bit ECC is used for 64-bit data. In addition, error detection and correction are performed.

しかしながら、1ビットのパリティでは、1ビットのデータエラーの検出のみが可能であってデータのなかのどのビットにエラーが生じたかを特定することはできず、正しいデータ転送を行うためには、再度同じデータを送り直す必要があり、データ転送性能が劣化することになる。1ビットエラーを訂正するには、上述した如く、複数ビットのECCを付加することが必要であり、特に、パラレルデータのデータ転送の場合には、バスを構成する配線の本数がそれだけ増大することになる。   However, with 1-bit parity, it is only possible to detect a 1-bit data error, and it is not possible to specify which bit of the data has an error. It is necessary to resend the same data, and the data transfer performance deteriorates. In order to correct a 1-bit error, it is necessary to add a multi-bit ECC as described above. In particular, in the case of parallel data transfer, the number of wires constituting the bus increases accordingly. become.

ここで、バス転送速度の高速化に伴って、パラレルデータを構成する各データビットを、1本の信号線で伝送する代りに、2本の信号線の差分を用いる差動インタフェース方式のデータ転送技術が用いられている(例えば、特許文献1参照)。この差動インタフェース方式では、1ビットの信号に対して2本の信号線を用いてこの2本の信号線間の差分を用いる方式であるので、データビットにノイズが重畳されたとしても、2本の信号線に対して当該ノイズが同時に重畳されるために、その差分をとることにより、ノイズキャンセルがなされ、ノイズに強いという特徴を有している。
特開平8−43472号公報
Here, as the bus transfer speed increases, each data bit constituting parallel data is transferred by a differential interface method using a difference between two signal lines instead of being transmitted by one signal line. Technology is used (see, for example, Patent Document 1). Since this differential interface method uses two signal lines for a 1-bit signal and uses the difference between the two signal lines, even if noise is superimposed on a data bit, 2 Since the noise is simultaneously superimposed on the signal lines of the book, by taking the difference, noise cancellation is performed and the circuit is resistant to noise.
JP-A-8-43472

上述した如く、パリティビットを付加するだけでは、1ビットエラー検出のみは可能であるがエラー訂正は不可能であり、よってエラー検出時には、データの再送処理が必要になって、データ転送性能が悪化するという問題がある。この問題の発生原因は、パリティビットだけでは、エラー発生したビット位置が特定できないことによる。   As described above, it is possible to detect only one bit error by adding a parity bit, but it is impossible to correct the error. Therefore, when an error is detected, a data retransmission process is required and the data transfer performance deteriorates. There is a problem of doing. The cause of this problem is that the bit position where the error occurred cannot be specified only by the parity bit.

そこで、エラー訂正を可能にするために、複数ビットのECCを付加する方式を採用すると、バスの配線本数が増大するという問題がある。特に、この複数ビットのECCを用いる方式を、上述した差動インタフェース方式のパラレルデータ転送に採用する場合、複数ビットのECCの各ビットに対して2本の信号線が必要になり、バスの配線本数の増大は著しいものとなる。   Therefore, if a method of adding a plurality of bits of ECC is employed to enable error correction, there is a problem that the number of bus lines increases. In particular, when this multi-bit ECC method is used for the above-described differential interface parallel data transfer, two signal lines are required for each bit of the multi-bit ECC, and the wiring of the bus The increase in the number is remarkable.

本発明の目的は、エラー発生したビットの特定を容易に可能としたエラー検出装置並びにそれを用いたエラー訂正装置及びその方法を提供することである。   An object of the present invention is to provide an error detection apparatus that can easily identify an error-occurring bit, an error correction apparatus using the same, and a method thereof.

本発明の他の目的は、パラレルデータに対して複数ビットのエラー検出を可能としたエラー検出装置並びにそれを用いたエラー訂正装置及びその方法を提供することである。   Another object of the present invention is to provide an error detection apparatus capable of detecting an error of a plurality of bits for parallel data, an error correction apparatus using the same, and a method thereof.

本発明の更に他の目的は、パラレルデータに対して1ビットのパリティビットを追加するのみで1ビットエラーの訂正を可能としたエラー検出訂正装置並びにそれを用いたエラー訂正装置及びその方法を提供することである。   Still another object of the present invention is to provide an error detection and correction apparatus capable of correcting a 1-bit error only by adding 1 parity bit to parallel data, and an error correction apparatus and method using the same. It is to be.

本発明によるエラー検出訂正装置は、並列データビット及びそのパリティビットを、それぞれ一対の差動信号として伝送するようにしたデータのエラー検出訂正装置であって、前記並列データビット及び前記パリティビットにそれぞれ対応して設けられ、対応する前記一対の差動信号を差動入力とする差動アンプと、この差動アンプの出力を、前記出力の高レベルと低レベルとの間の互いに異なる第一及び第二の閾値と比較する比較手段とを含み、この比較結果に応じて対応するビットのエラーの有無を検出するエラー検出装置と、前記エラー検出装置による検出結果が1ビットエラーのとき、前記エラー検出装置によりエラー検出されたビットを除く他のビットと前記パリティビットとを用いてエラー訂正をなすエラー訂正手段とを含むことを特徴とする。 Error detection and correction device according to the invention, the parallel data bits and the parity bits, respectively a error detection and correction device of the data to be transmitted as a pair of differential signals, the parallel data bits and each of the parity bits A differential amplifier provided correspondingly and using the corresponding pair of differential signals as a differential input, and outputs of the differential amplifier are different from each other between a high level and a low level of the output. An error detecting device for detecting the presence or absence of an error of a corresponding bit according to the comparison result, and when the detection result by the error detecting device is a 1-bit error, this by using the other bits except for the bits detected error by the detection unit and the parity bit and an error correcting means for forming an error correction The features.

本発明によるエラー検出装置は、互いに並列の第一及び第二のデータビットのエラー検出装置であって、前記第一のデータビットを、“0”及び“1”に応じて第一レベル及び第二レベルと、前記第一及び第二レベルの中間の第一固定レベルに変換する第一のレベル変換手段と、前記第二のデータビットを、“0”及び“1”に応じた第三レベル及び第四レベルと、前記第三及び第四レベルの中間にあって前記第一固定レベルとは異なる第二固定レベルに変換する第二のレベル変換手段と、前記第一のレベル変換手段の前記“0”及び“1”に応じたレベル出力を、前記第一及び第二の固定レベルと比較する第一の比較手段と、前記第二のレベル変換手段の前記“0”及び“1”に応じたレベル出力を、前記第一及び第二の固定レベルと比較する第二の比較手段とを含み、前記第一の比較手段の比較結果に応じて前記第一のデータビットのエラーの有無を検出し、前記第二の比較手段の比較結果に応じて前記第二のデータビットのエラーの有無を検出するようにしたことを特徴とする。 Rue error detecting device by the present invention, there is provided a first and a second error detection apparatus of the data bits in parallel to each other, the first data bit, the first in response to "0" and "1" Level and second level, first level converting means for converting to a first fixed level intermediate between the first and second levels, and the second data bit according to “0” and “1” Third level and fourth level, second level converting means for converting to a second fixed level that is intermediate between the third and fourth levels and different from the first fixed level, and the first level converting means The level output corresponding to the “0” and “1” is compared with the first and second fixed levels, and the “0” and “1” of the second level conversion unit. The level output according to "" is compared with the first and second fixed levels. Second comparison means, detecting the presence or absence of an error in the first data bit according to the comparison result of the first comparison means, and according to the comparison result of the second comparison means. It is characterized in that the presence or absence of an error in the second data bit is detected.

本発明によるエラー検出訂正装置は、並列データビット及びそのパリティビットを、それぞれ一対の差動信号として伝送するようにしたデータのエラー検出訂正装置であって、前記並列データビット及び前記パリティビットにそれぞれ対応して設けられた上記のエラー検出装置と、前記エラー検出装置による検出結果が1ビットエラーのとき、前記エラー検出装置によりエラー検出されたビットを除く他のビットと前記パリティビットとを用いてエラー訂正をなすエラー訂正手段とを含むことを特徴とする。 An error detection and correction apparatus according to the present invention is a data error detection and correction apparatus configured to transmit a parallel data bit and a parity bit thereof as a pair of differential signals, respectively, and each of the parallel data bit and the parity bit. The above-described error detection device provided correspondingly, and when the detection result by the error detection device is a 1-bit error, using the other bits except the bit error-detected by the error detection device and the parity bit And error correction means for performing error correction.

本発明によるエラー検出訂正方法は、並列データビット及びそのパリティビットを、それぞれ一対の差動信号として伝送するようにしたデータのエラー検出訂正方法であって、前記並列データビット及び前記パリティビットの各々に対して、前記一対の差動信号を差動増幅するステップと、この差動増幅するステップの出力を、前記出力の高レベルと低レベルとの間の互いに異なる第一及び第二の閾値と比較する比較ステップと、この比較結果に応じて対応するビットのエラーの有無を検出するエラー検出ステップとを含むエラー検出方法をなすステップと、前記エラー検出方法による検出結果が1ビットエラーのとき、前記エラー検出方法によりエラー検出されたビットを除く他のビットと前記パリティビットとを用いてエラー訂正をなすエラー訂正ステップとを含むことを特徴とする。 Error detection and correction method according to the invention, the parallel data bits and the parity bits, respectively a error detection and correction method of the data to be transmitted as a pair of differential signals, each of said parallel data bits and the parity bits In contrast, the step of differentially amplifying the pair of differential signals, and the output of the step of differentially amplifying are different first and second threshold values between a high level and a low level of the output A step of making an error detection method including a comparison step to compare and an error detection step of detecting the presence or absence of an error of a corresponding bit according to the comparison result ; Error correction is performed by using the other bits except the bit detected by the error detection method and the parity bit. Characterized in that it comprises a color correction step.

本発明によるエラー検出方法は、互いに並列の第一及び第二のデータビットのエラー検出方法であって、前記第一のデータビットを、“0”及び“1”に応じて第一レベル及び第二レベルと、前記第一及び第二レベルの中間の第一固定レベルに変換する第一のレベル変換ステップと、前記第二のデータビットを、“0”及び“1”に応じた第三レベル及び第四レベルと、前記第三及び第四レベルの中間にあって前記第一固定レベルとは異なる第二固定レベルに変換する第二のレベル変換ステップと、前記第一のレベル変換ステップの前記“0”及び“1”に応じたレベル出力を、前記第一及び第二の固定レベルと比較する第一の比較ステップと、前記第二のレベル変換ステップの前記“0”及び“1”に応じたレベル出力を、前記第一及び第二の固定レベルと比較する第二の比較ステップと、前記第一の比較ステップの比較結果に応じて前記第一のデータビットのエラーの有無を検出し、前記第二の比較ステップの比較結果に応じて前記第二のデータビットのエラーの有無を検出するエラー検出ステップとを含むことを特徴とする。 Rue error detection method by the present invention is a parallel first and second error detection method of the data bits from each other, the first data bit, the first in response to "0" and "1" A level and a second level, a first level conversion step of converting to a first fixed level intermediate between the first and second levels, and the second data bit in accordance with "0" and "1" A third level and a fourth level; a second level conversion step for converting to a second fixed level that is intermediate between the third and fourth levels and different from the first fixed level; and the first level conversion step The level output corresponding to the “0” and “1” is compared with the first and second fixed levels, and the “0” and “1” of the second level conversion step are compared. Level output according to the first and second The second comparison step for comparing with the fixed level of the first and the first comparison step detects the presence or absence of an error in the first data bit according to the comparison result of the first comparison step, and according to the comparison result of the second comparison step And an error detection step of detecting the presence or absence of an error in the second data bit.

本発明によるエラー検出訂正方法は、並列データビット及びそのパリティビットを、それぞれ一対の差動信号として伝送するようにしたデータのエラー検出訂正方法であって、前記並列データビット及び前記パリティビットの各々に対して、上記のエラー検出方法をなすステップと、前記エラー検出方法による検出結果が1ビットエラーのとき、前記エラー検出方法によりエラー検出されたビットを除く他のビットと前記パリティビットとを用いてエラー訂正をなすエラー訂正ステップとを含むことを特徴とする。 An error detection and correction method according to the present invention is a data error detection and correction method in which a parallel data bit and its parity bit are transmitted as a pair of differential signals, respectively, each of the parallel data bit and the parity bit. On the other hand, using the above-described error detection method, and when the detection result by the error detection method is a 1-bit error, the other bits except the bit detected by the error detection method and the parity bit are used. And an error correction step for error correction.

本発明によれば、データの1ビットについて、自身のビットのみで容易にかつ簡単な回路構成でエラー検出ができるという顕著な効果がある。したがって、このエラー検出方式を用いれば、並列データビットに関して、1ビットのパリティビットを追加するだけで1ビットエラー検出及び訂正が可能となるという効果が発生し、よって再送制御によるデータ転送効率の向上が可能になる。   According to the present invention, there is a remarkable effect that it is possible to easily detect an error for one bit of data with only its own bit with a simple circuit configuration. Therefore, if this error detection method is used, it is possible to detect and correct a 1-bit error only by adding a 1-bit parity bit with respect to parallel data bits, thereby improving data transfer efficiency by retransmission control. Is possible.

以下に、図面を用いて本発明の実施の形態について詳細に説明する。図1は本発明の一実施の形態を示すブロック図である。図1において、101〜10N(Nは2以上の整数)は、Nビットパラレル信号のNビットバスを構成する差動インタフェースの各データビットである。110は、このNビットデータに対するパリティを構成する差動インタフェースのパリティビットである。これら差動インタフェース101〜10N,110は、それぞれ対応する差動アンプ201〜20N,210へ入力され、各差動アンプにより対応する差動インタフェース101〜10N,110のビットの“0”または“1”が識別される。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram showing an embodiment of the present invention. In FIG. 1, 101 to 10N (N is an integer of 2 or more) are each data bit of the differential interface constituting the N-bit bus of the N-bit parallel signal. Reference numeral 110 denotes a parity bit of a differential interface that constitutes parity for the N-bit data. The differential interfaces 101 to 10N and 110 are input to the corresponding differential amplifiers 201 to 20N and 210, respectively, and “0” or “1” of the bits of the corresponding differential interfaces 101 to 10N and 110 are received by the respective differential amplifiers. "Is identified.

これら差動アンプ201〜20N,210の各出力は対応するエラー検出部301〜30N,310へ入力されて、対応ビットのエラー検出が行われる。これらエラー検出部の構成は、全て同一であるので、エラー検出部301について図2を用いて説明する。図2において、前段の差動アンプ201からの出力30は、そのままデータビットの“0”または“1”の識別結果として出力401へ導出されると共に、差動アンプ31及び32の正相入力へも印加される。差動アンプ31及び32の逆相入力には、基準電圧V1及びV2がそれぞれ入力されている。これら差動アンプ31及び32の出力はEXOR(排他的論理和)回路35へ入力され、エラー検出有無信号421として出力される。   The outputs of the differential amplifiers 201 to 20N and 210 are input to the corresponding error detection units 301 to 30N and 310, and error detection of the corresponding bits is performed. Since the configurations of these error detection units are all the same, the error detection unit 301 will be described with reference to FIG. In FIG. 2, the output 30 from the differential amplifier 201 in the previous stage is directly derived to the output 401 as the identification result of “0” or “1” of the data bit, and to the positive phase input of the differential amplifiers 31 and 32. Is also applied. Reference voltages V1 and V2 are input to the negative phase inputs of the differential amplifiers 31 and 32, respectively. The outputs of these differential amplifiers 31 and 32 are input to an EXOR (exclusive OR) circuit 35 and output as an error detection presence / absence signal 421.

なお、他のエラー検出部302〜30N及び310についても、“0”または“1”の識別ビット出力402〜40N,410及びエラー検出有無信号422〜42N,411が出力されている。   The other error detection units 302 to 30N and 310 also output “0” or “1” identification bit outputs 402 to 40N and 410 and error detection presence / absence signals 422 to 42N and 411, respectively.

エラー検出部301〜30N,310の各出力はエラー訂正部400へ入力される。このエラー訂正部400においては、エラーが生じていなければ、各差動インタフェース101〜10Nのデータビットの差動アンプ201〜20Nによる識別結果が、また1ビットエラーが発生した場合には、その訂正結果が501〜50Nへ出力される。2以上の複数ビットエラーが発生した場合には、再送制御のために、信号601が出力される。また、1ビットエラー発生時には、ログ採取などのために用いられる信号602が出力されるようになっている。   The outputs of the error detection units 301 to 30N and 310 are input to the error correction unit 400. In the error correction unit 400, if no error has occurred, the identification result of the data bits of the differential interfaces 101 to 10N by the differential amplifiers 201 to 20N is corrected. The result is output to 501 to 50N. When two or more multi-bit errors occur, a signal 601 is output for retransmission control. Further, when a 1-bit error occurs, a signal 602 used for log collection or the like is output.

図3はこのエラー訂正部400の具体例を示すブロック図である。前段のエラー検出部からのデータビットの識別結果信号401〜40N及びパリティビットの識別結果信号410は、セレクタ441〜44N及びエラー訂正値計算回路450へ入力される。   FIG. 3 is a block diagram showing a specific example of the error correction unit 400. The data bit identification result signals 401 to 40N and the parity bit identification result signal 410 from the error detection unit in the previous stage are input to the selectors 441 to 44N and the error correction value calculation circuit 450.

エラー訂正値計算回路450からは各データビットに対して、他データビットおよびパリティビットから計算された訂正値431から43Nが出力され、それぞれセレクタ回路441から44Nへ接続される。エラー検出部から出力された各データビットに対するエラー検出有無信号421から42Nは、それぞれセレクタ回路441から44Nのセレクト信号として接続され、エラー検出なしの場合は、データビットの識別結果信号401から40Nが選択され、エラー検出有りの場合は、訂正値431から43Nが選択される。   Error correction value calculation circuit 450 outputs correction values 431 to 43N calculated from other data bits and parity bits for each data bit, and is connected to selector circuits 441 to 44N, respectively. The error detection presence / absence signals 421 to 42N for the respective data bits output from the error detection unit are connected as select signals of the selector circuits 441 to 44N, respectively. When no error is detected, the data bit identification result signals 401 to 40N are displayed. If selected and there is an error detection, correction values 431 to 43N are selected.

エラー検出有無信号421から42Nはまた、エラー検出ビットカウント回路460に入力され、エラー検出したデータビットの数がカウントされる。エラー検出数が、2以上の場合、信号601に、また、エラー検出数が1の場合、信号602に出力される。エラー検出ビットカウント回路460は、当業者にとってよく知られており、また本発明とは直接関係しないので、その詳細な構成は省略する。   The error detection presence / absence signals 421 to 42N are also input to the error detection bit count circuit 460, and the number of data bits in which an error has been detected is counted. When the number of detected errors is 2 or more, it is output as a signal 601, and when the number of detected errors is 1, it is output as a signal 602. Since the error detection bit count circuit 460 is well known to those skilled in the art and is not directly related to the present invention, its detailed configuration is omitted.

図4を用いて、エラー訂正値計算回路450の詳細について説明する。データビット401に対する訂正値431は、データビット402からデータビット40Nおよびパリティビット410のEXORである。データビット402に対する訂正値432は、データビット401およびデータビット403からデータビット40Nおよびパリティビット410のEXORである。以下同様であり、データビット40Nに対する訂正値43Nは、データビット401からデータビット40(N−1)およびパリティビット410のEXORである。   Details of the error correction value calculation circuit 450 will be described with reference to FIG. The correction value 431 for the data bit 401 is an EXOR of the data bits 402 to 40N and the parity bit 410. Correction value 432 for data bit 402 is an EXOR of data bit 401 and data bit 403 to data bit 40N and parity bit 410. The same applies hereinafter, and the correction value 43N for the data bit 40N is an EXOR of the data bit 401 to the data bit 40 (N-1) and the parity bit 410.

なお、パリティビットのエラー検出部310の出力411は、次段のエラー訂正部400では用いられていないので、このエラー検出部310は、差動アンプ210の出力をそのまま通過させるようにしても良い。   Since the output 411 of the parity bit error detection unit 310 is not used in the error correction unit 400 in the next stage, the error detection unit 310 may pass the output of the differential amplifier 210 as it is. .

以下に、図5のタイミングチャート及び図6のフローチャートを用いて、エラー検出訂正処理の動作について説明する。図5(A)はクロック信号のタイミング図であり、図5(B)はクロック信号に同期して動作する差動インタフェース信号101の差分の波形変化の例を示している。図5(C)に示す如く、差動アンプ201の出力30は差動インタフェース信号101を増幅し、その出力をエラー検出部301の差動アンプ31及び32の正相入力へ供給する。   The operation of error detection and correction processing will be described below using the timing chart of FIG. 5 and the flowchart of FIG. FIG. 5A is a timing diagram of the clock signal, and FIG. 5B shows an example of a waveform change of the difference of the differential interface signal 101 that operates in synchronization with the clock signal. As shown in FIG. 5C, the output 30 of the differential amplifier 201 amplifies the differential interface signal 101 and supplies the output to the positive phase inputs of the differential amplifiers 31 and 32 of the error detection unit 301.

差動アンプ31及び32の逆相入力には、基準電圧V1及びV2がそれぞれ入力されており、信号30と基準電圧V1及びV2との差分がそれぞれ増幅されて出力されることになる。本例では、基準電圧V1及びV2は、信号30の高レベルVと低レベル0との間の電圧であって、V1=(3/4)V,V2=(1/4)Vにそれぞれ設定されているものとする。   The reference voltages V1 and V2 are respectively input to the negative phase inputs of the differential amplifiers 31 and 32, and the difference between the signal 30 and the reference voltages V1 and V2 is amplified and output. In this example, the reference voltages V1 and V2 are voltages between the high level V and the low level 0 of the signal 30, and are set to V1 = (3/4) V and V2 = (1/4) V, respectively. It is assumed that

ここで、差動インタフェース信号101の送信側(図示せず)では、ビットデータが“1”か“0”かに応じて+VDから−VDまで変化し、受信側の差動アンプ201の出力30では、V1より大きいか、V2より小さくなり、V1とV2との間の電圧レベルになることはなく、V1とV2との間の電圧レベルになった場合には、ビット誤りであるという性質がある。   Here, on the transmission side (not shown) of the differential interface signal 101, the bit data changes from + VD to −VD depending on whether the bit data is “1” or “0”, and the output 30 of the differential amplifier 201 on the reception side. Then, it is larger than V1 or smaller than V2, and does not become a voltage level between V1 and V2, and when it reaches a voltage level between V1 and V2, it has a property of being a bit error. is there.

そこで、本発明では、この性質を利用したものであり、互いに基準レベル(閾値)が異なる差動アンプ31及び32により信号30と基準レベルV1及びV2とを比較して、図5(D),(E)に示す如く、その差分を増幅したもの(比較結果)をEXOR回路35へ入力して、エラー検出の有無を、図5(F)のように信号421として出力するようになっている。本例では、クロックT3のタイミングにおいて、差動アンプ31の出力がディジタル的に“0”となり、差動アンプ32の出力がディジタル的に“1”となって、EXOR回路33の出力421にエラー検出有を示す信号が“1”として導出されることになる。   Therefore, in the present invention, this characteristic is utilized, and the signal 30 is compared with the reference levels V1 and V2 by the differential amplifiers 31 and 32 having different reference levels (thresholds), and FIG. As shown in (E), the amplified difference (comparison result) is input to the EXOR circuit 35, and the presence or absence of error detection is output as a signal 421 as shown in FIG. 5 (F). . In this example, at the timing of the clock T3, the output of the differential amplifier 31 is digitally “0”, the output of the differential amplifier 32 is digitally “1”, and an error occurs in the output 421 of the EXOR circuit 33. A signal indicating the presence of detection is derived as “1”.

この様に、差動インタフェース信号101にエラーが発生し、他の差動インタフェース信号102〜10N,110が正常であれば、この差動インタフェース信号101にエラーが生じたことを示すエラー検出有り信号421と、他の正常なデータビット識別信号402〜40Nとパリティビット410とを用いて、エラー訂正部400にて1ビットエラー訂正が行われる。すなわち、図3,4に示すように、エラーのないデータ識別信号402〜40N及びパリティビット410のEXOR出力431を、セレクタ441により選択して、訂正後のビット出力501として導出することになる。なお、他のビット出力502〜50Nは、正しいデータビット識別信号402〜40Nがそのまま導出される。他の1ビットにエラーが発生した場合も同様に訂正されることになる。   In this way, if an error occurs in the differential interface signal 101 and the other differential interface signals 102 to 10N and 110 are normal, an error detected signal indicating that the error has occurred in the differential interface signal 101. One-bit error correction is performed by the error correction unit 400 using 421, other normal data bit identification signals 402 to 40N, and the parity bit 410. That is, as shown in FIGS. 3 and 4, the error-free data identification signals 402 to 40N and the EXOR output 431 of the parity bit 410 are selected by the selector 441 and derived as a corrected bit output 501. The correct data bit identification signals 402 to 40N are derived as they are from the other bit outputs 502 to 50N. When an error occurs in the other 1 bit, it is corrected in the same manner.

図6のフローチャートは、本発明のエラー検出訂正処理装置の動作を、処理フローに分解して説明するものである。図6に示すフローチャートにおいて、ステップAでは、差動インタフェースの0または1を識別する差動アンプ出力を行い、ステップBではエラー検出部によりエラー検出処理を行う。ステップCでは、エラー検出の有無を判断し、エラー検出がなければステップDでそのままデータを出力する。ステップCでエラーが有った場合には、ステップEで1ビットエラーかどうかを判断し、1ビットエラーだった場合は、ステップFでエラー訂正処理を行い、ステップGで訂正後のデータを出力し、またログ採取等用に信号602を出力する。ステップEで1ビットエラーではなく、2ビット以上のエラー検出をした場合は、ステップHで再送制御等用に信号601を出力する。   The flowchart of FIG. 6 explains the operation of the error detection and correction processing apparatus of the present invention in a process flow. In the flowchart shown in FIG. 6, in step A, differential amplifier output for identifying 0 or 1 of the differential interface is performed, and in step B, error detection processing is performed by the error detection unit. In step C, it is determined whether or not an error is detected. If no error is detected, the data is output as it is in step D. If there is an error in step C, it is determined whether there is a 1-bit error in step E. If it is a 1-bit error, error correction processing is performed in step F, and the corrected data is output in step G In addition, a signal 602 is output for log collection and the like. When an error of 2 bits or more is detected instead of a 1-bit error in step E, a signal 601 is output for retransmission control or the like in step H.

次に、本発明の他の実施の形態について説明する。図7は本実施の形態を示すブロック図であり、図1と同等部分は同一符号により示している。本例においては、差動インタフェース101〜10N及び110を2組ペアで扱い、図1の差動アンプ201〜20N及び210をなくし、その代りに、出力レベル変換部701,702,…,70((N+1)/2)を設け、この出力レベル変換部の出力側で、エラー検出部801,802,…,80((N+1)/2)を用いてエラー検出を行っており、このエラー検出部でのエラー検出に工夫を行うようにしている点が、先の実施の形態である図1の例と相違する。   Next, another embodiment of the present invention will be described. FIG. 7 is a block diagram showing the present embodiment, and the same parts as those in FIG. In this example, the differential interfaces 101 to 10N and 110 are handled in two pairs, the differential amplifiers 201 to 20N and 210 in FIG. 1 are eliminated, and output level conversion units 701, 702,. (N + 1) / 2) is provided, and error detection is performed on the output side of the output level conversion unit using the error detection units 801, 802, ..., 80 ((N + 1) / 2). This is different from the example of FIG. 1, which is the previous embodiment, in that the error detection is devised.

出力レベル変換部701は2組の差動インタフェース101,102をペアとして扱うものであり、2組のビット入力1,2についてそれぞれレベル変換処理して差動インタフェース101,102として出力する。次段のエラー検出部801は2組の差動インタフェース101,102を入力とする。出力レベル変換部702は2組のビット入力3,4についてそれぞれレベル変換処理して差動インタフェース103,104として出力する。次段のエラー検出部802は2組の差動インタフェース103,104を入力とする。以下同様にして、出力レベル変換部70((N+1)/2)は最後のビット入力Nとパリティビット10についてそれぞれレベル変換処理して差動インタフェース10N,110として出力する。次段のエラー検出部80((N+1)/2)は2組の差動インタフェース10N,110を入力とする。   The output level conversion unit 701 handles two sets of differential interfaces 101 and 102 as a pair, and performs level conversion processing on the two sets of bit inputs 1 and 2 and outputs them as differential interfaces 101 and 102, respectively. The error detection unit 801 at the next stage receives two sets of differential interfaces 101 and 102 as inputs. The output level conversion unit 702 performs level conversion processing on the two sets of bit inputs 3 and 4 and outputs them as differential interfaces 103 and 104, respectively. The error detection unit 802 at the next stage receives two sets of differential interfaces 103 and 104 as inputs. Similarly, the output level conversion unit 70 ((N + 1) / 2) performs level conversion processing on the last bit input N and the parity bit 10 and outputs them as differential interfaces 10N and 110, respectively. The error detection unit 80 ((N + 1) / 2) at the next stage receives two sets of differential interfaces 10N and 110 as inputs.

以下、先の実施の形態と同様に、各エラー検出部からはデータビット識別結果とエラー検出有無信号が出力されて、エラー訂正部400へ入力されることになる。   Hereinafter, as in the previous embodiment, the data bit identification result and the error detection presence / absence signal are output from each error detection unit and input to the error correction unit 400.

図8は図7の出力レベル変換部701の例を示す回路図である。他の出力レベル変換部についても同一構成であるので、その説明は省略する。図8において、差動インタフェースドライバ711は、基準電圧721および722に接続され、差動インタフェース741および742を出力する。ここで差動インタフェース742は、抵抗731によって基準電圧721と722の中間電圧に固定されている。図では、基準電圧721は+4Vボルト、基準電圧722は−2Vボルトであり、差動インタフェース742は+Vボルトである。差動インタフェース741は、+4Vから−2Vまで変動する。   FIG. 8 is a circuit diagram showing an example of the output level conversion unit 701 in FIG. Since the other output level conversion units have the same configuration, the description thereof is omitted. In FIG. 8, a differential interface driver 711 is connected to reference voltages 721 and 722 and outputs differential interfaces 741 and 742. Here, the differential interface 742 is fixed to an intermediate voltage between the reference voltages 721 and 722 by a resistor 731. In the figure, reference voltage 721 is + 4V volts, reference voltage 722 is -2V volts, and differential interface 742 is + V volts. The differential interface 741 varies from + 4V to -2V.

一方、差動インタフェースドライバ712は、基準電圧723および724に接続され、差動インタフェース743および744を出力する。ここで差動インタフェース744は、抵抗732によって基準電圧723と724の中間電圧に固定されている。図では、基準電圧723は+2Vボルト、基準電圧724は−4Vボルトであり、差動インタフェース744は−Vボルトである。差動インタフェース743は、+2Vから−4Vまで変動する。つまり、差動インタフェース741は、差動インタフェース742より大きいか、差動インタフェース744より小さくなり、受信側で、差動インタフェース741が差動インタフェース742と744の間の電圧レベルになることはない。   On the other hand, the differential interface driver 712 is connected to the reference voltages 723 and 724 and outputs the differential interfaces 743 and 744. Here, the differential interface 744 is fixed to an intermediate voltage between the reference voltages 723 and 724 by a resistor 732. In the figure, the reference voltage 723 is + 2V volts, the reference voltage 724 is -4V volts, and the differential interface 744 is -V volts. The differential interface 743 varies from + 2V to −4V. That is, the differential interface 741 is larger than the differential interface 742 or smaller than the differential interface 744, and the differential interface 741 does not reach the voltage level between the differential interfaces 742 and 744 on the receiving side.

差動インタフェース743についても、同様に、差動インタフェース742より大きいか、差動インタフェース744より小さくなり、受信側で差動インタフェース743が、差動インタフェース742と744の間の電圧レベルになることはない。上述した、このような性質を利用して受信側でエラー検出を行うものである。   Similarly, the differential interface 743 is larger than the differential interface 742 or smaller than the differential interface 744, and the differential interface 743 is at the voltage level between the differential interfaces 742 and 744 on the receiving side. Absent. The error detection is performed on the receiving side using the above-described properties.

図9はエラー検出部801の例を示す回路図であり、他のエラー検出部についても同一構成であるので、その説明は省略する。図9において、差動インタフェース101(741,742)は差動アンプ821へ入力され、データビット識別結果401が出力される。差動インタフェース102(743,744)は差動アンプ823へ入力され、データビット識別結果402が出力される。   FIG. 9 is a circuit diagram showing an example of the error detection unit 801, and the other error detection units have the same configuration, and thus description thereof is omitted. In FIG. 9, the differential interface 101 (741, 742) is input to the differential amplifier 821, and the data bit identification result 401 is output. The differential interface 102 (743, 744) is input to the differential amplifier 823, and the data bit identification result 402 is output.

差動インタフェース101の741は差動アンプ822の正相入力となり、差動インタフェース102の743は差動アンプ824の正相入力となる。そして、差動インタフェース101の742は基準電圧(+V)として差動アンプ824の逆相入力となり、差動インタフェース102の744は基準電圧(−V)として差動アンプ822の逆相入力となっている。差動アンプ821の出力401と差動アンプ822の出力とがEXOR回路831へ入力され、その出力421が差動インタフェース101のエラー検出有無信号となる。差動アンプ823の出力402と差動アンプ824の出力とがEXOR回路832へ入力され、その出力422が差動インタフェース102のエラー検出有無信号となる。   741 of the differential interface 101 becomes a positive phase input of the differential amplifier 822, and 743 of the differential interface 102 becomes a positive phase input of the differential amplifier 824. Then, 742 of the differential interface 101 becomes a negative phase input of the differential amplifier 824 as a reference voltage (+ V), and 744 of the differential interface 102 becomes a negative phase input of the differential amplifier 822 as a reference voltage (−V). Yes. The output 401 of the differential amplifier 821 and the output of the differential amplifier 822 are input to the EXOR circuit 831, and the output 421 becomes an error detection presence / absence signal of the differential interface 101. The output 402 of the differential amplifier 823 and the output of the differential amplifier 824 are input to the EXOR circuit 832, and the output 422 becomes an error detection presence / absence signal of the differential interface 102.

本発明の一実施の形態のブロック図である。It is a block diagram of one embodiment of the present invention. 図1のエラー検出部の具体例を示す図である。It is a figure which shows the specific example of the error detection part of FIG. 図1のエラー訂正部の具体例を示す図である。It is a figure which shows the specific example of the error correction part of FIG. 図3のエラー訂正値計算回路の具体例を示す図である。It is a figure which shows the specific example of the error correction value calculation circuit of FIG. 本発明の一実施の形態の動作を示すタイミングチャートの例である。It is an example of the timing chart which shows operation | movement of one embodiment of this invention. 本発明の一実施の形態の動作を示すフローチャートである。It is a flowchart which shows operation | movement of one embodiment of this invention. 本発明の他の実施の形態のブロック図である。It is a block diagram of other embodiments of the present invention. 図7の出力レベル調整部の具体例を示す図である。It is a figure which shows the specific example of the output level adjustment part of FIG. 図7のエラー検出部の具体例を示す図である。It is a figure which shows the specific example of the error detection part of FIG.

符号の説明Explanation of symbols

1〜N パラレルデジタル信号(ビットデータ)
10 バリティビット
101〜10N,110 差動インタフェース
201〜20N,210 差動アンプ
301〜30N,310,
801〜80((N+1)/2) エラー検出部
400 エラー訂正部
450 エラー訂正値計算回路
460 エラー検出ビットカウント回路
701〜70((N+1)/2) 出力レベル変換回路
1 to N Parallel digital signal (bit data)
10 Variety bit
101-10N, 110 differential interface
201-20N, 210 Differential amplifiers 301-30N, 310,
801 to 80 ((N + 1) / 2) error detection unit
400 Error correction section
450 Error correction value calculation circuit
460 Error detection bit count circuit 701 to 70 ((N + 1) / 2) output level conversion circuit

Claims (14)

並列データビット及びそのパリティビットを、それぞれ一対の差動信号として伝送するようにしたデータのエラー検出訂正装置であって、
前記並列データビット及び前記パリティビットにそれぞれ対応して設けられ、対応する前記一対の差動信号を差動入力とする差動アンプと、この差動アンプの出力を、前記出力の高レベルと低レベルとの間の互いに異なる第一及び第二の閾値と比較する比較手段とを含み、この比較結果に応じて対応するビットのエラーの有無を検出するエラー検出装置と、
前記エラー検出装置による検出結果が1ビットエラーのとき、前記エラー検出装置によりエラー検出されたビットを除く他のビットと前記パリティビットとを用いてエラー訂正をなすエラー訂正手段とを含むことを特徴とするエラー検出訂正装置。
A data error detection and correction apparatus configured to transmit parallel data bits and parity bits thereof as a pair of differential signals , respectively .
A differential amplifier provided corresponding to each of the parallel data bit and the parity bit and using the corresponding pair of differential signals as a differential input, and the output of the differential amplifier is connected to a high level and a low level of the output. and a comparing means for comparing the different first and second thresholds between levels, and Rue error detection device to detect the presence or absence of a corresponding bit error in accordance with the comparison result,
Error detection means for performing error correction using the other bits excluding the bits detected by the error detection device and the parity bit when the detection result by the error detection device is a 1-bit error. An error detection and correction device.
前記比較手段は、前記差動アンプの出力を前記第一及び第二の閾値とそれぞれ比較する第一及び第二の差動回路を有し、
前記エラー検出装置は、前記第一及び第二の差動回路の出力を入力とする排他的論理和回路を、更に含むことを特徴とする請求項1記載のエラー検出訂正装置。
The comparison means includes first and second differential circuits that compare the output of the differential amplifier with the first and second threshold values, respectively.
2. The error detection and correction apparatus according to claim 1 , wherein the error detection apparatus further includes an exclusive OR circuit having outputs of the first and second differential circuits as inputs.
互いに並列の第一及び第二のデータビットのエラー検出装置であって、
前記第一のデータビットを、“0”及び“1”に応じて第一レベル及び第二レベルと、前記第一及び第二レベルの中間の第一固定レベルに変換する第一のレベル変換手段と、
前記第二のデータビットを、“0”及び“1”に応じた第三レベル及び第四レベルと、前記第三及び第四レベルの中間にあって前記第一固定レベルとは異なる第二固定レベルに変換する第二のレベル変換手段と、
前記第一のレベル変換手段の前記“0”及び“1”に応じたレベル出力を、前記第一及び第二の固定レベルと比較する第一の比較手段と、
前記第二のレベル変換手段の前記“0”及び“1”に応じたレベル出力を、前記第一及び第二の固定レベルと比較する第二の比較手段とを含み、
前記第一の比較手段の比較結果に応じて前記第一のデータビットのエラーの有無を検出し、前記第二の比較手段の比較結果に応じて前記第二のデータビットのエラーの有無を検出するようにしたことを特徴とするエラー検出装置。
An error detection device for first and second data bits in parallel with each other,
First level conversion means for converting the first data bit to a first level and a second level according to “0” and “1” and a first fixed level intermediate between the first and second levels. When,
The second data bit includes a third level and a fourth level corresponding to “0” and “1”, and a second fixed level that is intermediate between the third and fourth levels and different from the first fixed level. Second level conversion means for converting to
First comparison means for comparing level outputs corresponding to the "0" and "1" of the first level conversion means with the first and second fixed levels;
Second comparison means for comparing the level output corresponding to the "0" and "1" of the second level conversion means with the first and second fixed levels;
The presence or absence of an error in the first data bit is detected according to the comparison result of the first comparison means, and the presence or absence of an error in the second data bit is detected according to the comparison result of the second comparison means. An error detection device characterized by that.
前記第一の比較手段は、前記第一のレベル変換手段の前記レベル出力を前記第一及び第二の固定レベルとそれぞれ比較する第一及び第二の差動回路を有し、
前記第二の比較手段は、前記第二のレベル変換手段の前記レベル出力を前記第一及び第二の固定レベルとそれぞれ比較する第三及び第四の差動回路を有し、
前記第一及び第二の差動回路の出力を入力とする第一の排他的論理和回路と、前記第三及び第四の差動回路の出力を入力とする第二の排他的論理和回路とを、更に含むことを特徴とする請求項3記載のエラー検出装置。
The first comparison means includes first and second differential circuits for comparing the level output of the first level conversion means with the first and second fixed levels, respectively.
The second comparing means has third and fourth differential circuits for comparing the level output of the second level converting means with the first and second fixed levels, respectively.
A first exclusive OR circuit that receives the outputs of the first and second differential circuits and a second exclusive OR circuit that receives the outputs of the third and fourth differential circuits. The error detection device according to claim 3, further comprising:
並列データビット及びそのパリティビットを、それぞれ一対の差動信号として伝送するようにしたデータのエラー検出訂正装置であって、
前記並列データビット及び前記パリティビットにそれぞれ対応して設けられた請求項3または4記載のエラー検出装置と、
前記エラー検出装置による検出結果が1ビットエラーのとき、前記エラー検出装置によりエラー検出されたビットを除く他のビットと前記パリティビットとを用いてエラー訂正をなすエラー訂正手段とを含むことを特徴とするエラー検出訂正装置。
A data error detection and correction apparatus configured to transmit parallel data bits and parity bits thereof as a pair of differential signals, respectively.
The error detection device according to claim 3 or 4 provided corresponding to each of the parallel data bits and the parity bits,
Error detection means for performing error correction using the other bits excluding the bits detected by the error detection device and the parity bit when the detection result by the error detection device is a 1-bit error. An error detection and correction device.
前記エラー検出装置によりエラー検出されたデータビットの数をカウントするエラー検出ビットカウント回路を、更に含むことを特徴とする請求項1,2及び5いずれか記載のエラー検出訂正装置。 6. The error detection and correction apparatus according to claim 1, further comprising an error detection bit count circuit that counts the number of data bits in which an error has been detected by the error detection apparatus. 前記エラー検出装置による検出結果が2ビット以上のエラーを示すとき、前記並列データビット及びそのパリティビットの再送を指示する信号を出力する手段を、更に含むことを特徴とする請求項1,2,5及び6いずれか記載のエラー検出訂正装置。 A means for outputting a signal instructing retransmission of the parallel data bit and its parity bit when the detection result by the error detection device indicates an error of 2 bits or more, further comprising : The error detection and correction apparatus according to any one of 5 and 6 . 並列データビット及びそのパリティビットを、それぞれ一対の差動信号として伝送するようにしたデータのエラー検出訂正方法であって、
前記並列データビット及び前記パリティビットの各々に対して、前記一対の差動信号を差動増幅するステップと、この差動増幅するステップの出力を、前記出力の高レベルと低レベルとの間の互いに異なる第一及び第二の閾値と比較する比較ステップと、この比較結果に応じて対応するビットのエラーの有無を検出するエラー検出ステップとを含むエラー検出方法をなすステップと、
前記エラー検出方法による検出結果が1ビットエラーのとき、前記エラー検出方法によりエラー検出されたビットを除く他のビットと前記パリティビットとを用いてエラー訂正をなすエラー訂正ステップとを含むことを特徴とするエラー検出訂正方法。
A data error detection and correction method for transmitting parallel data bits and their parity bits as a pair of differential signals , respectively ,
For each of said parallel data bits and the parity bits, the steps of differentially amplifying said pair of differential signals, the output of the step of the differential amplifier, between the high and low levels of the output a comparison step of comparing the different first and second thresholds, the method comprising: an error detection step of detecting the presence or absence of a corresponding bit error in accordance with the comparison result form the free non-image error detection method,
An error correction step of performing error correction using the other bits excluding the bits detected by the error detection method and the parity bit when the detection result by the error detection method is a 1-bit error. Error detection and correction method.
前記比較ステップは、前記差動増幅するステップの出力を前記第一及び第二の閾値とそれぞれ比較するステップを有し、
前記エラー検出ステップは、これら比較するステップの出力を排他的論理和処理するステップを有することを特徴とする請求項8記載のエラー検出訂正方法。
The comparing step comprises comparing the output of the differential amplifying step with the first and second threshold values, respectively;
9. The error detection and correction method according to claim 8, wherein the error detecting step includes a step of performing an exclusive OR process on the outputs of the comparing steps.
互いに並列の第一及び第二のデータビットのエラー検出方法であって、
前記第一のデータビットを、“0”及び“1”に応じて第一レベル及び第二レベルと、前記第一及び第二レベルの中間の第一固定レベルに変換する第一のレベル変換ステップと、
前記第二のデータビットを、“0”及び“1”に応じた第三レベル及び第四レベルと、前記第三及び第四レベルの中間にあって前記第一固定レベルとは異なる第二固定レベルに変換する第二のレベル変換ステップと、
前記第一のレベル変換ステップの前記“0”及び“1”に応じたレベル出力を、前記第一及び第二の固定レベルと比較する第一の比較ステップと、
前記第二のレベル変換ステップの前記“0”及び“1”に応じたレベル出力を、前記第一及び第二の固定レベルと比較する第二の比較ステップと、
前記第一の比較ステップの比較結果に応じて前記第一のデータビットのエラーの有無を検出し、前記第二の比較ステップの比較結果に応じて前記第二のデータビットのエラーの有無を検出するエラー検出ステップとを含むことを特徴とするエラー検出方法。
An error detection method for first and second data bits in parallel with each other,
A first level converting step of converting the first data bits into first and second levels according to “0” and “1” and a first fixed level intermediate between the first and second levels; When,
The second data bit includes a third level and a fourth level corresponding to “0” and “1”, and a second fixed level that is intermediate between the third and fourth levels and different from the first fixed level. A second level conversion step to convert to,
A first comparison step of comparing level outputs corresponding to the “0” and “1” of the first level conversion step with the first and second fixed levels;
A second comparison step for comparing level outputs corresponding to the “0” and “1” of the second level conversion step with the first and second fixed levels;
The presence or absence of an error in the first data bit is detected according to the comparison result in the first comparison step, and the presence or absence of an error in the second data bit is detected according to the comparison result in the second comparison step. An error detection method comprising: an error detection step.
前記第一の比較ステップは、前記第一のレベル変換ステップの前記レベル出力を前記第一及び第二の固定レベルとそれぞれ比較するステップを有し、前記第二の比較ステップは、前記第二のレベル変換ステップの前記レベル出力を前記第一及び第二の固定レベルとそれぞれ比較するステップを有し、
前記エラー検出ステップは、前記第一の比較ステップの各出力を排他的論理和処理するステップと、前記第二の比較ステップの各出力を排他的論理和処理するステップとを有することを特徴とする請求項10記載のエラー検出方法。
The first comparison step includes a step of comparing the level output of the first level conversion step with the first and second fixed levels, respectively, and the second comparison step includes the second comparison step. Comparing the level output of the level converting step with the first and second fixed levels, respectively.
The error detection step includes a step of performing an exclusive OR process on each output of the first comparison step, and a step of performing an exclusive OR process on each output of the second comparison step. The error detection method according to claim 10.
並列データビット及びそのパリティビットを、それぞれ一対の差動信号として伝送するようにしたデータのエラー検出訂正方法であって、
前記並列データビット及び前記パリティビットの各々に対して、請求項10または11記載のエラー検出方法をなすステップと、
前記エラー検出方法による検出結果が1ビットエラーのとき、前記エラー検出方法によりエラー検出されたビットを除く他のビットと前記パリティビットとを用いてエラー訂正をなすエラー訂正ステップとを含むことを特徴とするエラー検出訂正方法。
A data error detection and correction method for transmitting parallel data bits and their parity bits as a pair of differential signals, respectively,
The step of performing an error detection method according to claim 10 or 11 for each of the parallel data bits and the parity bits;
An error correction step of performing error correction using the other bits excluding the bits detected by the error detection method and the parity bit when the detection result by the error detection method is a 1-bit error. Error detection and correction method.
前記エラー検出方法によりエラー検出されたデータビットの数をカウントするステップを、更に含むことを特徴とする請求項8,9及び12いずれか記載のエラー検出訂正方法。 13. The error detection and correction method according to claim 8 , further comprising a step of counting the number of data bits in which an error is detected by the error detection method. 前記エラー検出方法による検出結果が2ビット以上のエラーを示すとき、前記並列データビット及びそのパリティビットの再送を指示する信号を出力するステップを、更に含むことを特徴とする請求項8,9,12及び13いずれか記載のエラー検出訂正方法。 10. The method according to claim 8, further comprising a step of outputting a signal instructing retransmission of the parallel data bit and its parity bit when a detection result by the error detection method indicates an error of 2 bits or more . The error detection and correction method according to any one of 12 and 13 .
JP2004260388A 2004-09-08 2004-09-08 Error detection apparatus, error correction apparatus using the same, and method Expired - Fee Related JP4347170B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004260388A JP4347170B2 (en) 2004-09-08 2004-09-08 Error detection apparatus, error correction apparatus using the same, and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004260388A JP4347170B2 (en) 2004-09-08 2004-09-08 Error detection apparatus, error correction apparatus using the same, and method

Publications (2)

Publication Number Publication Date
JP2006079222A JP2006079222A (en) 2006-03-23
JP4347170B2 true JP4347170B2 (en) 2009-10-21

Family

ID=36158647

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004260388A Expired - Fee Related JP4347170B2 (en) 2004-09-08 2004-09-08 Error detection apparatus, error correction apparatus using the same, and method

Country Status (1)

Country Link
JP (1) JP4347170B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8638653B2 (en) * 2008-03-27 2014-01-28 Intel Corporation Adaptive transmissions for optimized application delivery in wireless networks
JP6504354B2 (en) * 2014-05-22 2019-04-24 パナソニックIpマネジメント株式会社 Receiver
CN116818795B (en) * 2023-08-31 2023-12-19 中国地质大学(武汉) Pipeline photoelectric nondestructive testing system

Also Published As

Publication number Publication date
JP2006079222A (en) 2006-03-23

Similar Documents

Publication Publication Date Title
US10997016B2 (en) Method of encoding data
KR100782305B1 (en) Data signal transmission Device and Method for Ternary lines differential signaling
JP6417937B2 (en) Decoding device, program, and information transmission system
CN101366181A (en) High speed transmission system
WO2013084812A1 (en) Information processing device, information processing method, and program
US8910008B2 (en) Transmitting/receiving system, method, and computer readable medium
WO2020072323A1 (en) Burst error tolerant decoder and related systems, methods and devices
JP2006024972A (en) Data transmission apparatus, data receiving apparatus, data transmitter-receiver, and data transmitting/receiving method
JP4347170B2 (en) Error detection apparatus, error correction apparatus using the same, and method
JP2017513307A5 (en)
EP1694014A3 (en) Application of a meta-viterbi algorithm for communication systems without intersymbol interference
JP2012109890A (en) Transmission device, transmission method, reception device, reception method, program, and transmission system
EP1610465A1 (en) Encoder circuit and a/d converter circuit
JP2007306212A (en) Transmitter, receiver, communication system, and communication method
US9923664B2 (en) Common-mode signaling for transition encoding
JP2017050734A (en) Serial communication device, communication system, and communication method
US6944805B2 (en) Self orthogonal decoding circuit and self orthogonal decoding method
US20130332803A1 (en) Transmitting and receiving system, transmitting and receiving method, and computer readable medium
EP0453081A1 (en) Information signal processing method and apparatus
US20120140855A1 (en) Receiving apparatus and data transmission apparatus
CN112054882B (en) Data transmission system and method for suppressing occurrence of data error due to crosstalk
US20090150727A1 (en) Data transmission method
JP4653053B2 (en) Frame synchronization method and apparatus
WO2007029449A1 (en) Data transmission system
JP5548744B2 (en) Signal converter

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20081021

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20081222

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090217

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090420

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: 20090630

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: 20090715

R150 Certificate of patent or registration of utility model

Ref document number: 4347170

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20120724

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20120724

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20130724

Year of fee payment: 4

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees