/usr/share/doc/gnucap/whatisit is in gnucap 1:0.36~20091207-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | Gnucap is a general purpose circuit simulator. It performs nonlinear
dc and transient analyses, fourier analysis, and ac analysis
linearized at an operating point. It is fully interactive and
command driven. It can also be run in batch mode or as a server.
The output is produced as it simulates. Spice compatible models
for the MOSFET (level 1-7) and diode are included in this
release.
Gnucap is not based on Berkeley Spice, but some of the models have been
derived from the Berleley models.
Since it is fully interactive, it is possible to make changes and
re-simulate quickly. The interactive design makes it well suited
to the typical iterative design process used it optimizing a circuit
design. It is also well suited to undergraduate teaching where
Spice in batch mode can be quite intimidating. This version, while
still officially in beta test, should be stable enough for basic
undergraduate teaching and courses in MOS design, but not for
bipolar design.
In batch mode it is mostly Spice compatible, so it is often possible
to use the same file for both Gnucap and Spice.
The analog simulation is based on traditional nodal analysis with
iteration by Newton's method and LU decomposition. An event queue
and incremental matrix update speed up the solution for large
circuits (at some expense for small circuits).
It also has digital devices for mixed signal simulation. The
digital devices may be implemented as either analog subcircuits or
as true digital models. The simulator will automatically determine
which to use. Networks of digital devices are simulated as digital,
with no conversions to analog between gates. This results in
digital circuits being simulated faster than on a typical analog
simulator, even with behavioral models. The digital mode is
experimental and needs work. There will be substantial improvements
in future releases.
Gnucap also has a simple behavioral modeling language that allows
simple behavioral descriptions of most components including capacitors
and inductors.
Gnucap uses an object oriented approach to modeling. Complex models like
MOSFETS are made of simpler ones like resistors, capacitors, diodes,
and any other models that may already exist. The model designer does
not need to worry about details like convergence checking, bypass
checking, integration, or how the new device plugs into the solution
matrix because these are already taken care of by the basic models.
In addition to this, a model generator automates the most tedious and
most simulator dependent parts. This results in a dramatic improvement
in the time it takes a researcher or model designer to install a new
model, compared to Spice.
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, or
you want to study the source code and want something easier to
follow than Spice, try Gnucap.
Gnucap is an ongoing research project. It is being released in a
preliminary phase in hopes that it will be useful and that others
will use it as a thrust or base for their research. I also hope
for some comments that may help me direct my research.
Albert Davis
aldavis@ieee.org
|