HDL Syntax for multibit internal pins
Posted by Seb on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/HDL-Syntax-for-multibit-internal-pins-tp3277572.html
Hi,
Trying to make the And16 after completing the Not16.hdl, I am facing a problem:
It is written in the appendix taht you can't subscript internal pins... so that means that i cant do a:
"Nand(a=a[x], b=[x], out=tmp[x]);"
so, that's ok but if I do a "Nand(a=a[y], b=[y], out=tmpY);" instead , i do not see how to use the previously made Not16...
Must I use basic Not 16 times or Is there something i do not understand ?
Thx