AN74 - CMOS Gate Array
AN7x is a family of AND-NOR circuits consisting of one 3-input AND gate into a 3-input NOR gate.
Logic Symbol Truth Table A AN7x ABCDEQ B HHHXX L C Q XXXHXL D XXXXHL E All other combinations H Core Logic HDL Syntax Verilog AN7x inst_name (Q, A, B, C, D, E); VHDL inst_name: AN7x port map