Incrementer X52749


Statement
 

pdf   zip   verilog

main.dvi
background image

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(inout );

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

Information
Author
Jordi Cortadella
Language
English
Official solutions
Unknown. This problem is being checked.
User solutions