help-gnucap
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gnucap] Problems with .model


From: Florian Steiper
Subject: [Help-gnucap] Problems with .model
Date: Tue, 01 Nov 2005 23:34:36 +0100
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051014)

Hello,

I have a simple cirquit that is a part from a Mosfet description from IRF. When I try to run this with the current (20050808) version of Gnucap I get the error message "M1.X1: can't find model: MM". If I ttry the same with an older version (2005.02.20) I get no errors and it simulates fine. I pasted the messages from 20050808 and 20050220 below as well as the little circuit description that I used to generate this error message.

Is this behavior reproducable for other users too, and how can I get around it ?

ciao

      Florian

et $ gnucap fet-test.cir
Gnucap 2005.08.07 RCS 25.39
The Gnu Circuit Analysis Package
Never trust any version less than 1.0
Copyright 1982-2002, Albert Davis
Gnucap comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome
to redistribute it under certain conditions
according to the GNU General Public License.
See the file "COPYING" for details.
*Subckt and Model-test
M1.X1: can't find model: MM


********************************

laptop fet $ gnucap fet-test.cir
Gnucap 2005.02.20 RCS 25.12
The Gnu Circuit Analysis Package
Never trust any version less than 1.0
Copyright 1982-2002, Albert Davis
Gnucap comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome
to redistribute it under certain conditions
according to the GNU General Public License.
See the file "COPYING" for details.
*Subckt and Model-test
gnucap> print tran v(1)

gnucap> tran 0 1m 10u > out.dat

gnucap>
********************************

*Subckt and Model-test

.SUBCKT irf1404 1 2 3
M1 1 2 3 3 MM L=100u W=100u
.MODEL MM NMOS LEVEL=1 IS=1e-32 VTO=3.74133 LAMBDA=0.00250986 KP=514.947 CGSO=7.17952e-05 CGDO=1.60578e-08
.ENDS irf1404

X1 1 1 0 irf1404
R1 1 0 1k

.print tran v(1)

*****************************************




reply via email to

[Prev in Thread] Current Thread [Next in Thread]