sim: Fixed error when compiling gem5 with dramsim2.
authorMahyar Samani <msamani@ucdavis.edu>
Thu, 16 Jul 2020 16:51:46 +0000 (16:51 +0000)
committerMahyar Samani <msamani@ucdavis.edu>
Fri, 17 Jul 2020 17:22:47 +0000 (17:22 +0000)
commit0bd936d071b6ac053efc697b0a9880533f666693
tree8934ec9dab9a8ce201fca76a84ba6da9b035ed72
parent4d737462c29149342c9f8a5bce560bebc2e196d4
sim: Fixed error when compiling gem5 with dramsim2.

Compiling gem5 with dramsim2 included fails due to some inconsistencies in
including SimObjects. In this patch this issue is fixed along with
temporarily disabling -Werror=nonnull-compare in CCFLAGS. Also, the remote
for cloning dramsim2 has been changed.

Change-Id: Ia24095150d026d736352aaf0d735b7554ede10bb
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/31434
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/dramsim2/README
ext/dramsim2/SConscript
src/mem/DRAMSim2.py