SE/FS: Build in the tport in FS mode.

This commit is contained in:
Gabe Black
2011-10-16 05:06:40 -07:00
parent 3595b0c5a1
commit 6ba3ebae43
3 changed files with 45 additions and 16 deletions

View File

@@ -47,10 +47,10 @@ if env['TARGET_ISA'] != 'no':
SimObject('PhysicalMemory.py')
Source('dram.cc')
Source('physical.cc')
Source('translating_port.cc')
if not env['FULL_SYSTEM'] and env['TARGET_ISA'] != 'no':
Source('page_table.cc')
Source('translating_port.cc')
DebugFlag('Bus')
DebugFlag('BusAddrRanges')