Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-03 | SCons: Clean up some inconsistent capitalization in scons options. | Gabe Black | |
2010-02-01 | ruby: Set default protocol back to MI_example | Brad Beckmann | |
2010-01-29 | ruby: Added a Scons option to prevent HTML file creation | Brad Beckmann | |
2010-01-29 | ruby: reorganized ruby python configuration | Brad Beckmann | |
Reorganized ruby python configuration so that protocol and ruby memory system configuration code can be shared by multiple front-end configuration files (i.e. memory tester, full system, and hopefully the regression tester). This code works for memory tester, but have not tested fs mode. | |||
2010-01-19 | merge | Derek Hower | |
2009-11-18 | ruby: Changes necessary to get the hammer protocol to work in GEM5 | Brad Beckmann | |
2009-07-06 | scons: update SCons files for changes in ruby. | Nathan Binkert | |
2009-05-11 | ruby: Migrate all of ruby and slicc to SCons. | Nathan Binkert | |
Add the PROTOCOL sticky option sets the coherence protocol that slicc will parse and therefore ruby will use. This whole process was made difficult by the fact that the set of files that are output by slicc are not easily known ahead of time. The easiest thing wound up being to write a parser for slicc that would tell me. Incidentally this means we now have a slicc grammar written in python. |