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: 0c33bf4fbd18
Choose a base ref
...
head repository: amaranth-lang/amaranth
compare: 3adc2de0a067
Choose a head ref
  • 8 commits
  • 19 files changed
  • 1 contributor

Commits on Jul 2, 2020

  1. vendor: yosys is not a required tool for proprietary toolchains.

    Since commit b9799b4, the discovery mechanism for the Yosys required
    to produce Verilog is different from the usual require_tool(); namely
    it is possible to produce Verilog without a `yosys` binary on PATH.
    
    Fixes #419.
    whitequark committed Jul 2, 2020
    Copy the full SHA
    6bfff25 View commit details
    Browse the repository at this point in the history
  2. _yosys→_toolchain.yosys

    whitequark committed Jul 2, 2020
    Copy the full SHA
    369bc3e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8dd28fe View commit details
    Browse the repository at this point in the history
  4. test: remove FHDLTestCase.assertRaisesRegex.

    This method is only there because I misunderstood the documentation
    of unittest.
    whitequark committed Jul 2, 2020
    Copy the full SHA
    fd5ee54 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    76b3ef4 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f24f1b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2020

  1. Copy the full SHA
    f115335 View commit details
    Browse the repository at this point in the history
  2. wip

    whitequark committed Jul 4, 2020
    Copy the full SHA
    3adc2de View commit details
    Browse the repository at this point in the history