Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-11 | ruby: Make ruby #includes use full paths to the files they're including. | Nathan Binkert | |
This basically means changing all #include statements and changing autogenerated code so that it generates the correct paths. Because slicc generates #includes, I had to hard code the include paths to mem/protocol. | |||
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. |