summaryrefslogtreecommitdiff
path: root/tests/configs/realview-o3-dual.py
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2014-09-03 07:42:41 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2014-09-03 07:42:41 -0400
commitee68c2b30232a43c5494ce183022e9fe09a004d2 (patch)
tree90af2dd6f41deb472fa09dbf39484879388e08f3 /tests/configs/realview-o3-dual.py
parent5008a20aa4585f052c145a0d6d72c5aab75e77a7 (diff)
downloadgem5-ee68c2b30232a43c5494ce183022e9fe09a004d2.tar.xz
tests: Use O3_ARM_v7a config for full-system ARM regressions
This patch changes the CPU configuration used for the full-system ARM regressions to increase the test coverage. Note that it is only the core configuration, and not the caches etc.
Diffstat (limited to 'tests/configs/realview-o3-dual.py')
-rw-r--r--tests/configs/realview-o3-dual.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/configs/realview-o3-dual.py b/tests/configs/realview-o3-dual.py
index b686acced..1df536f89 100644
--- a/tests/configs/realview-o3-dual.py
+++ b/tests/configs/realview-o3-dual.py
@@ -37,8 +37,9 @@
from m5.objects import *
from arm_generic import *
+from O3_ARM_v7a import O3_ARM_v7a_3
root = LinuxArmFSSystem(mem_mode='timing',
mem_class=DDR3_1600_x64,
- cpu_class=DerivO3CPU,
+ cpu_class=O3_ARM_v7a_3,
num_cpus=2).create_root()