Chargement…
Chargement…
The entity parity_checker has an input (i_data) of type std_logic_vector(7 downto 0) and an output (o_parity) of type std_logic.
The output indicates the parity of the input vector: '1' if the number of set bits is odd, '0' otherwise.
| Signal | Direction | Width | Description |
|---|---|---|---|
i_data | Input | 8 bits | Input data |
o_parity | Output | 1 bit | Parity bit |