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: 702e41ba3c2c
Choose a base ref
...
head repository: amaranth-lang/amaranth
compare: 43b1ed1bf62c
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on May 21, 2020

  1. vendor.intel: double-quote Tcl values rather than brace-quoting.

    For unknown reasons, Quartus treats {foo} and "foo" in completely
    different ways, which is not true for normal Tcl code; specifically,
    it preserves the braces if they are used. Because of this, since
    commit 6cee280, the vendor.intel package was completely broken.
    whitequark committed May 21, 2020
    Copy the full SHA
    7238e58 View commit details
    Browse the repository at this point in the history
  2. vendor.intel: don't use write_verilog -decimal.

    See commit 702e41b for details.
    whitequark committed May 21, 2020
    Copy the full SHA
    43b1ed1 View commit details
    Browse the repository at this point in the history