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
Expected Behavior
Compile using cmake and g++13
Current Behavior
Failed to compile; error given:
Possible Solution
Replacing 'uint' with
unsigned int
fixed the issue.Steps to Reproduce
Clone and run...
$ mkdir build
$ cd build
$ cmake ..
$ make -j
Environment
M2 Macbook Air macOS Sonoma 14.1.1 gcc 13.2.0 Target: aarch64-apple-darwin22