descriptionnone
repository URLgit://tool.em.cs.uni-frankfurt.de/git/gnucap
ownerqufgmx@gmail.com
last changeTue, 1 Nov 2016 11:25:26 +0000 (1 11:25 +0000)
last refreshTue, 5 Sep 2017 07:49:30 +0000 (5 09:49 +0200)
content tags
add:
README
Readme for gnucap-uf 0.0.2

this forks from gnucap and includes several experiments and workarounds.
there exist plans to seperate out improvements and fold back to upstream.

=== build system ===

see INSTALL. for better coexistance with other gnucap releases, you may want to
configure --with-program-suffix=-uf.

=== regression test suite ===

gnucap-uf implements an automated test suite (automake based, with noise
filter). the directory 'tests' contains a set of tests that should pass before
installation. type "make check". some tests are known to fail (XFAIL_TESTS),
these are meant to document problems. feel free to contribute patches.

=== module compilation ===

compile a plugin from source code
$ gnucap.mk file.so

compiles cc to so prior to dlopen.
gnucap> load file.cc

=== Two time analysis (aging etc.) ===

.ttr [ Tstart ] Tstop [ tstop tstep ] [<args>]
args are
* <multiplier>, increase timestep multiplicatively.
cont: continue with aged node values
cont_dc: continue from dc operating point
new: start with fresh devices

EXAMPLES
see regression tests.

=== dc analysis ===

- takes uic argument. compute solution close to specified initial conditions.
- improve dc sweep initial values and fallback in case of non-convergence.

=== dynamic dc analysis ===

.ddc command. like .dc, but provides dv probe for voltage nodes.

EXAMPLES
spice
c1 0 1 ic=1
r1 0 1 1
.print dv(1)
.ddc

see regression tests

=== sensitivity analysis ===

- sensitivity probes in .ac analysis.
- .sens command

EXAMPLES
see regresion tests

=== remote control ===

the .sock command starts an interactive command for direct communication with
the simulator kernel. this is for academic purposes only.
shortlog
2016-11-01 Felix Salfelderbump to -rc12master-uf
2016-11-01 Felix SalfelderMerge branch 'testing-uf' into master-uf
2016-10-31 Felix SalfelderMerge branch 'fixes' into testing-uftesting-uf
2016-10-31 Lars Hedrichfix namespace issues in spice wrapper
2016-10-31 Lars Hedrichinteractive testing
2016-10-26 Felix Salfelderworkaround in TRANSIENT::next
2016-10-26 Felix Salfelderfix gnucap-conf a bit
2016-10-25 Felix Salfelderweaken test timing constraints
2016-10-25 Felix Salfelderforce fail incomplete XFAIL test
2016-10-25 Felix Salfelderinteractively test MATRIX::s
2016-10-25 Felix Salfelderbypass known-to-fail test. (now hangs)
2016-10-03 Felix Salfelderbump 0.0.2-rc110.0.2-rc11
2016-10-03 Felix SalfelderMerge branch 'testing-uf' into master-uf
2016-09-30 Felix Salfelderanother missing file
2016-09-30 Felix Salfeldercare less about overhead time in test
2016-09-30 Felix SalfelderMerge branch 'transient-3' into testing-uf
...
tags
7 years ago 0.0.2-rc11
8 years ago 0.0.2-rc10
8 years ago 0.0.2-rc9
8 years ago 0.0.2-rc3
8 years ago 0.0.2-rc2
heads
6 years ago develop
7 years ago hedrich/lars_try_8
7 years ago master-uf
7 years ago testing-uf
7 years ago hedrich/lars_try_7
8 years ago hedrich/lars_try6
8 years ago hedrich/lars_prequeue_debug
8 years ago solve_debug
8 years ago lib_cleanup
8 years ago master
8 years ago hedrich/lars_try_002
8 years ago hedrich/lars_sock_restr_init
9 years ago hedrich/lars_sock2
9 years ago hedrich/lars_sock
9 years ago hedrich/s_sock_ueberarbeitet
9 years ago hedrich/testing
...