kqcircuits.util.chip_helpers

kqcircuits.util.chip_helpers.produce_instance_name_labels(cell: Cell)[source]

Places instance name labels for instances a cell.

Child instances of cell with the id property set will have a label drawn on the instance_names layer. If exists, the instance property label_trans is used as an additional transormation on the label for readability.

Parameters:
  • cell – the Cell to find child instances in

  • target_cell – a Cell to place the labels in, or None to use cell

../_images/kqcircuits.util.chip_helpers.png