1.Init Device WRITE(GLOBAL_CONTROL_1,0x8610); WRITE(GLOBAL_CONTROL_1,0x0610); WRITE(LS_TP_OVERLAY_CONTROL,0x3000); WRITE(HS_CH_CONTROL_1,0x0000); 2.Wait 10ms 3.Read PLL Status READ UNTIL(CHANNEL_STATUS_1(1:0) == "11");(HS_PLL & LS_PLL Locked) 4.Datapath Reset WRITE(RESET_CONTROL,0x0008); 5.Read LS Lane Status WRITE(LS_SERDES_CONTROL_1,0x0115/0x1115/0x2115/0x3115); READ(LS_STATUS_1); READ(LS_LN_ERROR_COUNTER); 6.Repeat 5 I can read status value by PC.