      A KIC(CAD1)           UNIX Programmer's Manual            KIC(CAD1)h       NAME8      KIC - Graphics editor for layout of an IC mask set.   SYNOPSIS*      kic  [-gxx]  [-d device]  [CellNames]   DESCRIPTIONaC      _K_I_C is an interactive graphics program for laying out IC B      mask sets. Currently, _K_I_C uses the terminal independentC      graphics package _m_f_b(_3) and may therefore be used on an>      variety of graphics terminals.  The data model is that of>      CIF with several enhancements that are described below in      the NOTES section.t  D      To learn how to use _K_I_C, obtain a copy of the tutorial inA      ~cad/doc/kic.me.  Then log in at one of the several graphicsi8      terminals listed below.  If you are on an AED, type$                                  kic5      or if you are at another graphics terminal, type"'                                kic -gxxgC      where _x_x is any one of the two character terminal identif-d      iers listed below.N  )               ID     Terminal Description :               A2     AED 767 with standard release ROM set:               A8     AED 512 with standard release ROM set4               AE     AED 512 with Evans Hall ROM set               h0     hp2648l3               h1     hp2648 with three button mousei,               J1     Jupiter 7 with joystick:               J3     Jupiter 7 with 3 button optical mouse.               t2     Tek 4113 with thumbwheels4               t3     Tek 4113 with four button mouse               tb     Tek 4105n=               m1     Metheus Omega 400 with four button moused    F      If you want _K_I_C to send graphics output to a terminal otherD      than the one at which you invoked _K_I_C, you can use the -dK      device option.  _D_e_v_i_c_e is the name or full pathname of thew>      respective TTY to receive graphics output from _K_I_C.  F      The program ciftokic translates a CIF file into _K_I_C format.  C      The program kictocif creates a CIF file from a _K_I_C cell..   FILES       ~cad/doc/kic.me   SEE ALSO;      ciftokic(CAD1), kictocif(CAD1), KIC tutorial stored ina      ~cad/doc/kic.me      A Printed 9/4/83               5/20/83                            1h            A KIC(CAD1)           UNIX Programmer's Manual            KIC(CAD1)C       AUTHOR      Giles Billingsley      Ken Kelleri   BUGS9      The known bugs are listed in the _K_I_C tutorial.t   NOTES C      The wire geometry in _K_I_C is assumed to be a square-endede>      wire that extends a half wire-width beyond its endpoints.D      In the conversion from _K_I_C to CIF, wires are converted to)      CIF-like wires that are round-ended.   @      The user extensions that may appear in a _K_I_C cell are      described below:C        1 ARRAY NumX DX NumY DY;r  @           This user extension declares that the next symbol callM           in the _K_I_C cell is to be arrayed.  _N_u_m_X is the numberrA           of instances in the untransformed array in the positiverF           X direction.  _N_u_m_Y is the number of instances in the?           untransformed array in the positive Y direction.  Theo>           spacing between the bounding boxes of the individual?           cells of the array in the positive X and Y directionseD           is _D_X and _D_Y _r_e_s_p_e_c_t_i_v_e_l_y.        5 Value String;  A           User extension five defines a property value that is totB           be assigned to the next primitive in the _K_I_C cell.W           _V_a_l_u_e is a defining integer of the property, and _S_t_r_i_n_g ?           is the character string extension.  Property values 1">           through 127 and 7000 through 70100 may be created byA           the strmtokic conversion program and have special mean-m2           ing to the kictostrm conversion program.        9 Name;  B           User extension nine defines the name _N_a_m_e of the>           instance to be placed by the next symbol call in theD           _K_I_C cell.  If the extension appears before a DS com-4           mand, it redefines the name of the symbol.        94 Text X Y;C  A           This user extension is used to define a text element orc>           label and is considered to be a primitive element asE           well as a box, wire, polygon, or symbol call.  _T_e_x_ts<           defines the contents of the label and can not haveA           embedded spaces or control characters.  _X, _Y is thev-           lower left coordinate of the label.s      A Printed 9/4/83               5/20/83                            2             A KIC(CAD1)           UNIX Programmer's Manual            KIC(CAD1)o                                                                                                              A Printed 9/4/83               5/20/83                            3             