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: 41ff77a41bc5
Choose a base ref
...
head repository: amaranth-lang/amaranth
compare: 5904b2816f9c
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Aug 27, 2020

  1. back.verilog: use proc -nomux if it is available.

    Yosys offers no stability guarantees for individual `proc_*` passes,
    though so far it worked out fine. This commit changes the Verilog
    backend to use `proc -nomux` instead, which is guaranteed to have
    backwards-compatible behavior.
    
    Fixes #479.
    whitequark committed Aug 27, 2020
    Copy the full SHA
    955f3f6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5904b28 View commit details
    Browse the repository at this point in the history