ruby: memory controllers now inherit from an abstract "MemoryControl" class
This commit is contained in:
@@ -39,6 +39,7 @@ SimObject('DirectoryMemory.py')
|
||||
SimObject('MemoryControl.py')
|
||||
SimObject('WireBuffer.py')
|
||||
SimObject('RubySystem.py')
|
||||
SimObject('RubyMemoryControl.py')
|
||||
|
||||
Source('DMASequencer.cc')
|
||||
Source('DirectoryMemory.cc')
|
||||
@@ -46,6 +47,7 @@ Source('SparseMemory.cc')
|
||||
Source('CacheMemory.cc')
|
||||
Source('MemoryControl.cc')
|
||||
Source('WireBuffer.cc')
|
||||
Source('RubyMemoryControl.cc')
|
||||
Source('MemoryNode.cc')
|
||||
Source('PersistentTable.cc')
|
||||
Source('RubyPort.cc')
|
||||
|
||||
Reference in New Issue
Block a user