Hi
I did the "Software Leveling procedure" with the wiki page below.
http://processors.wiki.ti.com/index.php/AM335x_DDR_PHY_register_configuration_for_DDR3_using_Software_Leveling
When I determine the initial seed values to input in the program by using the Ratio Seed spreadsheet,
about the PHY_INVERT_CLKOUT, the description like below:
- If (DDR_CK length) < (DDR_DQS length), program this register to 1
- If (DDR_CK length) > (DDR_DQS length), program this register to 0
But In our condition, the DDR_DQS length of byte0 is longer than DDR_CK length, and the DDR_DQS length of byte1 is short than DDR_CK length.
In particular, the DDR_DQS length of byte0 is 1.249, the DDR_DQS length of byte1 is 1.005, and the DDR_CK length is 1.123 .
What value should be input to PHY_INVERT_CLKOUT?
In this condition, Is the "Software Leveling procedure" available?
Thanks!