Daniel Carvalho has uploaded a new patch set (#2). ( https://gem5-review.googlesource.com/c/public/gem5/+/9782 )

Change subject: mem-cache: Remove CacheSet.hh
......................................................................

mem-cache: Remove CacheSet.hh

Replacement policies aren't aware of cache sets and do not
organize blocks based on replacement data. Block search is
independent of block placement.

Besides, indexing policies have their own way of addressing
the sets, therefore there is no need to use this class anymore.

BlkType has been removed, as it wasn't being used.

Change-Id: Ia79c2a491e59f295c8d60a0466c317eb0e2bdab9
Signed-off-by: Daniel R. Carvalho <oda...@yahoo.com.br>
---
M src/mem/cache/tags/base_set_assoc.cc
M src/mem/cache/tags/base_set_assoc.hh
D src/mem/cache/tags/cacheset.hh
3 files changed, 3 insertions(+), 171 deletions(-)


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/9782
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: Ia79c2a491e59f295c8d60a0466c317eb0e2bdab9
Gerrit-Change-Number: 9782
Gerrit-PatchSet: 2
Gerrit-Owner: Daniel Carvalho <oda...@yahoo.com.br>
Gerrit-MessageType: newpatchset
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to