From: Gabe Black Date: Thu, 3 Feb 2011 02:17:16 +0000 (-0800) Subject: X86: Build O3 by default in SE. X-Git-Tag: stable_2012_02_02~625 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a7d4fa45b48cd9408270b7e58f529a07faf8af43;p=gem5.git X86: Build O3 by default in SE. --- 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'