ruby: use RubyMemory flag & remove setDebug() functionality
authorKorey Sewell <ksewell@umich.edu>
Thu, 5 May 2011 06:20:31 +0000 (02:20 -0400)
committerKorey Sewell <ksewell@umich.edu>
Thu, 5 May 2011 06:20:31 +0000 (02:20 -0400)
commita0415f2b24d1c3bcf49775dee302eb0b16f27106
tree17fe10686f7c443bd4e3d0a83d0ae3fad3701dd7
parentfea2c26402894aa26de7b7d8e14fe71070b76296
ruby: use RubyMemory flag & remove setDebug() functionality
The RubyMemory flag wasnt used in the code, creating large gaps in trace output. Replace cprintfs w/dprintfs
using RubyMemory in memory controller. DPRINTF also deprecate the usage of the setDebug() pure virtual
function in the AbstractMemoryOrCache Class as well the m_debug/cprintf functions in MemoryControl.hh/cc
src/mem/ruby/system/AbstractMemOrCache.hh
src/mem/ruby/system/MemoryControl.cc
src/mem/ruby/system/MemoryControl.hh