US20070234191A1 - Methods and apparatus for dynamically reconfigurable parallel data error checking - Google Patents

Methods and apparatus for dynamically reconfigurable parallel data error checking Download PDF

Info

Publication number
US20070234191A1
US20070234191A1 US11/757,176 US75717607A US2007234191A1 US 20070234191 A1 US20070234191 A1 US 20070234191A1 US 75717607 A US75717607 A US 75717607A US 2007234191 A1 US2007234191 A1 US 2007234191A1
Authority
US
United States
Prior art keywords
crc
bus
logic
data
transmitted
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.)
Abandoned
Application number
US11/757,176
Inventor
Mark Hickey
Robert Shearer
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to US11/757,176 priority Critical patent/US20070234191A1/en
Publication of US20070234191A1 publication Critical patent/US20070234191A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • 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
    • 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/65Purpose and implementation aspects
    • H03M13/6508Flexibility, adaptability, parametrability and configurability of the implementation
    • H03M13/6516Support of multiple code parameters, e.g. generalized Reed-Solomon decoder for a variety of generator polynomials or Galois fields

Definitions

  • the present invention relates generally to processors, and more particularly to methods and apparatus for dynamically reconfigurable parallel data error checking.
  • CRC cyclic redundancy checking
  • a first method includes the steps of (1) transmitting data on a bus, wherein data is presented on the bus using varying widths; (2) configuring a cyclic redundancy check (CRC) to be performed on the data based on the manner in which the data is presented on the bus; and (3) performing the CRC on the data.
  • CRC cyclic redundancy check
  • a method for checking data for errors.
  • the method includes the steps of (1) transmitting one or more portions of one or more packets on a bus, wherein a length of each of the one or more packets are a multiple of a predetermined size and the bus width is a multiple greater than 1 of the predetermined size; (2) determining whether the bus is transmitting one or more portions of a plurality of packets; (3) if the bus is transmitting one or more portions of a plurality of packets, performing a cyclic redundancy check (CRC) on the one or more portions of each of the plurality of packets in parallel; and (4) if the bus is not transmitting one or more portions of a plurality of packets, (a) performing a CRC on the one or more portions of the packet transmitted on a first portion of the bus; and (b) performing a CRC on the one or more portions of the packet transmitted on a second portion of the bus based on a result of the CRC performed on the one or more portions
  • a first apparatus in a third aspect of the invention, includes (1) a bus for transmitting data; (2) CRC logic, coupled to the bus, for performing CRC on data received from the bus; and (3) control logic, coupled to the bus and CRC logic, for providing control signals to the CRC logic.
  • the first apparatus is adapted to (a) transmit data on the bus, wherein data is presented on the bus using varying widths; (b) configure a cyclic redundancy check (CRC) to be performed on the data based on the manner in which data is presented on the bus; and (c) perform the CRC on the data.
  • CRC cyclic redundancy check
  • an apparatus for checking data for errors.
  • the apparatus includes (1) a bus for transmitting data packets, wherein the bus width is a multiple greater than 1 of a predetermined size; (2) CRC logic, coupled to the bus, for performing CRC on data packets received from the bus; and (3) control logic, coupled to the bus and CRC logic, for providing control signals to the CRC logic.
  • the apparatus is adapted to (a) transmit one or more portions of one or more packets on the bus, wherein a length of each of the one or more packets are a multiple of the predetermined size; (b) determine whether the bus is transmitting one or more portions of a plurality of packets; (c) if the bus is transmitting one or more portions of a plurality of packets, perform a cyclic redundancy check (CRC) on the one or more portions of each of the plurality of packets in parallel; and (d) if the bus is not transmitting one or more portions of a plurality of packets, (i) perform a CRC on the one or more portions of the packet transmitted on a first portion of the bus; and (ii) perform a CRC on the one or more portions of the packet transmitted on a second portion of the bus based on a result of the CRC performed on the one or more portions of the packet transmitted on the first portion of the bus.
  • CRC cyclic redundancy check
  • FIG. 1 is a block diagram of an apparatus for checking data for errors in accordance with an embodiment of the present invention.
  • FIG. 2 illustrates different ways in which one or more data packets are transmitted on a bus of the apparatus and corresponding values upon which control signals output by control logic of the apparatus are based in accordance with an embodiment of the present invention.
  • FIG. 3 is a block diagram of exemplary CRC logic included in the apparatus for checking data for errors in accordance with an embodiment of the present invention.
  • the present invention provides methods and apparatus for performing continuous error checking, such as cyclic redundancy checking (CRC), on data. More specifically, according to the present methods and apparatus, logic may perform CRC on data presented in varying widths. For example, logic may receive one or more portions of one or more data packets from a bus of a predetermined width and perform CRC on the one or more data packets.
  • CRC cyclic redundancy checking
  • FIG. 1 is a block diagram of an apparatus for checking data for errors in accordance with an embodiment of the present invention.
  • the apparatus 101 for checking data for errors includes a first processor (e.g., central processing unit (CPU)) 103 coupled to a second processor (e.g., graphics processing unit (GPU)) 105 .
  • Each processor 103 , 105 is coupled to and/or includes respective transmit side logic 107 , 109 for transmitting data (e.g., one or more portions of one or more data packets) from one processor 103 , 105 and respective receive side logic 111 , 113 for receiving data in the other processor 103 , 105 .
  • Transmit side logic 109 of the second processor 105 may be coupled to receive side logic 111 of the first processor 103 by a bus 115 for transmitting data.
  • the bus 115 may be sixteen bytes wide for transmitting data packets with a granularity of eight bytes. Therefore, the bus 115 may transmit packets with total lengths that are any multiple of eight bytes (e.g., packets of varying lengths) from the second processor 105 to the first processor 103 . One or more portions of such packets may be presented on the bus using varying widths (e.g., eight or sixteen bytes). Consequently, the bus 115 may transmit data in different ways, which are described below with reference to FIG. 2 . For example, the bus 115 may be divided into multiple portions.
  • a first portion may include the first eight bytes of the bus 115 and a second portion may include the second eight bytes of the bus 115 .
  • the first and second portions of the bus 115 may transmit one or more portions of the same packet or one or more portions of different packets, respectively.
  • widths employed to present packets and granularity of packets transmitted on the bus 115 are exemplary. For example, a larger or smaller bus width, width employed to present packets and/or packet granularity may be employed. In some embodiments, the bus 115 may be divided into a larger number of portions. Further, although only a single bus is shown, the apparatus 101 for checking data for errors may include a larger number of buses for transmitting data packets (e.g., packets that may be presented on the bus in varying widths (variable-width data packets)).
  • the apparatus may include a second bus 125 , which is similar to bus 115 , coupling the transmit side logic 107 of the first processor 103 to the receive side logic 113 of the second processor 105 .
  • a separate instantiation of the first control logic 117 , transmit CRC logic 119 , second control logic 121 and receive CRC logic 123 may be coupled to the second bus 125 .
  • the apparatus 101 for checking data for errors includes first control logic 117 coupled to transmit CRC logic 119 both of which are coupled to the bus 115 .
  • the first control logic 117 is adapted to determine how a data packet is being transmitted on the bus 115 (e.g., by the transmit side logic 109 ), and based on how the data is being transmitted, provide control signals to the transmit CRC logic 119 .
  • the transmit CRC logic 119 is adapted to perform CRC on one or more portions of one or more such variable-width data packets.
  • the transmit CRC logic 119 may compute a pre-transfer CRC value of a variable-width data packet, insert the value into the variable-width data packet based on the control signals and transmit the variable-width data packet on the bus 115 to the first processor 103 .
  • the apparatus 101 for checking data for errors includes second control logic 121 coupled to receive CRC logic 123 both of which are coupled to the bus 115 , and therefore, coupled to the receive side logic 111 of the first processor 103 .
  • the second control logic 121 is adapted to determine a how a data packet is being transmitted on the bus 115 (e.g., by the transmit CRC logic 119 ), and based on how the data is transmitted, provide control signals to the receive CRC logic 123 .
  • the receive CRC logic 123 is adapted to perform CRC on one or more portions of one or more variable-width data packets.
  • the receive CRC logic 123 may remove and store a transmitted pre-transfer (e.g., received) CRC value inserted into a received variable-width packet (e.g., by transmit CRC logic 119 ), compute a post-transfer CRC value from such variable-width data packet and compare the post-transfer CRC value with the pre-transfer (e.g., received) CRC value. If results of the CRC computed by the transmit CRC logic 119 matches the result of the CRC computed by the receive CRC logic 123 , the variable-width data packet was successfully transmitted without error. However, if the CRC results do not match, an error may have occurred during data transmission.
  • a transmitted pre-transfer e.g., received
  • the transmit CRC logic 119 may be similar to the receive CRC logic 123 . However, as described above, the transmit CRC logic 119 computes and inserts a pre-transfer CRC value into a data packet and the receive CRC logic removes the pre-transfer (e.g., received) value from the data packet and computes a post-transfer CRC value.
  • FIG. 2 illustrates different ways in which one or more data packets are transmitted on a bus of the apparatus and corresponding values upon which control signals output by control logic of the apparatus are based in accordance with an embodiment of the present invention.
  • table 201 illustrates different scenarios of data transmission on the bus 115 and corresponding values upon which control signals input by the receive CRC logic 119 are based.
  • the first column 203 e.g., “1st 8 Bytes” of table 201 includes information about which portion of a variable-width data packet is transmitted on the first portion (e.g., first eight) bytes of the bus 115 .
  • the second column 205 (e.g., “crc_in”) includes information about whether the CRC performed on the one or more portions of the variable-width data packet transmitted by the first portion of the bus 115 is based on an intermediate CRC value (e.g., a result of a CRC performed on a portion of the packet previously transmitted on the bus 115 ).
  • the third column 207 (e.g., “data (48:63)”) includes information whether the last two bytes of data transmitted on the first portion of the bus 115 are relevant to the CRC. More specifically, the third column 207 indicates, if the data transmitted on the first portion of the bus is not an end of packet, the last two bytes of data transmitted on the first portion of the bus represents data in the packet.
  • the fourth column 209 (e.g., “2nd 8 Bytes”) of table 201 includes information about which portion of a variable-width data packet is transmitted on the second portion (e.g., last eight bytes) of the bus 115 .
  • the fifth column 211 (e.g., “crc_in”) includes information about whether the CRC performed on the one or more portions of the variable-width data packet transmitted by the second portion of the bus 115 is based on an intermediate CRC value.
  • the sixth column 213 (e.g., “data (48:63)”) includes information whether the last two bytes of data transmitted on the second portion of the bus 115 are relevant to the CRC. More specifically, similar to the third column 207 , the sixth column 213 indicates, if the data transmitted on the second portion of the bus is not an end of packet, the last two bytes of data transmitted on the second portion of the bus represents data in the packet.
  • the data transmitted on the second portion of the bus is an end of packet
  • the transmit side zeroes are inserted into the last two bytes of data transmitted on the second portion of the bus before performing CRC on the transmit side
  • the receive side zeroes are inserted to replace data in the last two bytes of data transmitted on the second portion of the bus before performing CRC on the transmit side.
  • rows 215 , 217 , 219 , 221 , 223 , 225 , 227 of table 201 illustrate seven different ways in which data packets are transmitted on the bus 115 and corresponding values upon which control signals output by the second control logic 121 to the receive CRC logic 123 are based. Details of each row 215 , 217 , 219 , 221 , 223 , 225 , 227 of the table 201 are described below with reference to FIG. 3 . Although table 201 illustrates seven different ways in which data packets are transmitted on the bus 115 , a data packet may be transmitted on the bus 115 in a different way.
  • FIG. 3 is a block diagram of exemplary CRC logic included in the apparatus for checking data for errors in accordance with an embodiment of the present invention.
  • receive CRC logic 123 may couple to and receive input from a first register 303 for storing data transmitted on the first portion of the bus 115 and a second register 305 for storing data transmitted on the second portion of the bus 115 .
  • the first 303 and second registers 305 may be included in the second control logic 121 (although the first 303 and second registers 305 may be located elsewhere).
  • the receive CRC logic 123 includes first CRC logic 307 for performing CRC on data transmitted on the first portion of the bus 115 .
  • An input 308 of the first CRC logic 307 is coupled to the first register 303 and receives data, which represents portions of data (e.g., the first six bytes) transmitted on the first portion of the bus 115 , output by the first register 303 as input.
  • the receive CRC logic 123 includes a first multiplexer 309 , a first input 311 of which is coupled to the first register 303 , a second input 313 of which is coupled to a low logic state (e.g., a logic “0”) and an output 315 of which is input by the first CRC logic 307 .
  • the first multiplexer 309 may input data representing the last two bytes of data transmitted on the first portion of the bus 115 via the first input 311 and two bytes of logic “0”s via the second input 313 .
  • the first multiplexer 309 includes a third input (e.g., a “control” input) 316 , which may be coupled to the second control logic (not shown in FIG. 3 ; 121 in FIG. 1 ), for receiving a signal (e.g., select signal) indicating whether an end of packet is transmitted on the first portion of the bus 115 .
  • the first multiplexer 309 Based on the signal input by the first multiplexer 309 via the third input (e.g., “control” input) 316 , the first multiplexer 309 selectively outputs the last two bytes of data transmitted on the first portion of the bus or two bytes of logic “0”s, which serve as the last two bytes of data transmitted on the first portion of the bus 115 .
  • the receive CRC logic 123 includes a second multiplexer 317 , a first input 319 of which may be coupled to a result of a CRC performed on a portion of the packet previously transmitted on the bus 115 (e.g., intermediate or partial CRC), a second input 321 of which is coupled to a high logic state (e.g., a logic “1”) and an output 323 of which is input by the first CRC logic 307 .
  • the second multiplexer 317 inputs data representing the partial CRC via the first input 319 and two bytes of logic “1”s via the second input 321 , which serves as an initial CRC for the first CRC logic 307 .
  • the second multiplexer 317 includes a third input (e.g., a “control” input) 325 , which may be coupled to the second control logic (not shown in FIG. 3 ; 121 in FIG. 1 ), for receiving a signal (e.g., select signal) indicating whether a start of a packet is transmitted on the first portion of the bus 115 . Based on the signal input by the second multiplexer 317 via the third input (e.g., “control” input) 325 , the second multiplexer 317 selectively outputs the partial CRC or two bytes of logic “1”s.
  • a third input e.g., a “control” input
  • the first CRC logic 307 is adapted to perform CRC on the data transmitted on the first portion of the bus 115 and provide a result of such CRC (e.g., a two-byte result) via a first CRC logic output 327 .
  • the receive CRC logic 123 includes second CRC logic 329 for performing CRC on data transmitted on the second portion of the bus 115 .
  • An input 331 of the second CRC logic 329 is coupled to the second register 305 and receives data, which represents portions of data (e.g., the first six bytes) transmitted on the second portion of the bus 115 , output by the second register 305 as input.
  • the receive CRC logic 123 includes a third multiplexer 333 , a first input of which 335 is coupled to the second register 305 , a second input 337 of which is coupled to a low logic state (e.g., a logic “0”) and an output 339 of which is input by the second CRC logic 329 .
  • the third multiplexer 333 may input data representing the last two bytes of data transmitted on the second portion of the bus 115 via the first input 335 and two bytes of logic “0”s via the second input 337 .
  • the third multiplexer 333 includes a third input (e.g., a “control” input) 341 , which may be coupled to the second control logic (not shown in FIG. 3 ; 121 in FIG. 1 ), for receiving a signal (e.g., select signal) indicating whether an end of packet is transmitted on the second portion of the bus 115 .
  • the third multiplexer 333 Based on the signal input by the third multiplexer 333 via the third input (e.g., a “control” input) 341 , the third multiplexer 333 selectively outputs the last two bytes of data transmitted on the second portion of the bus 115 or two bytes of logic “0”s, which serve as the last two bytes of data transmitted on the second portion of the bus 115 .
  • the receive CRC logic 123 includes a fourth multiplexer 343 , a first input 345 of which may be coupled to a result of a CRC (e.g., intermediate CRC) performed on a portion of the packet previously transmitted (e.g., transmitted on the first portion of the bus 115 ) on the bus 115 , a second input 347 of which is coupled to a high logic state (e.g., a logic “1”) and an output 349 of which is input by the second CRC logic 329 .
  • the fourth multiplexer 343 inputs data representing the partial CRC via the first input 345 and two bytes of logic “1”s via the second input 347 , which serves as an initial CRC for the second CRC logic 329 .
  • the fourth multiplexer 343 includes a third input (e.g., a “control” input) 351 , which may be coupled to the second control logic (not shown in FIG. 3 ; 121 in FIG. 1 ), for receiving a signal (e.g., select signal) indicating whether a start of a packet is transmitted on the second portion of the bus 115 .
  • a signal e.g., select signal
  • the second multiplexer 343 Based on the signal input by the fourth multiplexer 343 via the third input (e.g., “control” input) 351 , selectively outputs the partial CRC or two bytes of logic “1”s.
  • the second CRC logic 329 is adapted to perform CRC on the data transmitted on the second portion of the bus 115 and provide a result of such CRC (e.g., a two-byte result) via a second CRC logic output 353 .
  • the output 353 of the second CRC logic 329 is coupled to the first input 319 of the second multiplexer 319 . More specifically, the output 353 of the second CRC logic 329 may be coupled to a register 355 for storing the CRC result of the second CRC logic 329 . The output 357 of the register 355 is coupled to the first input 319 of the second CRC logic 329 . Consequently, the second CRC logic 329 may provide a CRC result (e.g., an intermediate CRC result) to the second multiplexer 317 .
  • a CRC result e.g., an intermediate CRC result
  • the first CRC logic 307 and/or second CRC logic 329 may provide an intermediate CRC result or a CRC result (e.g., a final CRC result).
  • the output of the first CRC logic 307 and second CRC logic 329 may be final CRC results.
  • the output of the first CRC logic 307 may be an intermediate CRC result that is provided to the second CRC logic 329 , the output of which is a final CRC result.
  • the output of the first CRC logic 307 may be a final CRC result and the output of the second CRC logic 329 may be an intermediate CRC result that is provided (e.g., as feedback) to the first CRC logic 307 .
  • Other scenarios are possible.
  • the configuration of the receive CRC logic 123 is exemplary. Therefore, in some embodiments, the receive CRC logic may be configured differently.
  • the second control logic 121 is adapted to observe data (e.g., one or more portions of one or more packets) transmitted on the bus 115 and determine the way in which such data is transmitted.
  • second control logic 121 may determine (1) a first eight byte packet is transmitted on a first portion (e.g., a first eight bytes) of the bus 115 and a second eight byte packet is transmitted on a second portion (e.g., a second eight bytes) of the bus 115 ; (2) a first eight byte packet is transmitted on the first portion of the bus 115 and the beginning or start (e.g., the first eight bytes) of a second packet that is larger than eight bytes is transmitted on the second portion of the bus 115 ; (3) the end (e.g., last eight bytes) of a first packet that is larger than eight bytes is transmitted on the first portion of the bus 115 and an eight byte packet is transmitted on the second portion of the bus 115 ; (4) an end (e.g., last eight bytes) of a first packet that is greater than eight bytes is transmitted on the first portion of the bus 115 and a beginning (e.g., first eight bytes) of a second packet that is
  • one or more portions of a data packet may be presented on the bus 115 using varying widths (e.g., eight or sixteen bytes of the packet may be presented on the bus at one time).
  • the second control logic 121 may determine whether one or more portions of a plurality of packets are transmitted on the bus 115 by determining whether a flag (e.g., bit) indicating, for example, an end of packet is set in one or more portions of the one or more packets transmitted on the bus 115 .
  • the receive CRC logic 123 may remove and store a CRC value inserted (e.g., by transmit CRC logic 119 ) into a received variable-width packet before performing CRC on such packet.
  • an initial CRC value of logic “1”s may be input by the CRC logic 307 , 329 corresponding to that portion.
  • a partial or intermediate CRC value representing a CRC performed on a portion of the packet previously transmitted on the bus 115 is input by the CRC logic 307 , 329 .
  • logic “0”s may be input by the CRC logic 307 , 329 corresponding to that portion to represent the last two bytes of data transmitted by that portion of the bus 115 .
  • the CRC value (e.g., pre-transfer CRC value) computed by the transmit CRC logic 119 may be removed from the packet before the receive CRC logic 123 computes an post-transfer CRC value for the packet.
  • the CRC logic 307 , 329 corresponding to that portion inputs the last two bytes of the data.
  • the second control logic 121 may determine a first eight byte packet is transmitted on a first portion (e.g., a first eight bytes) of the bus 115 and a second eight byte packet is transmitted on a second portion (e.g., a second eight bytes) of the bus 115 .
  • the second control logic 121 provides a control signal to the second multiplexer 317 such that the second multiplexer 317 outputs logic “1”s as an initial CRC value for the first CRC logic 307 and provides a control signal to the first multiplexer 309 such that the first multiplexer 309 outputs logic “0”s. Based on such inputs by the first CRC logic 307 , the first CRC logic 307 outputs a CRC result for the data packet transmitted on the first portion of the bus 115 .
  • the second control logic 121 provides a control signal to the fourth multiplexer 343 such that the fourth multiplexer 343 outputs logic “1”s as an initial CRC value for the second CRC logic 329 and provides a control signal to the third multiplexer 333 such that the third multiplexer 333 inputs logic “0”s. Based on such inputs by the second CRC logic 329 , the second CRC logic 329 outputs a CRC result for the data packet transmitted on the second portion of the bus 115 . Because the CRC performed by the first 307 and second CRC logic 329 do not depend on each other, the receive CRC logic 123 may perform CRC on data transmitted on the first and second portions of the bus 115 in parallel.
  • the second control logic 121 may determine a first eight byte packet is transmitted on the first portion of the bus 115 and the start (e.g., the first eight bytes) of a second packet that is larger than eight bytes is transmitted on the second portion of the bus 115 .
  • the second control logic 121 provides a control signal to the second multiplexer 317 such that the second multiplexer 317 outputs logic “1”s as an initial CRC value for the first CRC logic 307 and provides a control signal to the first multiplexer 309 such that the first multiplexer 309 outputs logic “0”s. Based on such inputs by the first CRC logic 307 , the first CRC logic 307 outputs a CRC result for the data packet transmitted on the first portion of the bus 115 .
  • the second control logic 121 provides a control signal to the fourth multiplexer 343 such that the fourth multiplexer 343 outputs logic “1”s as an initial CRC value for the second CRC logic 329 and provides a control signal to the third multiplexer 333 such that the third multiplexer 333 outputs the last two bytes of the data transmitted on the second portion of the bus 115 .
  • the second CRC logic 329 Based on such inputs by the second CRC logic 329 , the second CRC logic 329 outputs a CRC result (e.g., a partial CRC result) for the portion of the data packet transmitted on the second portion of the bus 115 . Because the CRC performed by the first 307 and second CRC logic 329 do not depend on each other, the receive CRC logic 123 may perform CRC on data transmitted on the first portion and a partial CRC on data transmitted on the second portion of the bus 115 in parallel.
  • the second control logic 121 may determine an end (e.g., last eight bytes) of a first packet that is larger than eight bytes is transmitted on the first portion of the bus 115 and an eight byte packet is transmitted on the second portion of the bus 115 .
  • the second control logic 121 provides a control signal to the second multiplexer 317 such that the second multiplexer 317 outputs a partial CRC result provided by the second CRC logic output 353 as an initial CRC value for the first CRC logic 309 and provides a control signal to the first multiplexer 309 such that the first multiplexer 309 outputs logic “0”s. Based on such inputs by the first CRC logic 307 , the first CRC logic 307 outputs a CRC result for the data packet transmitted on the first portion of the bus 115 .
  • the second control logic 121 provides a control signal to the fourth multiplexer 343 such that the fourth multiplexer 343 outputs logic “1”s as an initial CRC value for the second CRC logic 329 and provides a control signal to the third multiplexer 333 such that the third multiplexer 333 outputs logic “0”s.
  • the second CRC logic 329 Based on such inputs by the second CRC logic 329 , the second CRC logic 329 outputs a CRC result for the data packet transmitted on the second portion of the bus 115 . Because the CRC performed by the first 307 and second CRC logic 329 do not depend on each other, the receive CRC logic 123 may perform CRC on data transmitted on the first and second portions of the bus 115 in parallel.
  • the second control logic 121 may determine an end (e.g., last eight bytes) of a first packet that is greater than eight bytes is transmitted on the first portion of the bus 115 and a start (e.g., first eight bytes) of a second packet that is greater than eight bytes is transmitted on the second portion of the bus 115 .
  • the second control logic 121 provides a control signal to the second multiplexer 317 such that the second multiplexer 317 outputs a partial CRC provided by the second CRC logic output 353 as an initial CRC value for the first CRC logic 307 and provides a control signal to the first multiplexer 309 such that the first multiplexer 309 outputs logic “0”s. Based on such inputs by the first CRC logic 307 , the first CRC logic 307 outputs a CRC result for the data packet transmitted on the first portion of the bus 115 .
  • the second control logic 121 provides a control signal to the fourth multiplexer 343 such that the fourth multiplexer 343 outputs logic “1”s as an initial CRC value for the second CRC logic 329 and provides a control signal to the third multiplexer 333 such that the third multiplexer 333 outputs the last two bytes of data transmitted on the second portion of the bus 115 .
  • the second CRC logic 329 Based on such inputs by the second CRC logic 329 , the second CRC logic 329 outputs a CRC result (e.g., a partial CRC result) for the portion of the second data packet transmitted on the second portion of the bus 115 . Because the CRC performed by the first 307 and second CRC logic 329 do not depend on each other, the receive CRC logic 123 may perform CRC on data transmitted on the first and second portions of the bus 115 in parallel.
  • the second control logic 121 may determine the start (e.g., first sixteen bytes) of a packet that is greater than sixteen bytes is transmitted on the bus 115 . Because the data transmitted on the first portion of the bus 115 represents the start but not the end of the packet, the second control logic 121 provides a control signal to the second multiplexer 317 such that the second multiplexer 317 outputs logic “1”s as an initial CRC value for the first CRC logic 307 and provides a control signal to the first multiplexer 309 such that the first multiplexer 309 outputs the last two bytes of the data transmitted on the first portion of the bus 115 .
  • the start e.g., first sixteen bytes
  • the first CRC logic 307 Based on such inputs by the first CRC logic 307 , the first CRC logic 307 outputs a CRC result (e.g., partial CRC result) for the portion of the data packet transmitted on the first portion of the bus 115 , which as stated above, is provided on the first input 345 of the fourth multiplexer 343 .
  • a CRC result e.g., partial CRC result
  • the second control logic 121 provides a control signal to the fourth multiplexer 343 such that the fourth multiplexer 343 outputs the partial CRC provided by the first CRC logic output 327 and provides a control signal to the third multiplexer 333 such that the third multiplexer 309 outputs the last two bytes of data transmitted on the second portion of the bus 115 .
  • the second CRC 329 Based on such inputs by the second CRC logic 329 , the second CRC 329 outputs a CRC result (e.g., a partial CRC result) for the portion of the packet transmitted on the bus 115 .
  • the second CRC logic 329 may not perform CRC without the result (e.g., partial CRC result) of the CRC performed by the first CRC logic 307 , the first 307 and second CRC logic 329 perform CRC in cascade in the manner described above.
  • the second control logic 121 may determine a center portion (e.g., a portion other than the first or last eight bytes) of a packet that is greater than sixteen bytes is transmitted on the bus 115 . Because the data transmitted on the first portion of the bus 115 represents neither the start nor the end of the packet, the second control logic 121 provides a control signal to the second multiplexer 317 such that the second multiplexer 317 outputs a partial CRC result provided by the second CRC logic output 353 and provides a control signal to the first multiplexer 309 such that the first multiplexer 309 outputs the last two bytes of data transmitted on the first portion of the bus 115 .
  • a center portion e.g., a portion other than the first or last eight bytes
  • the first CRC logic 307 Based on such inputs by the first CRC logic 307 , the first CRC logic 307 outputs a CRC result (e.g., a partial CRC result) for the portion of the data packet transmitted on the first portion of the bus 115 , which as stated above, is provided on the first input 345 of the fourth multiplexer 343 .
  • a CRC result e.g., a partial CRC result
  • the second control logic 121 provides a control signal to the fourth multiplexer 343 such that the fourth multiplexer 343 outputs the partial CRC provided by the first CRC logic output 349 and provides a control signal to the third multiplexer 333 such that the third multiplexer 333 outputs the last two bytes of data transmitted on the second portion of the bus 115 .
  • the second CRC logic 329 Based on such inputs by the second CRC logic 329 , the second CRC logic 329 outputs a CRC result (e.g., a partial CRC result) for the portion of the packet transmitted on the bus 115 .
  • the second CRC logic 329 may not perform CRC without the result (e.g., partial CRC result) of the CRC performed by the first CRC logic 307 , the first 307 and second CRC logic 329 perform CRC in cascade in the manner described above.
  • the second control logic 121 may determine an end (e.g., the last sixteen bytes) of a packet that is greater than sixteen bytes is transmitted on the bus 115 . Because the data transmitted on the first portion of the bus 115 represents neither the start nor the end of the packet, the second control logic 121 provides a control signal to the second multiplexer 317 such that the second multiplexer 317 outputs a partial CRC result provided by the second CRC logic output 353 and provides a control signal to the first multiplexer 309 such that the first multiplexer 309 outputs the last two bytes of data transmitted on the first portion of the bus 115 .
  • an end e.g., the last sixteen bytes
  • the first CRC logic 307 Based on such inputs by the first CRC logic 307 , the first CRC logic 307 outputs a CRC result (e.g., a partial CRC result) for the portion of the data packet transmitted on the first portion of the bus 115 , which as stated above, is provided on the first input 345 of the fourth multiplexer 343 .
  • a CRC result e.g., a partial CRC result
  • the second control logic 121 provides a control signal to the fourth multiplexer 343 such that the fourth multiplexer 343 outputs the partial CRC provided by the first CRC logic output 349 and provides a control signal to the third multiplexer 333 such that the third multiplexer 333 outputs logic “0”s.
  • the second CRC logic 329 Based on such inputs by the second CRC logic 329 , the second CRC logic 329 outputs a CRC result for the data packet transmitted on the bus 115 .
  • the second CRC logic 329 may not perform CRC without the result (e.g., partial CRC result) of the partial CRC performed by the first CRC logic 307 , the first 307 and second CRC logic 329 perform CRC in cascade in the manner described above.
  • CRC may be performed on packets that may be presented on the bus using varying widths (e.g., variable-width packets) using a single logic circuit 123 , thereby eliminating the need for a separate logic circuit for performing CRC on packets of each possible packet width.
  • the logic e.g., receive CRC logic 123
  • the logic is adapted to dynamically reconfigure itself to perform CRC on a data packet transmitted on the bus in one or more of the different ways described above. Therefore, the present methods and apparatus provide dynamic reconfigurability of CRC control based on the data packet.
  • the receive CRC logic 123 is described, the structure and operation of the transmit CRC logic 119 may be similar. Some or all of the logic described above, such as transmit side logic 107 , 109 , receive side logic 111 , 113 , first control logic 117 , transmit CRC logic 119 , second control logic 121 , receive CRC logic 123 , first CRC logic 307 and second CRC logic 329 may include any suitable combination of logic, registers, memory or the like, and in at least one embodiment, may comprise or be part of application specific integrated circuit (ASIC).
  • ASIC application specific integrated circuit
  • the second control logic 121 may determine the start and end of a packet (e.g., a sixteen byte packet), which is as wide as the bus, is transmitted on the bus 115 .
  • a CRC may be performed on one or more portions of the packet transmitted on the first portion of the bus 115 to obtain a first partial CRC result
  • a CRC may be performed on one or more portions of the packet transmitted on the second portion of the bus based on the first partial CRC result to obtain a CRC result for the packet.
  • the present invention provides methods of and apparatus for (1) transmitting data on a bus, wherein data is presented on the bus using varying widths; (2)
  • CRC cyclic redundancy check
  • the CRC may be performed on the data in parallel or cascade.

Landscapes

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

Abstract

In a first aspect, a first method is provided. The first method includes the steps of (1) transmitting data on a bus, wherein data is presented on the bus using varying widths; (2) configuring a cyclic redundancy check (CRC) to be performed on the data based on the manner in which the data is presented on the bus; and (3) performing the CRC on the data. Numerous other aspects are provided.

Description

  • This application is a division of and claims priority to U.S. patent application Ser. No. 11/016,217, filed Dec. 17, 2004, which is hereby incorporated by reference herein in its entirety for all purposes.
  • FIELD OF THE INVENTION
  • The present invention relates generally to processors, and more particularly to methods and apparatus for dynamically reconfigurable parallel data error checking.
  • BACKGROUND
  • Conventional logic performs continuous error checking, such as cyclic redundancy checking (CRC), on data presented in a fixed-width. However, such logic may not perform CRC on data presented in variable widths. Accordingly, methods and apparatus are desired for performing CRC on data presented in variable widths.
  • SUMMARY OF THE INVENTION
  • In a first aspect of the invention, a first method is provided. The first method includes the steps of (1) transmitting data on a bus, wherein data is presented on the bus using varying widths; (2) configuring a cyclic redundancy check (CRC) to be performed on the data based on the manner in which the data is presented on the bus; and (3) performing the CRC on the data.
  • In a second aspect of the invention, a method is provided for checking data for errors. The method includes the steps of (1) transmitting one or more portions of one or more packets on a bus, wherein a length of each of the one or more packets are a multiple of a predetermined size and the bus width is a multiple greater than 1 of the predetermined size; (2) determining whether the bus is transmitting one or more portions of a plurality of packets; (3) if the bus is transmitting one or more portions of a plurality of packets, performing a cyclic redundancy check (CRC) on the one or more portions of each of the plurality of packets in parallel; and (4) if the bus is not transmitting one or more portions of a plurality of packets, (a) performing a CRC on the one or more portions of the packet transmitted on a first portion of the bus; and (b) performing a CRC on the one or more portions of the packet transmitted on a second portion of the bus based on a result of the CRC performed on the one or more portions of the packet transmitted on the first portion of the bus.
  • In a third aspect of the invention, a first apparatus is provided. The first apparatus includes (1) a bus for transmitting data; (2) CRC logic, coupled to the bus, for performing CRC on data received from the bus; and (3) control logic, coupled to the bus and CRC logic, for providing control signals to the CRC logic. The first apparatus is adapted to (a) transmit data on the bus, wherein data is presented on the bus using varying widths; (b) configure a cyclic redundancy check (CRC) to be performed on the data based on the manner in which data is presented on the bus; and (c) perform the CRC on the data.
  • In a fourth aspect of the invention, an apparatus is provided for checking data for errors. The apparatus includes (1) a bus for transmitting data packets, wherein the bus width is a multiple greater than 1 of a predetermined size; (2) CRC logic, coupled to the bus, for performing CRC on data packets received from the bus; and (3) control logic, coupled to the bus and CRC logic, for providing control signals to the CRC logic. The apparatus is adapted to (a) transmit one or more portions of one or more packets on the bus, wherein a length of each of the one or more packets are a multiple of the predetermined size; (b) determine whether the bus is transmitting one or more portions of a plurality of packets; (c) if the bus is transmitting one or more portions of a plurality of packets, perform a cyclic redundancy check (CRC) on the one or more portions of each of the plurality of packets in parallel; and (d) if the bus is not transmitting one or more portions of a plurality of packets, (i) perform a CRC on the one or more portions of the packet transmitted on a first portion of the bus; and (ii) perform a CRC on the one or more portions of the packet transmitted on a second portion of the bus based on a result of the CRC performed on the one or more portions of the packet transmitted on the first portion of the bus. Numerous other aspects are provided in accordance with these and other aspects of the invention.
  • Other features and aspects of the present invention will become more fully apparent from the following detailed description, the appended claims and the accompanying drawings.
  • BRIEF DESCRIPTION OF THE FIGURES
  • FIG. 1 is a block diagram of an apparatus for checking data for errors in accordance with an embodiment of the present invention.
  • FIG. 2 illustrates different ways in which one or more data packets are transmitted on a bus of the apparatus and corresponding values upon which control signals output by control logic of the apparatus are based in accordance with an embodiment of the present invention.
  • FIG. 3 is a block diagram of exemplary CRC logic included in the apparatus for checking data for errors in accordance with an embodiment of the present invention.
  • DETAILED DESCRIPTION
  • The present invention provides methods and apparatus for performing continuous error checking, such as cyclic redundancy checking (CRC), on data. More specifically, according to the present methods and apparatus, logic may perform CRC on data presented in varying widths. For example, logic may receive one or more portions of one or more data packets from a bus of a predetermined width and perform CRC on the one or more data packets.
  • FIG. 1 is a block diagram of an apparatus for checking data for errors in accordance with an embodiment of the present invention. With reference to FIG. 1, the apparatus 101 for checking data for errors includes a first processor (e.g., central processing unit (CPU)) 103 coupled to a second processor (e.g., graphics processing unit (GPU)) 105. Each processor 103, 105 is coupled to and/or includes respective transmit side logic 107, 109 for transmitting data (e.g., one or more portions of one or more data packets) from one processor 103, 105 and respective receive side logic 111, 113 for receiving data in the other processor 103, 105. Transmit side logic 109 of the second processor 105 may be coupled to receive side logic 111 of the first processor 103 by a bus 115 for transmitting data. In some embodiments, the bus 115 may be sixteen bytes wide for transmitting data packets with a granularity of eight bytes. Therefore, the bus 115 may transmit packets with total lengths that are any multiple of eight bytes (e.g., packets of varying lengths) from the second processor 105 to the first processor 103. One or more portions of such packets may be presented on the bus using varying widths (e.g., eight or sixteen bytes). Consequently, the bus 115 may transmit data in different ways, which are described below with reference to FIG. 2. For example, the bus 115 may be divided into multiple portions. A first portion may include the first eight bytes of the bus 115 and a second portion may include the second eight bytes of the bus 115. During operation, the first and second portions of the bus 115 may transmit one or more portions of the same packet or one or more portions of different packets, respectively.
  • The above-described width of the bus 115, widths employed to present packets and granularity of packets transmitted on the bus 115 are exemplary. For example, a larger or smaller bus width, width employed to present packets and/or packet granularity may be employed. In some embodiments, the bus 115 may be divided into a larger number of portions. Further, although only a single bus is shown, the apparatus 101 for checking data for errors may include a larger number of buses for transmitting data packets (e.g., packets that may be presented on the bus in varying widths (variable-width data packets)). For example, the apparatus may include a second bus 125, which is similar to bus 115, coupling the transmit side logic 107 of the first processor 103 to the receive side logic 113 of the second processor 105. A separate instantiation of the first control logic 117, transmit CRC logic 119, second control logic 121 and receive CRC logic 123 (shown in phantom) may be coupled to the second bus 125.
  • The apparatus 101 for checking data for errors includes first control logic 117 coupled to transmit CRC logic 119 both of which are coupled to the bus 115. The first control logic 117 is adapted to determine how a data packet is being transmitted on the bus 115 (e.g., by the transmit side logic 109), and based on how the data is being transmitted, provide control signals to the transmit CRC logic 119. The transmit CRC logic 119 is adapted to perform CRC on one or more portions of one or more such variable-width data packets. For example, the transmit CRC logic 119 may compute a pre-transfer CRC value of a variable-width data packet, insert the value into the variable-width data packet based on the control signals and transmit the variable-width data packet on the bus 115 to the first processor 103.
  • Similarly, the apparatus 101 for checking data for errors includes second control logic 121 coupled to receive CRC logic 123 both of which are coupled to the bus 115, and therefore, coupled to the receive side logic 111 of the first processor 103. The second control logic 121 is adapted to determine a how a data packet is being transmitted on the bus 115 (e.g., by the transmit CRC logic 119), and based on how the data is transmitted, provide control signals to the receive CRC logic 123. The receive CRC logic 123 is adapted to perform CRC on one or more portions of one or more variable-width data packets. More specifically, based on the control signals, the receive CRC logic 123 may remove and store a transmitted pre-transfer (e.g., received) CRC value inserted into a received variable-width packet (e.g., by transmit CRC logic 119), compute a post-transfer CRC value from such variable-width data packet and compare the post-transfer CRC value with the pre-transfer (e.g., received) CRC value. If results of the CRC computed by the transmit CRC logic 119 matches the result of the CRC computed by the receive CRC logic 123, the variable-width data packet was successfully transmitted without error. However, if the CRC results do not match, an error may have occurred during data transmission.
  • Details of the receive CRC logic 123 coupled to the first processor 103 are described below with reference to FIG. 3. The transmit CRC logic 119 may be similar to the receive CRC logic 123. However, as described above, the transmit CRC logic 119 computes and inserts a pre-transfer CRC value into a data packet and the receive CRC logic removes the pre-transfer (e.g., received) value from the data packet and computes a post-transfer CRC value.
  • FIG. 2 illustrates different ways in which one or more data packets are transmitted on a bus of the apparatus and corresponding values upon which control signals output by control logic of the apparatus are based in accordance with an embodiment of the present invention. With reference to FIG. 2, table 201 illustrates different scenarios of data transmission on the bus 115 and corresponding values upon which control signals input by the receive CRC logic 119 are based. More specifically, the first column 203 (e.g., “1st 8 Bytes”) of table 201 includes information about which portion of a variable-width data packet is transmitted on the first portion (e.g., first eight) bytes of the bus 115. The second column 205 (e.g., “crc_in”) includes information about whether the CRC performed on the one or more portions of the variable-width data packet transmitted by the first portion of the bus 115 is based on an intermediate CRC value (e.g., a result of a CRC performed on a portion of the packet previously transmitted on the bus 115). The third column 207 (e.g., “data (48:63)”) includes information whether the last two bytes of data transmitted on the first portion of the bus 115 are relevant to the CRC. More specifically, the third column 207 indicates, if the data transmitted on the first portion of the bus is not an end of packet, the last two bytes of data transmitted on the first portion of the bus represents data in the packet. However, if the data transmitted on the first portion of the bus is an end of packet, on the transmit side, zeroes are inserted into the last two bytes of data transmitted on the first portion of the bus before performing CRC on the transmit side, and on the receive side, zeroes are inserted to replace data in the last two bytes of data transmitted on the first portion of the bus before performing CRC on the transmit side. The fourth column 209 (e.g., “2nd 8 Bytes”) of table 201 includes information about which portion of a variable-width data packet is transmitted on the second portion (e.g., last eight bytes) of the bus 115. The fifth column 211 (e.g., “crc_in”) includes information about whether the CRC performed on the one or more portions of the variable-width data packet transmitted by the second portion of the bus 115 is based on an intermediate CRC value. The sixth column 213 (e.g., “data (48:63)”) includes information whether the last two bytes of data transmitted on the second portion of the bus 115 are relevant to the CRC. More specifically, similar to the third column 207, the sixth column 213 indicates, if the data transmitted on the second portion of the bus is not an end of packet, the last two bytes of data transmitted on the second portion of the bus represents data in the packet. However, if the data transmitted on the second portion of the bus is an end of packet, on the transmit side, zeroes are inserted into the last two bytes of data transmitted on the second portion of the bus before performing CRC on the transmit side, and on the receive side, zeroes are inserted to replace data in the last two bytes of data transmitted on the second portion of the bus before performing CRC on the transmit side.
  • In this manner, rows 215, 217, 219, 221, 223, 225, 227 of table 201 illustrate seven different ways in which data packets are transmitted on the bus 115 and corresponding values upon which control signals output by the second control logic 121 to the receive CRC logic 123 are based. Details of each row 215, 217, 219, 221, 223, 225, 227 of the table 201 are described below with reference to FIG. 3. Although table 201 illustrates seven different ways in which data packets are transmitted on the bus 115, a data packet may be transmitted on the bus 115 in a different way.
  • FIG. 3 is a block diagram of exemplary CRC logic included in the apparatus for checking data for errors in accordance with an embodiment of the present invention. With reference to FIG. 3, receive CRC logic 123 may couple to and receive input from a first register 303 for storing data transmitted on the first portion of the bus 115 and a second register 305 for storing data transmitted on the second portion of the bus 115. The first 303 and second registers 305 may be included in the second control logic 121 (although the first 303 and second registers 305 may be located elsewhere).
  • More specifically, the receive CRC logic 123 includes first CRC logic 307 for performing CRC on data transmitted on the first portion of the bus 115. An input 308 of the first CRC logic 307 is coupled to the first register 303 and receives data, which represents portions of data (e.g., the first six bytes) transmitted on the first portion of the bus 115, output by the first register 303 as input. The receive CRC logic 123 includes a first multiplexer 309, a first input 311 of which is coupled to the first register 303, a second input 313 of which is coupled to a low logic state (e.g., a logic “0”) and an output 315 of which is input by the first CRC logic 307. In this manner, the first multiplexer 309 may input data representing the last two bytes of data transmitted on the first portion of the bus 115 via the first input 311 and two bytes of logic “0”s via the second input 313. The first multiplexer 309 includes a third input (e.g., a “control” input) 316, which may be coupled to the second control logic (not shown in FIG. 3; 121 in FIG. 1), for receiving a signal (e.g., select signal) indicating whether an end of packet is transmitted on the first portion of the bus 115. Based on the signal input by the first multiplexer 309 via the third input (e.g., “control” input) 316, the first multiplexer 309 selectively outputs the last two bytes of data transmitted on the first portion of the bus or two bytes of logic “0”s, which serve as the last two bytes of data transmitted on the first portion of the bus 115.
  • The receive CRC logic 123 includes a second multiplexer 317, a first input 319 of which may be coupled to a result of a CRC performed on a portion of the packet previously transmitted on the bus 115 (e.g., intermediate or partial CRC), a second input 321 of which is coupled to a high logic state (e.g., a logic “1”) and an output 323 of which is input by the first CRC logic 307. In this manner, the second multiplexer 317 inputs data representing the partial CRC via the first input 319 and two bytes of logic “1”s via the second input 321, which serves as an initial CRC for the first CRC logic 307. The second multiplexer 317 includes a third input (e.g., a “control” input) 325, which may be coupled to the second control logic (not shown in FIG. 3; 121 in FIG. 1), for receiving a signal (e.g., select signal) indicating whether a start of a packet is transmitted on the first portion of the bus 115. Based on the signal input by the second multiplexer 317 via the third input (e.g., “control” input) 325, the second multiplexer 317 selectively outputs the partial CRC or two bytes of logic “1”s. Based on the inputs described above, the first CRC logic 307 is adapted to perform CRC on the data transmitted on the first portion of the bus 115 and provide a result of such CRC (e.g., a two-byte result) via a first CRC logic output 327.
  • Similarly, the receive CRC logic 123 includes second CRC logic 329 for performing CRC on data transmitted on the second portion of the bus 115. An input 331 of the second CRC logic 329 is coupled to the second register 305 and receives data, which represents portions of data (e.g., the first six bytes) transmitted on the second portion of the bus 115, output by the second register 305 as input. The receive CRC logic 123 includes a third multiplexer 333, a first input of which 335 is coupled to the second register 305, a second input 337 of which is coupled to a low logic state (e.g., a logic “0”) and an output 339 of which is input by the second CRC logic 329. In this manner, the third multiplexer 333 may input data representing the last two bytes of data transmitted on the second portion of the bus 115 via the first input 335 and two bytes of logic “0”s via the second input 337. The third multiplexer 333 includes a third input (e.g., a “control” input) 341, which may be coupled to the second control logic (not shown in FIG. 3; 121 in FIG. 1), for receiving a signal (e.g., select signal) indicating whether an end of packet is transmitted on the second portion of the bus 115. Based on the signal input by the third multiplexer 333 via the third input (e.g., a “control” input) 341, the third multiplexer 333 selectively outputs the last two bytes of data transmitted on the second portion of the bus 115 or two bytes of logic “0”s, which serve as the last two bytes of data transmitted on the second portion of the bus 115.
  • The receive CRC logic 123 includes a fourth multiplexer 343, a first input 345 of which may be coupled to a result of a CRC (e.g., intermediate CRC) performed on a portion of the packet previously transmitted (e.g., transmitted on the first portion of the bus 115) on the bus 115, a second input 347 of which is coupled to a high logic state (e.g., a logic “1”) and an output 349 of which is input by the second CRC logic 329. In this manner, the fourth multiplexer 343 inputs data representing the partial CRC via the first input 345 and two bytes of logic “1”s via the second input 347, which serves as an initial CRC for the second CRC logic 329. The fourth multiplexer 343 includes a third input (e.g., a “control” input) 351, which may be coupled to the second control logic (not shown in FIG. 3; 121 in FIG. 1), for receiving a signal (e.g., select signal) indicating whether a start of a packet is transmitted on the second portion of the bus 115. Based on the signal input by the fourth multiplexer 343 via the third input (e.g., “control” input) 351, the second multiplexer 343 selectively outputs the partial CRC or two bytes of logic “1”s. Based on the inputs described above, the second CRC logic 329 is adapted to perform CRC on the data transmitted on the second portion of the bus 115 and provide a result of such CRC (e.g., a two-byte result) via a second CRC logic output 353.
  • The output 353 of the second CRC logic 329 is coupled to the first input 319 of the second multiplexer 319. More specifically, the output 353 of the second CRC logic 329 may be coupled to a register 355 for storing the CRC result of the second CRC logic 329. The output 357 of the register 355 is coupled to the first input 319 of the second CRC logic 329. Consequently, the second CRC logic 329 may provide a CRC result (e.g., an intermediate CRC result) to the second multiplexer 317.
  • In this manner, the first CRC logic 307 and/or second CRC logic 329 may provide an intermediate CRC result or a CRC result (e.g., a final CRC result). For example, the output of the first CRC logic 307 and second CRC logic 329 may be final CRC results. Alternatively, the output of the first CRC logic 307 may be an intermediate CRC result that is provided to the second CRC logic 329, the output of which is a final CRC result. In another case, the output of the first CRC logic 307 may be a final CRC result and the output of the second CRC logic 329 may be an intermediate CRC result that is provided (e.g., as feedback) to the first CRC logic 307. Other scenarios are possible. The configuration of the receive CRC logic 123 is exemplary. Therefore, in some embodiments, the receive CRC logic may be configured differently.
  • The operation of the apparatus 101 for checking data for errors is now described with reference to FIGS. 1-3 for each of the seven different ways in which one or more data packets are transmitted on the bus 115. With reference to FIGS. 1-3, the second control logic 121 is adapted to observe data (e.g., one or more portions of one or more packets) transmitted on the bus 115 and determine the way in which such data is transmitted. For example, second control logic 121 may determine (1) a first eight byte packet is transmitted on a first portion (e.g., a first eight bytes) of the bus 115 and a second eight byte packet is transmitted on a second portion (e.g., a second eight bytes) of the bus 115; (2) a first eight byte packet is transmitted on the first portion of the bus 115 and the beginning or start (e.g., the first eight bytes) of a second packet that is larger than eight bytes is transmitted on the second portion of the bus 115; (3) the end (e.g., last eight bytes) of a first packet that is larger than eight bytes is transmitted on the first portion of the bus 115 and an eight byte packet is transmitted on the second portion of the bus 115; (4) an end (e.g., last eight bytes) of a first packet that is greater than eight bytes is transmitted on the first portion of the bus 115 and a beginning (e.g., first eight bytes) of a second packet that is greater than eight bytes is transmitted on the second portion of the bus 115; (5) the start (e.g., first sixteen bytes) of a packet that is greater than sixteen bytes is transmitted on the bus 115; (6) a center portion (e.g., a portion other than the first or last eight bytes) of a packet that is greater than sixteen bytes is transmitted on the bus 115; or (7) an end (e.g., the last sixteen bytes) of packet that is greater than sixteen bytes is transmitted on the bus. In this manner, one or more portions of a data packet may be presented on the bus 115 using varying widths (e.g., eight or sixteen bytes of the packet may be presented on the bus at one time). The second control logic 121 may determine whether one or more portions of a plurality of packets are transmitted on the bus 115 by determining whether a flag (e.g., bit) indicating, for example, an end of packet is set in one or more portions of the one or more packets transmitted on the bus 115.
  • As stated, the receive CRC logic 123 may remove and store a CRC value inserted (e.g., by transmit CRC logic 119) into a received variable-width packet before performing CRC on such packet.
  • If a portion of the bus 115 is transmitting a start of a packet, an initial CRC value of logic “1”s may be input by the CRC logic 307, 329 corresponding to that portion. However, if a portion of the bus 115 is not transmitting the start of a packet, a partial or intermediate CRC value representing a CRC performed on a portion of the packet previously transmitted on the bus 115 is input by the CRC logic 307, 329. If a portion of the bus 115 is transmitting an end of a packet, logic “0”s may be input by the CRC logic 307, 329 corresponding to that portion to represent the last two bytes of data transmitted by that portion of the bus 115. In this manner, the CRC value (e.g., pre-transfer CRC value) computed by the transmit CRC logic 119 may be removed from the packet before the receive CRC logic 123 computes an post-transfer CRC value for the packet. However, if a portion of the bus 115 is not transmitting an end of a packet, the CRC logic 307, 329 corresponding to that portion inputs the last two bytes of the data.
  • As illustrated by the first row 215 of the table 201, the second control logic 121 may determine a first eight byte packet is transmitted on a first portion (e.g., a first eight bytes) of the bus 115 and a second eight byte packet is transmitted on a second portion (e.g., a second eight bytes) of the bus 115. Because the data transmitted on the first portion of the bus 115 represents both the end and start of a data packet (e.g., a complete packet), the second control logic 121 provides a control signal to the second multiplexer 317 such that the second multiplexer 317 outputs logic “1”s as an initial CRC value for the first CRC logic 307 and provides a control signal to the first multiplexer 309 such that the first multiplexer 309 outputs logic “0”s. Based on such inputs by the first CRC logic 307, the first CRC logic 307 outputs a CRC result for the data packet transmitted on the first portion of the bus 115.
  • Similarly, because the data transmitted on the second portion of the bus 115 represents both the end and start of a data packet (e.g., a complete packet), the second control logic 121 provides a control signal to the fourth multiplexer 343 such that the fourth multiplexer 343 outputs logic “1”s as an initial CRC value for the second CRC logic 329 and provides a control signal to the third multiplexer 333 such that the third multiplexer 333 inputs logic “0”s. Based on such inputs by the second CRC logic 329, the second CRC logic 329 outputs a CRC result for the data packet transmitted on the second portion of the bus 115. Because the CRC performed by the first 307 and second CRC logic 329 do not depend on each other, the receive CRC logic 123 may perform CRC on data transmitted on the first and second portions of the bus 115 in parallel.
  • As illustrated by the second row 217 of the table 201, the second control logic 121 may determine a first eight byte packet is transmitted on the first portion of the bus 115 and the start (e.g., the first eight bytes) of a second packet that is larger than eight bytes is transmitted on the second portion of the bus 115. Because the data transmitted on the first portion of the bus 115 represents both the end and start of a data packet (e.g., a complete packet), the second control logic 121 provides a control signal to the second multiplexer 317 such that the second multiplexer 317 outputs logic “1”s as an initial CRC value for the first CRC logic 307 and provides a control signal to the first multiplexer 309 such that the first multiplexer 309 outputs logic “0”s. Based on such inputs by the first CRC logic 307, the first CRC logic 307 outputs a CRC result for the data packet transmitted on the first portion of the bus 115.
  • However, because the data transmitted on the second portion of the bus 115 represents the start but not the end of the second packet, the second control logic 121 provides a control signal to the fourth multiplexer 343 such that the fourth multiplexer 343 outputs logic “1”s as an initial CRC value for the second CRC logic 329 and provides a control signal to the third multiplexer 333 such that the third multiplexer 333 outputs the last two bytes of the data transmitted on the second portion of the bus 115. Based on such inputs by the second CRC logic 329, the second CRC logic 329 outputs a CRC result (e.g., a partial CRC result) for the portion of the data packet transmitted on the second portion of the bus 115. Because the CRC performed by the first 307 and second CRC logic 329 do not depend on each other, the receive CRC logic 123 may perform CRC on data transmitted on the first portion and a partial CRC on data transmitted on the second portion of the bus 115 in parallel.
  • As illustrated by the third row 217 of the table 201, the second control logic 121 may determine an end (e.g., last eight bytes) of a first packet that is larger than eight bytes is transmitted on the first portion of the bus 115 and an eight byte packet is transmitted on the second portion of the bus 115. Because data transmitted on the first portion of the bus 115 represents the end but not the beginning of the first packet, the second control logic 121 provides a control signal to the second multiplexer 317 such that the second multiplexer 317 outputs a partial CRC result provided by the second CRC logic output 353 as an initial CRC value for the first CRC logic 309 and provides a control signal to the first multiplexer 309 such that the first multiplexer 309 outputs logic “0”s. Based on such inputs by the first CRC logic 307, the first CRC logic 307 outputs a CRC result for the data packet transmitted on the first portion of the bus 115.
  • However, because the data transmitted on the second portion of the bus 115 represents both the end and start of a data packet (e.g., a complete packet), the second control logic 121 provides a control signal to the fourth multiplexer 343 such that the fourth multiplexer 343 outputs logic “1”s as an initial CRC value for the second CRC logic 329 and provides a control signal to the third multiplexer 333 such that the third multiplexer 333 outputs logic “0”s. Based on such inputs by the second CRC logic 329, the second CRC logic 329 outputs a CRC result for the data packet transmitted on the second portion of the bus 115. Because the CRC performed by the first 307 and second CRC logic 329 do not depend on each other, the receive CRC logic 123 may perform CRC on data transmitted on the first and second portions of the bus 115 in parallel.
  • As illustrated by the fourth row 221 of the table 201, the second control logic 121 may determine an end (e.g., last eight bytes) of a first packet that is greater than eight bytes is transmitted on the first portion of the bus 115 and a start (e.g., first eight bytes) of a second packet that is greater than eight bytes is transmitted on the second portion of the bus 115. Because the data transmitted on the first portion of the bus 115 represents the end but not the beginning of the first packet, the second control logic 121 provides a control signal to the second multiplexer 317 such that the second multiplexer 317 outputs a partial CRC provided by the second CRC logic output 353 as an initial CRC value for the first CRC logic 307 and provides a control signal to the first multiplexer 309 such that the first multiplexer 309 outputs logic “0”s. Based on such inputs by the first CRC logic 307, the first CRC logic 307 outputs a CRC result for the data packet transmitted on the first portion of the bus 115.
  • However, because the data transmitted on the second portion of the bus 115 represents the beginning but not the end of the second packet, the second control logic 121 provides a control signal to the fourth multiplexer 343 such that the fourth multiplexer 343 outputs logic “1”s as an initial CRC value for the second CRC logic 329 and provides a control signal to the third multiplexer 333 such that the third multiplexer 333 outputs the last two bytes of data transmitted on the second portion of the bus 115. Based on such inputs by the second CRC logic 329, the second CRC logic 329 outputs a CRC result (e.g., a partial CRC result) for the portion of the second data packet transmitted on the second portion of the bus 115. Because the CRC performed by the first 307 and second CRC logic 329 do not depend on each other, the receive CRC logic 123 may perform CRC on data transmitted on the first and second portions of the bus 115 in parallel.
  • As illustrated by the fifth row 223 of the table 201, the second control logic 121 may determine the start (e.g., first sixteen bytes) of a packet that is greater than sixteen bytes is transmitted on the bus 115. Because the data transmitted on the first portion of the bus 115 represents the start but not the end of the packet, the second control logic 121 provides a control signal to the second multiplexer 317 such that the second multiplexer 317 outputs logic “1”s as an initial CRC value for the first CRC logic 307 and provides a control signal to the first multiplexer 309 such that the first multiplexer 309 outputs the last two bytes of the data transmitted on the first portion of the bus 115. Based on such inputs by the first CRC logic 307, the first CRC logic 307 outputs a CRC result (e.g., partial CRC result) for the portion of the data packet transmitted on the first portion of the bus 115, which as stated above, is provided on the first input 345 of the fourth multiplexer 343.
  • However, because the data transmitted on the second portion of the bus 115 represents neither the start nor the end of the packet, the second control logic 121 provides a control signal to the fourth multiplexer 343 such that the fourth multiplexer 343 outputs the partial CRC provided by the first CRC logic output 327 and provides a control signal to the third multiplexer 333 such that the third multiplexer 309 outputs the last two bytes of data transmitted on the second portion of the bus 115. Based on such inputs by the second CRC logic 329, the second CRC 329 outputs a CRC result (e.g., a partial CRC result) for the portion of the packet transmitted on the bus 115. Because the second CRC logic 329 may not perform CRC without the result (e.g., partial CRC result) of the CRC performed by the first CRC logic 307, the first 307 and second CRC logic 329 perform CRC in cascade in the manner described above.
  • As illustrated by the sixth row 225 of the table 201, the second control logic 121 may determine a center portion (e.g., a portion other than the first or last eight bytes) of a packet that is greater than sixteen bytes is transmitted on the bus 115. Because the data transmitted on the first portion of the bus 115 represents neither the start nor the end of the packet, the second control logic 121 provides a control signal to the second multiplexer 317 such that the second multiplexer 317 outputs a partial CRC result provided by the second CRC logic output 353 and provides a control signal to the first multiplexer 309 such that the first multiplexer 309 outputs the last two bytes of data transmitted on the first portion of the bus 115. Based on such inputs by the first CRC logic 307, the first CRC logic 307 outputs a CRC result (e.g., a partial CRC result) for the portion of the data packet transmitted on the first portion of the bus 115, which as stated above, is provided on the first input 345 of the fourth multiplexer 343.
  • Similarly, because the data transmitted on the second portion of the bus 115 represents neither the start nor the end of the packet, the second control logic 121 provides a control signal to the fourth multiplexer 343 such that the fourth multiplexer 343 outputs the partial CRC provided by the first CRC logic output 349 and provides a control signal to the third multiplexer 333 such that the third multiplexer 333 outputs the last two bytes of data transmitted on the second portion of the bus 115. Based on such inputs by the second CRC logic 329, the second CRC logic 329 outputs a CRC result (e.g., a partial CRC result) for the portion of the packet transmitted on the bus 115. Because the second CRC logic 329 may not perform CRC without the result (e.g., partial CRC result) of the CRC performed by the first CRC logic 307, the first 307 and second CRC logic 329 perform CRC in cascade in the manner described above.
  • As illustrated by the seventh row 225 of the table 201, the second control logic 121 may determine an end (e.g., the last sixteen bytes) of a packet that is greater than sixteen bytes is transmitted on the bus 115. Because the data transmitted on the first portion of the bus 115 represents neither the start nor the end of the packet, the second control logic 121 provides a control signal to the second multiplexer 317 such that the second multiplexer 317 outputs a partial CRC result provided by the second CRC logic output 353 and provides a control signal to the first multiplexer 309 such that the first multiplexer 309 outputs the last two bytes of data transmitted on the first portion of the bus 115. Based on such inputs by the first CRC logic 307, the first CRC logic 307 outputs a CRC result (e.g., a partial CRC result) for the portion of the data packet transmitted on the first portion of the bus 115, which as stated above, is provided on the first input 345 of the fourth multiplexer 343.
  • However, because the data transmitted on the second portion of the bus 115 represents the end but not the start of the packet, the second control logic 121 provides a control signal to the fourth multiplexer 343 such that the fourth multiplexer 343 outputs the partial CRC provided by the first CRC logic output 349 and provides a control signal to the third multiplexer 333 such that the third multiplexer 333 outputs logic “0”s. Based on such inputs by the second CRC logic 329, the second CRC logic 329 outputs a CRC result for the data packet transmitted on the bus 115. Because the second CRC logic 329 may not perform CRC without the result (e.g., partial CRC result) of the partial CRC performed by the first CRC logic 307, the first 307 and second CRC logic 329 perform CRC in cascade in the manner described above.
  • Through use of the present methods and apparatus, CRC may be performed on packets that may be presented on the bus using varying widths (e.g., variable-width packets) using a single logic circuit 123, thereby eliminating the need for a separate logic circuit for performing CRC on packets of each possible packet width. The logic (e.g., receive CRC logic 123) is adapted to dynamically reconfigure itself to perform CRC on a data packet transmitted on the bus in one or more of the different ways described above. Therefore, the present methods and apparatus provide dynamic reconfigurability of CRC control based on the data packet.
  • The foregoing description discloses only exemplary embodiments of the invention. Modifications of the above disclosed apparatus and methods which fall within the scope of the invention will be readily apparent to those of ordinary skill in the art. For instance, although the receive CRC logic 123 is described, the structure and operation of the transmit CRC logic 119 may be similar. Some or all of the logic described above, such as transmit side logic 107, 109, receive side logic 111, 113, first control logic 117, transmit CRC logic 119, second control logic 121, receive CRC logic 123, first CRC logic 307 and second CRC logic 329 may include any suitable combination of logic, registers, memory or the like, and in at least one embodiment, may comprise or be part of application specific integrated circuit (ASIC). Further, in some embodiments, the second control logic 121 may determine the start and end of a packet (e.g., a sixteen byte packet), which is as wide as the bus, is transmitted on the bus 115. In such embodiments, a CRC may be performed on one or more portions of the packet transmitted on the first portion of the bus 115 to obtain a first partial CRC result, and a CRC may be performed on one or more portions of the packet transmitted on the second portion of the bus based on the first partial CRC result to obtain a CRC result for the packet.
  • In a broader aspect, the present invention provides methods of and apparatus for (1) transmitting data on a bus, wherein data is presented on the bus using varying widths; (2)
  • configuring a cyclic redundancy check (CRC) to be performed on the data based on the manner in which data is presented on the bus; and (3) performing the CRC on the data.
  • The CRC may be performed on the data in parallel or cascade.
  • Accordingly, while the present invention has been disclosed in connection with exemplary embodiments thereof, it should be understood that other embodiments may fall within the spirit and scope of the invention, as defined by the following claims.

Claims (4)

1. A method comprising:
transmitting data on a bus, wherein data is presented on the bus using varying widths;
configuring a cyclic redundancy check (CRC) to be performed on the data based on the manner in which the data is presented on the bus; and
performing the CRC on the data.
2. The method of claim 1 wherein configuring a cyclic redundancy check (CRC) to be performed on the data based on the manner in which the data is presented on the bus includes configuring the cyclic redundancy check (CRC) to be performed on the data in parallel or cascade.
3. An apparatus comprising:
a bus for transmitting data;
CRC logic, coupled to the bus, for performing CRC on data received from the bus; and
control logic, coupled to the bus and CRC logic, for providing control signals to the CRC logic;
wherein the apparatus is adapted to:
transmit data on the bus, wherein data is presented on the bus using varying widths;
configure a cyclic redundancy check (CRC) to be performed on the data based on the manner in which data is presented on the bus; and
perform the CRC on the data.
4. The apparatus of claim 3 wherein the apparatus is further adapted to configure the cyclic redundancy check (CRC) to be performed on the data in parallel or cascade.
US11/757,176 2004-12-17 2007-06-01 Methods and apparatus for dynamically reconfigurable parallel data error checking Abandoned US20070234191A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/757,176 US20070234191A1 (en) 2004-12-17 2007-06-01 Methods and apparatus for dynamically reconfigurable parallel data error checking

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/016,217 US7260765B2 (en) 2004-12-17 2004-12-17 Methods and apparatus for dynamically reconfigurable parallel data error checking
US11/757,176 US20070234191A1 (en) 2004-12-17 2007-06-01 Methods and apparatus for dynamically reconfigurable parallel data error checking

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/016,217 Division US7260765B2 (en) 2004-12-17 2004-12-17 Methods and apparatus for dynamically reconfigurable parallel data error checking

Publications (1)

Publication Number Publication Date
US20070234191A1 true US20070234191A1 (en) 2007-10-04

Family

ID=36597623

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/016,217 Expired - Fee Related US7260765B2 (en) 2004-12-17 2004-12-17 Methods and apparatus for dynamically reconfigurable parallel data error checking
US11/757,176 Abandoned US20070234191A1 (en) 2004-12-17 2007-06-01 Methods and apparatus for dynamically reconfigurable parallel data error checking

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US11/016,217 Expired - Fee Related US7260765B2 (en) 2004-12-17 2004-12-17 Methods and apparatus for dynamically reconfigurable parallel data error checking

Country Status (1)

Country Link
US (2) US7260765B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090132863A1 (en) * 2007-10-29 2009-05-21 Arm Limited Packing trace protocols within trace streams

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7653842B2 (en) * 2004-12-15 2010-01-26 Fluke Corporation CRC format automatic detection and setting
DE102005055428B4 (en) * 2005-11-21 2008-01-31 Siemens Ag Bus module for connection to a bus system and use of such a bus module in an AS-i bus system
US20110283155A1 (en) * 2010-05-11 2011-11-17 Electronics And Telecommunications Research Institute Apparatus and method for transmitting/receiving data in a communication system
US8745476B1 (en) 2010-10-13 2014-06-03 Marvell Israel (M.I.S.L.) Ltd. Systems and methods for cyclic redundancy check implementation

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6237124B1 (en) * 1998-03-16 2001-05-22 Actel Corporation Methods for errors checking the configuration SRAM and user assignable SRAM data in a field programmable gate array
US7191383B2 (en) * 2003-03-28 2007-03-13 International Business Machines Corporation System and method for optimizing iterative circuit for cyclic redundancy check (CRC) calculation

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4573045A (en) 1983-01-24 1986-02-25 Intel Corporation Collision detection method using CRC code
US6449699B2 (en) 1999-03-29 2002-09-10 International Business Machines Corporation Apparatus and method for partitioned memory protection in cache coherent symmetric multiprocessor systems
US6530057B1 (en) * 1999-05-27 2003-03-04 3Com Corporation High speed generation and checking of cyclic redundancy check values
US6701478B1 (en) * 2000-12-22 2004-03-02 Nortel Networks Limited System and method to generate a CRC (cyclic redundancy check) value using a plurality of CRC generators operating in parallel
US6820174B2 (en) 2002-01-18 2004-11-16 International Business Machines Corporation Multi-processor computer system using partition group directories to maintain cache coherence
US7103748B2 (en) 2002-12-12 2006-09-05 International Business Machines Corporation Memory management for real-time applications
US6820143B2 (en) 2002-12-17 2004-11-16 International Business Machines Corporation On-chip data transfer in multi-processor system
US6961820B2 (en) 2003-02-13 2005-11-01 International Business Machines Corporation System and method for identifying and accessing streaming data in a locked portion of a cache
US6862027B2 (en) 2003-06-30 2005-03-01 Microsoft Corp. System and method for parallel execution of data generation tasks

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6237124B1 (en) * 1998-03-16 2001-05-22 Actel Corporation Methods for errors checking the configuration SRAM and user assignable SRAM data in a field programmable gate array
US7191383B2 (en) * 2003-03-28 2007-03-13 International Business Machines Corporation System and method for optimizing iterative circuit for cyclic redundancy check (CRC) calculation

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090132863A1 (en) * 2007-10-29 2009-05-21 Arm Limited Packing trace protocols within trace streams
US8001428B2 (en) * 2007-10-29 2011-08-16 Arm Limited Packing trace protocols within trace streams

Also Published As

Publication number Publication date
US7260765B2 (en) 2007-08-21
US20060136801A1 (en) 2006-06-22

Similar Documents

Publication Publication Date Title
CN102405598B (en) Programmable crc unit
US20070234191A1 (en) Methods and apparatus for dynamically reconfigurable parallel data error checking
JPH0831802B2 (en) CRC bit calculation device and CRC bit calculation method
US20080168323A1 (en) Pipelined Cyclic Redundancy Check for High Bandwith Interfaces
EP2013975B1 (en) Configurable parallel computation of cyclic redundancy check (crc) codes
US5428749A (en) Event signalling system and method for processor system having central memory unit
US7571370B2 (en) Configurable, fast, 32-bit CRC generator for 1-byte to 16-bytes variable width input data
JP3663846B2 (en) Base board, power supply unit mounted on it, and CPU unit
US8984385B1 (en) Systems and methods for cyclic redundancy check implementation
US5671238A (en) Method and circuitry for generating r-bit parallel CRC code for an l-bit data source
US20020124226A1 (en) Arithmetic operation method for cyclic redundancy check and arithmetic operation circuit for cyclic redundancy check
US7602810B2 (en) Transmission of generic digital messages through a microprocessor monitoring circuit
US6343306B1 (en) High speed one's complement adder
US6675181B1 (en) Method and apparatus for determining a byte select vector for a crossbar shifter
US5941982A (en) Efficient self-timed marking of lengthy variable length instructions
CN106411564A (en) Apparatus and method for detecting ethernet frame
US20100070719A1 (en) Slave and a master device, a system incorporating the devices, and a method of operating the slave device
US7319624B2 (en) Memory built in self test circuit and method for generating a hardware circuit comprising the routing boxes thereof
US20020053055A1 (en) Semiconductor device having a test mode
JP2513219B2 (en) Processor for data processing
US20030097645A1 (en) On-chip diagnostic system, integrated circuit and method
US6981206B1 (en) Method and apparatus for generating parity values
US11528164B2 (en) Method for operating a network subscriber and network subscriber
JPH10187585A (en) Electronic circuit configuration for address word discrimination
US8150949B2 (en) Computing apparatus

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION