Expand description
Traits and types for schematic IOs.
Structs§
- Nested
Node - A nested node within a cell.
- Nested
Terminal - A nested instance terminal.
- Node
- A single node in a circuit.
- Node
Path - A path from a top level cell to a nested node.
- Port
- A signal exposed by a cell.
- RawNested
Node - A raw nested node within a cell that is opaque to substrate.
- Terminal
- A terminal of an instance.
- Terminal
Path - A path to an instance’s terminal.
Traits§
- Data
View - A schematic bundle kind that can be viewed as another bundle kind
T. - HasNode
Bundle - A type that has a bundle of nodes.
- HasTerminal
Bundle - A type that has a bundle of terminals.
- Schematic
Bundle Kind - A schematic bundle kind.
Type Aliases§
- IoNode
Bundle - The type of a bundle associated with an IO.
- IoTerminal
Bundle - The type of a terminal bundle associated with an IO.
- Node
Bundle - The type of a node bundle associated with
SchematicBundleKindT. - NodeUf
- A node unification table for connectivity management.
- Terminal
Bundle - The type of a terminal bundle associated with
SchematicBundleKindT.