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

Commits on Aug 3, 2019

  1. hdl.ast, back.rtlil: add source locations to anonymous wires.

    This might help with propagation of locations through optimizer
    passes, since not all of them take care to preserve cells at all,
    but usually wires stay intact when possible.
    
    Also fixes incorrect source location on value.part().
    whitequark committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    bcdc280 View commit details
    Browse the repository at this point in the history
  2. hdl.ast: deprecate Value.part, add Value.{bit,word}_select.

    Fixes #148.
    whitequark committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    94e13ef View commit details
    Browse the repository at this point in the history