An equivalent expresssion using only NAND operations (show all your intermediate work).
A logic diagram implementing the preceeding equation using only NAND gates.
Implement your solution in HDL and turn it into the class drop-box on Nova.
Repeat the previous question for the following equation. Use NOR operations/gates instead
of NAND operations/gates. Note that you also have to implement this solution in HDL and turn your
solution into the class drop-box on Nova.
F = A'B'C' + A'B'C + AB'C + ABC' + ABC
Using the equation from question 1, produce using gate equivalency rules:
An original logic diagram using AND and OR gates.
A logic diagram using only NAND gates (Show AND and OR forms.) You do not have to
implement your solution in HDL. You must use the technique for converting And/Or gates to
Nand gates that was given in class.
Repeat the previous question for the equation in question 2.