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: YoWASP/yosys
base: 9af43216303c
Choose a base ref
...
head repository: YoWASP/yosys
compare: 5b8037b4377a
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    4ae03d9 View commit details
    Browse the repository at this point in the history
  2. Use upstream YOSYS_VER variable verbatim when computing version.

    After Yosys 0.10, commits on the master branch no longer follow
    the version tag, making the use of `setuptools_scm.parse` impossible.
    whitequark committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    33f7191 View commit details
    Browse the repository at this point in the history
  3. Prepend YoWASP Python module path to sys.path, not append.

    Otherwise a wrong version of the supporting modules can be picked up
    if YoWASP Yosys is installed concurrently with a native one.
    whitequark committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    5b8037b View commit details
    Browse the repository at this point in the history