From: Andreas Hansson Date: Tue, 26 May 2015 07:21:34 +0000 (-0400) Subject: ruby: Deprecation warning for RubyMemoryControl X-Git-Tag: stable_2015_09_03~26 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0cc350d2c59d0e1b19cc377814ae7ef0860ee7ab;p=gem5.git 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. --- diff --git a/src/mem/ruby/structures/RubyMemoryControl.cc b/src/mem/ruby/structures/RubyMemoryControl.cc index a7a815adb..adf3dcc53 100644 --- a/src/mem/ruby/structures/RubyMemoryControl.cc +++ b/src/mem/ruby/structures/RubyMemoryControl.cc @@ -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