diff options
-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' |