* 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 compatibility mode to allow some hspice constructs
set ngbehavior=all

strcmp __flag $program "ngspice"
if $__flag = 0

* For SPICE2 POLYs, edit the below line to point to the location 
* of your codemodel.
 codemodel /usr/lib/spice/spice2poly.cm

* The other codemodels
 codemodel /usr/lib/spice/analog.cm
 codemodel /usr/lib/spice/digital.cm
 codemodel /usr/lib/spice/xtradev.cm
 codemodel /usr/lib/spice/xtraevt.cm

end
unset __flag
