diff options
author | Korey Sewell <ksewell@umich.edu> | 2011-06-20 22:44:22 -0400 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2011-06-20 22:44:22 -0400 |
commit | d1e8be9a73ace42caf479005acf0e57f805e7bc2 (patch) | |
tree | e20c1d95e4a683bf6cbbb74069ffafbb5ed61bbe /build_opts/SPARC_SE | |
parent | 08c1a6f41b3d74b5bf388c05efbd99c1b79b3bfe (diff) | |
download | gem5-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/SPARC_SE')
-rw-r--r-- | build_opts/SPARC_SE | 2 |
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' |