diff options
Diffstat (limited to 'build_opts')
-rw-r--r-- | build_opts/X86_FS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_opts/X86_FS b/build_opts/X86_FS index 72cba7443..ddec6186d 100644 --- a/build_opts/X86_FS +++ b/build_opts/X86_FS @@ -1,4 +1,4 @@ TARGET_ISA = 'x86' -CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU' +CPU_MODELS = 'AtomicSimpleCPU,O3CPU,TimingSimpleCPU' FULL_SYSTEM = 1 PROTOCOL = 'MI_example' |