mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-28 17:06:31 +02:00
9 lines
173 B
Plaintext
9 lines
173 B
Plaintext
|
|
* Simple CMOS inverer circuit
|
|
|
|
.SUBCKT INVERTER VSS IN OUT NWELL SUBSTRATE VDD
|
|
Mp VDD IN OUT NWELL PMOS W=1.5U L=0.25U
|
|
Mn OUT IN VSS SUBSTRATE NMOS W=0.9U L=0.25U
|
|
.ENDS
|
|
|