mem-cache: print prefetch queues in Queued prefetcher
Added to track the content of the prefetch queues in the debug output Change-Id: I49d0f4f643ec0dbd7af3087b6267d454cfccddba Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/47199 Maintainer: Jason Lowe-Power <power.jg@gmail.com> Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br> Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
1
src/mem/cache/SConscript
vendored
1
src/mem/cache/SConscript
vendored
@@ -47,6 +47,7 @@ DebugFlag('CacheTags')
|
||||
DebugFlag('CacheVerbose')
|
||||
DebugFlag('HWPrefetch')
|
||||
DebugFlag('MSHR')
|
||||
DebugFlag('HWPrefetchQueue')
|
||||
|
||||
# CacheTags is so outrageously verbose, printing the cache's entire tag
|
||||
# array on each timing access, that you should probably have to ask for
|
||||
|
||||
Reference in New Issue
Block a user