Module util

Source
Expand description

Utility functions for dealing with layouts.

Traits§

LayoutEditUtil
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 LayerId type.
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. LayerId types 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.