SLICC: Remove the keyword wake_up_dependents
authorNilay Vaish <nilay@cs.wisc.edu>
Fri, 18 Mar 2011 19:12:03 +0000 (14:12 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Fri, 18 Mar 2011 19:12:03 +0000 (14:12 -0500)
commit3f27ccbb5488a6904f8bffc7e2ecc58c39a09119
treef206d3d898a181d1ce94ec5e02e562fe4fea71ad
parent847ba941ea345f01b2f5176432b6541902a41d2b
SLICC: Remove the keyword wake_up_dependents
In order to add stall and wait facility for protocols, a keyword
wake_up_dependents was introduced. This patch removes the keyword,
instead this functionality is now implemented as function call.
src/mem/protocol/MOESI_CMP_token-L1cache.sm
src/mem/protocol/MOESI_hammer-cache.sm
src/mem/protocol/MOESI_hammer-dir.sm
src/mem/slicc/ast/WakeUpDependentsStatementAST.py [deleted file]
src/mem/slicc/parser.py
src/mem/slicc/symbols/StateMachine.py