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:
parent
7fc4d14699
commit
9f018d2f5a
1 changed files with 4 additions and 4 deletions
|
@ -66,10 +66,10 @@ if env['TARGET_ISA'] != 'null':
|
||||||
Source('se_translating_port_proxy.cc')
|
Source('se_translating_port_proxy.cc')
|
||||||
Source('page_table.cc')
|
Source('page_table.cc')
|
||||||
|
|
||||||
if env['HAVE_DRAMSIM']:
|
if env['HAVE_DRAMSIM']:
|
||||||
SimObject('DRAMSim2.py')
|
SimObject('DRAMSim2.py')
|
||||||
Source('dramsim2_wrapper.cc')
|
Source('dramsim2_wrapper.cc')
|
||||||
Source('dramsim2.cc')
|
Source('dramsim2.cc')
|
||||||
|
|
||||||
DebugFlag('BaseBus')
|
DebugFlag('BaseBus')
|
||||||
DebugFlag('BusAddrRanges')
|
DebugFlag('BusAddrRanges')
|
||||||
|
|
Loading…
Reference in a new issue