Hello,
I think there is a typo in this table and I am not sure which is correct.
The equalizer bits are 20-18 but it is 4 bits wide. Does it span 21 to 18 or 20 to 17?
Additionally LOS is two bits and not 3.
Please clarify. I suspect LOS is actually supposed to be 3 bits and then everything gets shifted left leaving just 3 reserved bits and not 4. I suspect this becuase the srioChiptoChip example sets the register to this value:
CSL_BootCfgSetSRIOSERDESRxConfig (0, 0x00440495);
And if I don't do it that way, the EQ bits are invalid.
Thanks,
Brandy