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

Fix CMake issues for using Ramulator as a dependency in other projects #54

Open alencar-felipe opened 4 months ago

alencar-felipe commented 4 months ago

This pull request primarily involves modifications to the project's CMakeLists.txt files. The goal was to enable the use of Ramulator2 as a CMake dependency for other projects. For more details, please refer to the commit messages.