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: 67e175d57351
Choose a base ref
...
head repository: amaranth-lang/amaranth
compare: d2ddf65851cb
Choose a head ref
  • 6 commits
  • 15 files changed
  • 3 contributors

Commits on Oct 15, 2020

  1. build.plat: avoid type confusion in _check_feature.

    Before this commit, `_check_feature(valid_xdrs=0)` would mean that
    XDR buffers are not supported. Only `_check_feature(valid_xdrs=())`
    was intended to be an indicator of that.
    whitequark committed Oct 15, 2020
    Copy the full SHA
    d22b2c5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e58233b View commit details
    Browse the repository at this point in the history
  3. vendor.quicklogic: new platform.

    Signed-off-by: Kamil Rakoczy <krakoczy@antmicro.com>
    Signed-off-by: Jan Kowalewski <jkowalewski@antmicro.com>
    
    Co-authored-by: Kamil Rakoczy <krakoczy@antmicro.com>
    kowalewskijan and kamilrakoczy committed Oct 15, 2020
    Copy the full SHA
    9746138 View commit details
    Browse the repository at this point in the history
  4. CI: fix code coverage collection.

    This has been broken since commit d71e19e (2020-07-22).
    whitequark committed Oct 15, 2020
    Copy the full SHA
    80194e1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a6db99b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d2ddf65 View commit details
    Browse the repository at this point in the history