Prepare ngspice-35
This commit is contained in:
parent
4feb43e067
commit
9ae6a76a05
6
FAQ
6
FAQ
|
|
@ -1,7 +1,7 @@
|
|||
Ngspice F.A.Q.Version 2.6 (ngspice-34 release)
|
||||
Ngspice F.A.Q.Version 2.6 (ngspice-35 release)
|
||||
|
||||
Maintained by Holger Vogt
|
||||
Last update: 01-03-2021
|
||||
Last update: 07-20-2021
|
||||
|
||||
This document contains the Frequently Asked Questions (and Answers)
|
||||
for ngspice project.
|
||||
|
|
@ -249,7 +249,7 @@
|
|||
|
||||
The latest version released is:
|
||||
|
||||
* ngspice-34 (released on 10/01/2021)
|
||||
* ngspice-35 (released on 07/31/2021)
|
||||
|
||||
|
||||
2.2. What are the latest features in the current release?
|
||||
|
|
|
|||
41
NEWS
41
NEWS
|
|
@ -1,3 +1,40 @@
|
|||
Ngspice-35, July 31st, 2021
|
||||
============
|
||||
- New features:
|
||||
+ Version info in sharedspice.h.
|
||||
+ Replace double braces {{...}} by {(...)} in netlist (PSLT mode).
|
||||
+ Add plotting of graphics in SVG format.
|
||||
+ Setting variable 'nounits' allows suppressing the unit in a graph.
|
||||
+ Update of macOS configure script.
|
||||
+ In sharedspice API, convert all boolean variables to type integer
|
||||
for C++ compatibility.
|
||||
+ Add geometry scaling to diode device model (level 3).
|
||||
+ In PS mode exp function is limited to exp(14).
|
||||
+ Speed enhancement for using SkyWater PDK under Linux.
|
||||
+ Add option Cshunt which adds a capacitor to each circuit voltage node.
|
||||
+ Diode device model now has a self heating option.
|
||||
+ Allow opening files with names containing ANSI special characters.
|
||||
+ Enable using parameters in .options lines.
|
||||
+ For C and R devices enable value tokens like 4k7 or 1u2
|
||||
in addition to 4.7k and 1.2u.
|
||||
+ New XSPICE pswitch for internally replacing the vswitch.
|
||||
+ Within a single run, allow multiple PS or SVG plots with different names.
|
||||
+ Don't replace a device model name by a parameter,
|
||||
if both have the same names.
|
||||
+ Analog delay code model 'delay'.
|
||||
+ B source (ASRC) will acknowledge temp and dtemp instance parameters.
|
||||
+ In CIDER printing of either ASCII or binary is supported.
|
||||
+ PSP models now support NMOS and PMOS, update to parameters and examples.
|
||||
+ E and G source TABLE function replaces by a B source pwl.
|
||||
+ re-enable making the old help system for Linux/Cygwin
|
||||
by --enable-help --enable-oldapps.
|
||||
+ Enable the m parameter in E, G, B, R behavioral source/devices.
|
||||
|
||||
- Bug fixes:
|
||||
+ many bugs fixed and code improvements (see bugs 539 and up)
|
||||
+ memory leaks removed
|
||||
|
||||
|
||||
Ngspice-34, Jan 31st, 2021
|
||||
============
|
||||
- New features:
|
||||
|
|
@ -31,8 +68,8 @@ Ngspice-34, Jan 31st, 2021
|
|||
- Bug fixes:
|
||||
+ many bugs fixed and code improvements (see bugs 523 and up)
|
||||
+ memory leaks removed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Ngspice-33, Oct 18th, 2020
|
||||
============
|
||||
|
|
|
|||
|
|
@ -449,7 +449,7 @@
|
|||
#define PACKAGE "ngspice"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "34+" //" Built on " __DATE__ " at " __TIME__
|
||||
#define VERSION "35" //" Built on " __DATE__ " at " __TIME__
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html"
|
||||
|
|
|
|||
Loading…
Reference in New Issue