Annotation

firrtl.annotations.Annotation
See theAnnotation companion object
trait Annotation extends Product

Base type of auxiliary information

Attributes

Companion
object
Deprecated
[Since version Chisel 7.0.0] All APIs in package firrtl are deprecated.
Source
Annotation.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
class EmittedMLIR
class DesignAnnotation[DUT]
class RemapLayer
Show all

Members list

Value members

Abstract methods

def update(renames: RenameMap): Seq[Annotation]

Update the target based on how signals are renamed

Update the target based on how signals are renamed

Attributes

Source
Annotation.scala

Concrete methods

def serialize: String

Optional pretty print

Optional pretty print

Attributes

Note

rarely used

Source
Annotation.scala

Inherited methods

def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product

Inherited and Abstract methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product