[blatant advertising] Go, get Qucs !!!
It is done. Stefan released
version 0.0.9 of Qucs today -
the Quite Universal Circuit Simulator. Michael, Stefan and the
translators worked hard to pack this release with cool features I
cannot understand as a stupid computer scientist. I just did the CVS-
and compile-test slavery :)
However, with Qucs you get a free (as in speech) analogue circuit
simulator with a real nice GUI and a powerful backend. You can use it
for educational purposes and real-life work. Mixing the GUI with
FreeHDL 0.0.2 (the release has
beed made but the file does not show up anywhere, yet), you get a nice
pure digital simulator as well. Man, would I have loved that back in
first semester when we worked against those archaic tools I already
forgot the names of (chipmunk? diglog? analog?).
Best thing is: Qucs runs about everywhere, even on this silly OS
(*.exe downloadabe from sourceforge). And even on the other silly OS,
too -- once someone compiles/packs it again. I hope the Debian and
FreeBSD maintainers pick the release up quickly, so it becomes
available to the rest of the world. In the meantime and thanks to the
autotools:
./configure; make; make install
If you have multiple CPUs/CPU cores (for example):
./configure; make -j 4; make install