SLICC: Remove the keyword wake_up_all_dependents
authorNilay Vaish <nilay@cs.wisc.edu>
Fri, 18 Mar 2011 19:12:01 +0000 (14:12 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Fri, 18 Mar 2011 19:12:01 +0000 (14:12 -0500)
commit847ba941ea345f01b2f5176432b6541902a41d2b
tree0941a91a6d9e643916640c203328bd9d69ee9c38
parentcc14689a86d4a17bc8d8c77a24539d45e7f78da9
SLICC: Remove the keyword wake_up_all_dependents
In order to add stall and wait facility for protocols, a keyword
wake_up_all_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/slicc/ast/WakeUpAllDependentsStatementAST.py [deleted file]
src/mem/slicc/parser.py
src/mem/slicc/symbols/StateMachine.py