SLICC: Put functions of a controller in its .cc file
Review Request #809 - Created July 26, 2011 and submitted
| Information | |
|---|---|
| Nilay Vaish | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
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.
Compiles cleanly.
Posted (July 27, 2011, 5:07 a.m.)
-
src/mem/slicc/symbols/Func.py (Diff revision 1) -
Should this function exist? Is it still called? I'd think that you could remove this now.
