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

Change subject: mem-cache: Make CleanEvict only access tag array
......................................................................

mem-cache: Make CleanEvict only access tag array

Previous latency calculation for CleanEvict included the latency to
access the data array, if the block had been found.

As a side effect, add a function to perform such accesses.

Change-Id: I7365a915500b5d7ab636d49a9acc627072a7f58e
Signed-off-by: Daniel R. Carvalho <oda...@yahoo.com.br>
---
M src/mem/cache/base.cc
M src/mem/cache/base.hh
2 files changed, 27 insertions(+), 3 deletions(-)


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/14878
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: I7365a915500b5d7ab636d49a9acc627072a7f58e
Gerrit-Change-Number: 14878
Gerrit-PatchSet: 3
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