spinit: add optran to the standard inits

This commit is contained in:
Holger Vogt 2021-08-24 17:48:17 +02:00
parent 00f530c9cb
commit 4a1f7f950c
2 changed files with 2 additions and 5 deletions

View File

@ -13,16 +13,12 @@ set x11lineararcs
** default (if compiled with --enable-openmp) is: 2
*set num_threads=4
set interactive
optran 1 1 1 100n 10u 0
strcmp __flag $program "ngspice"
if $__flag = 0
* For SPICE2 POLYs, edit the below line to point to the location
* of your codemodel.
@XSPICEINIT@ codemodel @pkglibdir@/spice2poly.cm
* The other codemodels
@XSPICEINIT@ codemodel @pkglibdir@/analog.cm
@XSPICEINIT@ codemodel @pkglibdir@/digital.cm
@XSPICEINIT@ codemodel @pkglibdir@/xtradev.cm

View File

@ -13,6 +13,7 @@ set filetype=ascii
** default (if compiled with --enable-openmp) is: 2
set num_threads=4
set interactive
optran 1 1 1 100n 10u 0
strcmp __flag $program "ngspice"
if $__flag = 0