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/nmigen-soc
base: 120ea5387c85
Choose a base ref
...
head repository: m-labs/nmigen-soc
compare: 8662815e1ea6
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Oct 25, 2019

  1. csr.bus: add Multiplexer.

    whitequark committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    2a634b3 View commit details
    Browse the repository at this point in the history
  2. csr.bus.{Multiplexer↔Decoder}

    This reverses the rename done in commit 5520e0d. Commit 2a634b3
    introduced a Multiplexer that doesn't actually do multiplexing, so
    revert that to make everything less confusing.
    whitequark committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    7d76126 View commit details
    Browse the repository at this point in the history
  3. wishbone.bus: add Interface.

    whitequark committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    8662815 View commit details
    Browse the repository at this point in the history