InfoModeAnnotation

firrtl.stage.InfoModeAnnotation
See theInfoModeAnnotation companion object
case class InfoModeAnnotation(modeName: String = ...) extends NoTargetAnnotation, FirrtlOption

Sets the info mode style

  • set with --info-mode

Value parameters

mode

info mode name

Attributes

Companion
object
Deprecated
[Since version Chisel 7.0.0] All APIs in package firrtl are deprecated.
Source
FirrtlAnnotations.scala
Graph
Supertypes
trait Serializable
trait FirrtlOption
trait Annotation
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toInfoMode(infoSource: Option[String] = ...): InfoMode

Return the Parser.InfoMode equivalent for this Annotation

Return the Parser.InfoMode equivalent for this Annotation

Value parameters

infoSource

the name of a file to use for "gen" or "append" info modes

Attributes

Source
FirrtlAnnotations.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def serialize: String

Optional pretty print

Optional pretty print

Attributes

Note

rarely used

Inherited from:
Annotation
Source
Annotation.scala
def update(renames: RenameMap): Seq[NoTargetAnnotation]

Update the target based on how signals are renamed

Update the target based on how signals are renamed

Attributes

Inherited from:
NoTargetAnnotation
Source
Annotation.scala