Module schematic

Module schematic 

Source
Expand description

Traits and types for schematic IOs.

Structs§

NestedNode
A nested node within a cell.
NestedTerminal
A nested instance terminal.
Node
A single node in a circuit.
NodePath
A path from a top level cell to a nested node.
Port
A signal exposed by a cell.
RawNestedNode
A raw nested node within a cell that is opaque to substrate.
Terminal
A terminal of an instance.
TerminalPath
A path to an instance’s terminal.

Traits§

DataView
A schematic bundle kind that can be viewed as another bundle kind T.
HasNodeBundle
A type that has a bundle of nodes.
HasTerminalBundle
A type that has a bundle of terminals.
SchematicBundleKind
A schematic bundle kind.

Type Aliases§

IoNodeBundle
The type of a bundle associated with an IO.
IoTerminalBundle
The type of a terminal bundle associated with an IO.
NodeBundle
The type of a node bundle associated with SchematicBundleKind T.
NodeUf
A node unification table for connectivity management.
TerminalBundle
The type of a terminal bundle associated with SchematicBundleKind T.