Design a circuit that receives a 4-bit number as input and produces an output that is asserted when the input number is even.
Specification
module even4(number, even); input [3:0] number; output even;
Input
Output
The official statement of a problem is always the one in the PDF document. The HTML version of the statement is also given to help you, but may contain some content that is not well displayed. In case of doubt, always use the PDF.