I've been trying to get this stupid simulation to run for hours and I cant figure out whats wrong with the simulation file:
* D G S B
P1 2 1 0 0 P
VGS 1 0 10
VDS 2 0 10
*
.MODEL P PMOS LEVEL=2 VTO=2.7 KP=380U GAMMA=0.0
.MODEL M NMOS LEVEL=2 VTO=3.0 KP=560U GAMMA=0.0
.OP
*.OPT NOPAGE
.PROBE
.TRAN 2e-008 1e-006 0
.PLOT TRAN V(1) V(2) 0,30
.DC LIN VGS 0 15 1
.END
It has a problem with the P1 device, saying "Invalid device".
Any ideas?
* D G S B
P1 2 1 0 0 P
VGS 1 0 10
VDS 2 0 10
*
.MODEL P PMOS LEVEL=2 VTO=2.7 KP=380U GAMMA=0.0
.MODEL M NMOS LEVEL=2 VTO=3.0 KP=560U GAMMA=0.0
.OP
*.OPT NOPAGE
.PROBE
.TRAN 2e-008 1e-006 0
.PLOT TRAN V(1) V(2) 0,30
.DC LIN VGS 0 15 1
.END
It has a problem with the P1 device, saying "Invalid device".
Any ideas?