Hello Daniel Carvalho, Jason Lowe-Power, Nikos Nikoleris,

I'd like you to reexamine a change. Please visit

    https://gem5-review.googlesource.com/11830

to look at the new patch set (#4).

Change subject: mem-cache: Added getters and setters to CacheBlk
......................................................................

mem-cache: Added getters and setters to CacheBlk

This is so that I can easily track the writes to CacheBlk::data (now
CacheBlk::_data to be in line with the naming conventions).  I had to
create an interface called DataContainer, so that we don't have to
pass `uint8_t*` around (e.g. Packet::trySatisfyFunctional), and that
we can read/write to it.

Change-Id: Idb9d72476a85df95800db35b535395096b31b8f1
---
M src/learning_gem5/part2/simple_cache.cc
M src/mem/cache/base.cc
M src/mem/cache/blk.cc
M src/mem/cache/blk.hh
M src/mem/cache/cache.cc
M src/mem/cache/tags/base_set_assoc.cc
M src/mem/cache/tags/fa_lru.cc
M src/mem/cache/tags/sector_tags.cc
A src/mem/data_container.hh
M src/mem/packet.cc
M src/mem/packet.hh
11 files changed, 209 insertions(+), 65 deletions(-)


--
To view, visit https://gem5-review.googlesource.com/11830
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: Idb9d72476a85df95800db35b535395096b31b8f1
Gerrit-Change-Number: 11830
Gerrit-PatchSet: 4
Gerrit-Owner: Kovacsics Róbert <[email protected]>
Gerrit-Reviewer: Daniel Carvalho <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: Kovacsics Róbert <[email protected]>
Gerrit-Reviewer: Nikos Nikoleris <[email protected]>
Gerrit-MessageType: newpatchset
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to