1. Field of the Invention
The present invention relates to the generation of error detections code words, and more particularly to the generation of cyclic redundancy check (CRC) code words.
2. Description of the Related Art
In digital data transmission systems a sequence of binary information is delivered to a receiver across a transmission channel. Due to interference or impairments in the transmission channel, the binary data may be corrupted or changed while en route to a receiver. For this reason, error detection schemes are commonly employed to detect any differences between the originally transmitted data bits and the received data bits. In order to implement an error detection scheme, the bit stream that is transmitted is divided into a series of frame, each frame having a known group of bits. The frames can be of fixed or variable length, but in any case the receiver of the transmission can recover the frame boundaries. An error detection scheme then operates frame by frame.
Cyclic redundancy check (CRC) is a technique for error checking in data that has been transmitted by a digital data transmission system. It is often used as an error detection scheme because it is easy to implement and can detect a large class of errors. CRC is a checksum algorithm based on modulo-2 binary division.
The mathematics underlying CRC is known to those skilled in the art of error control coding and is described in detail in “Error Control Coding: An Introduction,” by Peter Sweeney, Prentice Hall 1991, as well as in “Theory and Practice of Error Control Codes.” by Richard E. Blahut, Addison-Wesley Publishing Company. Inc. 1983, which are hereby incorporated by reference, as if fully set forth herein.
The transmitter determines the CRC of a given frame by interpreting the data bits in the frame to be the coefficients of a binary field polynomial. For example, if there are K bits in a frame then the bits in the message are CK-1, CK-2, CK-3, . . . C2, C1, C0, where CK-1 is the first bit in the frame (transmitted first in time) and C0 the last bit in the frame (transmitted last), each having a binary value of 1 or 0. This frame can thus be represented as a (K−1)th order binary field polynomial:
C(X)=CK-1XK-1+CK-2XK-2+ . . . +C2X2+C1X+C0;
wherein, X is a bit delay operator and the C1's are the coefficients of the polynomial.
R zero bits are then appended to the frame creating an augmented frame with N=K+R bits. Appending R zeros to the frame is mathematically equivalent to multiplying the polynomial by XR. The augmented polynomial is now C(X)*XR, hence becoming a polynomial of the order (N−1)th.
The CRC of the augmented frame is calculated by dividing C(X)*XR by a binary field polynomial of order R, G(X) known as the generator polynomial. The remainder of the polynomial division is another polynomial of order R−1, represented by R bits. Appending the bits to the original non-augmented frame is mathematically equivalent to adding the remainder to the augmented polynomial, forming a transmitted polynomial
T(X)=C(X)*XR+((C(X)*XR) modulo G(X)).
The calculated CRC can be used to detect if errors occurred in the received data. The receiver receives the N bit frame, treats the bits as the coefficients of an (N−1)th order polynomial and divides this polynomial by the generator polynomial. The remainder of this division will be zero if no errors occurred during transmission. Both the transmitter and receiver must perform polynomial division.
The following is an example of the CRC process applied on the following parameters: the original frame (message) to be transmitted (M), is ten bits long and equals to “1010001101”. The remainder (R), i.e., the CRC code to be appended to M, is five bits long. The generator polynomial (G) is a 5th degree polynomial, for example the following may be used:
G(X)=X5+X4+X2+1;
The binary representation of G(X) is “110101”. The CRC process is as follows: first, adding to M five zeros and the divide by G, i.e. performing
The reminder, which is 1110, is appended to M. Therefore the resulting frame to be transmitted (T) equals to 1010001101 1110.
Reference is now made to
G(X)=X8+X6+X4X+X2+1
Registers 110-1 through 110-8 are capable of performing delays of 1 bit per clock cycle. XOR logic gates 120 before registers 110-1, 110-2, 110-4, and 110-6 correspond to the non-zero coefficients of the G(X) divisor polynomial. Namely, the presence or the absence of a XOR gate corresponds to the presence or absence of a term in the generator polynomial G(X). Registers 110-1 through 110-8 would typically be initialized to the first eight bits of the input data stream that is CN-1 to CN-8 at the start of the polynomial division. Alternatively, the remainder can be initialized to zero and CRC machine 100 may be clocked an additional eight times to shift the first eight bits of the input data stream. Then, the frame bits are shifted at each iteration into the circuitry in the order CN-9, CN-10, CN-11, CN-12, . . . C1, C0. At the end of the iterations, registers 110-1 through 110-8 contain the final remainder, which is shifted out as the CRC (at the transmitter) or used to determine if errors occurred (at the receiver). The number of iterations is equal to the frame length plus another 9 zeros (the number of zeros equivalent to the polynomial order).
The CRC checksum result is valid after a fixed delay from the time the last bit of the original input data stream was inserted to CRC machine. This fixed delay corresponds to the number of registers, which in turn corresponds with the order of the CRC. This delay deteriorates the efficiency of data transfer. The delay is caused by the sequence of zeroes, corresponding to the CRC order, that are appended to the data bits being transmitted and inserted to the CRC machine as required according to the CRC processing algorithms.
Therefore, there is thus a widely recognized need for and it would be advantageous to provide a method and apparatus that would calculate the CRC code immediately after the last bit of data is inserted into the CRC machine. That is, the provided apparatus would calculate the CRC without the insertion of the series of zeros and hence avoid the associated delay.
The present invention relates to an apparatus and a method for accelerating cyclic redundancy check (CRC) calculations. The apparatus comprises a CRC circuit and an accelerator, wherein the accelerator accelerates the computing of the CRC code. The provided apparatus outputs the CRC code immediately after inputting the last bit of the input data stream, enabling a significant reduction in the time required to output the CRC calculation. The apparatus accelerates the CRC calculation, by eliminating the need to append zeros to the original input data stream.
The present invention provides an apparatus for accelerating cyclic redundancy check (CRC) calculations, that comprises both a CRC circuit for calculating an intermediate CRC code from an input data stream to be transmitted; and an accelerator for generating CRC code from the intermediate CRC code.
The present invention also provides a method for accelerating a CRC calculation performed by a CRC circuit, comprising providing an accelerator etc.; calculating an intermediate CRC code from an input data stream, by means of the CRC circuit; and calculating a CRC code from the intermediate CRC code, by means of the accelerator.
The principles and operation of a system and a method according to the present invention may be better understood with reference to the drawings, and the following description, it being understood that these drawings are given for illustrative purposes only and are not meant to be limiting, wherein:
The present invention relates to an apparatus and a method for accelerating cyclic redundancy check (CRC) calculations.
The following description is presented to enable one of ordinary skill in the art to make and use the invention as provided in the context of a particular application and its requirements. Various modifications to the preferred embodiment will be apparent to those with skill in the art, and the general principles defined herein may be applied to other embodiments. Therefore, the present invention is not intended to be limited to the particular embodiments shown and described, but is to be accorded the widest scope consistent with the principles and novel features herein disclosed.
Specifically, the present invention comprises a CRC circuit and an accelerator. The CRC circuit may be any type of CRC machine. The accelerator accelerates the computing of the CRC code. The provided apparatus outputs the CRC code immediately after inputting the last bit of the input data stream. As a result the time required to output the CRC calculation is reduced. The apparatus accelerates the CRC calculation, by eliminating the need to append zeros to the original input data stream.
The principles and operation of a system and a method according to the present invention may be better understood with reference to the drawings and the accompanying description, it being understood that these drawings are given for illustrative purposes only and are not meant to be limiting, wherein:
Reference is now made to
Accelerator 220 contains logic circuitry implementing a set of equations (i.e., logical expression). The equations prepared for each line 225-1 through 225-n are aimed at providing tile final CRC code respective of the specific line 225. For instance, the implementation of accelerator 220 may be accomplished through the following steps:
The accelerator 220 can alternatively be described as having a plurality of logic gates selected and connected according to respective remainders obtained by dividing all possible initial data strings, equal in length, to a binary representation of a generator polynomial of the CRC circuit, by the binary representation.
A detailed example of this process is provided below. Using this process a person skilled in the art could implement any accelerated CRC machine, which provides the CRC code immediately after inputting the last bit of the input data stream.
Reference is now made to
The implementation of accelerator 320 is performed as follows: first, for every possible initial value, the result of inserting four zeros to CRC circuit 310, is computed. The number of zeros inserted to apparatus 300 is equivalent to the order of the generator polynomial, in this case four.
S1=C1⊕C4 (1)
S2=C1⊕C4⊕C2 (2)
S3=C2⊕C3 (3)
S4=C3⊕C4 (4)
Accelerator 320, implementation as results from equations (1), (2), (3), and (4) shown in FIG. 3C. XOR gates 322-1, 322-2, 322-3, and 322-4 are consistent with equations (1), (2), (3) and (4) respectively.
Following is an example, showing an exemplary and non-limiting way to derive equation (1) using a Karnaugh map (see:http://www.ee.surrey.ac.uk/Projects/Labview/minimisation/karnaugh.html). A Karnaugh map, shown in Table 1, is filled out with “1”s where the value of “S1” equals to “1”. Hence, cells 1, 3, 5, 7, 8, 10, 12, and 14 are set to “1”. Equation (1) is the resulting equation as drawn from Table 1. The double-headed arrows and the ellipse represent two different groups, from which the equation is derived. A person skilled in the art would be fully familiar with this technique.
Reference is now made to
Reference is now made to
S1=C1⊕C5⊕C9⊕C12⊕C13 (1)
S2=C2⊕C6⊕C10⊕C13⊕C14 (2)
S3=C3⊕C7⊕C11⊕C14⊕C15 (3)
S4=C4⊕C8⊕C12⊕C15⊕C16 (4)
S5=C5⊕C9⊕C13⊕C16 (5)
S6=C1⊕C5⊕C6⊕C9⊕C10⊕C12⊕C13⊕C14 (6)
S7=C2⊕C6⊕C7⊕C10⊕C11⊕C13⊕C14⊕C15 (7)
S8=C3⊕C7⊕C8⊕C11⊕C12⊕C14⊕C15⊕C16 (8)
S9=C4⊕C8⊕C9⊕C12⊕C13⊕C15⊕C16 (9)
S10=C5⊕C9⊕C10⊕C13⊕C14⊕C16 (10)
S11=C6⊕C10⊕C11⊕C14⊕C15 (11)
S12=C7⊕C11⊕C12⊕C15⊕C16 (12)
S13=C1⊕C5⊕C8⊕C9⊕C16 (13)
S14=C2⊕C6⊕C9⊕C10 (14)
S15=C3⊕C7⊕C10⊕C11 (15)
S16=C4⊕C8⊕C11⊕C12 (16)
Accelerator 520 comprises a plurality of XOR gates that implement equations (1) through (16). Reference is now made to
G(X)=1+X5+X12+X16
(i.e. “10001000000100001”).
It should be noted that a person skilled in the art could easily adapt the disclosed invention to develop any type of CRC machines.
The foregoing description of the embodiments of the invention has been presented for the purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise form disclosed. It should be appreciated that many modifications and variations are possible in light of the above teaching. It is intended that the scope of the invention be limited not by this detailed description, but rather by the claims appended hereto.
This application is an application filed under 35 U.S.C. § 111(a). Claiming benefit pursuant to 35 U.S.C. §120 of the filing date of the Provisional Application Serial No. 60/311,834 filed on Aug. 14, 2001, pursuant to 35 U.S.C. § 111(b). The Provisional Application Ser. No. 60/311,834 is incorporated herein by reference for all it discloses. Patents U.S. Pat. No. 5,325,372, Junuary 1994, to Ish-Shaloin U.S. Pat. No. 5,390,196, February 1995, to Cecil, et al. U.S. Pat. No. 5,724,368, March 1998, to Zook U.S. Pat. No. 6,029,186. February 2000, to DesJardins, et al. U.S. Pat. No. 6,049,903, April 2000, to Nishimura U.S. Pat. No. 6,189,124, February 2001, to Glaise 1. “Error Control Coding: An Introduction,” by Peter Sweeney, Prentice Hall 1991.2. “Theory and Practice of Error Control Codes,” by Richard E. Blahut, Addison-Wesley Publishing Company, Inc., 1983.
| Number | Name | Date | Kind |
|---|---|---|---|
| 5267249 | Dong | Nov 1993 | A |
| 5282215 | Hyodo et al. | Jan 1994 | A |
| 5325372 | Ish-shalom | Jun 1994 | A |
| 5345451 | Uriu et al. | Sep 1994 | A |
| 5390196 | Cecil et al. | Feb 1995 | A |
| 5619516 | Li et al. | Apr 1997 | A |
| 5691997 | Lackey, Jr. | Nov 1997 | A |
| 5715259 | Lee et al. | Feb 1998 | A |
| 5724034 | Nielander et al. | Mar 1998 | A |
| 5724368 | Zook | Mar 1998 | A |
| 5764876 | Yanagisawa et al. | Jun 1998 | A |
| 5778013 | Jedwab | Jul 1998 | A |
| 5956102 | Lane | Sep 1999 | A |
| 6029186 | Desjardins et al. | Feb 2000 | A |
| 6049903 | Nishimura | Apr 2000 | A |
| 6189124 | Glaise | Feb 2001 | B1 |
| 6560742 | Dubey et al. | May 2003 | B1 |
| 6681364 | Calvignac et al. | Jan 2004 | B1 |
| 6701478 | Yang et al. | Mar 2004 | B1 |
| 6732317 | Lo | May 2004 | B1 |
| Number | Date | Country | |
|---|---|---|---|
| 20030061559 A1 | Mar 2003 | US |
| Number | Date | Country | |
|---|---|---|---|
| 60311834 | Aug 2001 | US |