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/migen
base: b0d467d74435
Choose a base ref
...
head repository: m-labs/migen
compare: 71b89e4c46e5
Choose a head ref
  • 5 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 30, 2013

  1. coding.py: rewrite If() to make verilog more readable

    jordens authored and Sebastien Bourdeauducq committed Jun 30, 2013
    Copy the full SHA
    9d241f8 View commit details
    Browse the repository at this point in the history
  2. support re-slicing and non-unit step size

    * support slicing of Slice/Cat/Replicate through lowering
    * support non-unit step size slices through unpacking and Cat()
    jordens authored and Sebastien Bourdeauducq committed Jun 30, 2013
    Copy the full SHA
    a255296 View commit details
    Browse the repository at this point in the history
  3. genlib/misc: remove bitreverse

    Sebastien Bourdeauducq committed Jun 30, 2013
    Copy the full SHA
    9c59ea1 View commit details
    Browse the repository at this point in the history
  4. fhdl/tools: separate complex slice lowerer from basic lowerer

    Sebastien Bourdeauducq committed Jun 30, 2013
    Copy the full SHA
    ded5e56 View commit details
    Browse the repository at this point in the history
  5. fhdl/verilog: lower complex slices before reset insertion

    Sebastien Bourdeauducq committed Jun 30, 2013
    Copy the full SHA
    71b89e4 View commit details
    Browse the repository at this point in the history