Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!decvax!ittatc!dcdwest!sdcsvax!ucbvax!info-vlsi From: elh@VU-VLSI.UUCP (Edward L. Hepler) Newsgroups: mod.vlsi Subject: Re: Magic on a Sun3 Message-ID: <8603040304.AA00426@vu-vlsi.UUCP> Date: Mon, 3-Mar-86 22:04:41 EST Article-I.D.: vu-vlsi.8603040304.AA00426 Posted: Mon Mar 3 22:04:41 1986 Date-Received: Thu, 6-Mar-86 03:42:12 EST References: <8602142202.AA01514@renoir.berkeley.edu> Sender: usenet@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 92 Approved: info-vlsi@sandia-cad.arpa Subject: Experiences in porting 1986 VLSI Dist. to Pyramid 90X John Ousterhout, et. al.: Thank you for the 1986 distribution of Berkeley's VLSI tools. We currently are running them on a Pyramid 90X in the EE Dept at Villanova University. I thought the feedback concerning the problems I ran into in installing the tools on our machine might be helpful to you or others who will be doing the same on a Pyramid: esim: 1. Had to modify Makefile to rm gentable after it was used. 2. Had to modify gentable.c around line 108 to have fopen open the file with "w+" instead of just "w". 3. Had to modify gentable.c to exit with exit(0) around line 124 to satisfy the Makefile. 4. Had to modify nsim.c to provide 4 byte alignment during memory allocation around line 148 - changed to: n = (n+3) & ~3; 5. Had to modify the line: for(i=0;i