Navigation Menu

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: eaf33fb6b54a
Choose a base ref
...
head repository: amaranth-lang/amaranth
compare: b9799b4c4a78
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on May 22, 2020

  1. back.verilog: fall back to nmigen_yosys package.

    The nmigen-yosys PyPI package provides a custom, minimal build of
    Yosys that uses (at the moment) wasmtime-py to deliver a single
    WASM binary that can run on many platforms, and eliminates the need
    to build Yosys from source.
    
    Not only does this lower barrier to entry for new nMigen developers,
    but also decouples nMigen from Yosys' yearly release cycle, which
    lets us use new features and drop workarounds for Yosys bugs earlier.
    
    The source for the nmigen-yosys package is provided at:
      https://github.com/nmigen/nmigen-yosys
    The package is built from upstream source and released automatically
    with no manual steps.
    
    Fixes #371.
    whitequark committed May 22, 2020
    Copy the full SHA
    b9799b4 View commit details
    Browse the repository at this point in the history