module _c20113H; title ' CAMAC 201 BEAM PERMIT GENERATOR MODULE, MI SAFE TEST MODE 20113H.ABL 17-Sep-1998 Checksum:2F70' c20113H device 'F153'; "Pin definitions B7,B6,B5,B4 pin 1,2,3,4; B3,B2,B1,B0 pin 5,6,7,8; EN pin 9; E24,BP,DF28,DE0 pin 11,12,13,14; CLRTST pin 15; GND,VCC pin 10,20; event = [B7..B0]; equations E24 = !EN & (event == ^h24); DE0 = !EN & (event == ^h20) " $20 # !EN & (event == ^h21) " $21 # !EN & (event == ^h23) " $23 # !EN & (event == ^h29) " $29 # !EN & (event == ^h2A) " $2A # !EN & (event == ^h2B) " $2B # !EN & (event == ^h2D) " $2D # !EN & (event == ^h2E); " $2E !CLRTST = DE0 & !BP # !DF28; "DESCRIPTION: " " This PLA provides two outputs: " E24 resets the Abort Link Generator " DE0 is the OR of MI reset events, " $20 + $21 + $23 + $29 + $2A + $2B +$2D +2E. " BP is the BP/AIP signal from U2-10. " CLRTST looks at the state of BP at DE0 time " and at DF28 from U3-18. If there is an AIP at DE0 time, " mode changes from TEST to NORMAL. " " For this 201 module: " Cut the trace between U3-18 and U8-15. " Connect U3-18 to U13-13, U13-15 to U8-15. " Connect U2-10 to U13-12. " " This 201 module is installed at MI crate $40 slot 18. end _c20113H