ngspice/src/spinit.in

32 lines
745 B
Plaintext
Raw Normal View History

2008-11-29 21:21:56 +01:00
* Standard ngspice init file
alias exit quit
alias acct rusage all
set x11lineararcs
2008-11-29 21:21:56 +01:00
*set rndseed=12
2010-01-01 14:13:48 +01:00
** ascii rawfile **
2008-11-29 21:21:56 +01:00
*set filetype=ascii
2010-01-01 14:13:48 +01:00
** frontend debug output **
*set ngdebug
** no asking after quit **
2010-05-09 20:46:56 +02:00
set noaskquit
2010-06-24 12:25:05 +02:00
** set the number of threads in openmp
** default (if compiled with --enable-openmp) is: 2
*set num_threads=4
2007-10-12 23:59:18 +02:00
strcmp __flag $program "ngspice"
if $__flag = 0
* For SPICE2 POLYs, edit the below line to point to the location
2008-11-29 21:21:56 +01:00
* of your codemodel.
2010-09-19 10:25:46 +02:00
@XSPICEINIT@ codemodel @pkglibdir@/spice2poly.cm
* The other codemodels
@XSPICEINIT@ codemodel @pkglibdir@/analog.cm
@XSPICEINIT@ codemodel @pkglibdir@/digital.cm
@XSPICEINIT@ codemodel @pkglibdir@/xtradev.cm
@XSPICEINIT@ codemodel @pkglibdir@/xtraevt.cm
end
unset __flag