27 lines
597 B
Plaintext
27 lines
597 B
Plaintext
* Standard ngspice init file
|
|
alias exit quit
|
|
alias acct rusage all
|
|
set x11lineararcs
|
|
*set rndseed=12
|
|
*set filetype=ascii
|
|
|
|
*unset brief
|
|
|
|
strcmp __flag $program "ngspice"
|
|
if $__flag = 0
|
|
|
|
*set numparams
|
|
|
|
* For SPICE2 POLYs, edit the below line to point to the location
|
|
* of your codemodel.
|
|
@XSPICEINIT@ codemodel @prefix@/lib/spice/spice2poly.cm
|
|
|
|
* The other codemodels
|
|
@XSPICEINIT@ codemodel @prefix@/lib/spice/analog.cm
|
|
@XSPICEINIT@ codemodel @prefix@/lib/spice/digital.cm
|
|
@XSPICEINIT@ codemodel @prefix@/lib/spice/xtradev.cm
|
|
@XSPICEINIT@ codemodel @prefix@/lib/spice/xtraevt.cm
|
|
|
|
end
|
|
unset __flag
|