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: b65e11f38fcc
Choose a base ref
...
head repository: amaranth-lang/amaranth
compare: 955f3f6dcc68
Choose a head ref
  • 1 commit
  • 1 file 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