CMU-SAFARI / ramulator2

Ramulator 2.0 is a modern, modular, extensible, and fast cycle-accurate DRAM simulator. It provides support for agile implementation and evaluation of new memory system designs (e.g., new DRAM standards, emerging RowHammer mitigation techniques). Described in our paper https://people.inf.ethz.ch/omutlu/pub/Ramulator2_arxiv23.pdf
https://arxiv.org/abs/2308.11030
MIT License
252 stars 62 forks source link

typo in README #20

Closed HJ-Hisi closed 1 year ago

HJ-Hisi commented 1 year ago

Create a file Sonscript at gem5/ext/ramulator2/, with the following contents to add Ramulator 2.0 to gem5's build system

Name Sonscript should be SConscript

olgunataberk commented 1 year ago

Thanks for the catch. b7c7027 fixes this.