Expand description
Implementations of common circuit layouters.
Structs§
- Region
Shape - The shape of a region. For a region at a certain index, we track the set of columns it uses as well as the number of rows it uses.
Enums§
- Region
Column - The virtual column involved in a region. This includes concrete columns, as well as selectors that are not concrete columns at this stage.
Traits§
- Region
Layouter - Helper trait for implementing a custom
Layouter
. - Sync
Deps - Intermediate trait requirements for
RegionLayouter
. - Table
Layouter - Helper trait for implementing a custom
Layouter
.