AN54 - CMOS Gate Array
AN5x is a family of AND-NOR circuits consisting of one 3-input AND gate and one 2-input AND gate into a 2-input NOR gate.
Logic Symbol Truth Table A AN5x ABCDEQ B HHHXX L C Q XXXHHL D All other combinations H E Core Logic HDL Syntax Verilog AN5x inst_name (Q, A, B, C, D, E); VHDL inst_n