rlar
|
df5c785a84
|
drop `INPmodUsed' which is redundant to `INPmodfast'
|
13 years ago |
rlar
|
e7def1a0bc
|
CKTfndMod(), drop unused arguments `type' and `modfast'
|
13 years ago |
rlar
|
7b495e0a7b
|
CKTfndMod(), use a hashtable
|
13 years ago |
rlar
|
b32c15d85f
|
CKTfndMod(), dont pass the `type' argument by reference any more
|
13 years ago |
rlar
|
f0882dbdfd
|
CKTfndMod(), return the found model instead of error code
|
13 years ago |
rlar
|
ddc78067cc
|
CKTfndDev(), drop `type' and `fast' argument
|
13 years ago |
rlar
|
5daa676163
|
CKTfndDev(), return the found instance instead of error code
now if (fast != NULL)
CKTfndDev(,,fast, )
is equivalent to
*fast = CKTfndDev(,,fast, )
|
13 years ago |
rlar
|
0ab6a6e463
|
CKTfndDev(), drop unused argument `modfast'
|
13 years ago |
Henrik Forstén
|
b96be8d576
|
CKTfndDev(), use a hashtable to speed up this function
|
13 years ago |
h_vogt
|
e929275cdf
|
sharedspice.c, .h: fcn to initialize Sync, fcn to set breakpoint, callback fcn to read vsrc external inputs
|
13 years ago |
rlar
|
4473419cb8
|
polish `PARSECALL' macro
checked for object file invariance
|
13 years ago |
rlar
|
31ff2ee073
|
polish `LITERR' macro
checked for object file invariance
|
13 years ago |
rlar
|
1b3e77ca32
|
polish `GCA' macro
checked for object file invariance
|
13 years ago |
rlar
|
d52c9e401a
|
polish `IFC' macro
checked for object file invariance,
different code for inppas3.c, seems to be ok
|
13 years ago |
rlar
|
14a6bd9314
|
polish `MERROR' macro
checked for object file invariance
|
13 years ago |
rlar
|
4ad4877e30
|
CKTfndDev(), drop unused argument `modname' which is always NULL
|
13 years ago |
dwarning
|
91ab0a3c74
|
parser/*.c: implement a signed power function `pwr' for controlled sources
|
13 years ago |
dwarning
|
ff6a4990bd
|
devices/bsim3v32: whitespace cleanup
|
13 years ago |
dwarning
|
7b2bd10b64
|
devices/bsim3v32: apply Area Calculation Method (ACM) to the bsim3v3.2.4 model
|
13 years ago |
h_vogt
|
8b8f275645
|
defines.h, winmain.c, .h: fix --with-wingui for CYGWIN
|
13 years ago |
rlar
|
7ed0b5cef6
|
sparse/*.c, rename `eMatrix' --> `Matrix' (prototypes)
|
13 years ago |
rlar
|
0440f0584e
|
fix an incorrect typedef and cast
which was of no consequence,
because nobody made use of it.
ancient, already in the very first commit of ngspice
Date: Thu Apr 27 20:03:57 2000 +0000
|
13 years ago |
h_vogt
|
e91063d096
|
sharedspice.c, .h, .vcproj: comments, update für MS Visual Sudio build
|
13 years ago |
h_vogt
|
a0a2f15a52
|
sharedspice.c, *.h: interface update, more comments
|
13 years ago |
Francesco Lannutti
|
581e0a6d11
|
fix sense2, which is unsupported code
|
13 years ago |
h_vogt
|
83d5606da4
|
ngspice.h: add shared module
|
13 years ago |
h_vogt
|
ac553eedba
|
src/Makefile.am include/ngspice/Makefile.am: add shared module
|
13 years ago |
h_vogt
|
a6976f9857
|
main file and header for ngspice as shared module
|
13 years ago |
h_vogt
|
5a44b3f7f8
|
fix `SetAnalyse()' re-declaration
|
13 years ago |
h_vogt
|
d7e291c53a
|
HAS_WINDOWS --> HAS_WINGUI
allow compilation on MS Windows without GUI
|
13 years ago |
h_vogt
|
1e88db6f7d
|
add command 'circbyline' to allow entering circuit line by line
|
13 years ago |
h_vogt
|
7bc879726d
|
make database dbs local to each circuit
|
13 years ago |
h_vogt
|
c15608c903
|
unique modtab for each circuit, store in ckt structure
|
13 years ago |
rlar
|
d1764cc7fa
|
inp_readall() change function signature for readability
|
13 years ago |
rlar
|
6c8f002eea
|
unify #ifndef include wrapper
|
13 years ago |
rlar
|
1ee88a5694
|
prepare for #ifndef include wrapper unification
|
13 years ago |
rlar
|
8cafeed8f0
|
rename #ifndef include wrapper CKT_H
|
13 years ago |
rlar
|
c377b7a6b3
|
avoid leading underscore in preprocessor macros
|
13 years ago |
rlar
|
5086a90746
|
cleanup some preprocessor macros
|
13 years ago |
h_vogt
|
8e5ad3d344
|
ivars.c: prevent crash in CYGWIN batch mode, if NGSPICE_INPUT_DIR given
remove unused Default_MFB_Cap
|
13 years ago |
Stefano Perticaroli
|
79bffc78a1
|
next version of PSS2
which was reviewed and rewritten on branch `PSS-2-try-to-rebase+4'
by Stefano Perticaroli and Francesco Lannutti
|
13 years ago |
rlar
|
0be61b3e5a
|
remove PSS2
|
13 years ago |
Francesco Lannutti
|
574d39e29c
|
remove almost empty src/maths/ni/nipred.h
|
13 years ago |
h_vogt
|
12e19d140b
|
measure.c, rewrite do_measure()
|
14 years ago |
h_vogt
|
c5de0c21c9
|
findvec(), use hash tables for the vector search
patch originally provided by Bill Swartz, 2010
reduces vector search time from O(n) to O(1)
|
14 years ago |
h_vogt
|
75447dc43c
|
implement spice_dstring_append_lower()
patch originally provided by Bill Swartz, 2010
|
14 years ago |
Francesco Lannutti
|
08ec219417
|
remove all .cvsignore files
|
14 years ago |
rlar
|
ba131a5077
|
remove adms3 #1/2, code
due to license issues, and with the aim to approach the next
ngspice release 25
we have to move this over to a development branch
|
14 years ago |
Francesco Lannutti
|
c23bd59c44
|
removed ancient PARALLEL_ARCH feature
removed variables
ARCHme
ARCHsize
removed functions
SMPcombine()
SMPcCombine()
CKTpartition()
removed files
spcombin.c
cktpartn.c
removed struct slots
STATcombineTime
STATtranCombTime
STATacCombTime
GENowner
<MODEL>owner
|
14 years ago |
h_vogt
|
c336f5ec9d
|
outif.c, typesdef.c, sim.h: correct labeling of cap, cur, and charge data
|
14 years ago |