module _c27941A6; title 'CAMAC 279 V58 10-Jan-2013 Checksum: 253E Fuse #: 0288' c27941A6 device 'F153'; "Pin definitions B0,B1,B2,B3 pin 1,2,3,4; B4,B5,B6,B7 pin 5,7,8,9; ED,BSDCE pin 6,11; BS4,BS3,BS2,BS1 pin 12,13,14,15; ARM0,ARM1 pin 16,17; R0,R1 pin 18,19; GND,VCC pin 10,20; event = [B7..B0]; equations !BSDCE = !ED & (event == ^hA3); " $A3 R0 = !ED & (event == ^hA3) & ARM0; " $A3 and ARM0 R1 = !ED & (event == ^hA3) & ARM1; " $A3 and ARM1 !BS1 = !ED & (event == ^hA7); " $A7 (BS1 is wired to TDCE LED) "DESCRIPTION: This PAL decodes RRBS events for the CAMAC 279 " module. It provides the BSDCE pulse and up to " four separate outputs to the PAL at location " 42. It also provides the reference resets to " both of the 279 timing channels. This PAL is " unique and is programmed for 279 V58 " " For this PAL: BSDCE = $A3 " TDCE = BS1 = $A7 " R0 = $A3 * ARM0 " R1 = $A3 * ARM1 " end _c27941A6