summaryrefslogtreecommitdiff
path: root/build_opts
diff options
context:
space:
mode:
Diffstat (limited to 'build_opts')
-rw-r--r--build_opts/ARM_FS2
-rw-r--r--build_opts/ARM_SE2
2 files changed, 2 insertions, 2 deletions
diff --git a/build_opts/ARM_FS b/build_opts/ARM_FS
index 9d518142d..f6b2d9e21 100644
--- a/build_opts/ARM_FS
+++ b/build_opts/ARM_FS
@@ -1,4 +1,4 @@
TARGET_ISA = 'arm'
-CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU'
+CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU'
FULL_SYSTEM = 1
PROTOCOL = 'MI_example'
diff --git a/build_opts/ARM_SE b/build_opts/ARM_SE
index 5019edb0a..1d89b87a3 100644
--- a/build_opts/ARM_SE
+++ b/build_opts/ARM_SE
@@ -1,4 +1,4 @@
TARGET_ISA = 'arm'
FULL_SYSTEM = 0
-CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU'
+CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU'
PROTOCOL = 'MI_example'