Pro catalog
Logic Gates
AND, OR, XOR, and other combinational gate and boolean logic primitives.
Category overview
AND, OR, XOR, and other combinational gate and boolean logic primitives.
IP blocks
-
A basic 2-input AND gate implemented in Verilog.
-
A basic 2-input NAND gate implemented in Verilog.
-
A simple 2-input NOR gate module for combinational logic.
-
A basic 2-input OR gate implemented in Verilog for digital logic design.
-
Basic 2-input XOR logic gate implementation in Verilog.
-
A configurable-width combinational module that performs a bitwise NOR operation on three input vectors.
-
Combinational logic module that outputs the majority value of three binary inputs.
-
A synchronous 3-state buffer with enable control and active-low reset, outputting High-Z when disabled.
-
Combinational 5-input majority voter with a tie flag for boundary cases.
-
An 8-bit combinational logic gate that performs bitwise XNOR operations on two input vectors.
-
Computes the NAND of all bits in an 8-bit input vector.
-
Combinational logic that outputs high when 5 or more of 8 inputs are high.
-
An 8-bit combinational logic module that performs bitwise AND or OR operations based on a mode select signal.
-
Combinational 8-bit OR-reduce gate producing a single output bit.
-
Generates a mask of all bits strictly below the highest set bit in an 8-bit request vector.
-
An 8-bit XOR-reduce tree that computes the parity of an 8-bit input vector using a hierarchical binary tree structure.