mem: Adding verbose debug output in the memory system

This patch provides useful printouts throughut the memory system. This
includes pretty-printed cache tags and function call messages
(call-stack like).
This commit is contained in:
Uri Wiener
2013-04-22 13:20:33 -04:00
parent 9929e884b6
commit a8fbfefb5e
14 changed files with 194 additions and 16 deletions

View File

@@ -45,4 +45,5 @@ Source('mshr_queue.cc')
DebugFlag('Cache')
DebugFlag('CachePort')
DebugFlag('CacheRepl')
DebugFlag('CacheTags')
DebugFlag('HWPrefetch')