Forum Discussion
IMura
Occasional Contributor
7 years agounderstanding the transceiver "RX word aligner pattern"
I am using the Arria10 transceiver using the standard PCS, 8bits FGPA/Standard PCS int width and 10 bit PCS/PMA int width. Other parameters as follow : 10b/8b Encoder and decoder enabled Rx word a...
CheepinC_altera
Regular Contributor
7 years agoHi,
As I understand it, you have some inquiries related to the RX word alignment pattern. For your information, when the 8b10b blocks are enabled, the pattern used in the RX word alignment is the 10b encoded pattern of the 8b input data to TX parallel input. For example, 0x17C is the 10b version of 0xBC. Therefore, at the TX parallel input, you will feed 0xBC. TX will encode this data into 0x17C and send it to the RX through serial link.
Please let me know if there is any concern. Thank you.