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: fdb0c5a6bc5f
Choose a base ref
...
head repository: m-labs/nmigen
compare: cea92e95314e
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 3, 2019

  1. hdl.ir: raise DomainError if a domain is used but not defined.

    Before this commit, a KeyError would be raised elsewhere in guts of
    hdl.ir, which is not helpful.
    whitequark committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    fc84653 View commit details
    Browse the repository at this point in the history
  2. hdl.ir: allow returning elaboratables from missing domain callback.

    This allows e.g. injecting a clock/reset generator in platform build
    code on demand (i.e. if the domain is not instantiated manually).
    
    See #57.
    whitequark committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    cea92e9 View commit details
    Browse the repository at this point in the history