JPS62239623A - Circuit for generating period redundancy check - Google Patents
Circuit for generating period redundancy checkInfo
- Publication number
- JPS62239623A JPS62239623A JP8266886A JP8266886A JPS62239623A JP S62239623 A JPS62239623 A JP S62239623A JP 8266886 A JP8266886 A JP 8266886A JP 8266886 A JP8266886 A JP 8266886A JP S62239623 A JPS62239623 A JP S62239623A
- Authority
- JP
- Japan
- Prior art keywords
- circuit
- section
- subtraction
- output
- redundancy check
- 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.)
- Pending
Links
- 125000004122 cyclic group Chemical group 0.000 claims description 12
- 238000010586 diagram Methods 0.000 description 12
- 238000000034 method Methods 0.000 description 4
- 238000006243 chemical reaction Methods 0.000 description 3
- 230000000737 periodic effect Effects 0.000 description 3
- 230000005540 biological transmission Effects 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 238000004364 calculation method Methods 0.000 description 1
- 238000010276 construction Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
Landscapes
- Error Detection And Correction (AREA)
- Detection And Prevention Of Errors In Transmission (AREA)
Abstract
Description
【発明の詳細な説明】
〔産業上の利用分野〕
本発明は、ディジタル情報伝送の周期冗長検査符号生成
回路に関する。特に、パラレルデータ信号の誤り検出を
行う周期冗長検査(以下、CRCという。)符号生成回
路に関する。DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a cyclic redundancy check code generation circuit for digital information transmission. In particular, the present invention relates to a cyclic redundancy check (hereinafter referred to as CRC) code generation circuit for detecting errors in parallel data signals.
本発明は、ディジタル情報伝送のCRC符号生成回路に
おいて、
パラレルデータに対してCRC符号を生成することによ
り、
高速用のデバイスを用いて構成する必要がなく、安価で
消費電力が少なくなるようにしたものである。The present invention enables a CRC code generation circuit for digital information transmission to generate a CRC code for parallel data, thereby eliminating the need for a high-speed device and reducing cost and power consumption. It is something.
第5図は従来例の周期冗長検査符号生成回路のブロック
構成図である。FIG. 5 is a block diagram of a conventional cyclic redundancy check code generation circuit.
従来CRC符号生成回路は、第5図に示すように生成多
項式の次数をn、非零の項数をmとしたときn個のシフ
トレジスタと(m−1)個の排他的論理和ゲートとを用
いて構成する回路であった。As shown in Figure 5, a conventional CRC code generation circuit consists of n shift registers and (m-1) exclusive OR gates, where the degree of the generator polynomial is n and the number of non-zero terms is m. The circuit was constructed using
この回路はシリアルに入力されたデータをシフトレジス
タのX00項に相当する部分から入力し、順次上位次数
の項にシフトしてゆき、最終データがXoの項に入力さ
れた時点でCRC符号がn個のシフトレジスタの中に現
れるものである。This circuit inputs serially input data from the part corresponding to the X00 term of the shift register, sequentially shifts it to the higher order terms, and when the final data is input to the Xo term, the CRC code is changed to n. appears in the shift registers.
しかし、このような従来例のCRC符号生成回路は、シ
リアルデータに対してCRC符号を生成するものである
ために、パラレルデータに対してはパラレルシリアル変
換回路を用いないとCRC符号を生成することができな
かった。したがって、パラレルシリアル変換によってク
ロック速度が上昇した分だけ高速用のデバイスを用いて
CRC符号生成回路を構成しなければならず回路が高価
になりまた消費電力が増大する欠点があった。However, since such conventional CRC code generation circuits generate CRC codes for serial data, they cannot generate CRC codes for parallel data unless a parallel-to-serial conversion circuit is used. I couldn't do it. Therefore, the CRC code generation circuit must be constructed using high-speed devices corresponding to the increase in clock speed due to parallel-to-serial conversion, resulting in an increase in circuit cost and power consumption.
本発明は上記の欠点を解決するもので、高速用のデバイ
スを用いて構成する必要がなく、安価で消費電力が少な
い周期冗長検査符号生成回路を提供することを目的とす
る。The present invention solves the above-mentioned drawbacks, and aims to provide a periodic redundancy check code generation circuit that does not need to be constructed using high-speed devices, is inexpensive, and consumes little power.
本発明は、パラレルデータが入力し、このデータを一時
蓄積するラッチ部(11)と、このラッチ部の出力デー
タにモジュロ2の減算を施す減算部(12)と、この減
算部の出力のうち生成多項式のに次の項でその係数am
が零でない項について上記ラッチ部のに次の項に帰還接
続する回路と、上記減算部の出力をデコードするデコー
ド部(13)とを備えたことを特徴とする。The present invention includes a latch section (11) that receives parallel data and temporarily stores this data, a subtraction section (12) that performs modulo 2 subtraction on the output data of this latch section, and The next term of the generator polynomial is its coefficient am
The present invention is characterized in that it comprises a circuit that connects a term in which is not zero in feedback to the next term of the latch section, and a decoding section (13) that decodes the output of the subtracting section.
ラッチ部で入力するパラレルデータを一時蓄積し、この
ラッチ部の出力データに減算部でモジュロ2の減算を施
す。この減算部の出力のうち生成多項式のに次の項でそ
の係数akが零でない項についてラッチ部のに次の項に
帰還接続する。デコード部で減算部の出力をデコードす
る。以上の動作により、パラレルデータに対してCRC
符号を処理することができ、高速用のデバイスを用いて
構成する必要がなく安価で消費電力を少な(することが
できる。The parallel data inputted in the latch section is temporarily stored, and the output data of this latch section is subjected to modulo 2 subtraction in the subtraction section. Among the outputs of this subtraction section, the next term of the generator polynomial whose coefficient ak is not zero is feedback-connected to the next term of the latch section. The decoding section decodes the output of the subtraction section. By the above operation, CRC is applied to parallel data.
It can process codes, does not need to be configured using high-speed devices, is inexpensive, and consumes less power.
本発明の実施例について図面を参照して説明する。 Embodiments of the present invention will be described with reference to the drawings.
第1図は本発明の周期冗長検査符号生成回路のブロック
構成図であり、回路の構成を説明するためのものである
。第1図において、パラレルデータがラッチ部11に入
力され一時保持される。ラッチ部11の出力はモジュロ
2減算部12の入力に接続され、モジュロ2の減算が施
される。モジュロ2減算部12の出力のうち生成多項式
のに次の項でその係数akが零でない項についてラッチ
部11のに次の項に帰還接続される。モジュロ2減算部
12の出力はデコード部13に接続され、デコードされ
CRC符号が出力される。いまn、mを正の整数として
n次の生成多項式
%式%
がlビットパラレル、U列で送られてくるものとして、
第1図に示すブロック図中の各々の回路部の構成につい
て説明する。FIG. 1 is a block configuration diagram of a cyclic redundancy check code generation circuit according to the present invention, and is for explaining the configuration of the circuit. In FIG. 1, parallel data is input to a latch section 11 and temporarily held. The output of the latch section 11 is connected to the input of a modulo 2 subtraction section 12, and modulo 2 subtraction is performed. Among the outputs of the modulo-2 subtraction section 12, the next term of the generator polynomial whose coefficient ak is not zero is feedback-connected to the next term of the latch section 11. The output of the modulo 2 subtraction section 12 is connected to the decoding section 13, where it is decoded and a CRC code is output. Now, assuming that n and m are positive integers and the n-th degree generator polynomial % is sent in l-bit parallel in U columns,
The configuration of each circuit section in the block diagram shown in FIG. 1 will be explained.
〔1〕ラッチ部11の構成について説明する。[1] The configuration of the latch section 11 will be explained.
2ビツトパラレルデータを処理するために1個×1列を
単位とするラッチ回路から構成される。In order to process 2-bit parallel data, it is composed of latch circuits in units of 1 x 1 column.
+11 (2n+1)<βの場合
2・(n+1)ビット一度に処理しなくてはならないた
めに2列必要である。+11 If (2n+1)<β, two columns are required because 2·(n+1) bits must be processed at once.
(2) (2n + 1 )≧βの場合(S)がS未
満の最大の整数を表すものと定義すれば、1度に処理す
るのは(n+l)ビ・ノドだからラッチ回路は
((2n + 1)/l) + 1列
必要である。ここで(((2n+ 1)/l)+ 1)
・ff1=2n+lの場合には、ラッチ部11の最終列
のラッチ回路にデータの最終列である第U列が入った時
点でCRC符号の計算は終了するが、(((2n+1)
/1)+1)−12
が2n+1で割り切れない場合および項目(1)の場合
には、rOJの列ベクトルをデータとする第U+1列が
ラッチ部工1の最終段のラッチ回路に入った時点で、本
来のデータより項目(1)の場合では2n+1−12桁
上げされたデータのCRC符号が求められ、また項目(
2)の場合では桁上げなしのデータのCRC符号が求め
られる。これをデコード部13に通すことにより求める
CRC符号を得ることができる。(2) When (2n + 1) ≧ β If (S) is defined as representing the largest integer less than S, the latch circuit processes ((2n + 1) bi-nodes at a time, so + 1)/l) + 1 column is required. Here (((2n+ 1)/l)+ 1)
- In the case of ff1=2n+l, the calculation of the CRC code ends when the U-th column, which is the last column of data, enters the latch circuit of the last column of the latch unit 11, but (((2n+1)
/1)+1)-12 is not divisible by 2n+1 and in the case of item (1), when the U+1st column whose data is the column vector of rOJ enters the final stage latch circuit of latch section 1, , in the case of item (1), the CRC code of the data is obtained with 2n+1-12 digits raised from the original data, and
In case 2), the CRC code of data without carry is determined. By passing this through the decoding section 13, the desired CRC code can be obtained.
〔2〕モジュロ2減算部12の構成について説明する。[2] The configuration of the modulo 2 subtraction unit 12 will be explained.
第2図は本発明の周期冗長検査符号生成回路の単位モジ
ュロ2減算回路の回路図である。もし生成多項式のに次
の係数amがrOJの場合はに次のゲートを取り除きに
次入力かに吹出力となるように接続する。FIG. 2 is a circuit diagram of a unit modulo 2 subtraction circuit of the cyclic redundancy check code generation circuit of the present invention. If the next coefficient am of the generator polynomial is rOJ, the next gate is removed and connected to the next input so that it becomes the blowout output.
(1) (2n+1)<lの場合
前段のに一1次出力をに次入力に接続し、単位モジュロ
2減算回路n+1段より構成される。第3図は本発明の
周期冗長検査符号生成回路の2段モジュロ2減算回路の
回路図である。(1) When (2n+1)<l, the primary output of the previous stage is connected to the next input, and the circuit is composed of n+1 stages of unit modulo 2 subtraction circuits. FIG. 3 is a circuit diagram of a two-stage modulo-2 subtraction circuit of the cyclic redundancy check code generation circuit of the present invention.
(2) (2n + 1 )≧βの場合単位モジュロ
2減算回路1段より構成される。(2) When (2n + 1)≧β, it is composed of one stage of unit modulo 2 subtraction circuit.
以上のようにして構成される多段のモジュロ2m算回路
の最終段のに吹出力をモジュロ2減算部120に吹出力
とする。The blowout output at the final stage of the multi-stage modulo 2m arithmetic circuit configured as described above is sent to the modulo 2 subtraction section 120 as the blowout output.
〔3〕フイードバツクループ14の構成について説明す
る。[3] The configuration of the feedback loop 14 will be explained.
(1) (2n+1)<fの場合
モジュロ2減算部12の2・(n+1)+n−1−1次
から0次の出力をラッチ部のm次からm −(2・(n
+1)+n−1−1)次に対応さセテ接続する。(1) When (2n+1)<f, the output from the 2·(n+1)+n-1-1st order to the 0th order of the modulo 2 subtraction unit 12 is converted from the mth order to m −(2·(n
+1) +n-1-1) Next, connect the corresponding sets.
(2) (2n + 1 )≧lの場合モジュロ2減
算部12の2n−1次から0次の出力をラッチ部11の
m次からm−2n+1次に対応させて接続する。(2) When (2n+1)≧l, the outputs from the 2n-1st order to the 0th order of the modulo-2 subtraction unit 12 are connected in correspondence with the m-th order to the m-2n+1st order of the latch unit 11.
(4〕デコ一ド部13の構成について説明する。(4) The configuration of the decoding section 13 will be explained.
モジュロ2減算部の出力と排他的論理和ゲートを用いて
本来のCRC符号を求めることができる。The original CRC code can be obtained using the output of the modulo 2 subtractor and an exclusive OR gate.
求めるべきCRCの多項式をR(X)とするとQ (X
l =P(Xl −5(X)+ R(X)と書けるが、
いま余分に「0」データを付加することにより生じたQ
(X)の桁上げをr桁とすると、モジュロ2減算回路
から得られる出力はR(X)・X″をP (Xlで割っ
た余りとなる。Letting the CRC polynomial to be found be R(X), then Q (X
It can be written as l = P(Xl -5(X) + R(X),
Q caused by adding extra “0” data
If the carry of (X) is r digits, the output obtained from the modulo 2 subtraction circuit will be the remainder of R(X)·X'' divided by P (Xl).
rとP(×)はいろいろな場合があるのでデコード部の
回路構成を一般化するよりは、むしろ与えられたr、P
(x)に応じて実際に割算を実行した結果から回路を構
成した方が簡単であるのでその回路構成は示さない。Since there are various cases of r and P(×), rather than generalizing the circuit configuration of the decoding section, it is better to
Since it is easier to construct a circuit from the result of actually executing division according to (x), the circuit construction is not shown.
第4図は本発明第一実施例周期冗長検査符号生成回路の
回路図であり、生成多項式が
P(Xl−X’+ X + 1
で4ビツトパラレルデータの場合である。第4図におい
て、21はラッチ部、22はモジュロ2減算部、23は
デコード部および24はフィードバックループである。FIG. 4 is a circuit diagram of a periodic redundancy check code generating circuit according to the first embodiment of the present invention, in the case where the generating polynomial is P(Xl-X'+X + 1 and 4-bit parallel data. 21 is a latch section, 22 is a modulo 2 subtraction section, 23 is a decoding section, and 24 is a feedback loop.
このような構成の周期冗長検査符号生成回路の動作につ
いて説明する。まずラッチ回路21..21□の初期値
はすべて「0」にしておき、最後のデータ列がラッチ回
路21!に入り、ラッチ回路21.にすべで「0」が入
った時点でCRC符号が得られる。The operation of the cyclic redundancy check code generation circuit having such a configuration will be explained. First, latch circuit 21. .. The initial values of 21□ are all set to "0", and the last data string is the latch circuit 21! latch circuit 21. A CRC code is obtained when all "0"s are entered.
以上説明したように、本発明は、パラレルデータに対し
てCRC符号を生成することができ、高速データ用のデ
バイスを用いて構成する必要がなく安価で消費電力を少
なくすることができる優れた効果がある。したがってこ
の回路の前にシリアルパラレル変換回路を用いれば、シ
リアルの高速データをパラレルに変換して低速でCRC
符号の処理を行うことができる効果がある。As explained above, the present invention can generate a CRC code for parallel data, does not require configuration using a high-speed data device, is inexpensive, and has an excellent effect of reducing power consumption. There is. Therefore, if a serial-to-parallel conversion circuit is used before this circuit, serial high-speed data can be converted to parallel data and CRC data can be converted at low speed.
This has the advantage of being able to process codes.
第1図は本発明の周期冗長検査符号生成回路のブロック
構成図。
第2図は本発明の周期冗長検査符号生成回路の単位モジ
ュロ2減算回路の回路図。
第3図は本発明の周期冗長検査符号生成回路の回路図の
2段接続モジュロ2減算回路の回路図。
第4図は本発明の第一実施例周期冗長検査符号生成回路
の回路図。
第5図は従来例の周期冗長検査符号生成回路のブロック
構成図。
11.21・・・ラッチ部、12.22・・・モジュロ
2減算部、13.23・・・デコード部、14.24・
・・フィードバックループ、21..21□・・・ラッ
チ回路、40.50・・・排他的論理和ゲート、60・
・・シフトレジスタ。
特許出願人 日本電気株式会社2
代理人 弁理士 井 出 直 孝
号
実施例ブロック構成図
第1図
入力 出力 入力 出力
実′l@例単位モジュロ2回路 実施例2段モジュ
ロ2回路第 2 図 第 3
図第−実8fl
第4図
従来例
東5図FIG. 1 is a block diagram of a cyclic redundancy check code generation circuit according to the present invention. FIG. 2 is a circuit diagram of a unit modulo 2 subtraction circuit of the cyclic redundancy check code generation circuit of the present invention. FIG. 3 is a circuit diagram of a two-stage connected modulo-2 subtraction circuit of the cyclic redundancy check code generation circuit of the present invention. FIG. 4 is a circuit diagram of a periodic redundancy check code generation circuit according to a first embodiment of the present invention. FIG. 5 is a block diagram of a conventional cyclic redundancy check code generation circuit. 11.21... Latch section, 12.22... Modulo 2 subtraction section, 13.23... Decoding section, 14.24.
...feedback loop, 21. .. 21□...Latch circuit, 40.50...Exclusive OR gate, 60.
...Shift register. Patent Applicant NEC Corporation 2 Agent Patent Attorney Nao Takashi Ide Embodiment Block Configuration Diagram Figure 1 Input Output Input Output Actual @ Example Unit Modulo 2 Circuit Embodiment 2 Stage Modulo 2 Circuit 2nd Figure 3
Figure - Actual 8fl Figure 4 Conventional example East Figure 5
Claims (1)
するラッチ部(11)と、 このラッチ部の出力データにモジュロ2の減算を施す減
算部(12)と、 この減算部の出力のうち生成多項式のK次の項でその係
数a_kが零でない項について上記ラッチ部のに次の項
に帰還接続する回路と、 上記減算部の出力をデコードするデコード部(13)と を備えたことを特徴とする周期冗長検査符号生成回路。(1) A latch section (11) into which parallel data is input and temporarily stores this data; a subtraction section (12) that performs modulo 2 subtraction on the output data of this latch section; It is characterized by comprising a circuit that connects the latch section in feedback to the next term for the Kth term of the polynomial whose coefficient a_k is not zero, and a decoding section (13) that decodes the output of the subtraction section. Cyclic redundancy check code generation circuit.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP8266886A JPS62239623A (en) | 1986-04-10 | 1986-04-10 | Circuit for generating period redundancy check |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP8266886A JPS62239623A (en) | 1986-04-10 | 1986-04-10 | Circuit for generating period redundancy check |
Publications (1)
Publication Number | Publication Date |
---|---|
JPS62239623A true JPS62239623A (en) | 1987-10-20 |
Family
ID=13780807
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP8266886A Pending JPS62239623A (en) | 1986-04-10 | 1986-04-10 | Circuit for generating period redundancy check |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS62239623A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH04104619A (en) * | 1990-08-24 | 1992-04-07 | Mitsubishi Electric Corp | Error check code generator and transmission error detector |
-
1986
- 1986-04-10 JP JP8266886A patent/JPS62239623A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH04104619A (en) * | 1990-08-24 | 1992-04-07 | Mitsubishi Electric Corp | Error check code generator and transmission error detector |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5150430A (en) | Lossless data compression circuit and method | |
Massey | Shift-register synthesis and BCH decoding | |
US4688016A (en) | Byte-wide encoder and decoder system for RLL (1,7) code | |
US4555784A (en) | Parity and syndrome generation for error detection and correction in digital communication systems | |
US5383204A (en) | Parallel encoding apparatus and method implementing cyclic redundancy check and Reed-Solomon codes | |
Costello | A construction technique for random-error-correcting convolutional codes | |
US3594560A (en) | Digital expandor circuit | |
JPH05127934A (en) | Method and apparatus for forming periodic redundancy checking code | |
US6081921A (en) | Bit insertion approach to convolutional encoding | |
US3571795A (en) | Random and burst error-correcting systems utilizing self-orthogonal convolution codes | |
JPS62239623A (en) | Circuit for generating period redundancy check | |
Huth et al. | Minimum weight convolutional codewords of finite length (corresp.) | |
GB1597468A (en) | Conversion between linear pcm representation and compressed pcm | |
US5140323A (en) | Digital signal orthogonal transformer apparatus | |
JPS6340415A (en) | Cycle redundancy checking code generating circuit | |
JPH02248120A (en) | Coder/decoder system for errar connection of digital transmitter | |
JP2728818B2 (en) | Variable length decoder | |
CA1255390A (en) | Rll (1,7) encoder with single state bit | |
CN116073825B (en) | Dynamic element matching circuit and digital-to-analog converter | |
Ding et al. | FPGA-Based Quasi-Cyclic LDPC Encoding Algorithm | |
SU1736008A1 (en) | Device for decoding nordstrome-robinson code in discrete channel | |
JPS60128722A (en) | Variable length encoding and decoding system | |
JP3264307B2 (en) | Error correction code processing circuit and configuration method thereof | |
RU2131618C1 (en) | Device for module addition of n integers | |
RU1783627C (en) | Decoder of bose-chaudhuri-hocquenghem code |