diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2014-09-03 07:42:56 -0400 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2014-09-03 07:42:56 -0400 |
commit | 351e146b37c61481152ef3ad551b2dd30aa6127a (patch) | |
tree | c3efe5e53ccfe3c0d30718b599b5f6c3972f5e3a /tests/SConscript | |
parent | 83a46bfc09cbfd8b7e117fc7bdb14ad907438f6f (diff) | |
download | gem5-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 'tests/SConscript')
-rw-r--r-- | tests/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/SConscript b/tests/SConscript index a8fed0497..3ecafef0f 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -307,7 +307,6 @@ if env['TARGET_ISA'] == 'alpha': 'twosys-tsunami-simple-atomic', 'tsunami-o3', 'tsunami-o3-dual', 'tsunami-minor', 'tsunami-minor-dual', - 'tsunami-inorder', 'tsunami-switcheroo-full'] if env['TARGET_ISA'] == 'sparc': configs += ['t1000-simple-atomic', |