summaryrefslogtreecommitdiff
path: root/build_opts/ALPHA_MOESI_CMP_directory
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2014-09-03 07:42:56 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2014-09-03 07:42:56 -0400
commit351e146b37c61481152ef3ad551b2dd30aa6127a (patch)
treec3efe5e53ccfe3c0d30718b599b5f6c3972f5e3a /build_opts/ALPHA_MOESI_CMP_directory
parent83a46bfc09cbfd8b7e117fc7bdb14ad907438f6f (diff)
downloadgem5-351e146b37c61481152ef3ad551b2dd30aa6127a.tar.xz
alpha: Stop using 'inorder' and rely entirely on 'minor'
This patch avoids building the 'inorder' CPU model for any permutation of ALPHA, and also removes the ALPHA regressions using the 'inorder' CPU. The 'minor' CPU is already providing a broader test coverage.
Diffstat (limited to 'build_opts/ALPHA_MOESI_CMP_directory')
-rw-r--r--build_opts/ALPHA_MOESI_CMP_directory2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_opts/ALPHA_MOESI_CMP_directory b/build_opts/ALPHA_MOESI_CMP_directory
index be42e636c..816453ea5 100644
--- a/build_opts/ALPHA_MOESI_CMP_directory
+++ b/build_opts/ALPHA_MOESI_CMP_directory
@@ -1,3 +1,3 @@
SS_COMPATIBLE_FP = 1
-CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
+CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,MinorCPU'
PROTOCOL = 'MOESI_CMP_directory'