Difference between revisions of "Gnucap"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Created page.) |
Chipster19 (talk | contribs) |
||
Line 12: | Line 12: | ||
== Dependencies == | == Dependencies == | ||
− | === | + | === Optional === |
* [[termcap]] | * [[termcap]] | ||
Revision as of 06:59, 21 March 2007
Download Source: | http://www.geda.seul.org/dist/gnucap-2007-12-16.tar.gz |
---|
Contents
Introduction to gnucap
Gnucap is the Gnu Circuit Analysis Package. Gnucap performs nonlinear dc and transient analyses, fourier analysis, and ac analysis. Spice compatible models for the MOSFET (level 1-7), BJT, and diode are included. Gnucap is not based on Spice, but some of the models have been derived from the Berkeley models.
Homepage: http://www.gnu.org/software/gnucap
Dependencies
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
32Bit
To do ...
N32
To do ...
64Bit
To do ...
Contents
Installed Directories: | /usr/share/gnucap/{doc,examples,manual} |
---|---|
Installed Programs: | gnucap-modelgen, gnucap |
Short Descriptions
gnucap-modelgen: | Creates mathematical models from *.ckt files. |
---|---|
gnucap: | Command line program for creating and manipulating circuits. |