FirrtlOptions

firrtl.stage.FirrtlOptions

Internal options used to control the FIRRTL compiler stage.

Value parameters

firrtlCircuit

a Circuit

infoModeName

the policy for generating Info when processing FIRRTL (default: "append")

outputFileName

output file, default: targetDir/topName.SUFFIX with SUFFIX as determined by the compiler

Attributes

Deprecated
[Since version Chisel 7.0.0] All APIs in package firrtl are deprecated.
Source
FirrtlOptions.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val firrtlCircuit: Option[Circuit]

Attributes

Source
FirrtlOptions.scala
val infoModeName: String

Attributes

Source
FirrtlOptions.scala
val outputFileName: Option[String]

Attributes

Source
FirrtlOptions.scala