Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-29 | ruby: Removed the tech_nm variable from RubySystem | Brad Beckmann | |
2010-01-29 | ruby: Added clock to ruby system | Brad Beckmann | |
As a first step to migrate ruby to the M5 eventqueue, added a clock variable to the ruby system. | |||
2010-01-29 | ruby: Calculate system total memory capacity in Python | Steve Reinhardt | |
rather than in RubySystem object. | |||
2010-01-29 | ruby: Convert most Ruby objects to M5 SimObjects. | Steve Reinhardt | |
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. |