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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 493f424ebd63
Choose a base ref
...
head repository: m-labs/migen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d0a19c4be85c
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 24, 2015

  1. migen/fhdl/tools: fix rename_clock_domain when new == old

    Clock domain renaming should support new == old to allow programmatically determined clock domain renaming.
    enjoy-digital committed Jul 24, 2015
    Copy the full SHA
    1f1ff5a View commit details
  2. migen/actorlib/fifo: add FIFO wrapper function

    Allow automatic instantiation of the correct fifo (SyncFIFO or AsyncFIFO) according to the clock domains passed in argument.
    enjoy-digital committed Jul 24, 2015
    2
    Copy the full SHA
    d0a19c4 View commit details
Loading