Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m-labs/migen
base: b4a7d36fa56e
Choose a base ref
...
head repository: m-labs/migen
compare: c3aad937535d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 2, 2013

  1. 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.
    enjoy-digital authored and Sebastien Bourdeauducq committed Nov 2, 2013
    Copy the full SHA
    e0e99ec View commit details
    Browse the repository at this point in the history
  2. actorlib/spi/DMAWriteController: make ack_when_inactive a keyword-onl…

    …y arg
    Sebastien Bourdeauducq committed Nov 2, 2013
    Copy the full SHA
    c3aad93 View commit details
    Browse the repository at this point in the history