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:
parent
dbdb9ab518
commit
0cc350d2c5
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue