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

Missing gen_all_traces.sh script #2

Closed KueipoH closed 1 year ago

KueipoH commented 1 year ago

I hope this message finds you well. I have been exploring ramulator2 repository and found the README instructions to be very informative. However, I encountered an issue when attempting to follow the steps mentioned in the README.

Specifically, in the section related to the "traces" directory, it is mentioned to run the command ./gen_all_traces.sh However, upon closer inspection, I noticed that the gen_all_traces.sh"script is missing from the repository. As a result, I'm unable to proceed with generating the traces as described in the README.

Could someone kindly provide more information about the missing script or suggest an alternative approach to generating the traces?

RichardLuo79 commented 1 year ago

Sorry for this! We forgot to include some files when preparing for the public version. Now we have added the missing script back.