2008-11-29 21:21:56 +01:00
|
|
|
* Standard ngspice init file
|
2004-01-10 17:15:31 +01:00
|
|
|
alias exit quit
|
|
|
|
|
alias acct rusage all
|
|
|
|
|
set x11lineararcs
|
2008-11-29 21:21:56 +01:00
|
|
|
*set rndseed=12
|
2010-01-01 14:13:48 +01:00
|
|
|
** ascii rawfile **
|
2008-11-29 21:21:56 +01:00
|
|
|
*set filetype=ascii
|
2010-01-01 14:13:48 +01:00
|
|
|
** frontend debug output **
|
|
|
|
|
*set ngdebug
|
2016-01-09 15:25:38 +01:00
|
|
|
** asking after quit **
|
|
|
|
|
*set askquit
|
2010-06-24 12:25:05 +02:00
|
|
|
** set the number of threads in openmp
|
|
|
|
|
** default (if compiled with --enable-openmp) is: 2
|
|
|
|
|
*set num_threads=4
|
2007-10-12 23:59:18 +02:00
|
|
|
|
2023-01-27 10:07:05 +01:00
|
|
|
* comment out if central osdi management is set up
|
2023-01-27 10:02:39 +01:00
|
|
|
unset osdi_enabled
|
|
|
|
|
|
2023-01-25 13:12:27 +01:00
|
|
|
* Load the codemodels
|
|
|
|
|
if $?xspice_enabled
|
2005-05-10 23:52:58 +02:00
|
|
|
|
2011-12-29 15:29:44 +01:00
|
|
|
@XSPICEINIT@ codemodel @pkglibdir@/spice2poly.cm
|
|
|
|
|
@XSPICEINIT@ codemodel @pkglibdir@/analog.cm
|
|
|
|
|
@XSPICEINIT@ codemodel @pkglibdir@/digital.cm
|
|
|
|
|
@XSPICEINIT@ codemodel @pkglibdir@/xtradev.cm
|
|
|
|
|
@XSPICEINIT@ codemodel @pkglibdir@/xtraevt.cm
|
2015-12-20 15:17:46 +01:00
|
|
|
@XSPICEINIT@ codemodel @pkglibdir@/table.cm
|
2005-05-10 23:52:58 +02:00
|
|
|
|
|
|
|
|
end
|
2023-01-25 13:12:27 +01:00
|
|
|
|
|
|
|
|
* Load the OpenVAF/OSDI models
|
|
|
|
|
if $?osdi_enabled
|
|
|
|
|
|
|
|
|
|
osdi @pkglibdir@/asmhemt.osdi
|
|
|
|
|
osdi @pkglibdir@/bjt504t.osdi
|
|
|
|
|
osdi @pkglibdir@/BSIMBULK107.osdi
|
|
|
|
|
osdi @pkglibdir@/BSIMCMG.osdi
|
|
|
|
|
osdi @pkglibdir@/HICUMl0-2.0.osdi
|
|
|
|
|
osdi @pkglibdir@/psp103.osdi
|
|
|
|
|
osdi @pkglibdir@/r2_cmc.osdi
|
|
|
|
|
osdi @pkglibdir@/vbic_4T_et_cf.osdi
|
|
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|