misc: Update Garnet_standalone build opts
authorJason Lowe-Power <jason@lowepower.com>
Fri, 15 May 2020 03:45:44 +0000 (20:45 -0700)
committerJason Lowe-Power <power.jg@gmail.com>
Sun, 17 May 2020 22:33:05 +0000 (22:33 +0000)
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 <jason@lowepower.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/29087
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
build_opts/Garnet_standalone

index df97b5b31362e050df6c4cc510b4d11ec821f63e..f749d54ca269ab2b0063746f1f3358a36a58098f 100644 (file)
@@ -1,3 +1,3 @@
-TARGET_ISA = 'alpha'
-CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,MinorCPU'
+TARGET_ISA = 'null'
+CPU_MODELS = ''
 PROTOCOL = 'Garnet_standalone'