p
firtoolresolver
package firtoolresolver
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class FirtoolBinary(path: File, version: String) extends Product with Serializable
Value Members
- object Main extends App
- object Resolve
Resolve a firtool binary
Resolve a firtool binary
The basic algorithm is as follows
- Check for firtool on the CHISEL_FIRTOOL_PATH, note any version mismatch
- Check for firtool in resources, note any version mismtach
- If found, check if already extracted, extract if not
- If none of the above found, use coursier to fetch firtool and check resources again