Login  Register

Re: How Define Code 16bit MUX

Posted by ybakos on Mar 25, 2010; 3:06pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/How-Define-Code-16bit-MUX-tp520016p520223.html

Spend more time reading Appendix A.

You are trying to wire a 16-bit bus input in And16 (a) to _one bit_ of the chip's input, a[16].

If the chip input is a[16] then you can refer to a and know that it is 16 bits wide.

Do you see what change you need to make in your hdl?