LVDS Serdes multi channel bit order (Cyclone 10 GX)
What is the bit order for deserialization of a multi channel LVDS Serdes?
From the user guide (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_altera_lvds.pdf) figure 3 on page 8 I can see what the bit order is for a single channel. What I can't find is what the bit order looks like if there is more than one channel.
For example:
single channel, serdes factor of 8:
input: (7)(6)(5)(4)(3)(2)(1)(0)(a)(b)(c)(d)(e)(f)(g)(h)(A)(B)(C)(D)(E)(F)(G)(H)
output (known from user guide): (7:0)(a:h)(A:H)
dual channel, serdes factor of 8:
input: (15:14)(13:12)(11:10)(9:8)(7:6)(5:4)(3:2)(1:0)(a:b)(c:d)(e:f)(g:h)(i:j)(k:l)(m:n)(o:p)(A:B)(C:D)(E:F)(G:H)(I:J)(K:L)(M:N)(O:P)
output (unknown): (?:?)(?:?)(?:?)
What does the output look like and where can this information be found?
Thank you for your help!