Difference between revisions of "Gnucap"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) |
Weibullguy (talk | contribs) |
||
Line 55: | Line 55: | ||
|Command line program for creating and manipulating circuits. | |Command line program for creating and manipulating circuits. | ||
|} | |} | ||
+ | |||
+ | [[Category:Science_Engineering]] |
Latest revision as of 10:22, 18 August 2008
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.
Project Homepage: http://www.gnu.org/software/gnucap
Dependencies
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. |