actorlib/structuring: add Pipeline
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 31 Oct 2014 12:09:24 +0000 (13:09 +0100)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Sat, 1 Nov 2014 13:47:00 +0000 (21:47 +0800)
commit33c3a927c26252bc713588c14ce84e364142d9d3
tree5779f6b6be45b74dfd73b621b97565c402347dc2
parent8db549a23d6d579b3ac8be32dc9da412359b640b
actorlib/structuring: add Pipeline

Pipeline enables easy cascading of dataflow modules.
DataFlowGraph can eventually use it to implement the
add_pipeline method to avoid duplicating things.
migen/actorlib/structuring.py