ruby: Stall and wait input messages instead of recycling
authorBrad Beckmann <Brad.Beckmann@amd.com>
Fri, 20 Aug 2010 18:46:14 +0000 (11:46 -0700)
committerBrad Beckmann <Brad.Beckmann@amd.com>
Fri, 20 Aug 2010 18:46:14 +0000 (11:46 -0700)
commite7f2da517adbc9ba4ed1b33de102126260a0d587
treedc45a1acf1843da774f55fb1a5e27333804c4910
parentaf6b97e3ee2d73fcb2d4bcdbdffc9a6534dfdac8
ruby: Stall and wait input messages instead of recycling

This patch allows messages to be stalled in their input buffers and wait
until a corresponding address changes state.  In order to make this work,
all in_ports must be ranked in order of dependence and those in_ports that
may unblock an address, must wake up the stalled messages.  Alot of this
complexity is handled in slicc and the specification files simply
annotate the in_ports.

--HG--
rename : src/mem/slicc/ast/CheckAllocateStatementAST.py => src/mem/slicc/ast/StallAndWaitStatementAST.py
rename : src/mem/slicc/ast/CheckAllocateStatementAST.py => src/mem/slicc/ast/WakeUpDependentsStatementAST.py
src/mem/protocol/MOESI_hammer-dir.sm
src/mem/ruby/buffers/MessageBuffer.cc
src/mem/ruby/buffers/MessageBuffer.hh
src/mem/slicc/ast/InPortDeclAST.py
src/mem/slicc/ast/PeekStatementAST.py
src/mem/slicc/ast/StallAndWaitStatementAST.py [new file with mode: 0644]
src/mem/slicc/ast/WakeUpDependentsStatementAST.py [new file with mode: 0644]
src/mem/slicc/ast/__init__.py
src/mem/slicc/parser.py
src/mem/slicc/symbols/StateMachine.py