ruby: move stall and wakeup functions to AbstractController
authorNilay Vaish <nilay@cs.wisc.edu>
Fri, 22 Mar 2013 20:53:24 +0000 (15:53 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Fri, 22 Mar 2013 20:53:24 +0000 (15:53 -0500)
commit8573a69d8f7bf7b3f074e3e0ac64994801c551be
tree825b13a2bda66152fda68c5f463f627a4ba2c174
parenteccc86e8095995d49326a9fffc3a1088b97b03fc
ruby: move stall and wakeup functions to AbstractController
These functions are currently implemented in one of the files related to Slicc.
Since these are purely C++ functions, they are better suited to be in the base
class.
src/mem/ruby/slicc_interface/AbstractController.cc
src/mem/ruby/slicc_interface/AbstractController.hh
src/mem/slicc/symbols/StateMachine.py