Can I request you to add warnings about such limitations in the documentation?
Paraphrasing: the traditional drc-script, using tiles(), has exact same limitations (horizon effect of what is visible within the tile+border) as a Region-based script u…
The user-manual/lvs has examples of label usage like:
metal1 = input(7, 0)metal1_lbl = labels(7, 1)...connect(metal1, metal1_lbl) # attaches labelsconnect(metal1, via1)
When I define the connectivity-stack in the the .lyt file, is there something …