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