summaryrefslogtreecommitdiff
path: root/build_opts
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2011-06-20 22:44:22 -0400
committerKorey Sewell <ksewell@umich.edu>2011-06-20 22:44:22 -0400
commitd1e8be9a73ace42caf479005acf0e57f805e7bc2 (patch)
treee20c1d95e4a683bf6cbbb74069ffafbb5ed61bbe /build_opts
parent08c1a6f41b3d74b5bf388c05efbd99c1b79b3bfe (diff)
downloadgem5-d1e8be9a73ace42caf479005acf0e57f805e7bc2.tar.xz
inorder: sparc: add hello world regression
- add InOrderCPU compile option to SPARC - add hello regression for SPARC
Diffstat (limited to 'build_opts')
-rw-r--r--build_opts/SPARC_SE2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_opts/SPARC_SE b/build_opts/SPARC_SE
index 802176bd0..a76d7a826 100644
--- a/build_opts/SPARC_SE
+++ b/build_opts/SPARC_SE
@@ -1,4 +1,4 @@
TARGET_ISA = 'sparc'
-CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU'
+CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
FULL_SYSTEM = 0
PROTOCOL = 'MI_example'