Expand description
Traits and structs for implementing circuit components.
Modules§
- floor_
planner - Implementations of common circuit floor planners.
- layouter
- Implementations of common circuit layouters.
Structs§
- Assigned
Cell - An assigned cell.
- Cell
- A pointer to a cell within a circuit.
- Namespaced
Layouter - This is a “namespaced” layouter which borrows a
Layouter
(pushing a namespace context) and, when dropped, pops out of the namespace context. - Region
- A region of the circuit in which a
Chip
can assign cells. - Region
Index - Index of a region in a layouter
- Region
Start - Starting row of a region in a layouter
- Simple
Floor Planner - A simple
FloorPlanner
that performs minimal optimizations. - Table
- A lookup table in the circuit.