HSPICE MOSFET调用问题
时间:03-15
整理:3721RD
点击:
各位好!我是新手,有个比较郁闷的问题搞不定,望大家不吝赐教。
在HSPICE的.sp文件中,添加.lib 'mm0355v.lib' TT。在.sp文件中,调用MOSFET:
.SUBCKT gatexor a b s
x1 b s a af tgate
mp s b a a PMOS w=0.575u l=0.25u
mn s b af af nmos w=0.25u l=0.25u
x2 a af inv
.ends
结果simulate的时候,会出现如下报错:
**error** (c:\synopsys\hspice_c-2009.09\demo\myself\hadder.sp:16)definition of model pmos not found. Please specify a defined model name.
请问问题是出在哪里呢?
在HSPICE的.sp文件中,添加.lib 'mm0355v.lib' TT。在.sp文件中,调用MOSFET:
.SUBCKT gatexor a b s
x1 b s a af tgate
mp s b a a PMOS w=0.575u l=0.25u
mn s b af af nmos w=0.25u l=0.25u
x2 a af inv
.ends
结果simulate的时候,会出现如下报错:
**error** (c:\synopsys\hspice_c-2009.09\demo\myself\hadder.sp:16)definition of model pmos not found. Please specify a defined model name.
请问问题是出在哪里呢?
在mp和mn前加x试试。
加了X后还是有错误啊