Review Board 2.0.15


SLICC: Put functions of a controller in its .cc file

Review Request #809 - Created July 26, 2011 and submitted - Latest diff uploaded

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.