diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2012-04-25 22:43:36 -0500 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2012-04-25 22:43:36 -0500 |
commit | 86f248e2a7442b07fbb8746eaa29e051487bcbf9 (patch) | |
tree | 09aea0900e27946704758ec54f3db4a980b90b84 /build_opts | |
parent | c3dad222e345fe3fce04dce1df752fc12f240c22 (diff) | |
download | gem5-86f248e2a7442b07fbb8746eaa29e051487bcbf9.tar.xz |
Regression: Add a test for x86 timing full system ruby simulation
Diffstat (limited to 'build_opts')
-rw-r--r-- | build_opts/X86_MESI_CMP_directory | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build_opts/X86_MESI_CMP_directory b/build_opts/X86_MESI_CMP_directory new file mode 100644 index 000000000..67512cada --- /dev/null +++ b/build_opts/X86_MESI_CMP_directory @@ -0,0 +1,3 @@ +TARGET_ISA = 'x86' +CPU_MODELS = 'TimingSimpleCPU,O3CPU' +PROTOCOL = 'MESI_CMP_directory' |