antmicro / rowhammer-tester

https://antmicro.github.io/rowhammer-tester/
Apache License 2.0
52 stars 16 forks source link

Add sdram_hw_test using BIST modules from LiteX #159

Closed michalsieron closed 1 year ago

michalsieron commented 1 year ago

This PR adds an ability to perform memtest of RAM bypassing limitation of 32-bit address system bus. It achieves this by usage of existing BIST modules from LiteX.

It also includes rebase of litex and litedram submodules on top of the current upstream master branches.

michalsieron commented 1 year ago

I added documentation for sdram_hw_test and updates in LiteX and litedram commits include ability to read memory size from the SPD, so it should be ready to merge