AN32 - CMOS Gate Array
AN3x is a family of AND-NOR circuits consisting of one 2-input AND gate into a 3-input NOR gate.
Logic Symbol Truth Table A AN3x A B CDQ LXL LH B Q XLLLH C HHXX L D XXHXL XXXHL HDL Syntax Verilog AN3x inst_name (Q, A, B, C, D); VHDL inst_name: AN3x port map (Q, A, B, C, D); Pin Loading P