AN84 - CMOS Gate Array
AN8x is a family of AND-NOR circuits consisting of two 2-input AND gates into a 3-input NOR gate.
Logic Symbol Truth Table A AN8x ABCDEQ B HHXXX L C Q XXHHX L D XXXXHL All other combinations H E HDL Syntax Verilog AN8x inst_name (Q, A, B, C, D, E); VHDL inst_name: AN8x port map (Q, A, B,