Altera_Forum
Honored Contributor
9 years agoXAUI Tx lane reversal
Hi everyone,
I designed a board with Arria V GX on it. I have mistakenly reversed (In relation to Rx) the XAUI Tx lanes on my new board. The compilation fails for the current pin layout. When I reverse the Tx lanes, compilation succeeds, as expected. I noticed in "Altera Transceiver PHY IP Core User Guide" 7-13 that: xgmii_tx_dc[71:0] contains 4 lanes of data and control for xgmii. each lane consists of 16 bits of data and 2 bits of control. • lane 0–[7:0]/[8], [43:36]/[44] • lane 1–[16:9]/[17], [52:45]/[53] • lane 2–[25:18]/[26], [61:54]/[62] • lane 3–[34:27]/[35],[70:63]/[71] My question is: Can I use the above mentioned fact to reverse the lanes in the xgmii_tx_dc bus and compensate for the serial Tx lanes? Will it affect the link fault mechanism? Thanks, Dror