Hello Jason Lowe-Power, Nikos Nikoleris,

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

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

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

Change subject: mem-cache: Create cache compressor
......................................................................

mem-cache: Create cache compressor

Create basic template for cache compressors. A basic compressor
must implement a compression and a decompression method.

We also implement a compressor for when compression is not used.

Change-Id: I83dc4d2b8d2bc5ed9f760c938edfa4ebdd6b8583
---
M src/mem/cache/Cache.py
A src/mem/cache/compressors/Compressors.py
A src/mem/cache/compressors/SConscript
A src/mem/cache/compressors/base.cc
A src/mem/cache/compressors/base.hh
A src/mem/cache/compressors/no_compressor.cc
A src/mem/cache/compressors/no_compressor.hh
M src/mem/cache/superblock_blk.cc
M src/mem/cache/superblock_blk.hh
M src/mem/cache/tags/Tags.py
M src/mem/cache/tags/compressed_tags.cc
M src/mem/cache/tags/compressed_tags.hh
12 files changed, 728 insertions(+), 5 deletions(-)


--
To view, visit https://gem5-review.googlesource.com/11100
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: I83dc4d2b8d2bc5ed9f760c938edfa4ebdd6b8583
Gerrit-Change-Number: 11100
Gerrit-PatchSet: 2
Gerrit-Owner: Daniel Carvalho <[email protected]>
Gerrit-Reviewer: Daniel Carvalho <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[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