ruby: Deprecation warning for RubyMemoryControl
A step towards removing RubyMemoryControl and shift users to DRAMCtrl. The latter is faster, more representative, very versatile, and is integrated with power models.
This commit is contained in:
@@ -169,6 +169,8 @@ RubyMemoryControl::RubyMemoryControl(const Params *p)
|
||||
m_banks_per_rank,
|
||||
m_ranks_per_dimm,
|
||||
m_dimms_per_channel);
|
||||
|
||||
warn("RubyMemoryControl is deprecated, use a DRAMCtrl subclass instead\n");
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user