diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-02-07 07:07:48 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-02-07 07:07:48 +0000 |
commit | 845950814a0fdca28b020afaba1e9225780f16ad (patch) | |
tree | ef0b26df9e69a351b23f460e68df4c07860efbfa /cad/gnucap/pkg-descr | |
parent | Update to 2.0 (diff) |
add gnucap 0.30
The Gnu Circuit Analysis Package
Diffstat (limited to 'cad/gnucap/pkg-descr')
-rw-r--r-- | cad/gnucap/pkg-descr | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/cad/gnucap/pkg-descr b/cad/gnucap/pkg-descr new file mode 100644 index 000000000000..afe69fb09569 --- /dev/null +++ b/cad/gnucap/pkg-descr @@ -0,0 +1,22 @@ +GnuCap is the Gnu Circuit Analysis Package. + +The primary component is a general purpose circuit simulator. It performs +nonlinear dc and transient analyses, fourier analysis, and ac analysis. It is +fully interactive and command driven. It can also be run in batch mode or as a +server. Spice compatible models for the MOSFET (level 1-7) and diode are +included in this release. + +GnuCap is not based on Spice, but some of the models have been derived from +the Berkeley models. + +Unlike Spice, the engine is designed to do true mixed-mode simulation. Most +of the code is in place for future support of event driven analog simulation, +and true multi-rate simulation. + +If you are tired of Spice and want a second opinion, you want to play with the +circuit and want a simulator that is interactive, you want to study the source +code and want something easier to follow than Spice, or you are a researcher +working on modeling and want automated model generation tools to make your job +easier, try GnuCap. + +WWW: http://www.gnu.org/software/gnucap/ |