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

Commits on Dec 20, 2018

  1. ir: allow non-Signals in Instance ports.

    whitequark committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    f7fec80 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. back.rtlil: fix translation of Cat.

    whitequark committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    221f108 View commit details
    Browse the repository at this point in the history
  2. back.rtlil: explicitly pad constants with zeroes.

    I'm not sure what exactly RTLIL does when a constant isn't as long
    as its bit width, and there's no reason to keep the ambiguity.
    whitequark committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    6672ab2 View commit details
    Browse the repository at this point in the history