kqcircuits.util.merge¶
- kqcircuits.util.merge.merge_layers(layout, cell_list, layer_1, layer_2, layer_merged)[source]¶
Inserts shapes in layer_1 and layer_2 to layer_merged.
- Parameters
layout – Layout of the cells
cell_list – list of Cells whose shapes are merged (recursively)
layer_1 – LayerInfo of the layer to be merged with layer_2
layer_2 – LayerInfo of the layer to be merged with layer_1
layer_merged – LayerInfo of the layer where the merged shapes are inserted
