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

Commits on Sep 23, 2019

  1. Copy the full SHA
    2da0133 View commit details
    Browse the repository at this point in the history
  2. hdl.ast: make Signal(name=) a keyword-only argument.

    Almost no code would specify Signal(_, name) as a positional argument
    on purpose, but forgetting parens and accidentally placing signedness
    into the name position is so common that we had a test for it.
    whitequark committed Sep 23, 2019
    Copy the full SHA
    6494444 View commit details
    Browse the repository at this point in the history
  3. hdl.mem: simplify. NFC.

    whitequark committed Sep 23, 2019
    Copy the full SHA
    1aeb11d View commit details
    Browse the repository at this point in the history