why no canonical logic for Dmux gate? How did you know to go straight to diagramming the logic gate?
@studymasterguide2 жыл бұрын
Shouldn't we be using only NAND to implement them??
@famreno5132Ай бұрын
why do you stopped uploading videos
@rnd_penguinАй бұрын
I was gonna comment the same thing
@itstoogooditswaytoogood32115 жыл бұрын
"If you want to see if you can minimalize it at all, you can't." Yeah you can, by a large margin too. You can do an XOR gate with 1 NAND, 1 AND, and 1 OR (which is 6 NANDs). You did it with 1 OR, 2 NOTs, and 2 ANDs (which is 9 NANDs). Also you could have designed yours without wires crossing. You can quite easily do the boolean to see the minimalization by just doing: a'b + ab' = (a'b + ab')' ' = ((a'b)'(ab')')' then distribute to get (a'b' + ab)' = (a'b')'(ab)' = (a+b)(a' + b') = (a+b)(ab)' and i think you can actually do it with like 4/5 nands, which would be less than half of what you have but the 5 nand version has less of a propagation delay apparently. i don't know how to find the 4/5 nand versions using boolean algebra so i didn't bother with those
@nesa65822 жыл бұрын
Ive done XOR with 1 NOT and 3 NANDs. Which is 4 NANDS.
@masui915 жыл бұрын
thank u. perfect for me.
@jaybirdcook7 жыл бұрын
Great but too quite.
@xedover3 жыл бұрын
ah... you meant "quiet"
@rnd_penguinАй бұрын
yeah the volume is low
@xedover3 жыл бұрын
your NOT diagram needs a bubble on the end of it, otherwise, its just a buffer that doesn't flip the value. (and your video volume is way too low... can barely hear it)
@xedover3 жыл бұрын
your XOR gate diagram is wrong too... you've drawn a NOR instead. The XOR has no bubble, and has double curved lines
@xedover3 жыл бұрын
dmux diagram is also wrong -- no bubble, and flip it left to right