2000-05-22 Paolo Nenzi * cktpzstr.c, cktsens.c: Applied Widlok patches. 2000-04-04 Paolo Nenzi * noisean.c: Merged the previous code with the new one included in bsim4 distribution. This code originated from Weidong Lu (bsim group). 1999-12-20 Paolo Nenzi * noisean.c: Bug: The ac noise analysis in Spice3f4 has a serious bug. In interactive mode it fails to reproduce frequency dependence known to exist. In batch (Spice2) mode, it works only if a corresponding ac analysis has been run first. Fix: This bug is fixed by providing a call to CKTload() in noisean.c as shown by the source code patch which is attached below. 1999-09-08 Emmanuel Rouat * ckt.h: created (and included in Makefile.am) 1999-09-07 Arno * cktpzstr.c: reformatted and corrected(?) complex if condition. 1999-08-28 Emmanuel Rouat * Removed all #includes of misc.h and util.h (now in spice.h) 1999-08-27 Paolo Nenzi * Removed GENERIC and #include "suffix.h" from all the files. GENERIC has been replaced by void. ANSIfied all functions with protoize. 1999-08-26 Paolo Nenzi * cktacct.c: added #include "spmatrix.h" to avoid implicit declaration warning at compile time. * dctran.c: ansified and substituted void with void. * tranasq.c: same as before. * traninit.c: same as before. * transetp.c: same as before. 1999-08-08 Emmanuel Rouat * Removed all HAS_SHORTMACRO and HAS_FLATINCLUDES code in directory * cktdest.c (and other files): changed HAS_SENSE2 in WANT_SENSE2 1999-08-04 Paolo Nenzi * changed dctrcurv.c: added code for temperature sweeps and resistance sweeps. Now you can execute .dc temp to do a temp sweep, temp is the keyword for temp sweeps (The code comes from a patch supplied by Serban-Mihai Popescu . To do a resitance sweep just insert resistor name to the .cd line:.dc vin -5 5 1 rin 100 1000 10. Resistance and temperature sweeps can be nested.