summaryrefslogtreecommitdiff
path: root/build_opts
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2009-05-13 01:26:47 -0400
committerKorey Sewell <ksewell@umich.edu>2009-05-13 01:26:47 -0400
commit2452d6b6a3d7c301c2042e6e8431eec5e4db9852 (patch)
treed6da6c7f9694217d659e663ea6ebd42c43c8e60e /build_opts
parent1f4c9545906b642343290dd657427a0eff4af1e9 (diff)
downloadgem5-2452d6b6a3d7c301c2042e6e8431eec5e4db9852.tar.xz
mips_se: add cpu_models to build options
Diffstat (limited to 'build_opts')
-rw-r--r--build_opts/MIPS_SE1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_opts/MIPS_SE b/build_opts/MIPS_SE
index e74e2f69c..d3e449f42 100644
--- a/build_opts/MIPS_SE
+++ b/build_opts/MIPS_SE
@@ -1,2 +1,3 @@
TARGET_ISA = 'mips'
FULL_SYSTEM = 0
+CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU' \ No newline at end of file