Expand description
Traits and types for schematic IOs.
Structs§
- A layer ID that describes where the components of an
IoShape
are drawn. - A shape used to describe the geometry of a port.
- A simple builder that allows setting data at runtime.
- A generic layout port that consists of several shapes.
- A layout port with a generic set of associated geometry.
- A set of geometry associated with a layout port.
- A type representing a single hardware layout port with a single
Shape
as its geometry.
Traits§
- Layout hardware data builder.
- A custom layout type that can be derived from an existing layout type.
- A layout hardware type.
- Construct an instance of
Self
hierarchically given a name buffer and a source of typeT
. - A type that can is a bundle of layout ports.
Type Aliases§
- The associated builder of a layout type.
- The associated bundle of a layout type.
Derive Macros§
- Derives
LayoutType
for a struct.