enjoy-digital / litedram

Small footprint and configurable DRAM core
Other
375 stars 120 forks source link

Bad address alignment in ECP5DDRPHY (maybe others?) #208

Closed kekiefer closed 4 years ago

kekiefer commented 4 years ago

Recent changes made for #206 (https://github.com/enjoy-digital/litedram/commit/2c5fc6621a1087c2da2703d736f0ded6f26dbce3#diff-e10627e5a3f59b1f66ff980672b3f450R48) have broken DDR3 support in ECP5DDRPHY. At risk of unintentionally breaking stuff for hardware I don't have, I thought it best to raise a flag in case someone can advise as to the right way to handle this.

enjoy-digital commented 4 years ago

Thanks @kekiefer for reporting, this has been fixed with https://github.com/enjoy-digital/litedram/commit/f51052f8b737156d1e257eff7cd3259cb56d0d1b and tested on OrangeCrab. Could you confirm it's also working on your side?

kekiefer commented 4 years ago

That did the trick, thanks!