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: azonenberg/yosys
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2eabe43efa59
Choose a base ref
...
head repository: azonenberg/yosys
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1f824fa6434f
Choose a head ref
  • 11 commits
  • 7 files changed
  • 3 contributors

Commits on Feb 19, 2017

  1. Copy the full SHA
    242c5f0 View commit details

Commits on Feb 22, 2017

  1. Copy the full SHA
    d25b6a7 View commit details

Commits on Feb 23, 2017

  1. Copy the full SHA
    34d4e72 View commit details
  2. Copy the full SHA
    0822b21 View commit details
  3. Copy the full SHA
    c6d8d70 View commit details
  4. Copy the full SHA
    1e927a5 View commit details
  5. Copy the full SHA
    00dba4c View commit details

Commits on Feb 24, 2017

  1. Add missing slashes in paths for make uninstall

    Running make uninstall used to fail to remove binaries:
    rm -vf /usr/local/binyosys /usr/local/binyosys-config #...etc
    
    Fix Makefile so that it runs a command like this:
    rm -vf /usr/local/bin/yosys /usr/local/bin/yosys-config #...etc
    joshhead committed Feb 24, 2017
    Copy the full SHA
    fde9fdf View commit details
  2. Merge pull request YosysHQ#320 from joshhead/uninstall-binpath-fix

    Add missing slashes in paths for make uninstall
    cliffordwolf authored Feb 24, 2017
    Copy the full SHA
    f648b7c View commit details
  3. Copy the full SHA
    a9c3acf View commit details
  4. Copy the full SHA
    1f824fa View commit details
Loading