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-yosys
base: 6838ac3c6daa
Choose a base ref
...
head repository: amaranth-lang/amaranth-yosys
compare: fd7eaf1f3c05
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 27, 2020

  1. Derive PyPI version from Yosys makefile version, not git-describe.

    Necessary to allow nMigen to compare node versions without incurring
    the latency of running a wasmtime binary.
    whitequark committed Aug 27, 2020
    Copy the full SHA
    a28d988 View commit details
    Browse the repository at this point in the history
  2. Don't clobber Yosys makefile version in yosys -V.

    Just prepend it with "nMigen" (because it is a heavily restricted
    version) and add the PyPI package version (because several builds
    of the same Yosys node version can potentially be distributed.)
    whitequark committed Aug 27, 2020
    Copy the full SHA
    c5166bf View commit details
    Browse the repository at this point in the history
  3. Update yosys.

    whitequark committed Aug 27, 2020
    Copy the full SHA
    fd7eaf1 View commit details
    Browse the repository at this point in the history