mem: Include the DRAMSim2 wrapper in NULL build

This patch makes sure DRAMSim2 is included in a build of the NULL ISA.
This commit is contained in:
Andreas Hansson 2014-03-23 11:11:44 -04:00
parent 7fc4d14699
commit 9f018d2f5a

View file

@ -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')