slicc: support for arbitrary DPRINTF flags (not just RubySlicc)
authorDavid Hashe <david.hashe@amd.com>
Mon, 20 Jul 2015 14:15:18 +0000 (09:15 -0500)
committerDavid Hashe <david.hashe@amd.com>
Mon, 20 Jul 2015 14:15:18 +0000 (09:15 -0500)
commit3454a4a36e927f483b36fa66baabe2c85ecf3ddc
tree3afa6cb6b5626f63418df648918e2832492a985c
parent93242399227ba2dce443dee108b57f660b39b971
slicc: support for arbitrary DPRINTF flags (not just RubySlicc)

This patch allows DPRINTFs to be used in SLICC state machines similar to how
they are used by the rest of gem5.  Previously all DPRINTFs in the .sm files
had to use the RubySlicc flag.
src/mem/slicc/ast/FuncCallExprAST.py
src/mem/slicc/ast/VarExprAST.py
src/mem/slicc/symbols/StateMachine.py