SNAU305 February 2025 LMH1229 , LMH1239
By default, the LMH12x9 searches to lock to different data rates starting with 12G, followed by 6G, 3G, HD and ending with SD. To reduce the CDR lock adaptation search time the user can program the LMH12x9 to search within a subset of rates. For example, the user can adjust the starting and ending rates to 6G and HD, respectively, to make the LMH12x9 search to lock starting with 6G, then to 3G, and end with HD.
The start and end rate can be set to the same value.
| REGISTER | FUNCTION |
|---|---|
Reg 0x7E[7] | Reserved |
| Reg 0x7E[6:4] | //Reg 0x7E[6:4] = 3'b000 sets the CDR lock search end rate to 11.88Gbps |
| //Reg 0x7E[6:4] = 3'b001 sets the CDR lock search end rate to 5.94Gbps | |
| //Reg 0x7E[6:4] = 3'b010 sets the CDR lock search end rate to 2.97Gbps | |
| //Reg 0x7E[6:4] = 3'b011 sets the CDR lock search end rate to 1.485Gbps | |
| //Reg 0x7E[6:4] = 3'b100 sets the CDR lock search end rate to 270Mbps | |
| Reg 0x7E[3] | Reserved |
| Reg 0x7E[2:0] | //Reg 0x7E[2:0] = 3'b000 sets the CDR lock search start rate to 11.88Gbps |
| //Reg 0x7E[2:0] = 3'b001 sets the CDR lock search start rate to 5.94Gbps | |
| //Reg 0x7E[2:0] = 3'b010 sets the CDR lock search start rate to 2.97Gbps | |
| //Reg 0x7E[2:0] = 3'b011 sets the CDR lock search start rate to 1.485Gbps | |
| //Reg 0x7E[2:0] = 3'b100 sets the CDR lock search start rate to 270Mbps |
For example, the user can set the starting rate for the search to 12G and the ending rate to 270M (default setting).
| COMMAND | REGISTER | VALUE | MASK | //COMMENTS |
|---|---|---|---|---|
| RAW | FF | 05 | 07 | //Select EQ/Drivers Register Page |
| RAW | 7E | 00 | 07 | //Coarse EQ search start rate is 12G |
| RAW | 7E | 40 | 70 | //Coarse EQ search end rate is 270M |
Alternatively, the user can restrict the data rate search.
| COMMAND | REGISTER | VALUE | MASK | //COMMENTS |
|---|---|---|---|---|
| RAW | FF | 05 | 07 | //Select EQ/Drivers Register Page |
| RAW | 7E | 02 | 07 | //Coarse EQ search start rate is 3G |
| RAW | 7E | 40 | 70 | //Coarse EQ search end rate is 270M |
| //Toggle the ENABLE pin |