AN64 - CMOS Gate Array
AN6x is a family of AND-NOR circuits consisting of two 3-input AND gates into a 2-input NOR gate.
Logic Symbol Truth Table A AN6x A BCDE FQ B HHHXXX L C Q XXXHHHL D E All other combinations H F Core Logic HDL Syntax Verilog AN6x inst_name (Q, A, B, C, D, E, F); VHDL inst_name: AN6x por