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.
 
 
 
 
 
 
pnenzi 83b684d487 Added "general" test files (from ngspice debian patch). 23 years ago
..
cm Initial revision 24 years ago
cmpp Added CIDER define to interface, needed by CIDER. 23 years ago
enh First batch of added file. 23 years ago
evt Initial revision 24 years ago
examples Initial revision 24 years ago
icm REmoved compiled codemodel 23 years ago
idn First batch of added file. 23 years ago
ipc Initial revision 24 years ago
mif *** empty log message *** 23 years ago
Makefile.am *** empty log message *** 23 years ago
README First batch of added file. 23 years ago
xspice.c First batch of added file. 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.