summaryrefslogtreecommitdiff
path: root/src/mem/ruby/structures/SConscript
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2016-12-05 16:49:07 -0500
committerAndreas Hansson <andreas.hansson@arm.com>2016-12-05 16:49:07 -0500
commitc642d6fc379f811ce3e84eb2d7fc95ef4920a6f4 (patch)
treedccb0492220a6d1260c0c671d4c43dbc08853b26 /src/mem/ruby/structures/SConscript
parentebd9018a139178aed432b257ff4ce6dc2d5f795f (diff)
downloadgem5-c642d6fc379f811ce3e84eb2d7fc95ef4920a6f4.tar.xz
ruby: Remove RubyMemoryControl and associated files
This patch removes the deprecated RubyMemoryControl. The DRAMCtrl module should be used instead.
Diffstat (limited to 'src/mem/ruby/structures/SConscript')
-rw-r--r--src/mem/ruby/structures/SConscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mem/ruby/structures/SConscript b/src/mem/ruby/structures/SConscript
index 75fc6370e..c39cd0e51 100644
--- a/src/mem/ruby/structures/SConscript
+++ b/src/mem/ruby/structures/SConscript
@@ -38,7 +38,6 @@ SimObject('DirectoryMemory.py')
SimObject('LRUReplacementPolicy.py')
SimObject('PseudoLRUReplacementPolicy.py')
SimObject('ReplacementPolicy.py')
-SimObject('RubyMemoryControl.py')
SimObject('RubyPrefetcher.py')
SimObject('WireBuffer.py')
@@ -48,8 +47,6 @@ Source('CacheMemory.cc')
Source('LRUPolicy.cc')
Source('PseudoLRUPolicy.cc')
Source('WireBuffer.cc')
-Source('RubyMemoryControl.cc')
-Source('MemoryNode.cc')
Source('PersistentTable.cc')
Source('Prefetcher.cc')
Source('TimerTable.cc')