Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-20 | slicc: support for local variable declarations in action blocks | David Hashe | |
2014-05-23 | ruby: message buffer: drop dequeue_getDelayCycles() | Nilay Vaish | |
The functionality of updating and returning the delay cycles would now be performed by the dequeue() function itself. | |||
2010-03-10 | slicc: have a central mechanism for creating a code_formatter. | Nathan Binkert | |
This makes it easier to add global variables like protocol | |||
2009-09-22 | slicc: Pure python implementation of slicc. | Nathan Binkert | |
This is simply a translation of the C++ slicc into python with very minimal reorganization of the code. The output can be verified as nearly identical by doing a "diff -wBur". Slicc can easily be run manually by using util/slicc |