ConventionAnnotation
circt.ConventionAnnotation
case class ConventionAnnotation(target: ModuleTarget, convention: String) extends SingleTargetAnnotation[ModuleTarget]
Annotation to specify a module's port convention. The port convention defines how the ports of a module are transformed while lowering to verilog.
Attributes
- Source
- Convention.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Annotationtrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article