Re: teaching: from chip function to implementation
Posted by ybakos on Apr 06, 2010; 12:30pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/teaching-from-chip-function-to-implementation-tp34534p700184.html
The approach I currently use is based on using the truth tables. It doesn't result in an optimum implementation, but that's ok.
Look at the truth tables, for which the output is 1. Write down a Boolean canonical expression, and implement from there. (The book mentions this approach, so spend time with the chapter.)
If you're stuck, post again.