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
@a@ and @b@ are the two 4 bit inputs.
@sel@ is the selector.
Output
@out@ is the 4 bit output; must be @b@ if @sel@ is
,
@a@ otherwise.
About statements
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.
Information
Author
Javier de San Pedro Martín and Marta Miralpeix Anglerill