Using combinational circuits, such as AND and OR, including MUX's and Decoders, how do you design a circuit that has 3 8bit inputs with the output as the largest of the 3 inputs?
||...|| ||...|| ||...|| <- Inputs
----------------------------------
| |
| |
----------------------------------
||...|| <- Output
What would the circuit need to look like in order to achieve such an outcome?