You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
23 years ago | |
|---|---|---|
| .. | ||
| cm | 24 years ago | |
| cmpp | 23 years ago | |
| enh | 23 years ago | |
| evt | 24 years ago | |
| examples | 24 years ago | |
| icm | 23 years ago | |
| idn | 23 years ago | |
| ipc | 24 years ago | |
| mif | 23 years ago | |
| Makefile.am | 23 years ago | |
| README | 23 years ago | |
| xspice.c | 23 years ago | |
README
Spice Opus / XSpice code model support.
--------------------------------------
Use configure flag --enable-xspice to compile the support in,
when you run the ./configure script.
This creates a new command, "codemodel", which you can
use to load a codemodel.
Some codemodels are included in the xspice/lib directory
with some examples in xspice/examples, compiled for linux glibc.
Make sure the the library dir, xspice/lib, is in your LD_LIBRARY_PATH
enviromental variable, otherwise the libs will not be found!
To create codemodels go to http://www.fe.uni-lj.si/spice/welcome.html
and download their trial version of spice opus for the codemodel toolkit!
TODO:
Intergrate the ipc stuff from XSpice.
Create ng-spice capacity to create codemodels (a perl script)
Ngspice crashes when you try to plot a digital node
Stefan Jones
19/2/2002
-----------------------------------------
SPICE2 POLY codemodel support.
SPICE2 POLY attributes are now available for controlled sources. To
use POLY attributes, configure tclspice/ngspice with the
--enable-xspice flag set as described above. After compilation of
ngspice, cd into $(top_srcdir)/src/xspice/icm and read the README file
there for instructions about how to get POLY support. (Hint: you have
to download some stuff from http://www.fe.uni-lj.si/ and edit the
Makefiles before you can do "make && make install" of the codemodel
stuff.)
Please direct questions/comments/complaints to mailto:sdb@cloud9.net.
6.22.2003 -- SDB.