|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
请高手帮我看看,为什么我的HSPICE库添加了仿真却总是出错!
.sp程序是:
EX2.1 use spice to simulation MOS output
.option post=2 numdgt=7 tnom=27
*.OPTIONS LIST NODE POST
.lib 'mm0355v.l' tt
M1 2 1 0 0 nch.1 W=10U L=2U
VDS 2 0 5
VGS 1 0 1
.DC VDS 0 5 0.2 VGS 0 5 1
*.PRINT DC V(2) I(VDS)
.PRINT DC i(m1) vth=lv9(m1)
.END
我已经把库文件放在仿真文件夹了,而且MODEL的名字nch.1用的也是库中定义的名字(.model nch.1 nmos ( lmin = '1.207e-06-dxl'
+lmax = 2.01e-05 wmin = '1.183e-06-dxw' wmax = '1.9983e-5-dxw' ),但仿真总显示错误:
.st0中显示的是:
init: begin check errors, cpu clock= 2.19E-01
>error ***** hspice job aborted
Init: hspice initialization file: C:\synopsys\Hspice_A-2008.03-SP1\hspice.ini
.lis中显示的是:
**warning** (mm0355v.l:260) model nch.1 is not used in netlist
**error** model name nch.1 in the element 0:m1
is not defined. |
|