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: amaranth-lang/amaranth
base: d6ff902caaee
Choose a base ref
...
head repository: amaranth-lang/amaranth
compare: 0d7298f7db5a
Choose a head ref
  • 2 commits
  • 23 files changed
  • 1 contributor

Commits on Jun 30, 2020

  1. Don't use pkg_resources.

    This package is deprecated and introduces a massive amount of startup
    latency. On my machine with 264 installed Python packages, it reduces
    the time required to `import nmigen` from ~100ms to ~200ms.
    whitequark committed Jun 30, 2020
    Copy the full SHA
    8dacbbb View commit details
    Browse the repository at this point in the history
  2. Add (heavily work in progress) documentation.

    To render correctly, the docs require:
     * pygments/pygments#1441
    whitequark committed Jun 30, 2020
    Copy the full SHA
    0d7298f View commit details
    Browse the repository at this point in the history