Re: Not gates returning fixed values.
Posted by phillustine on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Not-gates-returning-fixed-values-tp4025290p4025294.html
Thanks for the post. I went on to build the chip with DMux's instead. I haven't taken the time to completely troubleshoot the implementation to which my initial post pertains, but I did notice an error in my outputs. Instead of implementing four outputs (a, b, c & d) I had implemented a single (out) output. Why this manifested itself in my Not gates I am not entirely sure.
Thanks for the tip on separating out the chips to make use of the built-in circuits, mind. Keep up the good work.