module _C27937A4; title 'CAMAC 279 V17.0 06-APR-2018 Checksum: 15E3' C27937A4 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 == ^h9E) " $9E # !DV & (event == ^h96); " $96 !T1 = !DV & (event == ^h9E); " $9E !T2 = !DV & (event == ^h96); " $96 "DESCRIPTION: This PAL decodes TCLK events for the CAMAC 279 " module and the TDCE pulse. This PAL is unique " and is programmed for 279 [V16.0]. " " For this PAL: " TDCE = $9E,$96 " " T1 = Set ARM for Chan 0. " TCLK $9E " " T2 = Set ARM for Chan 1. " TCLK $96 " end _C27937A4