ngspice/src/tclspinit.in

25 lines
534 B
Plaintext
Raw Normal View History

2008-11-23 21:47:23 +01:00
* Standard spice and nutmeg init file
alias exit quit
alias acct rusage all
set x11lineararcs
*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 codemode.
@XSPICEINIT@ codemodel @pkglibdir@/spice2poly.cm
2008-11-23 21:47:23 +01:00
* The other codemodels
@XSPICEINIT@ codemodel @pkglibdir@/analog.cm
@XSPICEINIT@ codemodel @pkglibdir@/digital.cm
@XSPICEINIT@ codemodel @pkglibdir@/xtradev.cm
@XSPICEINIT@ codemodel @pkglibdir@/xtraevt.cm
2008-11-23 21:47:23 +01:00
end
unset __flag