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: a97003d57a64
Choose a base ref
...
head repository: m-labs/nmigen
compare: 1387e2f9df61
Choose a head ref
  • 5 commits
  • 24 files changed
  • 1 contributor

Commits on Oct 12, 2019

  1. _tools: extract most utility methods to a private package.

    We don't want to guarantee backwards compatibility for most of them.
    whitequark committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    da48c05 View commit details
    Browse the repository at this point in the history
  2. compat.fhdl.structure: remove SPECIAL_* constants.

    They cannot be used with nMigen designs since nMigen does not have
    specials.
    whitequark committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    77118fb View commit details
    Browse the repository at this point in the history
  3. hdl.ast: rename Slice.end back to Slice.stop.

    It used to be called .stop in oMigen, and it's also called .stop in
    Python range and slice objects, so keep that.
    whitequark committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    a7e3b80 View commit details
    Browse the repository at this point in the history
  4. compat.fhdl.decorators: add migration warnings.

    whitequark committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    dbddddf View commit details
    Browse the repository at this point in the history
  5. compat.genlib.fsm: add migration warning.

    whitequark committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    1387e2f View commit details
    Browse the repository at this point in the history