From 23515fa723226c6c19706152e0e6f4e84ec1b681 Mon Sep 17 00:00:00 2001 From: Jason Lowe-Power Date: Thu, 14 May 2020 20:45:44 -0700 Subject: [PATCH] misc: Update Garnet_standalone build opts Previously, this used the ALPHA ISA which has been removed. According to the documentation on the website (https://www.gem5.org/documentation/general_docs/ruby/ garnet_synthetic_traffic/), using null ISA with no CPUs should be safe. Change-Id: I7fc55df7217887d21f4832f33b8cbb2de3498253 Signed-off-by: Jason Lowe-Power Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/29087 Maintainer: Jason Lowe-Power Reviewed-by: Bobby R. Bruce Tested-by: kokoro --- build_opts/Garnet_standalone | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_opts/Garnet_standalone b/build_opts/Garnet_standalone index df97b5b31..f749d54ca 100644 --- a/build_opts/Garnet_standalone +++ b/build_opts/Garnet_standalone @@ -1,3 +1,3 @@ -TARGET_ISA = 'alpha' -CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,MinorCPU' +TARGET_ISA = 'null' +CPU_MODELS = '' PROTOCOL = 'Garnet_standalone' -- 2.30.2