mem,ext: Integrating DRAMSim3 with gem5
authorMahyar Samani <msamani@ucdavis.edu>
Mon, 27 Jul 2020 15:26:04 +0000 (15:26 +0000)
committerMahyar Samani <msamani@ucdavis.edu>
Wed, 2 Sep 2020 15:51:00 +0000 (15:51 +0000)
commitdde093b283d1800d4856a252d58e29a010ecc74a
tree9640b4f6709d0ca309a25d1178ab5b6e0c45ca01
parentacd63fe5ac44a95a3f748db27855e6674333f76e
mem,ext: Integrating DRAMSim3 with gem5

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>
ext/dramsim3/README [new file with mode: 0644]
ext/dramsim3/SConscript [new file with mode: 0644]
src/mem/DRAMsim3.py [new file with mode: 0644]
src/mem/SConscript
src/mem/dramsim3.cc [new file with mode: 0644]
src/mem/dramsim3.hh [new file with mode: 0644]
src/mem/dramsim3_wrapper.cc [new file with mode: 0644]
src/mem/dramsim3_wrapper.hh [new file with mode: 0644]