antmicro / rowhammer-tester

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

Rowhammer simulation fixes #147

Closed michalsieron closed 2 years ago

michalsieron commented 2 years ago

This PR fixes issues with running simulation using TARGET=ddr4_datacenter_test_board

Added i2c pads to the sim and use I2CMasterSim. Used correct pad names (ddr4, lpddr4) instead of ddram.

Fixes in LiteX for the wishbone arbiter and timeouts. And fix in litedram for DDR4 simulation model.