ChiselGeneratorAnnotation

chisel3.stage.ChiselGeneratorAnnotation
See theChiselGeneratorAnnotation companion object

An firrtl.annotations.Annotation storing a function that returns a Chisel module

Value parameters

gen

a generator function

Attributes

Companion
object
Source
ChiselAnnotations.scala
Graph
Supertypes
trait Serializable
trait Annotation
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Run elaboration on the Chisel module generator function stored by this firrtl.annotations.Annotation

Run elaboration on the Chisel module generator function stored by this firrtl.annotations.Annotation

Attributes

Source
ChiselAnnotations.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