Skip to content

Releases: chipsalliance/firtool-resolver

Firtool Resolver v2.0.0

23 Feb 01:35
2529127
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v2.0.0

Firtool Resolver v1.3.0

09 Jan 19:11
8a9b6ea
Compare
Choose a tag to compare

What's Changed

  • Namespace environment variables with CHISEL_ by @jackkoenig in #14
    • Rename FIRTOOL_PATH to CHISEL_FIRTOOL_PATH
    • Rename FIRTOOL_CACHE to CHISEL_FIRTOOL_CACHE

Full Changelog: v1.2.0...v1.3.0

Firtool Resolver v1.2.0

21 Dec 20:39
Compare
Choose a tag to compare

What's Changed

  • firtool-resolver will now fetch llvm-firtool for current platform by @jackkoenig in #12
  • Bump firtool-resolver dependencies by @jackkoenig in #13
    • com.lihaoyi::os-lib 0.9.1 -> 0.9.2
    • com.outr::scribe 3.11.5 -> 3.13.0
    • io.get-coursier::coursier 2.1.5 -> 2.1.8

Full Changelog: v1.1.0...v1.2.0

Firtool Resolver v1.1.0

19 Dec 02:55
9025993
Compare
Choose a tag to compare

What's Changed

  • Improve behavior of FIRTOOL_PATH in firtool-resolver by @jackkoenig in #11
    • If FIRTOOL_PATH is set, the --version regex failing no longer will return fail, instead it will set version to .
    • If FIRTOOL_PATH is set and something fails (firtool not found or cannot execute the binary), then the error will be returned rather than firtool-resolver falling back to fetching the default version.
    • Errors from running firtool will be logged and returned rather than unconditionally turned into "Firtool binary not on FIRTOOL_PATH".

Full Changelog: v1.0.0...v1.1.0

Firtool Resolver v1.0.0

14 Dec 02:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/jackkoenig/firtool-resolver/commits/v1.0.0