2-to-1 4-bit multiplexer X83400


Statement
 

pdf   zip   verilog

main.dvi
background image

Jutge.org

The Virtual Learning Environment for Computer Programming

2-to-1 4-bit multiplexer

X83400 en

Create a module named

mux 2 1 4bit

implementing a multiplexer with 2 inputs and 1

output. The input and output buses have 4 bits each.

Input

• and are the two 4 bit inputs.

• sel is the selector.

Output

• out is the 4 bit output; must be if sel is 1, otherwise.

Problem information

Author : Javier de San Pedro Martín and Marta Miralpeix Anglerill

Generation : 2013-07-17 16:31:28

© Jutge.org, 2006–2013.

http://www.jutge.org

Information
Author
Javier de San Pedro Martín and Marta Miralpeix Anglerill
Language
English
Official solutions
Unknown. This problem is being checked.
User solutions
Verilog