case classChiselExecutionOptions(runFirrtlCompiler: Boolean = true, printFullStackTrace: Boolean = false) extends ComposableOptions with Product with Serializable
Options that are specific to chisel.
runFirrtlCompiler
when true just run chisel, when false run chisel then compile its output with firrtl
Options that are specific to chisel.
when true just run chisel, when false run chisel then compile its output with firrtl
this extends FirrtlExecutionOptions which extends CommonOptions providing easy access to down chain options