[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: NG-SPICE: TL071 model error



> Error on line 18 : e:1:gnd 1:99 0 p:1:oly 2:1 3,0) (4,0) 0 .5 .5
>          unknown parameter (0)
> Error on line 19 : f:1:b 1:7 1:99 p:1:oly 5) vb vc ve vlp vln 0 4.715e6
> -5e6 5e6 5e6 -5e6
>          unknown parameter (vb)
> ngspice 1 -> exit
> ngspice-15 done


ngspice is not properly parsing your dependent sources.  How did you
compile ngspice?   To successfully use dependent sources with the poly
construct, you must configure with the --enable-xspice flag set.

I suggest you go into your ngspice source directory and do this:

make clean
./configure --enable-xspice --prefix=<your desired install location> --with-readline
make 
make install


Stuart