summaryrefslogtreecommitdiff
path: root/build_opts/X86_MESI_Two_Level
diff options
context:
space:
mode:
Diffstat (limited to 'build_opts/X86_MESI_Two_Level')
-rw-r--r--build_opts/X86_MESI_Two_Level3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_opts/X86_MESI_Two_Level b/build_opts/X86_MESI_Two_Level
new file mode 100644
index 000000000..fc74d6f01
--- /dev/null
+++ b/build_opts/X86_MESI_Two_Level
@@ -0,0 +1,3 @@
+TARGET_ISA = 'x86'
+CPU_MODELS = 'TimingSimpleCPU,O3CPU,AtomicSimpleCPU'
+PROTOCOL = 'MESI_Two_Level'