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: fac1b4b2d1b6
Choose a base ref
...
head repository: amaranth-lang/amaranth
compare: 11914a1e674a
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 3, 2021

  1. hdl.ast: improve interaction of ValueCastable with custom __getattr__.

    Avoid calling `__getattr__("_ValueCastable__lowered_to")` when
    a ValueCastable has custom `__getattr__` implementation; this avoids
    the need for downstream code to be aware of this implementataion
    detail.
    whitequark committed Oct 3, 2021
    Copy the full SHA
    11914a1 View commit details
    Browse the repository at this point in the history