cpus: add InOrderCPU to default build
authorKorey Sewell <ksewell@umich.edu>
Wed, 13 May 2009 00:55:21 +0000 (20:55 -0400)
committerKorey Sewell <ksewell@umich.edu>
Wed, 13 May 2009 00:55:21 +0000 (20:55 -0400)
regressions need this so they build the model

build_opts/ALPHA_SE
src/cpu/inorder/SConsopts

index a0827172375a6955486e19eb87a4d08c4cadb6cd..dcd8559fc1f3f94d263610184fe4da8d0f5f475d 100644 (file)
@@ -1,3 +1,3 @@
 FULL_SYSTEM = 0
 SS_COMPATIBLE_FP = 1
-CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU'
+CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
index 82ebd18ea17bed6d9a01fd48ba37fc4c89feda50..e66119c6d79d67769881f963a66683af3fcac3cf 100644 (file)
@@ -31,3 +31,4 @@
 Import('*')
 
 all_cpu_list.append('InOrderCPU')
+default_cpus.append('InOrderCPU')