demo via ngspice -p, this time without a local spinit
This commit is contained in:
parent
722adf8209
commit
ed86b1cfde
|
|
@ -0,0 +1,6 @@
|
|||
// (compile "cat hic0+.cir | ../build-wip-adms3/src/ngspice -p")
|
||||
|
||||
// load the adms shared library model
|
||||
admsmodel hicum0
|
||||
|
||||
source hic0.cir
|
||||
|
|
@ -33,6 +33,10 @@
|
|||
../build-wip-adms3/src/ngspice -b hic0.cir")
|
||||
|
||||
|
||||
(compile "LD_LIBRARY_PATH=src/spicelib/devices/adms/hicum0/adms3va \
|
||||
../build-wip-adms3/src/ngspice -p < hic0+.cir")
|
||||
|
||||
|
||||
|
||||
;;; expected:
|
||||
Model issue on line 0 : .model x1:hic0_full hicum0 is=1.3525e-18 vef=8.0 iqf=3.0 ...
|
||||
|
|
|
|||
Loading…
Reference in New Issue