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: m-labs/nmigen
base: 6fae06aea9b7
Choose a base ref
...
head repository: m-labs/nmigen
compare: 185abb492d4d
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 3, 2019

  1. hdl.rec: unbreak hasattr(rec, ...).

    hasattr() requires that AttributeError be raised. Change __getitem__
    to raise AttributeError, too, since it is fundamentally just sugar
    for getattr().
    whitequark committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    a1940c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b42043f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    185abb4 View commit details
    Browse the repository at this point in the history