PL1_CDRLOL_STATUS
code: 556
# get
<module-index>/<port-index> PL1_CDRLOL_STATUS [<serdes_index>] ?
Description
Returns the current and the latched CDR Loss of Lock (LOL) status of the specified SerDes lane.
Actions
get
Indices
serdes_index: integer, the index of the SerDes lane. SerDes lane index starts from 0.
Parameters
current: byte, Current CDR LOL status of the specified SerDes lane.TRUE = 1indicates CDR LOL is currently present.FALSE = 0indicates CDR LOL is not present.
latched: byte, Latched CDR LOL status of the specified SerDes lane. This flag is COR (clear-on-read), which will be cleared after being read.TRUE = 1indicates CDR LOL has occurred.FALSE = 0indicates CDR LOL has not occurred.
Example
# get
input: 0/1 PL1_CDRLOL_STATUS [0] ?
output: 0/1 PL1_CDRLOL_STATUS [0] FALSE TRUE