Expand description
Utility functions for dealing with layouts.
Traits§
- Layout
Edit Util - Helper functions for layouts.
Functions§
- copy_
all_ layers - Copy all layers (without their contents) from a source layout into a destination layout.
- copy_
all_ layers_ preserve_ ids - Copy all layers (without their contents) from a source layout into a destination layout and preserve
the layer IDs.
Source and target layout must have the same
LayerIdtype. - copy_
layer - Copy a layer (without its content) from a source layout into a destination layout.
- copy_
layer_ preserve_ id - Copy a layer (without its content) from a source layout into a destination layout
while preserving the layer ID.
LayerIdtypes of the both layouts must be the same. - copy_
shapes - Copy the shapes on a specific layer from one cell into another cell.
- copy_
shapes_ all_ layers - Copy the shapes from all layers in a cell into another cell.