[comp.lsi] SIM2SPICE BUG + FIX.

dgreen@ucla-cs.UUCP (04/10/87)

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 <gasp> 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