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.
Hi, every one, I have a question about DDR3 trace routing with the DM816x EVM Schematic.
As usual, we may roue the DQ lines as:
cpu side ram side
DDR0_D0 -> MEM00_D0
DDR0_D1 -> MEM00_D1
DDR0_D2 -> MEM00_D2
DDR0_D3 -> MEM00_D3
DDR0_D4 -> MEM00_D4
DDR0_D5 -> MEM00_D5
DDR0_D6 -> MEM00_D6
DDR0_D7 -> MEM00_D7
cpu side ram side
DDR0_D0 -> MEM00_D2
DDR0_D1 -> MEM00_D1
DDR0_D2 -> MEM00_D5
DDR0_D3 -> MEM00_D3
DDR0_D4 -> MEM00_D0
DDR0_D5 -> MEM00_D6
DDR0_D6 -> MEM00_D4
DDR0_D7 -> MEM00_D7
why this happen?
qing
2012-1-30
Data bit 'swizzling' is allowable in order to simplify PCB layout.
Note, you can only swizzle data bits within a byte lane.
i.e.
Bits within 0-7 can be swizzled with each other
Bits within 8-15 can be swizzled with each other etc...
BR,
Steve