ruby: remove sparse memory.

In my opinion, it creates needless complications in rest of the code.
Also, this structure hinders the move towards common set of code for
physical memory controllers.
This commit is contained in:
Nilay Vaish
2014-11-06 05:42:20 -06:00
parent 95a0b18431
commit 85c29973a3
7 changed files with 22 additions and 623 deletions

View File

@@ -41,7 +41,6 @@ SimObject('RubyPrefetcher.py')
SimObject('WireBuffer.py')
Source('DirectoryMemory.cc')
Source('SparseMemory.cc')
Source('CacheMemory.cc')
Source('MemoryControl.cc')
Source('WireBuffer.cc')