Jutge.org
The Virtual Learning Environment for Computer Programming
Incrementer
X52749 en
Design a circuit that receives a 4-bit number and produces the same number increased by
one unit (mod 16).
The top module must be called incr.
module
template(in, out );
input
[3:0] in ;
output
[3:0] out ;
Input
• in represents the 4-bit input number.
Output
• out represents the 4-bit output number.
Problem information
Author : Jordi Cortadella
Generation : 2013-07-17 16:31:47
© Jutge.org, 2006–2013.
http://www.jutge.org