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-boards
base: b90a89da7c38
Choose a base ref
...
head repository: amaranth-lang/amaranth-boards
compare: b40c3d6cb200
Choose a head ref
  • 1 commit
  • 38 files changed
  • 1 contributor

Commits on Nov 26, 2020

  1. [breaking-change] Add _n suffix to argument names of pins with fixe…

    …d inverters.
    
    Note: this change does NOT affect pin functionality or naming, and
    does not require modifying your design. It does however affect some
    board files, where keywords corresponding to active low pins will have
    to be adjusted:
        SPIResource(0, cs="C1", ...) → SPIResource(0, cs_n="C1", ...)
    
    The new naming scheme will make it easier to write and audit board
    files by clearly marking inverted pins in resource factories, similarly to
    how `PinsN` indicates the same in bare resources.
    
    Fixes #129.
    GuzTech committed Nov 26, 2020
    Copy the full SHA
    b40c3d6 View commit details
    Browse the repository at this point in the history