diff options
Diffstat (limited to 'Windows/spice/share/ngspice/scripts/spinit')
-rw-r--r-- | Windows/spice/share/ngspice/scripts/spinit | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Windows/spice/share/ngspice/scripts/spinit b/Windows/spice/share/ngspice/scripts/spinit new file mode 100644 index 00000000..ed5cd0e6 --- /dev/null +++ b/Windows/spice/share/ngspice/scripts/spinit @@ -0,0 +1,31 @@ +* Standard ngspice init file +alias exit quit +alias acct rusage all +set x11lineararcs +*set rndseed=12 +** ascii rawfile ** +*set filetype=ascii +** frontend debug output ** +*set ngdebug +** no asking after quit ** +set noaskquit +** set the number of threads in openmp +** default (if compiled with --enable-openmp) is: 2 +*set num_threads=4 + +strcmp __flag $program "ngspice" +if $__flag = 0 + +* For SPICE2 POLYs, edit the below line to point to the location +* of your codemodel. + + codemodel C:/Spice/lib/ngspice/spice2poly.cm + +* The other codemodels + codemodel C:/Spice/lib/ngspice/analog.cm + codemodel C:/Spice/lib/ngspice/digital.cm + codemodel C:/Spice/lib/ngspice/xtradev.cm + codemodel C:/Spice/lib/ngspice/xtraevt.cm + +end +unset __flag |