Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-11 | ruby: rename config.include to config.hh and clean up the macro stuff. | Nathan Binkert | |
I did the macro cleanup because I was worried that the SCons scanner would get confused. This code will hopefully go away soon anyway. --HG-- rename : src/mem/ruby/config/config.include => src/mem/ruby/config/config.hh | |||
2009-05-11 | ruby: Import ruby and slicc from GEMS | Nathan Binkert | |
We eventually plan to replace the m5 cache hierarchy with the GEMS hierarchy, but for now we will make both live alongside eachother. |