You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.1 KiB
46 lines
1.1 KiB
* 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
|
|
|
|
* comment out if central osdi management is set up
|
|
unset osdi_enabled
|
|
|
|
* XSPICE and OSDI are loaded from a path provided in a variable.
|
|
|
|
* Load the codemodels
|
|
if $?xspice_enabled
|
|
|
|
@XSPICEINIT@ codemodel $_module_path_/spice2poly.cm
|
|
@XSPICEINIT@ codemodel $_module_path_/analog.cm
|
|
@XSPICEINIT@ codemodel $_module_path_/digital.cm
|
|
@XSPICEINIT@ codemodel $_module_path_/xtradev.cm
|
|
@XSPICEINIT@ codemodel $_module_path_/xtraevt.cm
|
|
@XSPICEINIT@ codemodel $_module_path_/table.cm
|
|
|
|
end
|
|
|
|
* Load the OpenVAF/OSDI models
|
|
if $?osdi_enabled
|
|
|
|
osdi $_module_path_/asmhemt.osdi
|
|
osdi $_module_path_/bjt504t.osdi
|
|
osdi $_module_path_/BSIMBULK107.osdi
|
|
osdi $_module_path_/BSIMCMG.osdi
|
|
osdi $_module_path_/HICUMl0-2.0.osdi
|
|
osdi $_module_path_/psp103.osdi
|
|
osdi $_module_path_/r2_cmc.osdi
|
|
osdi $_module_path_/vbic_4T_et_cf.osdi
|
|
|
|
end
|
|
|