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

Commits on Jun 3, 2019

  1. hdl.ir: accept LHS signals like slices as Instance io ports.

    This is unlikely to work with anything except Slice and Cat, but
    there's no especially good place to enforce it. (Maybe in Instance?)
    whitequark committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    c6a0761 View commit details
    Browse the repository at this point in the history
  2. vendor.fpga.lattice_ice40: instantiate SB_IO and apply extras.

    The PULLUP and PULLUP_RESISTOR extras are representable in the PCF
    file. The IO_STANDARD extra, however, can only be an SB_IO parameter.
    whitequark committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    dc17d06 View commit details
    Browse the repository at this point in the history
  3. build.res: if not specified, request resource #0.

    This markedly differs from oMigen system, which would request
    consecutive resources. The difference is deliberate; most resources
    are singular, so it does not matter for them, and for resources where
    it does matter, which pins are requested should not depend on order
    of execution of `platform.request`.
    whitequark committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    f417725 View commit details
    Browse the repository at this point in the history