inorder-o3: allow both to compile together
allow InOrder and O3CPU to be compiled at the same time: need to make branch prediction filed shared by both models
This commit is contained in:
@@ -33,11 +33,6 @@ import sys
|
||||
Import('*')
|
||||
|
||||
if 'O3CPU' in env['CPU_MODELS'] or 'OzoneCPU' in env['CPU_MODELS']:
|
||||
Source('2bit_local_pred.cc')
|
||||
Source('btb.cc')
|
||||
Source('ras.cc')
|
||||
Source('tournament_pred.cc')
|
||||
|
||||
TraceFlag('CommitRate')
|
||||
TraceFlag('IEW')
|
||||
TraceFlag('IQ')
|
||||
@@ -69,7 +64,6 @@ if 'O3CPU' in env['CPU_MODELS']:
|
||||
Source('store_set.cc')
|
||||
Source('thread_context.cc')
|
||||
|
||||
TraceFlag('FreeList')
|
||||
TraceFlag('LSQ')
|
||||
TraceFlag('LSQUnit')
|
||||
TraceFlag('MemDepUnit')
|
||||
|
||||
Reference in New Issue
Block a user