module _c20066HR flag '-d83' title 'CAMAC 200 P3 LINE BEAM PERMIT 12-Jan-2001 Checksum: F780' C20066HR device 'RA11P8'; "Pin definitions B7,B6,B5,B4 pin 1,2,3,4; B3,B2,B1,B0 pin 5,6,7,8; DE3,DE2,DE1,DE0 pin 13,11,10,9; "ED pin 20; (On this chip, ED is output enable) GND,VCC pin 12,24; event = [B7..B0]; equations "DE0: Timestamp reset !DE0 = (event == ^h20) # (event == ^h21) # (event == ^h23) # (event == ^h29) # (event == ^h2A) # (event == ^h2B) # (event == ^h2D) # (event == ^h2E); "The OR of all MI Resets "DE1: Beam Gate On !DE1 = 0; "DE2: Beam Gate Off !DE2 = 0; "DE3: Permit/Abort System Reset !DE3 = (event == ^h38); "$38 (SWYD BP System Reset) "DESCRIPTION: This PAL decodes TCLK events for the CAMAC 200. " It provides four separate outputs of decoded " events for RF-104A versions of the 200 module. " Distinct versions of this PAL may exist for " different permit/abort systems. " " DE0: Time Stamp Reset " DE1: Beam Gate ON " DE2: Beam Gate OFF " DE4: Permit/Abort System Reset end _c20066HR