mem-cache: Create Sector Cache
authorDaniel R. Carvalho <odanrc@yahoo.com.br>
Thu, 5 Apr 2018 09:54:39 +0000 (11:54 +0200)
committerDaniel Carvalho <odanrc@yahoo.com.br>
Wed, 13 Jun 2018 07:58:00 +0000 (07:58 +0000)
commit5bb8643808e81412ef634c142a9a403032d9141f
tree5ffb310c35ca4e154621654046672981a2fb0342
parent8008ce25e9ff7e82e4bd0b7da041a31dc841057b
mem-cache: Create Sector Cache

Implementation of Sector Caches, i.e., a cache with multiple
sequential data entries per tag entry for Set Associtive
placement policies.

Change-Id: I8e1e9448fa44ba308ccb16cd5bcc5fd36c988feb
Reviewed-on: https://gem5-review.googlesource.com/9741
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
src/mem/cache/SConscript
src/mem/cache/blk.hh
src/mem/cache/sector_blk.cc [new file with mode: 0644]
src/mem/cache/sector_blk.hh [new file with mode: 0644]
src/mem/cache/tags/SConscript
src/mem/cache/tags/Tags.py
src/mem/cache/tags/sector_tags.cc [new file with mode: 0644]
src/mem/cache/tags/sector_tags.hh [new file with mode: 0644]