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
216 stars 50 forks source link

DDR5 yaml configuration #48

Open lnghrdntcr opened 3 months ago

lnghrdntcr commented 3 months ago

Hi all!

I would like to use ramulator2 to test DDR5, but I couldn't find any yaml config file on the repo. Initially, I modified the example provided ([example_config.yaml](https://github.com/CMU-SAFARI/ramulator2/blob/main/example_config.yaml)), putting org.preset = DDR5_8Gb_x16 and timing.preset = DDR5_3200AN. This doesn't work as (afaiu) the configuration should include additional parameters that aren't available (group RFM). Could you point me towards a configuration file or some documentation?

Thanks!

alinezhad2018 commented 1 month ago

Hi,

if you add "RFM" under DRAM in the config file, it will work

image

good luck!