Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!ucla-cs!dgreen From: dgreen@ucla-cs.UUCP Newsgroups: comp.lsi Subject: SIM2SPICE BUG + FIX. Message-ID: <5478@shemp.UCLA.EDU> Date: Fri, 10-Apr-87 01:46:14 EST Article-I.D.: shemp.5478 Posted: Fri Apr 10 01:46:14 1987 Date-Received: Sat, 11-Apr-87 13:59:11 EST Sender: root@CS.UCLA.EDU Reply-To: dgreen@CS.UCLA.EDU (Dan R. Greening) Distribution: world Lines: 18 I apologize if this is a repost -- just joined this group a moment ago. A couple of months ago I fixed sim2spice (in Magic 86 and 85). Apparently it would run on systems that initialized memory to zero. But not at UCLA. Sim2spice is fairly useful for checking magic layouts that contain slightly offbeat things (like transmission gates or differential logic). Here's the one line fix (from diff) for the source file "readsim.c": 31c31 < tech = concat(pargv[4]); --- > tech = concat(pargv[4],0); _D_a_n_ _G_r_e_e_n_i_n_g _A_R_P_A- dgreen@CS.UCLA.EDU _U_U_C_P- ..!{sdcrdcf,ihnp4,trwspp,ucbvax}!ucla-cs!dgreen