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

Commits on Jan 17, 2019

  1. hdl.ast: add Sample.

    whitequark committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    b3de114 View commit details
    Browse the repository at this point in the history
  2. hdl.xfrm: add SampleLowerer.

    whitequark committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    198efca View commit details
    Browse the repository at this point in the history
  3. formal: extract from toplevel module.

    The nMigen formal language is about to get *much* larger and will
    keep growing faster than the rest of nMigen language, so it makes
    good sense to extract it. Further, this makes it easier to qualify
    formal keywords like `formal.AnyConst()` without directly importing
    hdl.ast.
    whitequark committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    16f90d3 View commit details
    Browse the repository at this point in the history