The disclosure herein relates generally to electronic communications, and more particularly to coding and decoding received data in electronic communications.
Transferring information between computers and other electronic devices can be implemented using any of a variety of different standards and technologies. Channel coding and error correction techniques can be used to reduce errors in received signals introduced from distortion and other disturbances. Such coding and error correction can be implemented using an encoder and a decoder at the ends of the transmission channel.
One increasingly popular communication standard is 10 Gigabit Ethernet, with a nominal data rate of 10 Gbit/s. 10GBASE-T is one such standard used to provide 10 gigabit per second connections over unshielded or shielded twisted pair cables.
As shown in
The resulting frame is mapped to 128-DSQ symbols, and the resulting DSQ symbols are then precoded using THP. Each of these 512 128-DSQ symbols are then transmitted as a pair of PAM-16 symbols (x-axis and y-axis), to create 1024 symbols (3584 bits). The constellation for 128-DSQ symbols is shown in
The receiver unscrambles a received frame and decodes the coded bits. Any of several decoding algorithms for LDPC codes can be used in the receiver to decode the received coded bits. For example, iterative decoders are often used to converge on a correct decoded value. In one implementation, LDPC decoding is performed in the receiver using a soft-decision, message-passing algorithm. The bits are treated as continuous variables which represent the probability of the value being a 0 or a 1, and the continuous variables are represented in the decoding algorithm as Log Likelihood Ratios (LLRs). The message passing algorithm sets the variable nodes to the soft receive LLRs, calculates the syndrome LLRs given the variable LLRs, updates the variable LLRs with the new syndrome information, and iterates in this same way until a convergence is reached (e.g., check bits are zero). Using the 10GBASE-T transmission scheme, it is possible to have very low bit error rates that come very close to the Shannon limit of the communication channel.
While the transmission scheme described above works well for its intended applications, it would be desirable to utilize the 10GBASE-T frame structure for data rate transmissions that are less than 10 Gbps, such as 5 Gbps or lower.
Embodiments of methods of signaling along a high-speed Ethernet link are disclosed. In one embodiment, a BASE-T Ethernet transceiver is disclosed. The transceiver includes a BASE-T Ethernet transmit circuit that employs a data framing module. The data framing module includes an input interface to receive Ethernet block data bits, and a forward error correction encoder coupled to the logic to encode at least a first portion of the data bits to generate first error check bits. A Reed-Solomon (RS) encoder is coupled to the logic to encode at least a second portion of the data bits in accordance with a Reed-Solomon error code to generate second error check bits. A symbol mapper modulates the Ethernet block data bits in accordance with an SQ64 constellation comprising back-to-back PAM8 symbols.
The inventor has discovered that by re-organizing the various groups of bits in a given 10GBASE-T transport frame, utilizing sparser constellations such as PAM8 frees up bits within the frame, thus enabling the use of error detection correction coding such as Reed-Solomon coding that may utilize the additional bit locations in the frame. This adds significant coding gain to the frame for more robust data transmissions.
In PAM8 modulation, every 8-level symbol represents 3 bits of data.
Referring back to the Coset Partitioning approach shown in
Although MSB points have generally large SNR margins, in certain environments where there are large impulse noises, they may also get corrupted. So depending on the use cases and environments that the target communication channel is deployed, the coding scheme may need to adequately protect MSBs as well. The amount of protection may generally be determined by the length of symbols that an impulse event is large enough to corrupt the symbols MSBs. Typically, the nature of such impulses is contained in time and corrupts a certain group of back to back symbols in a channel, as opposed to fully-random white Guassian noise.
Referring to
Transmission Efficiency (All LDPC Coded)=3392/1368=2.479 bits/Symbol
If we want to get an effective 5 Gbps throughput from it over a BASE-T channel, with four pairs running full-duplex, we would need a symbol rate of:
Symbol Rate=5 Gbps/(4×2.479)=˜505 MS/s
As an overview, Reed-Solomon error coding schemes are block-based error control codes, built using Galois field elements. Galois fields can be constructed from powers of prime numbers. 2N is a very popular choice, which leads to a maximum block size of 2N−1 symbols. For example, 28 gives a maximum block size of 255 bytes. The general format is M data symbols plus 2T check symbols.
For Reed-Solomon codes, the 2T check symbols can locate and correct T errored symbols, and detect the presence of 2T errored symbols. One way to look at this is that for each errored symbol, we need one symbol to locate the error within the block, and another symbol to contain the correction. The code is described as RS2N (“Total symbols”, “Payload symbols”). For example, the code RS256(128, 110) would have 110 payload bytes in a frame with 18 check bytes capable of correcting 9 bytes in the frame. The optimal RS block size is usually chosen such that 2N symbols are just slightly larger than the number of symbols you have to correct. This generally maximizes the number of correctable symbols within the block.
As noted, the FEC overhead for the MSB bits are less than half that of the LSB bits (144/325=0.44). In the case of BASE-T applications that the channel has 4 pairs, the number of symbols per frame is selected to be divisible by 4 such that each frame is divided properly into the 4 lanes as explained earlier. In this scheme, the net input data bits to the system are 2560 that are transferred over 512 SQ64 (or 1024 PAM8) symbols. Therefore, the net data throughput for this system with all bit decoded the same is
Transmission Efficiency (LDPC+RS Combo)=2560/1024=5 bits/SQ64=2.5 bits/PAM8
If we want to get an effective 5 Gbps throughput from it over a BASE-T channel, with four pairs running full-duplex, we would need a symbol rate of:
Symbol Rate=5 Gbps/(4×2.5)=500 MS/s
So although the overhead of the RS code for the MSBs is ˜40% that of a LDPC code, the final net data throughput between the two schemes only leads to <1% difference. This 1% is a fair price to pay to gain an additional 1 dB of coding gain for the first case of Gray-coded PAM8 with all bits LDPC decoded. However, there are other considerations for the final selection of the modulation and FEC framing scheme. For example, in a BASE-T application that the PHY needs to be interoperable with all legacy speed modes, switching to a random frame time may complicate the system clocking boundaries and thus extra hardware and elastic buffers to address the rate and clock mismatch.
With continued reference to
The symbols are then transmitted at a desired symbol rate by a transmitter 924 across plural physical channels CHN A, CHN B, CHN C and CHN D. The transmit symbol rate for one embodiment may be matched to the expected rated bandwidth (half the symbol rate) of the physical channels provided by the cable. Other data rates may be utilized by varying the symbol rate and/or the symbol mapping scheme.
At the receive side of the channel, an inverse process is carried out by a receiver link partner to retrieve the data and to decode the contents. The Reed-Solomon coding described above enables for corrections to up to nine 8-bit blocks that are in error, while still utilizing the transport frame corresponding to the 10GBASE-T standard.
Those having skill in the art will appreciate the many benefits and advantages afforded by the embodiments presented herein. Of significant benefit is the ability to reuse 10GBASE-T transport frame structures for data rates that are less than 10 Gbps.
In the foregoing description and in the accompanying drawings, specific terminology and drawing symbols have been set forth to provide a thorough understanding of the present invention. In some instances, the terminology and symbols may imply specific details that are not required to practice the invention. For example, any of the specific numbers of bits, signal path widths, signaling or operating frequencies, component circuits or devices and the like may be different from those described above in alternative embodiments. Also, the interconnection between circuit elements or circuit blocks shown or described as multi-conductor signal links may alternatively be single-conductor signal links, and single conductor signal links may alternatively be multi-conductor signal links. Signals and signaling paths shown or described as being single-ended may also be differential, and vice-versa. Similarly, signals described or depicted as having active-high or active-low logic levels may have opposite logic levels in alternative embodiments. Component circuitry within integrated circuit devices may be implemented using metal oxide semiconductor (MOS) technology, bipolar technology or any other technology in which logical and analog circuits may be implemented.
With respect to terminology, a signal is said to be “asserted” when the signal is driven to a low or high logic state (or charged to a high logic state or discharged to a low logic state) to indicate a particular condition. Conversely, a signal is said to be “deasserted” to indicate that the signal is driven (or charged or discharged) to a state other than the asserted state (including a high or low logic state, or the floating state that may occur when the signal driving circuit is transitioned to a high impedance condition, such as an open drain or open collector condition). A signal driving circuit is said to “output” a signal to a signal receiving circuit when the signal driving circuit asserts (or deasserts, if explicitly stated or indicated by context) the signal on a signal line coupled between the signal driving and signal receiving circuits. A signal line is said to be “activated” when a signal is asserted on the signal line, and “deactivated” when the signal is deasserted. Additionally, the prefix symbol “/” attached to signal names indicates that the signal is an active low signal (i.e., the asserted state is a logic low state). A line over a signal name (e.g., ‘ ’) is also used to indicate an active low signal. The term “coupled” is used herein to express a direct connection as well as a connection through one or more intervening circuits or structures. Integrated circuit device “programming” may include, for example and without limitation, loading a control value into a register or other storage circuit within the device in response to a host instruction and thus controlling an operational aspect of the device, establishing a device configuration or controlling an operational aspect of the device through a one-time programming operation (e.g., blowing fuses within a configuration circuit during device production), and/or connecting one or more selected pins or other contact structures of the device to reference voltage lines (also referred to as strapping) to establish a particular device configuration or operation aspect of the device. The term “exemplary” is used to express an example, not a preference or requirement.
While the invention has been described with reference to specific embodiments thereof, it will be evident that various modifications and changes may be made thereto without departing from the broader spirit and scope of the invention. For example, features or aspects of any of the embodiments may be applied, at least where practicable, in combination with any other of the embodiments or in place of counterpart features or aspects thereof. Accordingly, the specification and drawings are to be regarded in an illustrative rather than a restrictive sense.
This Application claims the benefit of priority under 35 U.S.C. 119(e) to Provisional Application No. 62/130,489, filed Mar. 9, 2015, entitled HIGH-SPEED ETHERNET CODING, and is expressly incorporated by reference herein.
Number | Name | Date | Kind |
---|---|---|---|
5680400 | York | Oct 1997 | A |
6052385 | Kanerva | Apr 2000 | A |
6081523 | Merchant et al. | Jun 2000 | A |
6111890 | Rao | Aug 2000 | A |
6195360 | Raza et al. | Feb 2001 | B1 |
7027407 | Diepstraten et al. | Apr 2006 | B2 |
7324511 | Nishihara | Jan 2008 | B2 |
7525992 | Shachal | Apr 2009 | B1 |
7567620 | Rozental | Jul 2009 | B2 |
7593431 | Lo et al. | Sep 2009 | B1 |
7693240 | Mezer | Apr 2010 | B2 |
7720075 | Costo | May 2010 | B2 |
7782852 | Tellado et al. | Aug 2010 | B2 |
8112646 | Tsai | Feb 2012 | B2 |
8201005 | Wertheimer et al. | Jun 2012 | B2 |
8218612 | Chien | Jul 2012 | B2 |
8243752 | Barkan | Aug 2012 | B2 |
8276013 | Diab et al. | Sep 2012 | B2 |
8320411 | Sedarat et al. | Nov 2012 | B1 |
9001872 | Farjadrad | Apr 2015 | B1 |
9143142 | Meagher | Sep 2015 | B2 |
9564990 | Tiruvur | Feb 2017 | B1 |
20020006167 | McFarland | Jan 2002 | A1 |
20020119783 | Bourlas et al. | Aug 2002 | A1 |
20030016797 | Zakrzewski | Jan 2003 | A1 |
20030040298 | Heatley | Feb 2003 | A1 |
20040184810 | Spilman et al. | Sep 2004 | A1 |
20050018784 | Kurobe | Jan 2005 | A1 |
20050030808 | Brown et al. | Feb 2005 | A1 |
20050055467 | Campana et al. | Mar 2005 | A1 |
20050058152 | Oksanen et al. | Mar 2005 | A1 |
20050105545 | Thousand et al. | May 2005 | A1 |
20050152466 | Maltsev et al. | Jul 2005 | A1 |
20050259685 | Chang et al. | Nov 2005 | A1 |
20050286521 | Chiang | Dec 2005 | A1 |
20060109784 | Weller et al. | May 2006 | A1 |
20060153307 | Brown et al. | Jul 2006 | A1 |
20060215561 | Wang et al. | Sep 2006 | A1 |
20070192505 | Dalmia | Aug 2007 | A1 |
20070248024 | Conway et al. | Oct 2007 | A1 |
20080095188 | Remy | Apr 2008 | A1 |
20080151792 | Taich | Jun 2008 | A1 |
20080187028 | Lida | Aug 2008 | A1 |
20080294919 | Lida et al. | Nov 2008 | A1 |
20090080459 | Barkan | Mar 2009 | A1 |
20090150745 | Langner | Jun 2009 | A1 |
20090282277 | Sedarat | Nov 2009 | A1 |
20100075704 | McHenry et al. | Mar 2010 | A1 |
20100115295 | Diab | May 2010 | A1 |
20100188980 | Desai et al. | Jul 2010 | A1 |
20100241923 | Wang et al. | Sep 2010 | A1 |
20110249687 | Diab et al. | Oct 2011 | A1 |
20120026922 | Diab | Feb 2012 | A1 |
20120063295 | Bliss | Mar 2012 | A1 |
20120106345 | Diab | May 2012 | A1 |
20120170591 | Diab et al. | Jul 2012 | A1 |
20120188894 | Huschke et al. | Jul 2012 | A1 |
20130058363 | Ghiasi | Mar 2013 | A1 |
20130070823 | Malkin et al. | Mar 2013 | A1 |
20140040704 | Wu et al. | Feb 2014 | A1 |
20150030337 | Mateosky | Jan 2015 | A1 |
20150067380 | Zhan et al. | Mar 2015 | A1 |
20150207539 | Chini | Jul 2015 | A1 |
Entry |
---|
Ken Christense et al., IEEE 802.3az The Road to Energy Efficient Ethernet, IEEE Communications Magazine, Nov. 2010, 7 Pages. |
Hugh Barrass, EEE Exchange of Management Information, IEEE 802.3az EEE Task Force, Mar. 2009, Vancouver, British Columbia, 11 Pages. |
Nariman Yousefi, Multi Rate PHY, IEEE Meeting Slides, Jul. 2003, 14 pages. |
Zhang et al; IEEE Apr. 2010; pp. 843-855; “An Efficient 10GBASE-T Ethernet LDPC Decoder Design with Low Error Floors”. |
Mankar et al.; ACEEE, Proc of Intl. Conf. on Recent Trends in Information, Telecommunication and Computing, ITC; 5 pages; “Algorithms and Architectures for Reduced Complexity LDPC Decoding”. |
Number | Date | Country | |
---|---|---|---|
62130489 | Mar 2015 | US |