mem-cache: change Cache debug flag to MSHR in MSHR code
Change-Id: I97ba0d5426d51d913649dcabb6d1ca862e4d137a Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/47039 Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com> Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br> Maintainer: Daniel Carvalho <odanrc@yahoo.com.br> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
3
src/mem/cache/SConscript
vendored
3
src/mem/cache/SConscript
vendored
@@ -46,10 +46,11 @@ DebugFlag('CacheRepl')
|
||||
DebugFlag('CacheTags')
|
||||
DebugFlag('CacheVerbose')
|
||||
DebugFlag('HWPrefetch')
|
||||
DebugFlag('MSHR')
|
||||
|
||||
# CacheTags is so outrageously verbose, printing the cache's entire tag
|
||||
# array on each timing access, that you should probably have to ask for
|
||||
# it explicitly even above and beyond CacheAll.
|
||||
CompoundFlag('CacheAll', ['Cache', 'CacheComp', 'CachePort', 'CacheRepl',
|
||||
'CacheVerbose', 'HWPrefetch'])
|
||||
'CacheVerbose', 'HWPrefetch', 'MSHR'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user