Login  Register

Re: ALU Help

Posted by snowkel on Sep 14, 2016; 8:29pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/ALU-Help-tp4030242p4030263.html

I'm starting to have a better grasp of the the ALU conceptually after filling out the worksheet but how do I apply these concepts into writing the actual hdl code? I'm a bit lost as to where to go from here.

My first thought was that since there are 8 inputs (x[16], y[16], zx, nx, yz, ny, f, no) it would use multiple mux chips? But I'm almost certain this is incorrect and am scratching my head trying to figure how to build upon this.