From a8fbfefb5e0fd3b45d6961b07a172018c87c0251 Mon Sep 17 00:00:00 2001 From: Uri Wiener Date: Mon, 22 Apr 2013 13:20:33 -0400 Subject: 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). --- src/mem/cache/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mem/cache/SConscript') diff --git a/src/mem/cache/SConscript b/src/mem/cache/SConscript index dc2270b08..e7b0dca0c 100644 --- a/src/mem/cache/SConscript +++ b/src/mem/cache/SConscript @@ -45,4 +45,5 @@ Source('mshr_queue.cc') DebugFlag('Cache') DebugFlag('CachePort') DebugFlag('CacheRepl') +DebugFlag('CacheTags') DebugFlag('HWPrefetch') -- cgit v1.2.3