Majority X70559


Statement
 

pdf   zip   verilog

main.dvi
background image

Jutge.org

The Virtual Learning Environment for Computer Programming

Majority

X70559 en

Design a circuit that implements the 5-input majority function, that is, the output is 1 when

there are more ones than zeros at the inputs.

The top module must be called majority.

module

majority(abdmaj);

input

abd;

output

maj;

Input

• abcand are the inputs.

Output

• maj is the output implementing the majority function.

Problem information

Author : Jordi Cortadella

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

© Jutge.org, 2006–2013.

http://www.jutge.org

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