mem-cache: Rename blk.cc/hh to cache_blk.cc/hh
Rename the files blk.cc and blk.hh to cache_blk.cc and cache_blk.hh to comply with the usual file-class naming rules. Change-Id: I8af45df3e4b8dd934fd9929ec914fb230cb2cb09 Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br> Reviewed-on: https://gem5-review.googlesource.com/c/13416 Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com> Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
This commit is contained in:
committed by
Daniel Carvalho
parent
1b44e883a2
commit
3341bccfe2
2
src/mem/cache/cache.cc
vendored
2
src/mem/cache/cache.cc
vendored
@@ -64,7 +64,7 @@
|
||||
#include "debug/CacheTags.hh"
|
||||
#include "debug/CacheVerbose.hh"
|
||||
#include "enums/Clusivity.hh"
|
||||
#include "mem/cache/blk.hh"
|
||||
#include "mem/cache/cache_blk.hh"
|
||||
#include "mem/cache/mshr.hh"
|
||||
#include "mem/cache/tags/base.hh"
|
||||
#include "mem/cache/write_queue_entry.hh"
|
||||
|
||||
Reference in New Issue
Block a user