Giacomo Travaglini has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/43746 )
Change subject: configs: Fix signature in GPU_VIPER and Garnet_standalone
......................................................................
configs: Fix signature in GPU_VIPER and Garnet_standalone
This was broken by:
https://gem5-review.googlesource.com/c/public/gem5/+/43287
Signed-off-by: Giacomo Travaglini <[email protected]>
Change-Id: I0ac64cfe64cefd6c6ad8a9e7d00def00ee967136
---
M configs/ruby/GPU_VIPER.py
M configs/ruby/Garnet_standalone.py
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configs/ruby/GPU_VIPER.py b/configs/ruby/GPU_VIPER.py
index 4ebd8ce..9841213 100644
--- a/configs/ruby/GPU_VIPER.py
+++ b/configs/ruby/GPU_VIPER.py
@@ -395,7 +395,7 @@
"cache controller")
def create_system(options, full_system, system, dma_devices, bootmem,
- ruby_system):
+ ruby_system, cpus):
if buildEnv['PROTOCOL'] != 'GPU_VIPER':
panic("This script requires the GPU_VIPER protocol to be built.")
diff --git a/configs/ruby/Garnet_standalone.py
b/configs/ruby/Garnet_standalone.py
index 13e990d..f8e21fc 100644
--- a/configs/ruby/Garnet_standalone.py
+++ b/configs/ruby/Garnet_standalone.py
@@ -40,7 +40,7 @@
return
def create_system(options, full_system, system, dma_ports, bootmem,
- ruby_system):
+ ruby_system, cpus):
if buildEnv['PROTOCOL'] != 'Garnet_standalone':
panic("This script requires Garnet_standalone protocol to be
built.")
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/43746
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: I0ac64cfe64cefd6c6ad8a9e7d00def00ee967136
Gerrit-Change-Number: 43746
Gerrit-PatchSet: 1
Gerrit-Owner: Giacomo Travaglini <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s