diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2016-12-05 16:49:07 -0500 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2016-12-05 16:49:07 -0500 |
commit | c642d6fc379f811ce3e84eb2d7fc95ef4920a6f4 (patch) | |
tree | dccb0492220a6d1260c0c671d4c43dbc08853b26 /src/mem/ruby/SConscript | |
parent | ebd9018a139178aed432b257ff4ce6dc2d5f795f (diff) | |
download | gem5-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/SConscript')
-rw-r--r-- | src/mem/ruby/SConscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mem/ruby/SConscript b/src/mem/ruby/SConscript index 82a16c9b0..88edb44a4 100644 --- a/src/mem/ruby/SConscript +++ b/src/mem/ruby/SConscript @@ -42,7 +42,6 @@ DebugFlag('RubyCache') DebugFlag('RubyCacheTrace') DebugFlag('RubyDma') DebugFlag('RubyGenerated') -DebugFlag('RubyMemory') DebugFlag('RubyNetwork') DebugFlag('RubyPort') DebugFlag('RubyPrefetcher') @@ -56,7 +55,7 @@ DebugFlag('RubyResourceStalls') CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester', 'RubyGenerated', 'RubySlicc', 'RubySystem', 'RubyCache', - 'RubyMemory', 'RubyDma', 'RubyPort', 'RubySequencer', 'RubyCacheTrace', + 'RubyDma', 'RubyPort', 'RubySequencer', 'RubyCacheTrace', 'RubyPrefetcher']) if env['PROTOCOL'] == 'None': |