Bobby R. Bruce has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/49143 )
Change subject: mem: Change maxEntryCount in snoop_filter.hh to uint64_t
......................................................................
mem: Change maxEntryCount in snoop_filter.hh to uint64_t
This was previously an unsigned int. The maxEntryCount requires a higher
range for the snoop filter to increase beyond its 8MB default value.
Issue-on: https://gem5.atlassian.net/browse/GEM5-1062
Change-Id: Ib9661ef64ced097f2070eeb046cde4bcef825b94
---
M src/mem/snoop_filter.hh
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mem/snoop_filter.hh b/src/mem/snoop_filter.hh
index 7d4a222..6aea8fa 100644
--- a/src/mem/snoop_filter.hh
+++ b/src/mem/snoop_filter.hh
@@ -306,7 +306,7 @@
/** Latency for doing a lookup in the filter */
const Cycles lookupLatency;
/** Max capacity in terms of cache blocks tracked, for sanity checking
*/
- const unsigned maxEntryCount;
+ const uint64_t maxEntryCount;
/**
* Use the lower bits of the address to keep track of the line status
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/49143
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: Ib9661ef64ced097f2070eeb046cde4bcef825b94
Gerrit-Change-Number: 49143
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby R. Bruce <[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