SE/FS: Build the devices in SE mode.
This commit is contained in:
@@ -109,6 +109,7 @@ SimObject('BaseCPU.py')
|
||||
SimObject('FuncUnit.py')
|
||||
SimObject('ExeTracer.py')
|
||||
SimObject('IntelTrace.py')
|
||||
SimObject('IntrControl.py')
|
||||
SimObject('NativeTrace.py')
|
||||
|
||||
Source('activity.cc')
|
||||
@@ -118,6 +119,7 @@ Source('decode.cc')
|
||||
Source('exetrace.cc')
|
||||
Source('func_unit.cc')
|
||||
Source('inteltrace.cc')
|
||||
Source('intr_control.cc')
|
||||
Source('nativetrace.cc')
|
||||
Source('pc_event.cc')
|
||||
Source('quiesce_event.cc')
|
||||
@@ -127,9 +129,6 @@ Source('thread_context.cc')
|
||||
Source('thread_state.cc')
|
||||
|
||||
if env['FULL_SYSTEM']:
|
||||
SimObject('IntrControl.py')
|
||||
|
||||
Source('intr_control.cc')
|
||||
Source('profile.cc')
|
||||
|
||||
if env['TARGET_ISA'] == 'sparc':
|
||||
|
||||
Reference in New Issue
Block a user