Name 1 and for keys ; PartNo atf16v8 ; Date 12/27/06 ; Revision 01 ; Designer cmitchell ; Company Cemetech ; Assembly ; Location nyc ; Device g16v8 ; /* *************** INPUT PINS *********************/ PIN 1= a ; PIN 2= b ; /* *************** OUTPUT PINS *********************/ PIN 17= y1 ; /* */ PIN 18= y2 ; /* */ PIN 19= y3 ; /* */ y1 = (!a) & b; y2 = a & (!b); y3 = (!a) & (!b);