loglib /*___________________________________________________________*/ /* */ /* LOG Library : d74hcu.def */ /* SCM Library : d74hcu.ddb */ /* */ /* Author : M. Baumeister, Bartels System */ /* Last Revision : 1997/04/21 */ /* */ /* Copyright (c) 1991-97 Oliver Bartels F+E, Erding */ /*___________________________________________________________*/ /* */ /* This library provides definitions of */ /* */ /* - High Speed CMOS Unbuffered / Series 74HCU */ /* */ /* digital integrated circuits logic family. */ /* */ /* NOTES: */ /* Temperature : 74 = Commercial (-40..85 Degree Celcius) */ /* Power Supply : vss = Digital Ground */ /* : vcc = +2V to +6V DC */ /*___________________________________________________________*/ part 74hcu04 : default so14,dil14 { newattr "$comment" = "Hex Inverter" ; pin (a,y) ; net "vss" : (7) ; net "vcc" : (14) ; xlat ( a, y) to ( 1, 2) or ( 3, 4) or ( 5, 6) or ( 9, 8) or (11,10) or (13,12) ; swap ( ( 1, 2), ( 3, 4), ( 5, 6), ( 9, 8), (11,10), (13,12) ) ; } /*___________________________________________________________*/ /* Logical Library definition file end */ end.