SLICC: Put functions of a controller in its .cc file
authorNilay Vaish <nilay@cs.wisc.edu>
Thu, 28 Jul 2011 01:20:53 +0000 (20:20 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Thu, 28 Jul 2011 01:20:53 +0000 (20:20 -0500)
commitb4152e250da1999d7e495d5501f029f5370e01ed
tree8bf2afa6f6ecdf8a266f4000c4fd6f217ed4a4cf
parent00ad4eb8ce997466e1d537b0f0a3911de7842b4c
SLICC: Put functions of a controller in its .cc file
Currently, functions associated with a controller go into separate files.
This patch puts all the functions in the controller's .cc file. This should
hopefully take away some time from compilation.
src/mem/slicc/ast/FuncDeclAST.py
src/mem/slicc/symbols/Func.py
src/mem/slicc/symbols/StateMachine.py