cpus: add InOrderCPU to default build
regressions need this so they build the model
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
FULL_SYSTEM = 0
|
||||
SS_COMPATIBLE_FP = 1
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU'
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
|
||||
|
||||
@@ -31,3 +31,4 @@
|
||||
Import('*')
|
||||
|
||||
all_cpu_list.append('InOrderCPU')
|
||||
default_cpus.append('InOrderCPU')
|
||||
|
||||
Reference in New Issue
Block a user