Forum Discussion
Songokuu
New Contributor
7 years agoALTLVDS_TXのワード境界とビットオーダーについて教えてください。
Please tell me about word boundary and bit order of ALTLVDS_TX. In the simple "condition" as shown below, can you think that the word boundary and the bit order of ALTLVDS_TX become like the followi...
- 7 years ago
Swap timing 1 and timing 2.
When you set B = 8, you should have divided to 8 clock cycles for 8 bits.
JonWay_altera
Frequent Contributor
7 years agoHi @Songokuu
① The rising timing of tx_outclock becomes the word boundary of tx_out.
1) Yes, tx_outclock is the tx_out boundary when outclock divide factor (B) = 1
② In addition, considering the word boundary as a reference, data output order of tx_out is output in the following order.
2) If I recall correctly, the interface always sends the most significant bit (MSB) of your parallel data first.