diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2011-02-02 18:17:16 -0800 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2011-02-02 18:17:16 -0800 |
commit | a7d4fa45b48cd9408270b7e58f529a07faf8af43 (patch) | |
tree | 77e6d729ac4e8d0dd21a309bfc16b3aa952f52dd /build_opts/X86_SE | |
parent | 75d34c14fcdf514a09e94547a1d32b1b10f7e793 (diff) | |
download | gem5-a7d4fa45b48cd9408270b7e58f529a07faf8af43.tar.xz |
X86: Build O3 by default in SE.
Diffstat (limited to 'build_opts/X86_SE')
-rw-r--r-- | build_opts/X86_SE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_opts/X86_SE b/build_opts/X86_SE index 3e372726d..14f350712 100644 --- a/build_opts/X86_SE +++ b/build_opts/X86_SE @@ -1,4 +1,4 @@ TARGET_ISA = 'x86' -CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU' +CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU' FULL_SYSTEM = 0 PROTOCOL = 'MI_example' |