temp scan, help
时间:10-02
整理:3721RD
点击:
the model of mosfet is
mos27C~150C
mos_n40-40C~27C
Now, i want to scan temp, so i have two netlist coresponding to two temp stage.
In sp file, i write
.IF (temp < 27)
.INC '.............'#low-temp model netlist
.ELSE
.INC '...............'#high-temp model netlist
.ENDIF
.................................
.................................
.DCTEMP -40 150 1
.................................
.END
But, simulation file give me a error
error** arith eval -- no operand address
Why?
Help!
I'm not familar with HSPICE. Are you sure it is ok to used IF... in the netlist?
Why don't simply do the simulation two times with different models. The just take the
data you want
其实大家的英文真的不敢恭维。能看懂虽然已经够了 但还是应该努力加强一点嘛
知道了。
我也遇到同样的错误,error** arith eval -- no operand address,不知道怎么解决,谢谢