Skip to content

Latest commit

 

History

History
101 lines (52 loc) · 5.4 KB

DDR.md

File metadata and controls

101 lines (52 loc) · 5.4 KB

LPDDR vs DDR

DDR vs LPDDR

DDR Information and Resources

Xilinx

Micron

  • Micron TN4615 - Low-Power Versus Standard DDR SDRAM

  • Micron TN0454 - High Speed DRAM Controller Design

    Convers tons of aspects about how to design DRAM controllers.

  • Fastest and slowest tAC and tDQSCK timing diagrams for Micron chip: see page 84 of datasheet.

    When running at fastest speed, in both cases, the risign edge of DQS falls between the same CK rising edges (at the DRAM side!), but it's close.

    There needs to be logic to compensate for this. (This logic has nothing to do with adding a 90 degree delay to DQS to capture the data at the receive side.)

Example Source code

General SDRAM Information