Added reference circuit

This commit is contained in:
Matthias Koefferlein 2019-07-02 00:30:50 +02:00
parent 5bfed544b7
commit ae71356052
1 changed files with 8 additions and 0 deletions

8
testdata/lvs/inv.cir vendored Normal file
View File

@ -0,0 +1,8 @@
* 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