module _c05534O; title 'CAMAC 055 R. Crouch 25-Jan-2001 Checksum: 781D Fuse#: 0974' c05534O device 'F153'; "Pin definitions B0,B1,B2,B3,B4,B5,B6,B7 pin 1,2,3,4,6,7,8,9; D0,D1,D2,D3,D4,D5,D6,D7 pin 12,13,14,15,16,17,18,19; DV,DE pin 5,11; GND,VCC pin 10,20; event=[B7..B0]; equations !DE = !D0 # !D1 # !D2 # !D3 # !D4 # !D5 # !D6 # !D7; !D0 = DV & (event==^h12) "$12 # DV & (event==^h13); "$13 !D1 = DV & (event==^h14); "$14 !D2 = DV & (event==^h15); "$15 !D3 = DV & (event==^h16); "$16 !D4 = DV & (event==^h17); "$17 !D5 = DV & (event==^h19); "$19 !D6 = DV & (event==^h1C); "$1C !D7 = DV & (event==^h1D); "$1D "DESCRIPTION: This PAL decodes TCLK events to vector the 055 module " output to memory addresses 0 thru 7. This PAL is " unique to Version 16.0 installed in BOOSTR $12 slot 13 " "Created new: 21-Nov-2000 "Added $12 to D0 25-Jan-2001 " end _c05534O