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
251 stars 62 forks source link

run dram trace on ramulator2 #22

Closed alinezhad2018 closed 1 year ago

alinezhad2018 commented 1 year ago

Hello,

I cannot find any traces or relevant configurations for running DRAM traces on Ramulator2. I'm curious about whether Ramulator2 still supports DRAM mode, and if not, whether all components related to DRAM trace support have been removed, or if there's a possibility to modify and reinstate this option in Ramulator2.

Thank you in advance!

alinezhad2018 commented 1 year ago

I've discovered a solution to my query! Upon examining "perf_comparison," I stumbled upon valuable insights on running DRAM traces with Ramulator2. It appears to execute Ramulator2 in DRAM mode, producing traces such as:

LD 0x229f6f80 LD 0x2baa9440 LD 0x3c65c1c0 ST 0xda5e700 LD 0x1ba91f80

I'm sharing this information here for the benefit of others who may encounter similar questions. :)