FAQ update
This commit is contained in:
parent
52e01e0f41
commit
3f6b8c2591
|
|
@ -1,6 +1,7 @@
|
||||||
2010-06-12 Holger Vogt
|
2010-06-12 Holger Vogt
|
||||||
* /visualc/include/config.h: update to version 21
|
* /visualc/include/config.h: update to version 21
|
||||||
configure.in: version 21
|
* configure.in: version 21
|
||||||
|
* FAQ: update
|
||||||
|
|
||||||
2010-06-11 Holger Vogt
|
2010-06-11 Holger Vogt
|
||||||
* DEVICES: update 4.6.5
|
* DEVICES: update 4.6.5
|
||||||
|
|
|
||||||
31
FAQ
31
FAQ
|
|
@ -1,6 +1,6 @@
|
||||||
Ngspice F.A.Q.Version 1.5 (rework-18 release)
|
Ngspice F.A.Q.Version 1.6 (rework-21 release)
|
||||||
Maintained by Paolo Nenzi
|
Maintained by Paolo Nenzi, Holger Vogt
|
||||||
Last update: 5-11-2008
|
Last update: 12-06-2010
|
||||||
|
|
||||||
This document contains the Frequently Asked Questions (and Answers)
|
This document contains the Frequently Asked Questions (and Answers)
|
||||||
for ngspice project.
|
for ngspice project.
|
||||||
|
|
@ -213,9 +213,13 @@
|
||||||
best way is to point to your preferred search engine. Some interesting
|
best way is to point to your preferred search engine. Some interesting
|
||||||
sites are:
|
sites are:
|
||||||
|
|
||||||
|
Pages on ngspice
|
||||||
|
http://ngspice.sourceforge.net/docs.html
|
||||||
|
|
||||||
Pages on Spice:
|
Pages on Spice:
|
||||||
http://bwrc.eecs.berkeley.edu/Classes/IcBook/SPICE/
|
http://bwrc.eecs.berkeley.edu/Classes/IcBook/SPICE/
|
||||||
http://embedded.eecs.berkeley.edu/pubs/downloads/spice/index.htm
|
http://embedded.eecs.berkeley.edu/pubs/downloads/spice/index.htm
|
||||||
|
http://newton.ex.ac.uk/teaching/CDHW/Electronics2/userguide/index.html#toc
|
||||||
|
|
||||||
Xspice Page:
|
Xspice Page:
|
||||||
http://users.ece.gatech.edu/~mrichard/Xspice
|
http://users.ece.gatech.edu/~mrichard/Xspice
|
||||||
|
|
@ -232,7 +236,7 @@
|
||||||
|
|
||||||
The latest version released is:
|
The latest version released is:
|
||||||
|
|
||||||
* ngspice-rework-18 (released on 1/12/2008)
|
* ngspice-rework-21 (released on 13/06/2010)
|
||||||
|
|
||||||
|
|
||||||
2.2. What are the latest features in the current release?
|
2.2. What are the latest features in the current release?
|
||||||
|
|
@ -240,14 +244,18 @@
|
||||||
New features:
|
New features:
|
||||||
|
|
||||||
|
|
||||||
+ Support for .lib and .param statements
|
+ BSIM 4.6.5, BSIMSOI 4.3.1
|
||||||
+ Improved netlisting capabilites to support more complex model cards
|
+ Compatibility: C, L, R, devices and E, G sources with expressions
|
||||||
+ Global net names
|
Variables HERTZ, TIME, TEMPER added
|
||||||
+ Mosfet model binning
|
+ E, G sources with TABLE function
|
||||||
|
+ New manual
|
||||||
|
+ Plotting with Gnuplot, wrdata for simple table output
|
||||||
|
+ .measure vastly improved
|
||||||
|
+ transmission line models improved
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
|
||||||
+ Fixes in the control language
|
+ Many small bugs, memory leaks, memory overflow
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -293,10 +301,9 @@
|
||||||
|
|
||||||
Ngspice is written in C, and uses some GNU extensions, then you need
|
Ngspice is written in C, and uses some GNU extensions, then you need
|
||||||
a GNU C compiler and a UNIX environment to compile it. Ngspice can
|
a GNU C compiler and a UNIX environment to compile it. Ngspice can
|
||||||
be compiled under Windows using the mingw or cigwin environment.
|
be compiled under Windows using the mingw or cygwin environment as
|
||||||
|
well as MS Visual Studio.
|
||||||
|
|
||||||
In the future a compatibility table will be written.
|
|
||||||
|
|
||||||
|
|
||||||
3.2. I get errors when I try to compile the source code, why?
|
3.2. I get errors when I try to compile the source code, why?
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue