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: dac10f557061
Choose a base ref
...
head repository: m-labs/migen
compare: 91422788efa1
Choose a head ref
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 4, 2013

  1. actorlib: add fifo

    enjoy-digital authored and Sebastien Bourdeauducq committed Sep 4, 2013
    Copy the full SHA
    71b14ac View commit details
    Browse the repository at this point in the history
  2. examples/basic/namer: cleanup

    Sebastien Bourdeauducq committed Sep 4, 2013
    Copy the full SHA
    87a68ec View commit details
    Browse the repository at this point in the history
  3. actorlib/fifo: rewrite

    * use classes for less code duplication
    * the idea of decorator is to avoid passing common parameters (e.g. clock domain names) in module constructors, so remove those parameters
    * style
    Sebastien Bourdeauducq committed Sep 4, 2013
    Copy the full SHA
    1209ec1 View commit details
    Browse the repository at this point in the history
  4. actorlib/spi: add optional irq generation on DMAController

    enjoy-digital authored and Sebastien Bourdeauducq committed Sep 4, 2013
    Copy the full SHA
    b6eb97e View commit details
    Browse the repository at this point in the history
  5. actorlib/spi/DMAController: use EventSourceProcess

    Sebastien Bourdeauducq committed Sep 4, 2013
    Copy the full SHA
    523565b View commit details
    Browse the repository at this point in the history
  6. actorlib/fifo: do not duplicate safe write logic

    Sebastien Bourdeauducq committed Sep 4, 2013
    Copy the full SHA
    9142278 View commit details
    Browse the repository at this point in the history