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

Commits on Jun 1, 2019

  1. Copy the full SHA
    8c1b5a2 View commit details
    Browse the repository at this point in the history
  2. build.res: always return a Pin record.

    In the simple cases, a Pin record consisting of exactly one field
    is equivalent in every way to this single field. In the more complex
    case however, it can be used as a record, making the code more robust
    such that it works with both bidirectional and unidirectional pins.
    whitequark committed Jun 1, 2019
    Copy the full SHA
    53ddff9 View commit details
    Browse the repository at this point in the history
  3. build.plat: implement.

    whitequark committed Jun 1, 2019
    Copy the full SHA
    b1eab9f View commit details
    Browse the repository at this point in the history