Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-29 | ruby: Added the cache profiler to the new config system | Brad Beckmann | |
2010-01-29 | ruby: Ruby changes required to use the python config system | Brad Beckmann | |
This patch includes the necessary changes to connect ruby objects using the python configuration system. Mainly it consists of removing unnecessary ruby object pointers and connecting the necessary object pointers using the generated param objects. This patch includes the slicc changes necessary to connect generated ruby objects together using the python configuraiton system. | |||
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. |