Hello Timothy Hayes,
I'd like you to do a code review. Please visit
https://gem5-review.googlesource.com/c/public/gem5/+/24254
to review the following change.
Change subject: misc: add Arm build_opts for MESI_Three_Level and
MOESI_hammer
......................................................................
misc: add Arm build_opts for MESI_Three_Level and MOESI_hammer
Change-Id: I0d1c5671efdd3cb2041805ab615cdff76d3a5e8a
---
A build_opts/ARM_MESI_Three_Level
A build_opts/ARM_MOESI_hammer
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/build_opts/ARM_MESI_Three_Level
b/build_opts/ARM_MESI_Three_Level
new file mode 100644
index 0000000..1836fb0
--- /dev/null
+++ b/build_opts/ARM_MESI_Three_Level
@@ -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
index 0000000..2eddc5b
--- /dev/null
+++ b/build_opts/ARM_MOESI_hammer
@@ -0,0 +1,6 @@
+# Copyright (c) 2019 ARM Limited
+# All rights reserved.
+
+TARGET_ISA = 'arm'
+CPU_MODELS = 'TimingSimpleCPU, O3CPU'
+PROTOCOL = 'MOESI_hammer'
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/24254
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I0d1c5671efdd3cb2041805ab615cdff76d3a5e8a
Gerrit-Change-Number: 24254
Gerrit-PatchSet: 1
Gerrit-Owner: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: Timothy Hayes <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev