This file contains the details of the modifications made in the latest version of s2ibis3 (v0.3 beta). - Thanks to Doran David at Toshiba. --------------------------------------------------------------------------------- bugs relate to 1)model file in s2i bug: model file is not needed for simulation - it is an optional choice for the user to add it to the spice file. fix: in file s2iSpice.java, class setupSpiceInputFile, replace && with || where model file needs to be added to spice file 2)endpoint in Pulldown table and repetition of values in table bug: last VI value in the table did not print in ibs file and some VI pairs were repeated in the table fix: in file s2ianalyz.java, class sortVIData, fixed pulldown 3)spice input file bug: missing ')' in the pulse line fix: fixed the problem in file s2iHeader.java 4)sim time bug: sim time needs to have a default value of 10ns. But the default value is coded as 0s. fix: removed the 0 for defaultSimTime, and put ConstantStuff.USE_NA in file s2iHeader. 5)Derate bug: Derate does not work. Only a value of 0 for [derate VI] would allow completion of sim. fix: in file s2ianalyz.java, fixed the for loop for derating in pullupdata part of class sortVIData. 6)Rload default is 0 and not 50 bug:same problem and fix as sim time fix: 7)Fixed the cleaning up of files after simulation with HSpice. *.ic0 files were left behind and not deleted.