Mux Issue
Posted by zdog629 on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Mux-Issue-tp4025591.html
I have used the canonical representation idea to create a formula for what I assume is the PLD implementation of the MUX chip. The formula being x = (a!b!c) + (ab!c) + (!abc) + (abc) where c equals sel input and ! is not.
I cannot seem to bridge the connection betweeen the PLD and the impementation. Or rather if I am even on the right track.