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

Commits on Dec 16, 2018

  1. compat.fhdl: reexport Array.

    whitequark committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    286a800 View commit details
    Browse the repository at this point in the history
  2. hdl.xfrm: separate AST traversal from AST identity mapping.

    This is useful because backends don't generally want or need AST
    identity mapping (unlike all other transforms) and when adding a new
    node, it results in confusing type errors.
    whitequark committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    2be76fd View commit details
    Browse the repository at this point in the history
  3. back.rtlil: fix naming. NFC.

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