Design a circuit that receives a 4-bit number as input and produces an output that is asserted when the input number is even.
module even4(number, even);
input [3:0] number;
output even;number is the 4-bit input number.
even indicates when the input number is
even.
Author: Jordi Cortadella
Generation: 2026-02-03T12:15:10.734Z
© Jutge.org, 2006–2026.
https://jutge.org