GitHub
02/17/2025, 9:17 AMvdd
net that are not connected to each other. They each have their pin and are meant to be connected on a higher level.
klayout has a function connect_implicit()
that allows to virtually connect the net. I would like to have an option to add nets to be connected virtually to the LVS deck. I'm using the LVS script, not the klayout GUI.
Other option is to have a connect_implicit("*")
and have an option for switching between top-level and non top-level LVS.
Some context can be found in KLayout/klayout#1986
IHP-GmbH/IHP-Open-PDK