2016-02-06 23:51:06 +01:00
|
|
|
* 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
|
|
|
|
|
** asking after quit **
|
|
|
|
|
*set askquit
|
|
|
|
|
** set the number of threads in openmp
|
|
|
|
|
** default (if compiled with --enable-openmp) is: 2
|
|
|
|
|
set num_threads=4
|
|
|
|
|
set interactive
|
|
|
|
|
|
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
|
2016-02-06 23:51:06 +01:00
|
|
|
|
2018-09-16 00:31:41 +02:00
|
|
|
* Load the codemodels
|
2018-09-22 17:42:45 +02:00
|
|
|
codemodel C:/Spice64d/lib/ngspice/spice2poly.cm
|
|
|
|
|
codemodel C:/Spice64d/lib/ngspice/analog.cm
|
|
|
|
|
codemodel C:/Spice64d/lib/ngspice/digital.cm
|
|
|
|
|
codemodel C:/Spice64d/lib/ngspice/xtradev.cm
|
|
|
|
|
codemodel C:/Spice64d/lib/ngspice/xtraevt.cm
|
|
|
|
|
codemodel C:/Spice64d/lib/ngspice/table.cm
|
2016-02-06 23:51:06 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
end
|
2023-01-25 13:12:27 +01:00
|
|
|
|
|
|
|
|
* Load the OpenVAF/OSDI models
|
|
|
|
|
if $?osdi_enabled
|
|
|
|
|
|
|
|
|
|
osdi C:/Spice64d/lib/ngspice/asmhemt.osdi
|
|
|
|
|
osdi C:/Spice64d/lib/ngspice/bjt504t.osdi
|
|
|
|
|
osdi C:/Spice64d/lib/ngspice/BSIMBULK107.osdi
|
|
|
|
|
osdi C:/Spice64d/lib/ngspice/BSIMCMG.osdi
|
|
|
|
|
osdi C:/Spice64d/lib/ngspice/HICUMl0-2.0.osdi
|
|
|
|
|
osdi C:/Spice64d/lib/ngspice/psp103.osdi
|
|
|
|
|
osdi C:/Spice64d/lib/ngspice/r2_cmc.osdi
|
|
|
|
|
osdi C:/Spice64d/lib/ngspice/vbic_4T_et_cf.osdi
|
|
|
|
|
|
|
|
|
|
end
|