Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
MP0 VD Gate Out VS P1 W=20u L=0.18u
MN0 VS Gate Out 0 VS N1 W=10u L=0.18u NUMTERMS=5
MP0 vd Gate out VD Vd P1 W=20u L=0.18u NUMTERMS=5
Seems you connected the PMOS bulk to VS (GND) instead of VD .
I am not sure if this will work with your simulator but give it a try:
Code:MN0 VS Gate Out 0 VS N1 W=10u L=0.18u NUMTERMS=5 MP0 vd Gate out VD Vd P1 W=20u L=0.18u NUMTERMS=5
Keith.
Have you tried the change I suggested?
Keith
Code:MN0 VS Gate Out 0 [COLOR="red"]VS[/COLOR] N1 W=10u L=0.18u NUMTERMS=5 MP0 vd Gate out VD [COLOR="red"]Vd[/COLOR] P1 W=20u L=0.18u NUMTERMS=5
**error** (e:\hspice\bsim_bsimsoi4p1_benchmarking\inv_tr.sp:14) duplicate parameter being set or the number of element nodes is not within the range of 3-7.
MN0 VS Gate Out 0 N1 W=10u L=0.18u NUMTERMS=5
MP0 VD Gate Out VD P1 W=20u L=0.18u NUMTERMS=5
I guess the above red marked nodes are dispensable. Try:
Code:MN0 VS Gate Out 0 N1 W=10u L=0.18u NUMTERMS=5 MP0 VD Gate Out VD P1 W=20u L=0.18u NUMTERMS=5