Review Board 2.0.15


ruby: use RubyMemory flag & remove setDebug() functionality

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

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