enjoy-digital / litedram

Small footprint and configurable DRAM core
Other
365 stars 115 forks source link

Allow to pass all module timings in the format (ck, ns) #231

Closed jedrzejboczar closed 3 years ago

jedrzejboczar commented 3 years ago

This is a part of splitting https://github.com/enjoy-digital/litedram/pull/224 into smaller PRs.

This PR makes it possible to pass all timings as (ck, ns) tuples (here ns can be None) or just ns float.

enjoy-digital commented 3 years ago

Thanks @jedrzejboczar for splitting #224 in smaller PRs, this looks good (the others PRs too). I'll have a closer look and test/merge in the next days.