CIRCTOptions

circt.stage.CIRCTOptions
class CIRCTOptions

Options associated with CIRCT

Value parameters

dumpFir

dump the intermediate .fir artifact

inputFile

the name of an input FIRRTL IR file

outputFile

the name of the file where the result will be written, if not split

preserveAggregate

causes CIRCT to not lower aggregate FIRRTL IR types

target

the specific IR or language target that CIRCT should compile to

Attributes

Source
CIRCTOptions.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val dumpFir: Boolean

Attributes

Source
CIRCTOptions.scala
val firtoolBinaryPath: Option[String]

Attributes

Source
CIRCTOptions.scala
val firtoolOptions: Seq[String]

Attributes

Source
CIRCTOptions.scala
val outputFile: Option[File]

Attributes

Source
CIRCTOptions.scala
val preserveAggregate: Option[Type]

Attributes

Source
CIRCTOptions.scala
val splitVerilog: Boolean

Attributes

Source
CIRCTOptions.scala
val target: Option[Type]

Attributes

Source
CIRCTOptions.scala