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/nmigen
base: 42805ad95974
Choose a base ref
...
head repository: m-labs/nmigen
compare: 9ea3ff7ae2fb
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 12, 2019

  1. Copy the full SHA
    c8f8c09 View commit details
    Browse the repository at this point in the history
  2. build.plat: bypass tool detection if NMIGEN_*_env is set.

    It's not practical to detect tools within the toolchain environment
    for various reasons, so just assume the tools are there if the user
    says they are.
    
    Before this commit, the tools would be searched outside the toolchain
    environment, which of course would always fail for Vivado, ISE, etc.
    whitequark committed Sep 12, 2019
    Copy the full SHA
    9ea3ff7 View commit details
    Browse the repository at this point in the history