1* Standard ngspice init file
2alias exit quit
3alias acct rusage all
4set x11lineararcs
5*set rndseed=12
6** ascii rawfile **
7*set filetype=ascii
8** frontend debug output **
9*set ngdebug
10** asking after quit **
11*set askquit
12** set the number of threads in openmp
13** default (if compiled with --enable-openmp) is: 2
14*set num_threads=4
15set interactive
16
17strcmp __flag $program "ngspice"
18if $__flag = 0
19
20* For SPICE2 POLYs, edit the below line to point to the location
21* of your codemodel.
22
23@XSPICEINIT@ codemodel @pkglibdir@/spice2poly.cm
24
25* The other codemodels
26@XSPICEINIT@ codemodel @pkglibdir@/analog.cm
27@XSPICEINIT@ codemodel @pkglibdir@/digital.cm
28@XSPICEINIT@ codemodel @pkglibdir@/xtradev.cm
29@XSPICEINIT@ codemodel @pkglibdir@/xtraevt.cm
30@XSPICEINIT@ codemodel @pkglibdir@/table.cm
31
32end
33unset __flag
34