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/SConscript
vendored
2
src/mem/cache/SConscript
vendored
@@ -33,8 +33,8 @@ Import('*')
|
||||
SimObject('Cache.py')
|
||||
|
||||
Source('base.cc')
|
||||
Source('blk.cc')
|
||||
Source('cache.cc')
|
||||
Source('cache_blk.cc')
|
||||
Source('mshr.cc')
|
||||
Source('mshr_queue.cc')
|
||||
Source('noncoherent_cache.cc')
|
||||
|
||||
Reference in New Issue
Block a user