Daniel Carvalho has uploaded a new patch set (#2). (
https://gem5-review.googlesource.com/c/public/gem5/+/12764 )
Change subject: mem-cache: Use set and way for ReplaceableEntry
......................................................................
mem-cache: Use set and way for ReplaceableEntry
Replaceable entries belong to table-like structures, and therefore
they should be indexable by combining a row and a column. These,
using conventional cache nomenclature translate to sets and ways.
Make these entries aware of their sets and ways.
Change-Id: If0e3dacf9ea2f523af9cface067469ccecf82648
---
M src/mem/cache/blk.hh
M src/mem/cache/replacement_policies/base.hh
M src/mem/cache/tags/base.cc
M src/mem/cache/tags/base_set_assoc.cc
M src/mem/cache/tags/base_set_assoc.hh
M src/mem/cache/tags/fa_lru.cc
M src/mem/cache/tags/sector_tags.cc
M src/mem/cache/tags/skewed_assoc.cc
8 files changed, 62 insertions(+), 32 deletions(-)
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/12764
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: If0e3dacf9ea2f523af9cface067469ccecf82648
Gerrit-Change-Number: 12764
Gerrit-PatchSet: 2
Gerrit-Owner: Daniel Carvalho <[email protected]>
Gerrit-Reviewer: Daniel Carvalho <[email protected]>
Gerrit-CC: Nikos Nikoleris <[email protected]>
Gerrit-MessageType: newpatchset
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev