**warning** the following singular supplies were terminated to 1 meg resistor
supply node1 node2
vgs 0:1 defined in subckt 0 0:0 defined in subckt 0
vds 0:2 defined in subckt 0 0:0 defined in subckt 0
hspice仿真为什么会有warnning 啊,这个是什么意思呢?
主要的程序:
M1 2 1 0 0 MOS1 W=5U L=1.0U
VDS 2 0 5
VGS 1 0 1
.MODEL MOS1 NMOS VT0=0.7 KP=110U GAMMA=0.4 LAMBDA=0.04 PHI=0.7
.DC VDS 0 5 0.2 VGS 1 5 1
.PRINT DC V(2) I(VDS)
.END