migen/actorlib/misc: add BufferizeEndpoints
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 27 Apr 2015 13:12:01 +0000 (15:12 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 27 Apr 2015 13:12:01 +0000 (15:12 +0200)
commitf976b1916a5edea289d506bfab353b5188854623
treee766a122a8d1576f3a0208136893a746f011b315
parente96ba1e46f8ff5db6dd769edc2b0716001369fdd
migen/actorlib/misc: add BufferizeEndpoints

BufferizeEndpoints provides an easy way improve timings of chained dataflow modules and avoid polluting code with internals buffers.
migen/actorlib/misc.py