rlar
|
c2927128cd
|
whitespace
|
2013-12-31 16:12:56 +01:00 |
rlar
|
23d0f41e66
|
ft_find_analysis_parm(), change signature
|
2013-12-31 16:12:55 +01:00 |
rlar
|
4d65fb908d
|
use type `IFparm' to abbreviate some expressions
|
2013-12-31 16:12:53 +01:00 |
rlar
|
31b455afd4
|
if_getstat(), rewrite
|
2013-12-31 16:12:52 +01:00 |
rlar
|
fc2dd436fe
|
abstraction, new function `ft_find_analysis_parm()'
|
2013-12-31 16:12:51 +01:00 |
rlar
|
9d0500027c
|
abstraction, new function `ft_find_analysis()'
|
2013-12-31 16:12:49 +01:00 |
rlar
|
6050e2e0ea
|
cleanup some extra parentheses
|
2013-12-31 16:12:44 +01:00 |
rlar
|
df5c785a84
|
drop `INPmodUsed' which is redundant to `INPmodfast'
|
2013-12-31 16:12:31 +01:00 |
rlar
|
f0d36d956e
|
CKTfndMod(), cleanup
|
2013-12-31 16:12:27 +01:00 |
rlar
|
e7def1a0bc
|
CKTfndMod(), drop unused arguments `type' and `modfast'
|
2013-12-31 16:12:26 +01:00 |
rlar
|
7b495e0a7b
|
CKTfndMod(), use a hashtable
|
2013-12-31 16:12:24 +01:00 |
rlar
|
59309e196b
|
CKTfndMod(), cleanup
|
2013-12-31 16:12:23 +01:00 |
rlar
|
b32c15d85f
|
CKTfndMod(), dont pass the `type' argument by reference any more
|
2013-12-31 16:12:22 +01:00 |
rlar
|
494ef3f628
|
CKTfndMod(), cleanup
|
2013-12-31 16:12:20 +01:00 |
rlar
|
247ae92ae8
|
CKTfndMod(), unuse the `type' argument
|
2013-12-31 16:12:19 +01:00 |
rlar
|
213304f745
|
CKTfndMod(), rewrite error expressions
|
2013-12-31 16:12:16 +01:00 |
rlar
|
f0882dbdfd
|
CKTfndMod(), return the found model instead of error code
|
2013-12-31 16:12:15 +01:00 |
rlar
|
b97c2ba5d1
|
CKTfndMod(), express error return value outside of this function
|
2013-12-31 16:12:14 +01:00 |
rlar
|
bd7e93de6c
|
CKTfndMod(), assert some facts
|
2013-12-31 16:12:11 +01:00 |
rlar
|
e79135c556
|
CKTfndDev(), cleanup
|
2013-12-31 16:12:10 +01:00 |
rlar
|
ddc78067cc
|
CKTfndDev(), drop `type' and `fast' argument
|
2013-12-31 16:12:08 +01:00 |
rlar
|
6a9a246526
|
CKTfndDev(), rewrite invocations where `*fast == NULL'
|
2013-12-31 16:12:07 +01:00 |
rlar
|
6c80cb4062
|
CKTfndDev(), unuse the type argument
|
2013-12-31 16:12:04 +01:00 |
rlar
|
390dccd44b
|
CKTfndDev(), rewrite error expressions
|
2013-12-31 16:12:03 +01:00 |
rlar
|
5daa676163
|
CKTfndDev(), return the found instance instead of error code
now if (fast != NULL)
CKTfndDev(,,fast, )
is equivalent to
*fast = CKTfndDev(,,fast, )
|
2013-12-31 16:12:01 +01:00 |
rlar
|
7bacfc73d1
|
CKTfndDev(), express error return value outside of this function
if (fast != NULL) then
err = CKTfndDev(,, fast, );
is equivalent to
err = CKTfndDev(,, fast, );
err = *fast ? OK : E_NODEV;
|
2013-12-31 16:12:00 +01:00 |
rlar
|
6e7d70e4bb
|
CKTfndDev(), assert some facts
|
2013-12-31 16:11:59 +01:00 |
rlar
|
0ab6a6e463
|
CKTfndDev(), drop unused argument `modfast'
|
2013-12-31 16:11:53 +01:00 |
rlar
|
29c57dd857
|
cleanup IFnewUid() invocations
checked for object file invariance
|
2013-12-31 16:11:37 +01:00 |
rlar
|
2f2da2bab2
|
cleanup OUTpBeginPlot() invocations
checked for object file invariance
|
2013-12-31 16:11:36 +01:00 |
rlar
|
4ad4877e30
|
CKTfndDev(), drop unused argument `modname' which is always NULL
|
2013-12-31 16:11:23 +01:00 |
rlar
|
7c9e6e6569
|
unify, use `ckt' instead of `ck'
|
2013-12-31 16:11:20 +01:00 |
h_vogt
|
c15608c903
|
unique modtab for each circuit, store in ckt structure
|
2013-12-31 12:56:38 +01:00 |
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
|
2012-12-28 18:15:37 +01:00 |
rlar
|
0be61b3e5a
|
remove PSS2
|
2012-12-28 18:10:05 +01:00 |
dwarning
|
12b2287aa6
|
remove of modtab after the job is done to issue additional source commands
|
2012-12-19 18:49:32 +01:00 |
h_vogt
|
d8d8cf147e
|
spiceif.c: correct types being loaded by snload()
|
2012-11-03 16:24:01 +01:00 |
h_vogt
|
65b976dab7
|
rename commands 'savesnap', 'loadsnap' to 'snsave', 'snload'
to avoid conflict with command 'save'
|
2012-11-01 14:41:13 +01:00 |
rlar
|
fe1acd3757
|
src/frontend/** remove superfluous `return' invocations
|
2012-09-22 19:33:55 +02:00 |
rlar
|
ab98f03622
|
src/frontend/** whitespace, indentation, ...
checked for object file invariance on linux
|
2012-09-22 19:33:50 +02:00 |
rlar
|
7454a6d486
|
src/frontend/**, whitespace, indentation, ...
untabify
delete-trailing-whitespace
braces
...
checked for object file invariance on linux
|
2012-09-20 20:30:53 +02:00 |
rlar
|
64139a243c
|
spiceif.c, cleanup (checked for code invariance)
|
2012-08-14 20:38:25 +02:00 |
rlar
|
0c230b2970
|
spiceif.c, cleanup (checked for code invariance)
|
2012-08-12 20:28:42 +02:00 |
rlar
|
d50ffdd987
|
swallow warnings
|
2012-08-06 19:50:23 +02:00 |
dwarning
|
99b167b272
|
correct alter of mos geometries for binned models
|
2012-08-05 12:11:16 +02:00 |
h_vogt
|
07727f74f0
|
commands.c: 'options' equivalent to 'option' and allow 'loadsnap' and 'savesnap'
which have been EXPERIMENTAL_CODE so far
|
2012-06-13 19:15:14 +02:00 |
rlar
|
d8105873db
|
remove error.h, use fteext.h for controlled_exit()
|
2012-06-12 21:26:29 +02:00 |
h_vogt
|
dcde15afd2
|
exclude circuits with XSPICE 'A' devices from using 'savesnap'
XSPICE data storage is not yet implemented
|
2012-06-12 21:26:26 +02:00 |
h_vogt
|
dffe4ed156
|
command mdump
|
2012-02-19 10:23:56 +00:00 |
rlar
|
d5f6bcbedf
|
drop some more casts
|
2012-02-06 20:11:10 +00:00 |