summaryrefslogtreecommitdiff
path: root/src/mem/ruby
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2015-05-26 03:21:34 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2015-05-26 03:21:34 -0400
commit0cc350d2c59d0e1b19cc377814ae7ef0860ee7ab (patch)
treeb79dd3f73ab99f6cb08aa2b612fe21d5e44a6a3a /src/mem/ruby
parentdbdb9ab518f919cf71c0acd03c16738202eeb61f (diff)
downloadgem5-0cc350d2c59d0e1b19cc377814ae7ef0860ee7ab.tar.xz
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.
Diffstat (limited to 'src/mem/ruby')
-rw-r--r--src/mem/ruby/structures/RubyMemoryControl.cc2
1 files changed, 2 insertions, 0 deletions
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