Fix gem5 integration issues
This commit is contained in:
@@ -133,7 +133,11 @@ FetchContent_Declare(
|
|||||||
FIND_PACKAGE_ARGS NAMES SystemCLanguage)
|
FIND_PACKAGE_ARGS NAMES SystemCLanguage)
|
||||||
|
|
||||||
set(DISABLE_COPYRIGHT_MESSAGE True)
|
set(DISABLE_COPYRIGHT_MESSAGE True)
|
||||||
|
|
||||||
|
# Allow populating of a user-set SystemC package
|
||||||
|
if (NOT TARGET SystemC::systemc)
|
||||||
FetchContent_MakeAvailable(systemc)
|
FetchContent_MakeAvailable(systemc)
|
||||||
|
endif()
|
||||||
|
|
||||||
### DRAMPower ###
|
### DRAMPower ###
|
||||||
if (DRAMSYS_WITH_DRAMPOWER)
|
if (DRAMSYS_WITH_DRAMPOWER)
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"DatabaseRecording": true,
|
"DatabaseRecording": true,
|
||||||
"Debug": false,
|
"Debug": false,
|
||||||
"EnableWindowing": true,
|
"EnableWindowing": true,
|
||||||
"PowerAnalysis": true,
|
"PowerAnalysis": false,
|
||||||
"SimulationName": "gem5_se",
|
"SimulationName": "gem5_se",
|
||||||
"SimulationProgressBar": true,
|
"SimulationProgressBar": true,
|
||||||
"StoreMode": "Store",
|
"StoreMode": "Store",
|
||||||
|
|||||||
Reference in New Issue
Block a user