StageOptions

firrtl.options.StageOptions
class StageOptions

Options that every stage shares

Value parameters

an

input annotation file

outputAnnotationFileName

an output annotation filename

programArgs

explicit program arguments

targetDirName

a target (build) directory

Attributes

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

Members list

Value members

Concrete methods

def getBuildFileName(filename: String, suffix: Option[String] = ...): String

Generate a filename (with an optional suffix) and create any parent directories. Suffix is only added if it is not already there.

Generate a filename (with an optional suffix) and create any parent directories. Suffix is only added if it is not already there.

Value parameters

filename

the name of the file

suffix

an optional suffix that the file must end in

Attributes

Returns

the name of the file

Note

the filename may include a path

Source
StageOptions.scala

Concrete fields

val annotationFileOut: Option[String]

Attributes

Source
StageOptions.scala
val annotationFilesIn: Seq[String]

Attributes

Source
StageOptions.scala
val programArgs: Seq[String]

Attributes

Source
StageOptions.scala
val targetDir: String

Attributes

Source
StageOptions.scala