Cleaning commit. Added tests for PD SOI device.

This commit is contained in:
pnenzi
2000-11-21 20:12:35 +00:00
parent 9606b353db
commit 4764a45ddf
7 changed files with 90 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
* model = BSIMSOI
*
*
* SOI Inverter - floating body
vin in 0 dc 2.5
vdd dd 0 dc 2.5
vss ss 0 dc 0
ve e 0 dc 1.25
m1 out in dd e p1 w=20u l=0.25u
m2 out in ss e n1 w=10u l=0.25u
.option itl1=500 gmin=1e-25
.dc vin 0 2.5 0.01
.print v(in), v(out)
.include nmospd.mod
.include pmospd.mod