Design a circuit that receives a 4-bit number and produces the same number increased by one unit (mod 16).
Specification
module incr4(in, out); input [3:0] in; output [3:0] out;
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.