convention
circt.convention
object convention
Utilities for annotating modules with a port convention. The port convention defines how the ports of a module are transformed while lowering to verilog.
Attributes
- Example
-
class Inner extends Module { val io = IO(new Bundle{}) } class Top extends Module { val inner = Module(new Inner) convention.scalarized(inner) } - Source
- Convention.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
convention.type
Members list
In this article