misc: add Arm build_opts for MESI_Three_Level and MOESI_hammer
authorTimothy Hayes <timothy.hayes@arm.com>
Fri, 18 Oct 2019 14:02:20 +0000 (15:02 +0100)
committerGiacomo Travaglini <giacomo.travaglini@arm.com>
Fri, 17 Jan 2020 14:38:08 +0000 (14:38 +0000)
Change-Id: I0d1c5671efdd3cb2041805ab615cdff76d3a5e8a
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/24254
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>

build_opts/ARM_MESI_Three_Level [new file with mode: 0644]
build_opts/ARM_MOESI_hammer [new file with mode: 0644]

diff --git a/build_opts/ARM_MESI_Three_Level b/build_opts/ARM_MESI_Three_Level
new file mode 100644 (file)
index 0000000..1836fb0
--- /dev/null
@@ -0,0 +1,6 @@
+# Copyright (c) 2019 ARM Limited
+# All rights reserved.
+
+TARGET_ISA = 'arm'
+CPU_MODELS = 'TimingSimpleCPU, O3CPU'
+PROTOCOL = 'MESI_Three_Level'
diff --git a/build_opts/ARM_MOESI_hammer b/build_opts/ARM_MOESI_hammer
new file mode 100644 (file)
index 0000000..2eddc5b
--- /dev/null
@@ -0,0 +1,6 @@
+# Copyright (c) 2019 ARM Limited
+# All rights reserved.
+
+TARGET_ISA = 'arm'
+CPU_MODELS = 'TimingSimpleCPU, O3CPU'
+PROTOCOL = 'MOESI_hammer'