Tiago Mück has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/41819 )

Change subject: scons: change NULL and ARM default protocol to CHI
......................................................................

scons: change NULL and ARM default protocol to CHI

Change-Id: Ic05f96b84a4e61e93bc12e48381c6a809f260021
Signed-off-by: Tiago Mück <tiago.m...@arm.com>
---
M build_opts/ARM
M build_opts/NULL
2 files changed, 2 insertions(+), 2 deletions(-)



diff --git a/build_opts/ARM b/build_opts/ARM
index c473078..e4cb9a5 100644
--- a/build_opts/ARM
+++ b/build_opts/ARM
@@ -1,3 +1,3 @@
 TARGET_ISA = 'arm'
 CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,MinorCPU'
-PROTOCOL = 'MOESI_CMP_directory'
+PROTOCOL = 'CHI'
diff --git a/build_opts/NULL b/build_opts/NULL
index 1242fa9..de8b1dd 100644
--- a/build_opts/NULL
+++ b/build_opts/NULL
@@ -1,3 +1,3 @@
 TARGET_ISA = 'null'
 CPU_MODELS = ''
-PROTOCOL='MI_example'
+PROTOCOL='CHI'

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/41819
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ic05f96b84a4e61e93bc12e48381c6a809f260021
Gerrit-Change-Number: 41819
Gerrit-PatchSet: 1
Gerrit-Owner: Tiago Mück <tiago.m...@arm.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to