module _C27937A2; title 'CAMAC 279 V15.0 06-APR-2018 Checksum: 161F' C27937A2 device 'F153'; "Pin definitions B0,B1,B2,B3,B4,B5,B6,B7 pin 1,2,3,4,5,7,8,9; ET1P,ET0P,ET1,ET0 pin 11,12,13,14; DV,TDCE pin 6,15; GND,VCC pin 10,20; T1,T2,T3,T4 pin 16,17,18,19; event = [B7..B0]; equations !TDCE = !DV & (event == ^h9A) " $9A # !DV & (event == ^h9B); " $9B !T1 = !DV & (event == ^h9A); " $9A !T2 = !DV & (event == ^h9B); " $9B "DESCRIPTION: This PAL decodes TCLK events for the CAMAC 279 " module and the TDCE pulse. This PAL is unique " and is programmed for 279 [V15.0]. " " For this PAL: " TDCE = $9A,$9B " " T1 = Set ARM for Chan 0. " TCLK $9A " " T2 = Set ARM for Chan 1. " TCLK $9B " end _C27937A2