enjoy-digital / litedram

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

modules/spd: save SPD data in SDRAMModule #201

Closed jedrzejboczar closed 4 years ago

jedrzejboczar commented 4 years ago

Makes SDRAMModule store spd_data as a class member when generating from SPD data. This can be then used to add ROM with the data and verify it at runtime in BIOS (requries LiteX PR).

This also includes some minor changes to DDR3SPDData parser that I made while implementing DDR4SPDData parser. I didn't include DDR4 parser, as I still had some errors when using it. I will add it in a separate PR when I find what was the exact problem.

enjoy-digital commented 4 years ago

Thanks, merged.