mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-02 02:47:48 +02:00
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.
13 lines
203 B
Plaintext
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
|