Review Board 2.0.15


ruby: use RubyMemory flag & remove setDebug() functionality

Review Request #676 - Created May 3, 2011 and submitted

Information
Korey Sewell
gem5
default
Reviewers
Default
ali, gblack, nate, stever
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

   
Ship it!
Posted (May 4, 2011, 9:53 a.m.)
I'm surprised this wasn't fixed earlier.  Thanks for do this Korey!