Path: utzoo!utgpu!water!watmath!clyde!burl!codas!mtune!whuts!aes From: aes@whuts.UUCP (STEVENS) Newsgroups: comp.lsi Subject: Re: spice2g6 Summary: SPICE2g6/BSIM fixes Keywords: SUN 3, SPICE 2g6, compiling errors Message-ID: <3575@whuts.UUCP> Date: 15 Jan 88 14:16:26 GMT References: <4532@venera.isi.edu> Organization: AT&T Bell Laboratories Lines: 28 In article <4532@venera.isi.edu>, sllu@venera.isi.edu (Lien Lu) writes: > Has anyone installed SPICE 2g6 with BSIM on SUN3? I ran into some compiling > error and would like to find out if someone has squared those away > already. Thanks in advance. > > Shih-Lien Lu > sllu@venera.isi.edu I have compiled this program on several different machines, but not the Sun. Most of these fixes should help you out, though. The BSIM portion of the program added a bunch of bugs. 1) In subroutine DCOP, several new variables are introduced but not dimensioned. These are CDGB, CDDB, CDSB. I DIMed them to 12. 2) In subroutine READIN, there is a spelling error. Change IFELD to IFIELD. 3) In subroutine PROCHK, there is a syntax error. In the line after 395, the function ISIGN is used. It should really be DSIGN. (ISIGN is for integers, DSIGN is for floats.) 4) In subroutine READIN, you might need a REWIND after the OPEN statement. Good luck!! --Andy Stevens aes@zeppo.att.com ...ihnp4!zeppo!aes