mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-04 08:43:42 +02:00
This implementation is pretty simplistic and applies "M" the following way: * R: R(final) = R/M * L: L(final) = L/M * C: C(final) = C*M * M: W(final) = W*M * D: A(final) = A*M * Q: AE(final) = AE*M The other parameters (specifically the other geometry parameters) are not scaled yet.
13 lines
219 B
Plaintext
13 lines
219 B
Plaintext
|
|
R$1 1 2 1.7k M=2
|
|
R$2 3 4 1.7k
|
|
M$1 1 2 3 4 NMOS W=2u L=7u M=2
|
|
M$2 1 2 3 4 PMOS W=2u L=7u
|
|
C$1 1 2 1e-9 M=2
|
|
C$2 3 4 1e-9
|
|
D$1 1 2 DIODE A=10P M=2
|
|
D$2 3 4 DIODE A=10P
|
|
Q$1 1 2 3 4 BIP AE=10P M=2
|
|
Q$2 1 2 3 4 BIP AE=10P
|
|
|