summaryrefslogtreecommitdiff
path: root/build_opts
diff options
context:
space:
mode:
authorNilay Vaish <nilay@cs.wisc.edu>2013-06-08 21:57:02 -0500
committerNilay Vaish <nilay@cs.wisc.edu>2013-06-08 21:57:02 -0500
commitb5d315518c2de124fd53b6f6dde53d5c55b2c845 (patch)
treec656e0d3eb178aa6bd7a4ccfca5294e0f6cd086b /build_opts
parentbd39adfa98a3032410008a8921346bc9c83b8d82 (diff)
downloadgem5-b5d315518c2de124fd53b6f6dde53d5c55b2c845.tar.xz
config: add atomic cpu to X86_MESI_CMP_directory build options
There is some problem with the way listing cpu options right now. Since Ruby uses the options variable, this variable has to be created in the config file that runs the fs test for x86 and mesi cmp directory combination. While creating the variable, some error is occurs due to the way list of cpu types is now created. Hence, we need to compile all the cpu models.
Diffstat (limited to 'build_opts')
-rw-r--r--build_opts/X86_MESI_CMP_directory2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_opts/X86_MESI_CMP_directory b/build_opts/X86_MESI_CMP_directory
index 67512cada..882060ec3 100644
--- a/build_opts/X86_MESI_CMP_directory
+++ b/build_opts/X86_MESI_CMP_directory
@@ -1,3 +1,3 @@
TARGET_ISA = 'x86'
-CPU_MODELS = 'TimingSimpleCPU,O3CPU'
+CPU_MODELS = 'TimingSimpleCPU,O3CPU,AtomicSimpleCPU'
PROTOCOL = 'MESI_CMP_directory'