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

Commits on Feb 1, 2020

  1. hdl.dsl: don't allow inheriting from Module.

    `Module` is an object with a lot of complex and sometimes fragile
    behavior that overrides Python attribute accessors and so on.
    To prevent user designs from breaking when it is changed, it is not
    supposed to be inherited from (unlike in Migen), but rather returned
    from the elaborate() method. This commit makes sure it will not be
    inherited from by accident (most likely by users familiar with
    Migen).
    
    Fixes #286.
    whitequark committed Feb 1, 2020
    Copy the full SHA
    6fd7cba View commit details
    Browse the repository at this point in the history