summaryrefslogtreecommitdiff
path: root/build_opts
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2006-09-01 17:59:36 -0400
committerSteve Reinhardt <stever@eecs.umich.edu>2006-09-01 17:59:36 -0400
commit2c9dc949cedac2eb98f1e1195af17fdfc0d8640d (patch)
treeb4924f8f3791c841298706ed3f343322ef295a0c /build_opts
parente9ab841497426c4172c937d69e6de8b9011b20e0 (diff)
downloadgem5-2c9dc949cedac2eb98f1e1195af17fdfc0d8640d.tar.xz
Add o3-timing configuration for ALPHA_SE "Hello world" tests.
build_opts/ALPHA_SE: Add O3CPU to default CPU model list. tests/SConscript: Add o3-timing configuration. --HG-- extra : convert_revision : 378feacc07cefdaf1e2df9080c9b9d5d71e4d2a1
Diffstat (limited to 'build_opts')
-rw-r--r--build_opts/ALPHA_SE1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_opts/ALPHA_SE b/build_opts/ALPHA_SE
index 3fedc22ca..a08271723 100644
--- a/build_opts/ALPHA_SE
+++ b/build_opts/ALPHA_SE
@@ -1,2 +1,3 @@
FULL_SYSTEM = 0
SS_COMPATIBLE_FP = 1
+CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU'