This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DDR3 Software Leveling

Hi,

在参考下面这个链接针对AM335x 的 DDR3 设计时, 需要填写 Ration Seed Spreadsheet 来实现 software leveling.

其中有这么一项 PHY_INVERT_CLKOUT:

If (DDR_CK length) < (DDR_DQS length), then use 1.  If (DDR_CK length) > (DDR_DQS length), then use 0.

如果DDR3 是 16位总线, 就有所谓 DQS High byte 和 DQS Low byte。 如果DDR_CLK 的长度,正好在 两个 DQS net class 的长度之间,请问这里是该填 0 还是填 1 呢?还是说,板子的布线有问题,不应该出现这种情况。

谢谢!