changeset 30bbc9b60a8c in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=30bbc9b60a8c
description:
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:
src/mem/ruby/structures/RubyMemoryControl.cc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r e61f847e74fd -r 30bbc9b60a8c
src/mem/ruby/structures/RubyMemoryControl.cc
--- a/src/mem/ruby/structures/RubyMemoryControl.cc Sat May 23 13:50:57
2015 +0100
+++ b/src/mem/ruby/structures/RubyMemoryControl.cc Tue May 26 03:21:34
2015 -0400
@@ -169,6 +169,8 @@
m_banks_per_rank,
m_ranks_per_dimm,
m_dimms_per_channel);
+
+ warn("RubyMemoryControl is deprecated, use a DRAMCtrl subclass instead\n");
}
void
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev