From: Jason Lowe-Power Date: Fri, 15 May 2020 03:45:44 +0000 (-0700) Subject: misc: Update Garnet_standalone build opts X-Git-Tag: v20.0.0.0~32 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=23515fa723226c6c19706152e0e6f4e84ec1b681;p=gem5.git 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 --- 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'