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: 572a63faf8d6
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7e66ce29bfe1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 28, 2020

  1. symbiyosys: fix calls to external programs

    4808582 broke symbiyosys when it needed to call `yosys-abc`: when
    `ABCEXTERNAL` is set in the Makefile, then `yosys-abc` is not built.
    
    But in general `sby` was just calling programs out of the ambient
    environment. Fix that for most programs it can invoke: it now has a
    direct dependency on boolector, aiger, abc, yosys, etc.
    
    This also does some other minor clean up.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Feb 28, 2020
    Copy the full SHA
    3d8efec View commit details
    Browse the repository at this point in the history
  2. mcy: init at 2020.02.05

    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Feb 28, 2020
    Copy the full SHA
    7e66ce2 View commit details
    Browse the repository at this point in the history