Tiago Mück has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/18790
Change subject: mem-ruby: Increase maximum num. of controllers in Ruby
......................................................................
mem-ruby: Increase maximum num. of controllers in Ruby
Increasing to 256 should be enough for any large-scale system simulatable
by gem5
Change-Id: Iad2d33d5b0cc64a1b7d9d187f12cabbcba113446
Signed-off-by: Tiago Muck <[email protected]>
---
M src/mem/ruby/common/Set.hh
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/mem/ruby/common/Set.hh b/src/mem/ruby/common/Set.hh
index cb01c96..39dd319 100644
--- a/src/mem/ruby/common/Set.hh
+++ b/src/mem/ruby/common/Set.hh
@@ -39,8 +39,8 @@
#include "base/logging.hh"
#include "mem/ruby/common/TypeDefines.hh"
-// Change for systems with more than 64 controllers of a particular type.
-const int NUMBER_BITS_PER_SET = 64;
+// Change for systems with more than 256 controllers of a particular type.
+const int NUMBER_BITS_PER_SET = 256;
class Set
{
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/18790
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: Iad2d33d5b0cc64a1b7d9d187f12cabbcba113446
Gerrit-Change-Number: 18790
Gerrit-PatchSet: 1
Gerrit-Owner: Tiago Mück <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev