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: 3194b5c90ba8
Choose a base ref
...
head repository: m-labs/nmigen
compare: 9f643ce0059d
Choose a head ref
  • 1 commit
  • 9 files changed
  • 1 contributor

Commits on Jun 4, 2019

  1. Clean up imports.

    This commit:
      * moves lists of universally useful imports from `nmigen` to
        `nmigen.hdl` and `nmigen.lib`, reimporting them in `nmigen`;
      * replaces lots of imports from individual parts of `nmigen.hdl`
        with a star import from `nmigen.hdl`;
      * replaces imports in tests with what we expect downstream code
        to use;
      * adds some missing imports in `nmigen.formal`.
    whitequark committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    9f643ce View commit details
    Browse the repository at this point in the history