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: d2ddf65851cb
Choose a base ref
...
head repository: amaranth-lang/amaranth
compare: 74fce87a5c6c
Choose a head ref
  • 15 commits
  • 25 files changed
  • 7 contributors

Commits on Oct 18, 2020

  1. hdl.ir: Update error message for Instance arguments

    48d4ee4 added the option to specify attributes using Instance arguments,
    but the error message wasn't updated accordingly.
    Xiretza authored and whitequark committed Oct 18, 2020
    Copy the full SHA
    eb152da View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. setup.py: Exclude "tests" package

    67b957d moved the tests from nmigen/test/ to tests/, and removed the
    exclude= parameter from find_packages() in setup.py. However, even if
    the new location is not inside the module tree, it is still found by
    find_packages(), resulting in a stray "tests" module on the system.
    Xiretza authored and whitequark committed Oct 19, 2020
    1
    Copy the full SHA
    12327ae View commit details
    Browse the repository at this point in the history
  2. vendor.quicklogic: fix syntax

    Signed-off-by: Jan Kowalewski <jkowalewski@antmicro.com>
    Jan Kowalewski authored and whitequark committed Oct 19, 2020
    Copy the full SHA
    2c505de View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. hdl.dsl: error on Elif immediately nested in an If.

    I.e. on this code, which is currently not only wrongly accepted but
    also results in completely unexpected RTL:
    
        with m.If(...):
            with m.Elif(...):
                ...
    
    Fixes #500.
    whitequark committed Oct 22, 2020
    Copy the full SHA
    9d62cbe View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    df70aae View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ca6fa03 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. lib.fifo.AsyncFIFO: fix incorrect latency of r_level.

    Co-authored-by: Andrew Wygle <awygle@gmail.com>
    anuejn and awygle committed Oct 24, 2020
    Copy the full SHA
    d8273a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. CI: disable codecov project status.

    Every PR should be covered by tests, and codecov patch statuses are
    extremely useful. However, codecov project statuses mostly create
    noise because project-wide coverage in nMigen is currently primarily
    informational.
    whitequark committed Oct 25, 2020
    Copy the full SHA
    5581fdc View commit details
    Browse the repository at this point in the history
  2. back.{verilog,rtlil}: adjust $verilog_initial_trigger insertion.

    To track upstream changes.
    whitequark committed Oct 25, 2020
    Copy the full SHA
    87454b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. build.dsl: clean up inversion logic.

      * Add invert= argument to DiffPairs() constructor, like in Pins().
      * Make PinsN() and DiffPairsN() pass invert= to the corresponding
        construtor instead of mutating.
    whitequark committed Oct 26, 2020
    Copy the full SHA
    e3207b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Copy the full SHA
    765c15c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Copy the full SHA
    05decc4 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. vendor.quicklogic: fix toolchain nomenclature

    Signed-off-by: Jan Kowalewski <jkowalewski@antmicro.com>
    Jan Kowalewski authored and whitequark committed Oct 30, 2020
    Copy the full SHA
    b88009b View commit details
    Browse the repository at this point in the history
  2. vendor.quicklogic: utilize internal SoC clock in EOS-S3

    Signed-off-by: Jan Kowalewski <jkowalewski@antmicro.com>
    Jan Kowalewski authored and whitequark committed Oct 30, 2020
    Copy the full SHA
    8fe319f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Copy the full SHA
    74fce87 View commit details
    Browse the repository at this point in the history