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: ce1eff5464e5
Choose a base ref
...
head repository: m-labs/nmigen
compare: 083016d747f2
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 21, 2019

  1. back.rtlil: only expand legalized values in Array/Part context on RHS.

    Otherwise the following code fails to compile:
    
        index = Signal(1)
        array = Array(range(2))
        with m.If(0 == array[index]):
            m.d.sync += index.eq(0)
    
    Fixes #51.
    whitequark committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    083016d View commit details
    Browse the repository at this point in the history