~kicad/+git/ngspice-mirror-sourceforge:hv_concat_ds

Last commit made on 2023-04-18
Get this branch:
git clone -b hv_concat_ds https://git.launchpad.net/~kicad/+git/ngspice-mirror-sourceforge
Members of KiCad can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
hv_concat_ds
Repository:
lp:~kicad/+git/ngspice-mirror-sourceforge

Recent commits

e1076a3... by Holger Vogt

Add another test: don't concatenate .param line, but replace '+' by '.param'
There is however, no significant change in parsing speed.

065e928... by Holger Vogt

Remove bug (missing lines or parameters)
tprintf and dstring files now match.

230e8d5... by Holger Vogt

allow at least one space between tokens

20ba622... by Holger Vogt

Add #if #else #endif to have both function versions of inp_stitch_continuation_lines()
available.
After adding the last token in !firsttime to newcard, delete the original line.

dc6c232... by Holger Vogt

Use inline function ds_clear to reset dstring memory.
Add dc_free to free dstring memory, avoid memory leak.

9551cf0... by Holger Vogt

Renovate function inp_stitch_continuation_lines
tprintf or cat2strings are bottlenecks when reading
.model lines with may short +token lines.
Replace them with a dstring. At least a factor of 2 reduction
in processing is achieved.

aa2d366... by Holger Vogt

Print to file the expanded library read by .lib

a531d84... by Brian Taylor <email address hidden>

Use ~ on the input of a tristate buffer for INV3, and avoid creating an extra inverter. For ff/latch use ~ on set/reset and jkff clock inputs to avoid creating extra inverters.

d4f49f1... by Holger Vogt

Merge branch 'pre-master' of ssh://git.code.sf.net/p/ngspice/ngspice into pre-master

33e17fa... by Holger Vogt

noise simulation examples