You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
360 B

Mx Drain Gate Source Back-gate(substrate) Body Tx W L (body ommitted for FB)
.include ./nmos4p0.mod
.include ./pmos4p0.mod
.option TEMP=27C
Vpower VD 0 1.5
Vgnd VS 0 0
Vgate Gate VS PULSE(0v 1.5v 100ps 50ps 50ps 200ps 500ps)
MN0 VS Gate Out VS N1 W=10u L=0.18u
MP0 VD Gate Out VS P1 W=20u L=0.18u
.tran 0.01n 600ps
.print tran v(gate) v(out)
.END