From 9f018d2f5a1a673d04a227b5b28ae0717d50b3ef Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Sun, 23 Mar 2014 11:11:44 -0400 Subject: mem: Include the DRAMSim2 wrapper in NULL build This patch makes sure DRAMSim2 is included in a build of the NULL ISA. --- src/mem/SConscript | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mem/SConscript b/src/mem/SConscript index 9096fad5c..939c8320f 100644 --- a/src/mem/SConscript +++ b/src/mem/SConscript @@ -66,10 +66,10 @@ if env['TARGET_ISA'] != 'null': Source('se_translating_port_proxy.cc') Source('page_table.cc') - if env['HAVE_DRAMSIM']: - SimObject('DRAMSim2.py') - Source('dramsim2_wrapper.cc') - Source('dramsim2.cc') +if env['HAVE_DRAMSIM']: + SimObject('DRAMSim2.py') + Source('dramsim2_wrapper.cc') + Source('dramsim2.cc') DebugFlag('BaseBus') DebugFlag('BusAddrRanges') -- cgit v1.2.3