chisel3.stage.ChiselGeneratorAnnotation
See theChiselGeneratorAnnotation companion object
case class ChiselGeneratorAnnotation(gen: () => RawModule) extends NoTargetAnnotation, Unserializable
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 Serializabletrait Unserializabletrait NoTargetAnnotationtrait Annotationtrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article