Expand description
Substrate’s layout generator framework.
Modules§
- conv
- Conversions between layout formats.
- element
- Basic layout elements.
- error
- Layout result and error types.
- schema
- Layout schemas.
- tiling
- Tiling structures and helpers.
- tracks
- Routing track management.
Structs§
- Cell
- A generic layout cell.
- Cell
Builder - A layout cell builder.
- Cell
Handle - A handle to a schematic cell that is being generated.
- Container
- A container for drawn objects.
- Draw
Receiver - A receiver for drawing layout objects.
- Instance
- A generic layout instance.
- Layout
Context - Layout-specific context data.
- Layout
Library - A layout library in a given schema.
- Transformed
Cell - A transformed view of a cell, usually created by accessing the cell of an instance.
Traits§
- Draw
- An object that can be drawn in a
CellBuilder. - Draw
Boxed - An object where
Box<Self>can be drawn. - Layout
- A block that can be laid out in a given layout
Schema. - Layout
Data - Data exported from a generated layout.
Type Aliases§
- Cell
Bundle - The bundle associated with a layout cell.
- Cell
Layer - The layer type associated with a layout cell.