2004-01-10 17:15:31 +01:00
|
|
|
* Standard spice and nutmeg init file
|
|
|
|
|
alias exit quit
|
|
|
|
|
alias acct rusage all
|
|
|
|
|
set x11lineararcs
|
2005-05-10 23:52:58 +02:00
|
|
|
|
2007-10-12 23:59:18 +02:00
|
|
|
*unset brief
|
|
|
|
|
|
2005-05-10 23:52:58 +02:00
|
|
|
strcmp __flag $program "ngspice"
|
|
|
|
|
if $__flag = 0
|
|
|
|
|
|
2005-04-25 10:10:53 +02:00
|
|
|
*set numparams
|
2004-08-15 10:51:13 +02:00
|
|
|
|
2004-01-10 17:15:31 +01:00
|
|
|
* For SPICE2 POLYs, edit the below line to point to the location
|
|
|
|
|
* of your codemode.
|
2004-08-15 10:51:13 +02:00
|
|
|
@XSPICEINIT@ codemodel @prefix@/lib/spice/spice2poly.cm
|
2004-01-10 17:15:31 +01:00
|
|
|
|
|
|
|
|
* The other codemodels
|
2004-08-15 10:51:13 +02:00
|
|
|
@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
|
2005-05-10 23:52:58 +02:00
|
|
|
|
|
|
|
|
end
|
|
|
|
|
unset __flag
|