actorlib/spi: add ack_when_inactive parameter to DMA Write Controller
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 25 Oct 2013 20:53:59 +0000 (22:53 +0200)
committerSebastien Bourdeauducq <sebastien@milkymist.org>
Sat, 2 Nov 2013 22:16:05 +0000 (23:16 +0100)
commite0e99ec385d963ac6e351123f37f190ff828ab5a
treed9f0fbbdc9dd17794f9f85bcf37d721c8fd7ef07
parentb4a7d36fa56eaea1de44e4ad9fa58f017aba2220
actorlib/spi: add ack_when_inactive parameter to DMA Write Controller

In some cases we don't want to stall the input pipeline when the DMA is inactive, setting ack_when_inactive to True will enable acknowledge of data when the DMA is inactive.
migen/actorlib/spi.py