SLICC: Add a check function for State Machine
Review Request #723 - Created June 1, 2011 and discarded
| Information | |
|---|---|
| Nilay Vaish | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
SLICC: Add a check function for State Machine This patch adds a function for State Machines that will check whether the provided description in the .sm files includes some of the required functions, like getState() and setState().
Posted (June 10, 2011, 2:33 p.m.)
-
src/mem/slicc/symbols/StateMachine.py (Diff revision 1) -
This print doesn't belong here. It just makes the output verbose even if we don't want it to be.
Posted (July 1, 2011, 8:03 a.m.)
-
src/mem/slicc/symbols/StateMachine.py (Diff revision 1) -
I will remove it.
