OpenCores

8b10b Encoder/Decoder

Issue List
5 LS bits are encoded fisrt #2
Open erabbit opened this issue about 11 years ago
erabbit commented about 11 years ago

The pdf file "8b10b_encdec_v1d0" released with the src code is wrong about the squence of 5 LSB and 3 MSB during encoding process.

The pdf says so: "The MS 3 character bits are encoded by an internal 3b/4b encoder and the disparity, or difference in 1's and 0's is determined. The 5 LS bits are encoded by an internal 4b/5b encoder depending upon the disparity value from the previous 3b/4b coding."

Actually, the 5 LS bits are encoded fisrt, and the 3 MS bits are encoded according to the RD of the 5b/6b encoding result. I figured this with the simulation of my project using the 8b10b codec.

See the 8b/10b encoding page on wikipedia for more, it helps me make sure.

sanjeevreddi commented about 8 years ago

i want internal architechure of 8 to 10bit encoding and decoding


Assignee
No one
Labels
Bug