Re: Troubles with implementing Incrementer chip

Posted by markoFooego on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Troubles-with-implementing-Incrementer-chip-tp698157p698220.html

Hi, ybakos!

I don't understand how I didn't notice that I have been using wrong chip in my implementation.. Probably, because I'm writing HDL code all day :)

I followed your hint and I implemented Incrementer with 16 full adder chips with parallel adding and serial carrying..

Thanks for your help!