CN107733568B - Method and device for realizing CRC parallel computation based on FPGA - Google Patents

Method and device for realizing CRC parallel computation based on FPGA Download PDF

Info

Publication number
CN107733568B
CN107733568B CN201710864655.7A CN201710864655A CN107733568B CN 107733568 B CN107733568 B CN 107733568B CN 201710864655 A CN201710864655 A CN 201710864655A CN 107733568 B CN107733568 B CN 107733568B
Authority
CN
China
Prior art keywords
crc
message
calculated
effective data
calculation
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.)
Active
Application number
CN201710864655.7A
Other languages
Chinese (zh)
Other versions
CN107733568A (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.)
Fiberhome Telecommunication Technologies Co Ltd
Original Assignee
Fiberhome Telecommunication Technologies Co 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 Fiberhome Telecommunication Technologies Co Ltd filed Critical Fiberhome Telecommunication Technologies Co Ltd
Priority to CN201710864655.7A priority Critical patent/CN107733568B/en
Publication of CN107733568A publication Critical patent/CN107733568A/en
Application granted granted Critical
Publication of CN107733568B publication Critical patent/CN107733568B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/004Arrangements for detecting or preventing errors in the information received by using forward error control
    • H04L1/0056Systems characterized by the type of code used
    • H04L1/0061Error detection codes
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
    • H03M13/03Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words
    • H03M13/05Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words using block codes, i.e. a predetermined number of check bits joined to a predetermined number of information bits
    • H03M13/09Error detection only, e.g. using cyclic redundancy check [CRC] codes or single parity bit
    • H03M13/091Parallel or block-wise CRC computation

Landscapes

  • Engineering & Computer Science (AREA)
  • Computing Systems (AREA)
  • Physics & Mathematics (AREA)
  • Probability & Statistics with Applications (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Error Detection And Correction (AREA)
  • Detection And Correction Of Errors (AREA)
  • Detection And Prevention Of Errors In Transmission (AREA)

Abstract

The invention discloses a method and a device for realizing CRC parallel computation based on FPGA, wherein the method comprises the following steps: at an interface sending end, inputting a message to be calculated into a corresponding CRC generator polynomial according to an input effective data bit width, obtaining different direct arithmetic expressions according to the CRC generator polynomial and different parallel input effective data bit widths, performing CRC calculation, aligning the message to be calculated and a calculated CRC code, integrating the message to be calculated into a message to be sent, and sending the message to an interface receiving end; and at an interface receiving end, inputting the message to be sent into a corresponding CRC generator polynomial according to the bit width of the received effective data, obtaining different direct arithmetic expressions according to the CRC generator polynomial and different parallel input effective data bit widths, performing CRC calculation, and comparing the calculated CRC code with the CRC code carried in the message to be sent to obtain a CRC check result. The invention supports real-time change of valid data bit width and has better compatibility.

Description

Method and device for realizing CRC parallel computation based on FPGA
Technical Field
The invention relates to the technical field of Ethernet, in particular to a method and a device for realizing CRC parallel computation based on FPGA.
Background
Cyclic Redundancy Check (CRC) is a hash function that generates a short fixed bit Check code from data, and is used primarily to detect or verify errors that may occur after data transmission or storage. The CRC check is widely applied to the field of ethernet technology, and is used for detecting the correctness of the contents of the transmitted ethernet packet at the receiving end.
The core of the CRC algorithm is a generator polynomial including multiple generator polynomials such as CRC8, CRC16, CRC32, and the like, and is applicable to multiple interface protocols such as ethernet, video, USB, and the like, the implementation of the CRC check is divided into a serial manner and a parallel manner, a direct equation can be generated according to the generator polynomial for the parallel CRC check, and the generated direct equations are different for the same generator polynomial if the valid data bit width is different.
In the logic implementation in the field of ethernet technology, the CRC of the ethernet packet needs to be checked based on the interface format of the internal MAC layer. The minimum unit of the Ethernet message length is byte, the data bit width of the Ethernet MAC layer interface with the rate of 1Gbps and below is 4 bits or 8 bits, namely the effective data bit width of the interface is unchanged; the data bit width of the ethernet MAC layer interface with the rate of 10Gbps or more is greater than 32 bits, that is, the effective data bit width of the interface may change in real time.
In view of this, a CRC parallel computation implementation method capable of supporting real-time change of valid data bit width is urgently needed.
Disclosure of Invention
The invention aims to solve the technical problem of providing a CRC parallel computation implementation method capable of supporting real-time change of valid data bit width.
In order to solve the technical problems, the technical scheme adopted by the invention is to provide a method for realizing CRC parallel computation based on an FPGA, which comprises the following steps:
at an interface sending end, inputting a message to be calculated into a corresponding CRC generator polynomial according to an input effective data bit width, obtaining different direct arithmetic expressions according to the CRC generator polynomial and different parallel input effective data bit widths, performing CRC calculation, aligning the message to be calculated and a calculated CRC code, integrating the message to be calculated into a message to be sent, and sending the message to an interface receiving end;
and at an interface receiving end, inputting the message to be sent into a corresponding CRC generator polynomial according to the bit width of the received effective data, obtaining different direct arithmetic expressions according to the CRC generator polynomial and different parallel input effective data bit widths, performing CRC calculation, and comparing the calculated CRC code with the CRC code carried in the message to be sent to obtain a CRC check result.
In the above technical solution, performing CRC calculation at the interface sending end or the interface receiving end specifically includes the following steps:
when a message header indicating signal is received, carrying out initialization configuration and carrying out CRC calculation on the message header, wherein the initialization configuration supports all 0 or all 1;
when the effective data is received and the message head indicating signal and the message tail indicating signal are invalid, performing CRC calculation on the effective data;
and when a message tail indicating signal is received, performing CRC calculation on the message tail and latching the calculated CRC code as a CRC calculation result.
In the above technical solution, the message header indication signal and the message tail indication signal adopt a back-to-back input mode.
In the above technical solution, when invalid data is received, CRC calculation is not performed.
In the above technical solution, when the CRC code calculated by the interface receiving end is the same as the CRC code carried in the message to be transmitted, the CRC check is correct, otherwise, the CRC check is incorrect.
The invention also provides a device for realizing CRC parallel computation based on FPGA, comprising:
the CRC checker comprises a CRC generator arranged at an interface sending end and a CRC checker arranged at an interface receiving end, wherein the CRC generator comprises a first CRC calculator, a data delay module and a data aggregation module; the CRC checker comprises a second CRC calculator and a magic number detection module;
the interface sending end inputs the message to be calculated into a corresponding CRC generator polynomial according to the input effective data bit width and sends the message to be calculated to the first CRC calculator; the first CRC calculator obtains different direct expressions according to the CRC generator polynomial and different parallel input effective data bit widths, performs CRC calculation, latches the calculated CRC code and sends the CRC code to the data delay module; the data delay module aligns the message to be calculated and the CRC code calculated by the first CRC calculator; the data aggregation module integrates the message to be calculated and the CRC code which are aligned by the data delay module into a message to be sent and sends the message to be sent to an interface receiving end;
the interface receiving end inputs the message to be sent into a corresponding CRC generator polynomial according to the bit width of the received effective data and sends the message to be sent to the second CRC calculator; the second CRC calculator obtains different direct arithmetic expressions according to the CRC generator polynomial and different parallel input effective data bit widths, performs CRC calculation, latches the calculated CRC code and sends the CRC code to the magic number detection module; and the magic number detection module compares the CRC code calculated by the second CRC calculator with the CRC code carried in the message to be sent to obtain a CRC check result.
In the above technical solution, the first CRC calculator or the second CRC calculator performs initialization configuration according to the received message header indication signal, and performs CRC calculation on the message header, where the initialization configuration supports all 0 s or all 1 s; performing CRC calculation on the effective data according to the received effective data and invalid message head indication signals and message tail indication signals; and according to the received message tail indication signal, performing CRC calculation on the message tail and latching the calculated CRC code as a CRC calculation result.
In the above technical solution, the first CRC calculator and the second CRC calculator receive the header indication signal and the tail indication signal in a back-to-back input manner.
The invention inputs the message into the corresponding CRC generator polynomial according to the input effective data bit width, obtains different direct equations according to the CRC generator polynomial and different parallel input effective data bit widths and carries out CRC calculation, supports the real-time change of the effective data bit width, has better compatibility, and can be compatible with the interfaces with the unchanged effective data bit width of 1Gbps rate or less and the interfaces with the changeable effective data bit width of 10Gbps rate or more.
Drawings
Fig. 1 is a flowchart of a method for implementing CRC parallel computation based on an FPGA according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of an apparatus for implementing CRC parallel computation based on an FPGA according to an embodiment of the present invention;
fig. 3 is a timing diagram of an input/output interface according to an embodiment of the present invention.
Detailed Description
The invention is described in detail below with reference to the drawings and the detailed description.
The embodiment of the invention provides a method for realizing CRC parallel computation based on an FPGA, which comprises the following steps as shown in figure 1:
and S1, at the Ethernet interface sending end, inputting the message to be calculated into a corresponding CRC generator polynomial according to the input effective data bit width, and obtaining different direct arithmetic expressions according to the CRC generator polynomial and different parallel input effective data bit widths and performing CRC calculation.
The message to be calculated comprises a message head indicating signal, a message tail indicating signal, a message effective data bit width indicating signal and message effective data.
And S2, aligning the message to be calculated and the calculated CRC code, integrating the message to be transmitted into a message to be transmitted, and selecting a corresponding data path to transmit the integrated message to be transmitted to the Ethernet interface receiving end.
And S3, at the receiving end of the Ethernet interface, inputting the message to be sent to a corresponding CRC generator polynomial according to the bit width of the received effective data, and obtaining different direct arithmetic expressions according to the CRC generator polynomial and different parallel input effective data bit widths and performing CRC calculation.
And S4, comparing the calculated CRC code with the CRC code carried in the message to be sent, if the calculated CRC code is the same as the CRC code, the CRC check is correct, otherwise, the CRC check is wrong.
The embodiment of the present invention further provides a device for implementing CRC parallel computation based on an FPGA, as shown in fig. 2, including:
the CRC checker comprises a CRC generator arranged at the sending end of the Ethernet interface and a CRC checker arranged at the receiving end of the Ethernet interface, wherein the CRC generator comprises a first CRC calculator 10, a data delay module 11 and a data aggregation module 12; the CRC checker includes a second CRC calculator 20 and a magic number detection module 21;
the ethernet interface sending end inputs the message to be calculated into a corresponding CRC generator polynomial according to the input valid data bit width, and sends the message to be calculated to the first CRC calculator 10; the first CRC calculator 10 obtains different direct equations according to the CRC generator polynomial and different parallel input valid data bit widths, performs CRC calculation, latches the calculated CRC code, and sends the latched CRC code to the data delay module 11; the data delay module 11 aligns the message to be calculated and the CRC code calculated by the first CRC calculator 10; the data aggregation module 12 integrates the message to be calculated and the CRC code aligned by the data delay module 11 into a complete message to be sent, and selects a corresponding data path to send the message to be sent to the ethernet interface receiving end;
the ethernet interface receiving end inputs the message to be sent into the corresponding CRC generator polynomial according to the bit width of the received valid data, and sends the message to be sent to the second CRC calculator 20; the second CRC calculator 20 obtains different direct arithmetic expressions according to the CRC generator polynomial and different parallel input valid data bit widths, performs CRC calculation, latches the calculated CRC code, and sends the CRC code to the magic number detection module 21; the magic number detection module 21 compares the CRC code calculated by the second CRC calculator 20 with the CRC code carried in the message to be sent, and if the CRC codes are the same, the CRC check is correct, otherwise, the CRC check is wrong.
The magic number detection module 21 realizes that the integrated message to be sent does not need to be sent to the second CRC calculator 20 after being separated into CRC codes, and the processing efficiency is greatly improved.
The following describes in further detail the implementation principle of the first CRC calculator 10 or the second CRC calculator 20 in this embodiment with reference to the input/output interface timing diagram of fig. 3:
when the first CRC calculator 10 or the second CRC calculator 20 receives the header indication signal, performing initialization configuration and performing CRC calculation on the header, where the initialization configuration supports all 0 s or all 1 s; when the effective data is received and the message head indicating signal and the message tail indicating signal are invalid, carrying out normal CRC calculation on the effective data; when a message tail indicating signal is received, performing CRC calculation on the message tail and latching the calculated CRC code as the CRC calculation result of the message. When invalid data is received, no CRC calculation is performed.
In this embodiment, the first CRC calculator 10 and the second CRC calculator 20 are based on a pipeline architecture, have good performance, support back-to-back input of a packet header indication signal and a packet tail indication signal of a packet, have small and constant transmission delay, and do not consume cache resources. In addition, the embodiment also supports the 'gap transmission' of the message, namely, CRC calculation is carried out only when the message data is effectively indicated, otherwise, the CRC calculation is maintained.
The embodiment supports real-time variable bit width of effective data of the message, and because the minimum transmission unit of the Ethernet is bytes, the bit width of large-bit-width parallel input can be adjusted in real time by adopting fewer direct calculation formulas. Therefore, the compatibility is better, and the Ethernet MAC layer interface with the unchanged effective data bit width of 1Gbps rate or below and the Ethernet MAC layer interface with the variable effective data bit width of 10Gbps rate or above can be compatible.
The embodiment is not limited to be applied to an ethernet interface, and can be applied to various interface protocols using CRC check by flexibly configuring the arithmetic expression, the input initial value, the output exclusive or and the line sequence, so that the application scenarios are wide.
The embodiment is applied to IPRAN and PTN equipment, has flexible configuration and excellent performance, and can be applied to various application scenes needing CRC calculation.
The present invention is not limited to the above-mentioned preferred embodiments, and any structural changes made by anyone in the light of the present invention, all the technical solutions similar or similar to the present invention, fall within the protection scope of the present invention.

Claims (7)

1. A method for realizing CRC parallel computation based on FPGA is characterized by comprising the following steps:
at an interface sending end, inputting a message to be calculated into a corresponding CRC generator polynomial according to an input effective data bit width, obtaining different direct arithmetic expressions according to the CRC generator polynomial and different parallel input effective data bit widths, performing CRC calculation, aligning the message to be calculated and a calculated CRC code, integrating the message to be calculated into a message to be sent, and sending the message to an interface receiving end;
at an interface receiving end, inputting a message to be sent into a corresponding CRC generator polynomial according to the bit width of the received effective data, obtaining different direct arithmetic expressions according to the CRC generator polynomial and different parallel input effective data bit widths, performing CRC calculation, and comparing the calculated CRC code with a CRC code carried in the message to be sent to obtain a CRC check result;
performing CRC calculation at an interface sending end or an interface receiving end, specifically comprising the following steps:
when a message header indicating signal is received, carrying out initialization configuration and carrying out CRC calculation on the message header, wherein the initialization configuration supports all 0 or all 1;
when the effective data is received and the message head indicating signal and the message tail indicating signal are invalid, performing CRC calculation on the effective data;
and when a message tail indicating signal is received, performing CRC calculation on the message tail and latching the calculated CRC code as a CRC calculation result.
2. The method of claim 1, wherein the header indicator and the footer indicator are input back-to-back.
3. The method of claim 1, wherein when invalid data is received, no CRC calculation is performed.
4. The method of claim 1, wherein when the CRC code calculated by the receiving end of the interface is the same as the CRC code carried in the message to be transmitted, the CRC check is correct, otherwise, the CRC check is incorrect.
5. An apparatus for implementing CRC parallel computation based on FPGA, comprising:
the CRC checker comprises a CRC generator arranged at an interface sending end and a CRC checker arranged at an interface receiving end, wherein the CRC generator comprises a first CRC calculator, a data delay module and a data aggregation module; the CRC checker comprises a second CRC calculator and a magic number detection module;
the interface sending end inputs the message to be calculated into a corresponding CRC generator polynomial according to the input effective data bit width and sends the message to be calculated to the first CRC calculator; the first CRC calculator obtains different direct expressions according to the CRC generator polynomial and different parallel input effective data bit widths, performs CRC calculation, latches the calculated CRC code and sends the CRC code to the data delay module; the data delay module aligns the message to be calculated and the CRC code calculated by the first CRC calculator; the data aggregation module integrates the message to be calculated and the CRC code which are aligned by the data delay module into a message to be sent and sends the message to be sent to an interface receiving end;
the interface receiving end inputs the message to be sent into a corresponding CRC generator polynomial according to the bit width of the received effective data and sends the message to be sent to the second CRC calculator; the second CRC calculator obtains different direct arithmetic expressions according to the CRC generator polynomial and different parallel input effective data bit widths, performs CRC calculation, latches the calculated CRC code and sends the CRC code to the magic number detection module; and the magic number detection module compares the CRC code calculated by the second CRC calculator with the CRC code carried in the message to be sent to obtain a CRC check result.
6. The apparatus of claim 5, wherein the first CRC calculator or the second CRC calculator performs initial configuration according to the received header indication signal, and performs CRC calculation on the header, the initial configuration supporting all 0 s or all 1 s; performing CRC calculation on the effective data according to the received effective data and invalid message head indication signals and message tail indication signals; and according to the received message tail indication signal, performing CRC calculation on the message tail and latching the calculated CRC code as a CRC calculation result.
7. The apparatus of claim 6, wherein the header indicator and the trailer indicator received by the first CRC calculator and the second CRC calculator are input back-to-back.
CN201710864655.7A 2017-09-22 2017-09-22 Method and device for realizing CRC parallel computation based on FPGA Active CN107733568B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710864655.7A CN107733568B (en) 2017-09-22 2017-09-22 Method and device for realizing CRC parallel computation based on FPGA

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710864655.7A CN107733568B (en) 2017-09-22 2017-09-22 Method and device for realizing CRC parallel computation based on FPGA

Publications (2)

Publication Number Publication Date
CN107733568A CN107733568A (en) 2018-02-23
CN107733568B true CN107733568B (en) 2020-05-12

Family

ID=61206769

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710864655.7A Active CN107733568B (en) 2017-09-22 2017-09-22 Method and device for realizing CRC parallel computation based on FPGA

Country Status (1)

Country Link
CN (1) CN107733568B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110750383B (en) * 2019-09-29 2024-03-15 东南大学 Method for carrying information by using CRC (cyclic redundancy check) code
CN112579547B (en) * 2021-01-27 2024-01-23 深圳市亿联无限科技有限公司 Image file compression method and device for embedded system
CN115987460B (en) * 2023-03-21 2023-06-16 深圳华锐分布式技术股份有限公司 Data transmission method, device, equipment and medium based on check code

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101527615A (en) * 2009-04-07 2009-09-09 华为技术有限公司 Implementation method of cyclic redundancy check (CRC) codes and device
CN102055555A (en) * 2010-12-17 2011-05-11 天津曙光计算机产业有限公司 Method for filling and checking data frames of 10 Gigabit Ethernet based on FPGA
CN102158316A (en) * 2011-04-25 2011-08-17 中兴通讯股份有限公司 Method and device for verifying parallel CRC (Cyclic Redundancy Check) 32 with 64-bit width
CN102546089A (en) * 2011-01-04 2012-07-04 中兴通讯股份有限公司 Method and device for implementing cycle redundancy check (CRC) code
CN102752081A (en) * 2012-07-03 2012-10-24 Ut斯达康通讯有限公司 Parallel cyclic redundancy check method and device in high-speed Ethernet
US9003259B2 (en) * 2008-11-26 2015-04-07 Red Hat, Inc. Interleaved parallel redundancy check calculation for memory devices
CN107154836A (en) * 2017-06-28 2017-09-12 西安空间无线电技术研究所 A kind of cardiopulmonary bypass in beating heart redundancy CRC check method based on FPGA

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9003259B2 (en) * 2008-11-26 2015-04-07 Red Hat, Inc. Interleaved parallel redundancy check calculation for memory devices
CN101527615A (en) * 2009-04-07 2009-09-09 华为技术有限公司 Implementation method of cyclic redundancy check (CRC) codes and device
CN102055555A (en) * 2010-12-17 2011-05-11 天津曙光计算机产业有限公司 Method for filling and checking data frames of 10 Gigabit Ethernet based on FPGA
CN102546089A (en) * 2011-01-04 2012-07-04 中兴通讯股份有限公司 Method and device for implementing cycle redundancy check (CRC) code
CN102546089B (en) * 2011-01-04 2014-07-16 中兴通讯股份有限公司 Method and device for implementing cycle redundancy check (CRC) code
CN102158316A (en) * 2011-04-25 2011-08-17 中兴通讯股份有限公司 Method and device for verifying parallel CRC (Cyclic Redundancy Check) 32 with 64-bit width
CN102752081A (en) * 2012-07-03 2012-10-24 Ut斯达康通讯有限公司 Parallel cyclic redundancy check method and device in high-speed Ethernet
CN107154836A (en) * 2017-06-28 2017-09-12 西安空间无线电技术研究所 A kind of cardiopulmonary bypass in beating heart redundancy CRC check method based on FPGA

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
一种基于FPGA的并行CRC及其UART实现;罗超;《电子测量技术》;20160228;第39卷(第2期);147-150 *
基于FPGA的CRC并行算法研究与实现;常天海;《微处理机》;20100228;第31卷(第2期);45-48 *

Also Published As

Publication number Publication date
CN107733568A (en) 2018-02-23

Similar Documents

Publication Publication Date Title
US8468439B2 (en) Speed-optimized computation of cyclic redundancy check codes
JP5038148B2 (en) System and method for performing cyclic redundancy check
CN107733568B (en) Method and device for realizing CRC parallel computation based on FPGA
CN103780322B (en) The express network communication chip method of testing of low cost and high reliability and circuit
US20100262887A1 (en) High Integrity Data Network System and Method
US20100070825A1 (en) Fast Low-Density Parity-Check Code Encoder
US20140026021A1 (en) Cyclic redundancy check generation via distributed time multiplexed linear feedback shift registers
US8738990B2 (en) Cyclic redundancy check generation via distributed time multiplexed linear feedback shift registers
CN114374470A (en) Data transmission method, system and computer readable storage medium
US20150071311A1 (en) Reformating a plurality of signals to generate a combined signal comprising a higher data rate than a data rate associated with the plurality of signals
WO2017012389A1 (en) Link detection method, receiving device and computer storage medium
CN102752081B (en) Parallel cyclic redundancy check method and device in high-speed Ethernet
US9337959B2 (en) Defect propagation of multiple signals of various rates when mapped into a combined signal
CN104639294A (en) Improved CRC (Cyclic Redundancy Check) realization method
CN102130744B (en) Method and device for computing Cyclic Redundancy Check (CRC) code
WO2014015516A1 (en) Method and apparatus for performing pipelined operations on parallel input data with feedback
Raahemi Error correction on 64/66 bit encoded links
WO2015169049A1 (en) Fault tolerance method and apparatus for microwave transmission and computer readable storage medium
US8331788B2 (en) Encapsulation scheme for optical over Ethernet
JP2009130923A (en) Packet communication system
CN114443347B (en) Configurable CRC code calculation method
CN100418312C (en) Digital data transmission error-detecting method and system
US9910818B2 (en) Serdes interface architecture for multi-processor systems
Muppalla et al. A novel VHDL implementation of UART with single error correction and double error detection capability
JP2002176463A (en) Noise immune internal data communications system and method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant