AN41 - CMOS Gate Array
AN4x is a family of AND-NOR circuits consisting of one 3-input AND gate into a 2-input NOR gate.
Logic Symbol Truth Table A AN4x B ABCDQ C Q HHHX L XXXHL D All other combinations H Core Logic HDL Syntax Verilog AN4x inst_name (Q, A, B, C, D); VHDL inst_name: AN4x port map (Q, A, B, C, D);