SPICE+ circuit simulator


Navigation

Introduction

SPICE+ is a graphical user interface for the circuit simulator SPICE.

Features

Screenshots

Project Page

The project page is located at http://sourceforge.net/projects/spiceplus

Requirements

Installation

Make sure that the requirements listed above are fullfilled.

1. Download the source code from CVS:

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/spiceplus co spiceplus

When prompted for a password, just press the Enter key.

2. Download the kde-common from KDE's CVS:

cvs -z3 -d:pserver:anonymous@anoncvs.kde.org:/home/kde co kde-common

Again, when prompted for a password, just press the Enter key.

3. Enter SPICE+ directory and make a link to kde-common/admin:

cd spiceplus
ln -s ../kde-common/admin

4. Run Makefile.cvs and then the configure script:

make -f Makefile.cvs
./configure --prefix=kdedirectory

Replace kdedirectory with your own KDE directory. If you use SuSE, your KDE directory will be '/opt/kde3'.

5. Start compilation:

make

6. Switching the user to 'root' and start installation:

su
make install
exit

Finished! You can start SPICE+ now by entering 'spiceplus' or by invoking SPICE+ from the KDE menu.

Current Status

The schematic editor and the model editor are working fine. The following device-plugins are implemented:

Currently only DC analysis and AC analysis (Bode, Nyquist, Linear-magnitude) are implemented.

Known Issues

Contact

On the project page you will find mailing lists or just drop me an email directly: a_unger at gmx de


SourceForge.net Logo