Difference between revisions of "Ngspice"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Created page.) |
(→Required) |
||
Line 13: | Line 13: | ||
=== Required === | === Required === | ||
− | * [[ | + | * [[X Window System]] |
== Configuration Information == | == Configuration Information == |
Revision as of 12:12, 31 December 2006
Download Source: | ftp://ftp.geda.seul.org/pub/geda/dist/ng-spice-rework-17.tar.gz |
---|
Contents
Introduction to ngspice
Ngspice is a mixed-level/mixed-signal circuit simulator based on three open source software packages: Spice3f5, Cider1b1 and Xspice.
Homepage: http://ngspice.sourceforge.net
Dependencies
Required
Configuration Information
--enable-sense2: Use spice2 sensitivity analysis. |
--enable-intnoise: Enable noise integration in noise analysis. |
--enable-smoketest: Enable "smoketest" compile. |
--enable-xgraph: Enable xgraph compilation. |
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Install the html and pdf documentation:
install -v -m755 -d /usr/share/ng-spice-rework/html && cp -v doc/ngspice.pdf /usr/share/ng-spice-rework/ && cp -v doc/ngspice.html/*.html /usr/share/ng-spice-rework/html
Multilib
32Bit
To do ...
N32
To do ...
64Bit
To do ...
Contents
Installed Directories: | /usr/lib/ng-spice-rework, /usr/share/ng-spice-rework/{helpdir,scripts} |
---|---|
Installed Programs: | nghelp, ngmultidec, ngnutmeg, ngsconvert, ngspice |
Installed Libraries: | libbsim4.a |
Short Descriptions
nghelp: | Provides help for ng-spice-rework functions. |
---|---|
ngmultidec: | Creates a subcircuit for coupled lines using uncoupled simple lossy lines. |
ngnutmeg: | Calls the engine to simulate the electical circuits in FILE passed as an argument. |
ngsconvert: | Converts various ng-spice-rework file types to other ng-spice-rework file types. |
ngspice: | Calls the engine to simulate the electical circuits in FILE passed as an argument. |