mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-30 01:39:30 +02:00
This happens for subcircuits which only connect to global nets. Plus: ".global" now accepts more than just one net
11 lines
121 B
Plaintext
11 lines
121 B
Plaintext
|
|
.global vdd gnd
|
|
|
|
X0 FILLER_CAP
|
|
R$1 vdd gnd 1k
|
|
|
|
.subckt FILLER_CAP
|
|
M0 gnd vdd gnd gnd NMOS W=10u L=10u
|
|
.ends FILLER_CAP
|
|
|