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

Commits on Jun 2, 2019

  1. build.dsl: require a dict for extras instead of a stringly array.

    Fixes #72.
    whitequark committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    98497b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. build.res: simplify. NFC.

    whitequark committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    268fe63 View commit details
    Browse the repository at this point in the history
  2. build.{res,plat}: propagate extras to pin fragment factories.

    This is necessary because on some platforms, like iCE40, extras
    become parameters on an IO primitive, since the constraint file
    format is not expressive enough for all of them.
    whitequark committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    fb01854 View commit details
    Browse the repository at this point in the history