From your original post:
freak wrote
Well I understand that to implement 4way mux we need to compare first two outputs with sel0 and remaining two outputs with sel0 parameter and the result with sel1
From latest post:
freak wrote
Well I was wondering what will happen if we evaluate first two inputs a and
b with sel 0 and c and d with sel 1 and the result again with sel 0.
What could be wrong in this.
The second circuit may have the same parts, but they are not connected the same so it doesn't work.
This is like asking, "I can make And using Not(Nand(a,b)) so why can't I make And using Nand(a,Not(b))?"
You can use a truth table, Boolean Algebra, or a program like
Logisim to figure out what weird function your second circuit is computing.
--Mark