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

  1. serdes_index: integer, the index of the SerDes lane. SerDes lane index starts from 0.

Parameters

  1. current: byte, Current CDR LOL status of the specified SerDes lane.

    • TRUE = 1 indicates CDR LOL is currently present.

    • FALSE = 0 indicates CDR LOL is not present.

  2. 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 = 1 indicates CDR LOL has occurred.

    • FALSE = 0 indicates CDR LOL has not occurred.

Example

# get
input:  0/1 PL1_CDRLOL_STATUS [0] ?
output: 0/1 PL1_CDRLOL_STATUS [0] FALSE TRUE