ruby: remove some unused things in slicc
authorNilay Vaish <nilay@cs.wisc.edu>
Tue, 2 Oct 2012 19:35:43 +0000 (14:35 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Tue, 2 Oct 2012 19:35:43 +0000 (14:35 -0500)
commit73eafe484992d488b88c14d94b8909dc488b067b
treef865555f3aa02cc5ad16c5c6100cb9557176d2a4
parent3c9d3b16d8aed879b1db682b1a7fe64f64b9cd7e
ruby: remove some unused things in slicc
This patch removes the parts of slicc that were required for multi-chip
protocols. Going ahead, it seems multi-chip protocols would be implemented
by playing with the network itself.
src/mem/slicc/ast/CheckStopSlotsStatementAST.py [deleted file]
src/mem/slicc/ast/ChipComponentAccessAST.py [deleted file]
src/mem/slicc/ast/FuncCallExprAST.py
src/mem/slicc/ast/ObjDeclAST.py
src/mem/slicc/ast/__init__.py
src/mem/slicc/parser.py
src/mem/slicc/symbols/Func.py
src/mem/slicc/symbols/StateMachine.py