config: add atomic cpu to X86_MESI_CMP_directory build options
authorNilay Vaish <nilay@cs.wisc.edu>
Sun, 9 Jun 2013 02:57:02 +0000 (21:57 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Sun, 9 Jun 2013 02:57:02 +0000 (21:57 -0500)
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.

build_opts/X86_MESI_CMP_directory

index 67512cada20373ba8d9199ba9a86fcae7ef6c1a1..882060ec3751830eb2cfd55069e217e11d662a08 100644 (file)
@@ -1,3 +1,3 @@
 TARGET_ISA = 'x86'
-CPU_MODELS = 'TimingSimpleCPU,O3CPU'
+CPU_MODELS = 'TimingSimpleCPU,O3CPU,AtomicSimpleCPU'
 PROTOCOL = 'MESI_CMP_directory'