ruby: Convert most Ruby objects to M5 SimObjects.

The necessary companion conversion of Ruby objects generated by SLICC
are converted to M5 SimObjects in the following patch, so this patch
alone does not compile.
Conversion of Garnet network models is also handled in a separate
patch; that code is temporarily disabled from compiling to allow
testing of interim code.
This commit is contained in:
Steve Reinhardt
2010-01-29 20:29:17 -08:00
parent b43994ba45
commit 98c94cfe3c
75 changed files with 640 additions and 2186 deletions

View File

@@ -33,6 +33,12 @@ Import('*')
if not env['RUBY']:
Return()
SimObject('Cache.py')
SimObject('Sequencer.py')
SimObject('DirectoryMemory.py')
SimObject('MemoryControl.py')
SimObject('RubySystem.py')
Source('DMASequencer.cc')
Source('DirectoryMemory.cc')
Source('CacheMemory.cc')