cpus: add InOrderCPU to default build
regressions need this so they build the model
This commit is contained in:
parent
373e55c7b9
commit
a032d91016
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
FULL_SYSTEM = 0
|
FULL_SYSTEM = 0
|
||||||
SS_COMPATIBLE_FP = 1
|
SS_COMPATIBLE_FP = 1
|
||||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU'
|
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
|
||||||
|
|
|
@ -31,3 +31,4 @@
|
||||||
Import('*')
|
Import('*')
|
||||||
|
|
||||||
all_cpu_list.append('InOrderCPU')
|
all_cpu_list.append('InOrderCPU')
|
||||||
|
default_cpus.append('InOrderCPU')
|
||||||
|
|
Loading…
Reference in a new issue