mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-03 05:53:08 +02:00
* .inc is allowed as synonym * Paths can be URL's (with HTTP) * Relative resolution of paths/URL's vs. parent of .include
9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
|
|
.subckt ND2X1 1 2 3 4 5 6 7
|
|
m$1 2 6 1 4 MLVPMOS L=0.25um W=1.5um
|
|
m$2 1 5 2 4 MLVPMOS L=0.25um W=1.5um
|
|
m$3 3 6 8 7 MLVNMOS L=0.25um W=0.95um
|
|
m$4 8 5 2 7 MLVNMOS L=0.25um W=0.95um
|
|
.ends ND2X1
|
|
|