mem-cache: Move sector_blks to tags folder
authorDaniel R. Carvalho <odanrc@yahoo.com.br>
Thu, 11 Oct 2018 12:31:56 +0000 (14:31 +0200)
committerDaniel Carvalho <odanrc@yahoo.com.br>
Thu, 11 Oct 2018 13:24:53 +0000 (13:24 +0000)
commit7ed25a91c2ead4ada3554e52525aa72044f16237
treeb83880cc1a626aec83a77b085429741766dcfc32
parent3341bccfe2ebec50a6a13af3f6a0bf711655fee9
mem-cache: Move sector_blks to tags folder

Move sector_blks.hh and sector_blks.cc to the tags folder,
as its usage scope is restricted to the tags, and caches
should not be aware of them.

Change-Id: Ia7a71f51ec251d827872daf108c87da543a0ba57
Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br>
Reviewed-on: https://gem5-review.googlesource.com/c/13417
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
src/mem/cache/SConscript
src/mem/cache/sector_blk.cc [deleted file]
src/mem/cache/sector_blk.hh [deleted file]
src/mem/cache/tags/SConscript
src/mem/cache/tags/sector_blk.cc [new file with mode: 0644]
src/mem/cache/tags/sector_blk.hh [new file with mode: 0644]
src/mem/cache/tags/sector_tags.hh