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

Commits on Apr 21, 2019

  1. hdl.ir: detect elaboratables that are created but not used.

    Requres every elaboratable to inherit from Elaboratable, but still
    accepts ones that do not, with a warning.
    
    Fixes #3.
    whitequark committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    44711b7 View commit details
    Browse the repository at this point in the history
  2. Remove examples/tbuf.py.

    This example predates the plans for nmigen.build, and indeed
    get_tristate and TSTriple no longer exist.
    whitequark committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    aed2062 View commit details
    Browse the repository at this point in the history