Browse Source

./BUGS, update the list of known bugs

pre-master-46
h_vogt 13 years ago
committed by rlar
parent
commit
4f39648320
  1. 25
      BUGS

25
BUGS

@ -18,20 +18,21 @@ tracking system or on the mailing lists is public. If you need to send
sensitive information, send them to a developer directly but still write non sensitive information, send them to a developer directly but still write non
sensitive data on the bug tracking system to keep track of bug history. sensitive data on the bug tracking system to keep track of bug history.
* please refer to the sourceforge bug tracker at
http://sourceforge.net/p/ngspice/bugs/
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
OPEN BUGS: OPEN BUGS:
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
* return value:
* pole-zero analysis
When ngspice is called in batch mode it returns 1 even if the simulations
are run. The problem arises when there is a .control section but no
.print, .plot or .fourier lines. Ngspice outputs:
Note: No ".plot", ".print", or ".fourier" lines; no simulations run
and exits returning 1.
The pole-zero (.pz) analysis, which still uses the original spice3f5
algorithms, does not give correct results for all tested input files.
The effort to correct that issue seems to be large.
Workaround: add -r <dummyfile> to the command line to avoid this.
* please refer to the sourceforge bug tracker at
http://sourceforge.net/tracker/?group_id=38962&atid=423915
* voltage (and current) controlled switches need better timing
The controlled switches (SW, CSW), which still stem from the original
spice3f5 implementation, sometimes lead to wrong results when on and off
ramp times differ considerably.
Loading…
Cancel
Save