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: NixOS/nixpkgs
base: 6ccf2201f914
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3b6c07c398c3
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 15, 2019

  1. icestorm: 2019.02.23 -> 2019.03.11

    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Apr 15, 2019
    Copy the full SHA
    90d6653 View commit details
    Browse the repository at this point in the history
  2. arachne-pnr: fix version

    The version number was actually a single day off -- but otherwise the
    commit hash, etc didn't change. arachne-pnr development is effectively
    halted, but this is a nice touchup anyway.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Apr 15, 2019
    Copy the full SHA
    34e1dda View commit details
    Browse the repository at this point in the history
  3. symbiyosys: 2018.12.09 -> 2019.03.28

    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Apr 15, 2019
    Copy the full SHA
    a5add1e View commit details
    Browse the repository at this point in the history
  4. nextpnr: enable OpenMP support (for Eigen)

    The new HEaP analytic placer for NextPNR uses Eigen for underlying
    placement algorithms. Enabling -DUSE_OPENMP passes -fopenmp onto the
    compiler, which Eigen picks up automatically with no extra work.
    
    This should result in placer speedups for large designs, e.g. on ECP5
    85k chips.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Apr 15, 2019
    Copy the full SHA
    3b6c07c View commit details
    Browse the repository at this point in the history