mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 17:30:09 +02:00
9 lines
161 B
Plaintext
9 lines
161 B
Plaintext
|
|
* Simple CMOS inverer circuit
|
|
|
|
.SUBCKT INVERTER_WITH_DIODES VSS IN OUT VDD
|
|
Mp VDD IN OUT VDD PMOS W=1.5U L=0.25U
|
|
Mn OUT IN VSS VSS NMOS W=0.9U L=0.25U
|
|
.ENDS
|
|
|