multi-bit gates

Posted by drobbins on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/multi-bit-gates-tp4025446.html

Hi Folks,

I've worked my way up the the multi-bit gates and completed the And16, Not16 and Or16
So far I've used what I would describe as the brute force approach, doing the same thing 16 times using the correct array notation. Is this the correct approach or should I be seeing some more clever design?
I don't want to miss something important here just because I got it to work

Dave