Packages

p

firtoolresolver

package firtoolresolver

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class FirtoolBinary(path: File, version: String) extends Product with Serializable

Value Members

  1. object Main extends App
  2. 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

Ungrouped