From 3b832fceb9f19606262cb8f24593dca62436d817 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Thu, 8 Sep 2022 15:13:24 -0700 Subject: [PATCH] scons: Update 'ALL' compilation to use MESI_Two_Level The MI_Example coherence protocol is a poor default. Change-Id: I2baec29ef18a9cb9f0d5751155935cae4621af5d Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/63372 Maintainer: Jason Lowe-Power Tested-by: kokoro Reviewed-by: Jason Lowe-Power --- build_opts/ALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_opts/ALL b/build_opts/ALL index d7ce1fe1f4..6e5ede2d50 100644 --- a/build_opts/ALL +++ b/build_opts/ALL @@ -4,4 +4,4 @@ USE_POWER_ISA = True USE_RISCV_ISA = True USE_SPARC_ISA = True USE_X86_ISA = True -PROTOCOL = 'MI_example' +PROTOCOL = 'MESI_Two_Level'