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

Commits on Aug 3, 2019

  1. Improve test added in 29fee01 to not leak warnings.

    whitequark committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    ab5426c View commit details
    Browse the repository at this point in the history
  2. hdl.dsl: warn on suspicious statements like m.If(~True):.

    This pattern usually produces an extremely hard to notice bug that
    will usually break a design when it is triggered, but will also be
    hidden unless the pathological value of a boolean switch is used.
    
    Fixes #159.
    whitequark committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    ace2b5f View commit details
    Browse the repository at this point in the history