Files
klayout/testdata/lvs/stray_texts2.cir
T
Matthias Koefferlein 0c52934100 Trying a solution for issue #1719, part 2
The solution is to drop clusters that have no area
and not connections downward. This implies, we cannot
connect from upward to such clusters - i.e. we cannot
force a pin inside a subcircuit with a plain text. We
need some polygon at least. This is not a problem as
texts were not enough so far anyway.
2024-05-26 15:17:58 +02:00

13 lines
203 B
Plaintext

* Extracted by KLayout
.SUBCKT TOP
X$1 \$2 \$5 \$4 E \$1 MIDDLE
.ENDS TOP
.SUBCKT MIDDLE B \$I4 \$I3 \$I2 \$I1
X$1 \$I1 B \$I3 \$I4 \$I2 F CHILD
.ENDS MIDDLE
.SUBCKT CHILD A B C D \$6 \$7
.ENDS CHILD