module _c06422C; title ' CAMAC 064 V1.68 G. Vogel 1-Aug-2012 Checksum: 5E3C Fuse #: 0746' c06422C device 'F153'; "Pin definitions B7,B6,B5,B4,B3,B2,B1,B0 pin 1,2,3,4,5,6,7,8; P8,P7,P2,P1 pin 12,13,18,19; "Flag, Flag Reset FL1,FL1R,FL2,FL2R pin 14,15,17,16; "Enable E pin 9; "Clear CLR pin 11; "For DOC file GND,VCC pin 10,20; event=[B7..B0]; equations FL1 = !E & (event==^hBF) " BF # FL1 & !FL1R; " Hold condition FL1R = !E & (event==^h17) " 17 # !E & (event==^h1D) " 1D # !E & (event==^h12) " 12 # !E & (event==^hBE); " BE FL2 = !E & (event==^hBE) " BE # FL2 & !FL2R; " Hold condition FL2R = !E & (event==^h17) " 17 # !E & (event==^h1D) " 1D # !E & (event==^h12) " 12 # !E & (event==^h14) " 14 # !E & (event==^h16) " 16 # !E & (event==^hBF); " BF P1 = FL1; " Tawser enable set = FLAG1 P2 = FL1R; " Tawser enable clear = 12,17,1D,BE !P7 = !E & (event==^h1F) & FL1; " Gated $1F for MI (MIBS $77 request) !P8 = !E & (event==^h1F) & FL2; " Gated $1F for RR (RRBS $A7 request) "DESCRIPTION: This PAL decodes TCLK events for V1.68 of the CAMAC " 064 module. " (BES gate to MI,RR and MIBS $77,RRRBS $A7 generation) " " This module is installed in MI $94 slot 5 end _c06422C