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: d0caa738bd26
Choose a base ref
...
head repository: m-labs/migen
compare: 48a5b86dcda1
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 26, 2013

  1. migen/genlib/cordic.py: generic cordic

    * rotating or vectoring cordic modes
    * circular, linear, or hyperbolic functions
    * combinatorial, pipelined or iterative evaluation
    * arbitrary width, stages and guard bits
    * two or four quadrant mode for circular/rotate
    jordens authored and Sebastien Bourdeauducq committed Jun 26, 2013
    Copy the full SHA
    0224ea0 View commit details
    Browse the repository at this point in the history
  2. fhdl/verilog: fix signedness rules for comparison

    Sebastien Bourdeauducq committed Jun 26, 2013
    Copy the full SHA
    080afdc View commit details
    Browse the repository at this point in the history
  3. genlib/cordic: cleanup

    Sebastien Bourdeauducq committed Jun 26, 2013
    Copy the full SHA
    48a5b86 View commit details
    Browse the repository at this point in the history