Adding DRAMSim3 source code to the gem5 source code, the original code was taken from umd-memsys github at https://github.com/umd-memsys/ Change-Id: I32c982206f33b0acf2121f322d15baa064c412c4 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/31757 Reviewed-by: Ayaz Akram <yazakram@ucdavis.edu> Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com>
Follow these steps to get DRAMSim3 as part of gem5
1. Download DRAMSim3
1.1 Go to ext/dramsim3 (this directory)
1.2 Clone DRAMSim3: git clone git@github.com:umd-memsys/DRAMSim3.git DRAMsim3
1.3 cd DRAMSim3 && mkdir build
1.4 cd build
1.5 cmake ..
1.6 make
2. Compile gem5
2.1 cd gem5
2.2 Business as usual