cpus: add InOrderCPU to default build

regressions need this so they build the model
This commit is contained in:
Korey Sewell 2009-05-12 20:55:21 -04:00
parent 373e55c7b9
commit a032d91016
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,3 @@
FULL_SYSTEM = 0
SS_COMPATIBLE_FP = 1
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU'
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'

View file

@ -31,3 +31,4 @@
Import('*')
all_cpu_list.append('InOrderCPU')
default_cpus.append('InOrderCPU')