Expand description
Traits and types for defining interfaces and signals in Substrate.
Modules§
- Traits and types for schematic IOs.
- Traits and types for schematic IOs.
Structs§
- An array containing some number of elements of type
T
. - An instantiated array containing a fixed number of elements of type
T
. - A pair of differential signals.
- A pair of differential signals.
- A pair of differential signals.
- A pair of differential signals.
- A pair of differential signals.
- A pair of differential signals.
- A pair of differential signals.
- A pair of differential signals.
- Flip the direction of all ports in
T
- An inout port of hardware type
T
. - An input port of hardware type
T
. - The interface to a standard 4-terminal MOSFET.
- The interface to a standard 4-terminal MOSFET.
- The interface to a standard 4-terminal MOSFET.
- The interface to a standard 4-terminal MOSFET.
- The interface to a standard 4-terminal MOSFET.
- The interface to a standard 4-terminal MOSFET.
- The interface to a standard 4-terminal MOSFET.
- The interface to a standard 4-terminal MOSFET.
- An owned node name, consisting of an ordered list of
NameFragment
s. - A tree for hierarchical node naming.
- An output port of hardware type
T
. - The interface for VDD and VSS rails.
- The interface for VDD and VSS rails.
- The interface for VDD and VSS rails.
- The interface for VDD and VSS rails.
- The interface for VDD and VSS rails.
- The interface for VDD and VSS rails.
- The interface for VDD and VSS rails.
- The interface for VDD and VSS rails.
- A type representing a single hardware wire.
- The interface to which simulation testbenches should conform.
- The interface to which simulation testbenches should conform.
- The interface to which simulation testbenches should conform.
- The interface to which simulation testbenches should conform.
- The interface to which simulation testbenches should conform.
- The interface to which simulation testbenches should conform.
- The interface to which simulation testbenches should conform.
- The interface to which simulation testbenches should conform.
- The interface for 2-terminal blocks.
- The interface for 2-terminal blocks.
- The interface for 2-terminal blocks.
- The interface for 2-terminal blocks.
- The interface for 2-terminal blocks.
- The interface for 2-terminal blocks.
- The interface for 2-terminal blocks.
- The interface for 2-terminal blocks.
Enums§
- Port directions.
- A portion of a node name.
Traits§
- Indicates that a hardware type specifies signal directions for all of its fields.
- The length of the flattened list.
- Flatten a structure into a list.
- An object with named flattened components.
- A trait implemented by block input/output interfaces.
- A schematic hardware data struct.
Derive Macros§
- Derives
Io
for a struct.