Pro catalog
Parity
Even/odd parity generators, checkers, and error-detection helpers.
Category overview
Even/odd parity generators, checkers, and error-detection helpers.
IP blocks
-
Combinational checker: XOR of 4 data bits compared against parity_type; asserts parity_ok on match.
-
Generates the even or odd parity bit for an 8-bit data word (not a mismatch checker).
-
An 8-bit parity error counter with a 16-bit accumulator. It supports configurable even and odd parity modes and includes synchronous enable and clear controls.
-
Combinational even/odd parity generator using explicit even-parity XOR and mode mux.
-
Combinational even parity generator for a 16-bit data bus using XOR reduction.
-
Combinational module that calculates the Hamming distance (number of differing bits) between two 8-bit input vectors.
-
An 8-bit combinatorial module that generates odd or even parity based on a control signal.
-
Combinational parity checker for 8-bit data supporting even and odd parity modes.
-
8-bit even parity generator with optional output inversion.
-
An 8-bit register with integrated even parity protection and external fault injection support.
-
Toy SECDED syndrome generator for a 4-bit nibble with global parity check.
-
A Verilog module that checks 8-bit data parity and latches an error flag until cleared.
-
Balanced XOR-reduction tree computing even parity for a 16-bit input vector.